Sie sind auf Seite 1von 27

1 of 90

179 AWES_PGT_CompSc_Nov_2016
Computer Science

What is CSS Float?

Element can be pushed to the left to right

Allows other element to wrap around an element

Both of the above

Element can be pushed to any direction


Question not answered
The correct option is "Both of the above"Score:- 4
2 of 90
180 AWES_PGT_CompSc_Nov_2016
Computer Science

Which event is triggered sooner when the document and its elements are ready to manipulate?

DOMContentLoaded

Readystatechange

Both of the above

None of the mentioned


Question not answered
The correct option is "Both of the above"Score:- 4
3 of 90
114 AWES_PGT_CompSc_Nov_2016
Computer Science

A linear list in which elements can be added or removed at either end but not in middle, is known as
______________________.

Linked queue

Priority queue

Deque

Queue
Question not answered
The correct option is "Deque"Score:- 4
4 of 90
183 AWES_PGT_CompSc_Nov_2016
Computer Science

Which of the following is the child object of the JavaScript navigator?

Plugins

Navicat

NetRight
None of the above
Question not answered
The correct option is "Plugins"Score:- 4
5 of 90
121 AWES_PGT_CompSc_Nov_2016
Computer Science

The main reason why digital computers use complemental subtraction is that it:-

Avoids direct subtraction

Simplifies their circuitry

Can handle negative numbers easily

Is a very simple process


Question not answered
The correct option is "Simplifies their circuitry"Score:- 4
6 of 90
101 AWES_PGT_CompSc_Nov_2016
Computer Science

A constructor is called whenever _________________.

A class is used

A class is declared

An object is used

An object is declared
Question not answered
The correct option is "An object is declared"Score:- 4
7 of 90
108 AWES_PGT_CompSc_Nov_2016
Computer Science

Choose the correct statement from below:-

A constructor is not inherited

A destructor cannot be called explicitly

A destructor is not inherited

All of the above


Question not answered
The correct option is "All of above"Score:- 4
8 of 90
132 AWES_PGT_CompSc_Nov_2016
Computer Science

Which one of the following extends a private network across public networks?

Enterprise private network

Storage area network


Virtual private network

Local area network


Question not answered
The correct option is "Virtual private network"Score:- 4
9 of 90
169 AWES_PGT_CompSc_Nov_2016
Computer Science

false true true

true true false

true false true

false false false


Question not answered
The correct option is "false true true"Score:- 4
10 of 90
120 AWES_PGT_CompSc_Nov_2016
Computer Science

A set of flip flops integrated together is called:-

Counter

Adder

Register

None of the above


Question not answered
The correct option is "Register"Score:- 4
11 of 90
143 AWES_PGT_CompSc_Nov_2016
Computer Science

What is the output when following Python code is executed?

myList=[1, 2, 3, 4, 5, 6]
for i in range (1, 6):
myList[i -1]=myList[i]
for i in range(0, 6):
print(myList[i], end =" ")

234566

234561

112345

612345
Question not answered
The correct option is "2 3 4 5 6 6"Score:- 4
12 of 90
146 AWES_PGT_CompSc_Nov_2016
Computer Science

The delay that occur during the playback of a stream is called _______________________.

Stream delay

Jitter

Playback delay

Event delay
Question not answered
The correct option is "Jitter"Score:- 4
13 of 90
149 AWES_PGT_CompSc_Nov_2016
Computer Science

Moving Picture Experts Group (MPEG-1), was designed for a __________________________.

CD

Floppy

DVD

PC
Question not answered
The correct option is "CD"Score:- 4
14 of 90
177 AWES_PGT_CompSc_Nov_2016
Computer Science

Which of the following property allows you to specify an element's position with respect to the browser
window?

Fixed

Relative

Absolute

Static
Question not answered
The correct option is "Fixed"Score:- 4
15 of 90
163 AWES_PGT_CompSc_Nov_2016
Computer Science

23

12

32

15
Question not answered
The correct option is "1 5"Score:- 4
16 of 90
142 AWES_PGT_CompSc_Nov_2016
Computer Science

Give the output of the following Python Code:-

string = "my name is x"


for i in string.split():
print (i, end=", ")

m, y, , n, a, m, e, , i, s, , x,

my, name, is, x,

m, y, , n, a, m, e, , i, s, , x
error
Question not answered
The correct option is "my, name, is, x,"Score:- 4
17 of 90
153 AWES_PGT_CompSc_Nov_2016
Computer Science

If there are n tuples in the partition and the rank of the tuple is r, then its _________________ is defined
as (r -1)/(n-1).

Ntil()

rank()

Cum_rank

Percent_rank
Question not answered
The correct option is "Percent_rank"Score:- 4
18 of 90
102 AWES_PGT_CompSc_Nov_2016
Computer Science

The fields in a class, of a C++ program are by default:-

Public

Private

Protected

None of the above


Question not answered
The correct option is "Private"Score:- 4
19 of 90
165 AWES_PGT_CompSc_Nov_2016
Computer Science

Which of this class is used to read characters in a file?

FileReader

FileInputStream

FileWriter

InputStreamReader
Question not answered
The correct option is "FileReader"Score:- 4
20 of 90
139 AWES_PGT_CompSc_Nov_2016
Computer Science

Which multiple access technique is used by IEEE 802.11 standard for wireless LAN?

CSMA/CA

ALOHA
CDMA/CD

None of the mentioned


Question not answered
The correct option is "CSMA/CA"Score:- 4
21 of 90
176 AWES_PGT_CompSc_Nov_2016
Computer Science

The latest version of CSS is:-

CSS2

CSS3

CSS4

CSS1
Question not answered
The correct option is "CSS3"Score:- 4
22 of 90
103 AWES_PGT_CompSc_Nov_2016
Computer Science

class dog : public X, Y


is an example of ________________.

Repeated inheritance

Multilevel inheritance

Linear inheritance

Multiple inheritance
Question not answered
The correct option is "Multiple inheritance"Score:- 4
23 of 90
134 AWES_PGT_CompSc_Nov_2016
Computer Science

If you want to find the number of routers between a source and destination, the utility to be used is:-

Ipconfig

Route

Ifconfig

Traceroute
Question not answered
The correct option is "Traceroute"Score:- 4
24 of 90
186 AWES_PGT_CompSc_Nov_2016
Computer Science

What does the XMLHttpRequest object accomplish in Ajax?

It provides the ability to asynchronously exchange data between Web browsers and a Web server.
It provides a means of exchanging structured data between the Web server and client.

It provides the ability to mark up and style the display of Web-page text.

It's the programming language used to develop Ajax applications.


Question not answered
The correct option is "It provides the ability to asynchronously exchange data between Web browsers and
a Web server."Score:- 4
25 of 90
100 AWES_PGT_CompSc_Nov_2016
Computer Science

Runtime error

20

Compile time error

None of the above


Question not answered
The correct option is "compile time error"Score:- 4
26 of 90
111 AWES_PGT_CompSc_Nov_2016
Computer Science

Makes the given matrix X, symmetric

Doesn't alter the matrix X

Transpose the given matrix X

None of the above


Question not answered
The correct option is "Makes the given matrix X, symmetric"Score:- 4
27 of 90
164 AWES_PGT_CompSc_Nov_2016
Computer Science

Which of these exception is thrown by close() and read() methods?

IOException

FileException

FileNotFoundException

FileInputOutputException
Question not answered
The correct option is "IOException"Score:- 4
28 of 90
130 AWES_PGT_CompSc_Nov_2016
Computer Science

Complement of XNOR and NOR is ________ and ________ respectively.

NOR, XNOR

XOR, OR

XOR, NOR

OR, NOR
Question not answered
The correct option is "XOR, OR"Score:- 4
29 of 90
133 AWES_PGT_CompSc_Nov_2016
Computer Science

DNS database contains:-

Hostname-to-address records

Name server records

Hostname aliases

All of the above


Question not answered
The correct option is "All of the above"Score:- 4
30 of 90
166 AWES_PGT_CompSc_Nov_2016
Computer Science

Which of these classes can return more than one character to be returned to input stream?

PushbachReader

Bufferedwriter

BufferedReader

CharArrayReader
Question not answered
The correct option is "PushbachReader"Score:- 4
31 of 90
185 AWES_PGT_CompSc_Nov_2016
Computer Science

How can you make a numbered list?

<ul>

<dl>

<list>

<ol>
Question not answered
The correct option is "<ol>"Score:- 4
32 of 90
124 AWES_PGT_CompSc_Nov_2016
Computer Science

(x*y)*z=x*(y*z) is ________________________ of Boolean Algebra.

Commutative property

Associative property

Identity element

Inverse property
Question not answered
The correct option is "Associative property"Score:- 4
33 of 90
119 AWES_PGT_CompSc_Nov_2016
Computer Science

A technique for direct search is ______________________.

Hashing

Linear Search

Tree Search

Binary Search
Question not answered
The correct option is "Hashing"Score:- 4
34 of 90
150 AWES_PGT_CompSc_Nov_2016
Computer Science

RTCP stands for ______________________________.

Real-time Transport Control Program

Real-time Transport Control Protocol

Real-time Transport Control Path


Real-time Transport Control Packet
Question not answered
The correct option is "Real-time Transport Control Protocol"Score:- 4
35 of 90
160 AWES_PGT_CompSc_Nov_2016
Computer Science

If an expression contains double, int, float, long, then whole expression will promoted into which of these
data types?

Float

Long

Int

Double
Question not answered
The correct option is "Double"Score:- 4
36 of 90
161 AWES_PGT_CompSc_Nov_2016
Computer Science

Runtime error owing to division by zero in if condition

Unpredictable behavior of program

2
Question not answered
The correct option is "2"Score:- 4
37 of 90
107 AWES_PGT_CompSc_Nov_2016
Computer Science

Reference is not same as pointer because:-

A reference once established cannot be changed


Reference doesn't need an explicit dereferencing mechanism

A reference can never be null

All of the above


Question not answered
The correct option is "All of above"Score:- 4
38 of 90
170 AWES_PGT_CompSc_Nov_2016
Computer Science

Which of these packages contains the exception Stackoverflow in Java?

java.lang

java.io

java.system

java.util
Question not answered
The correct option is "java.lang"Score:- 4
39 of 90
112 AWES_PGT_CompSc_Nov_2016
Computer Science

What we can't do on a void pointer?

Pointer arithmetic

Pointer functions

Both of the above

None of the above


Question not answered
The correct option is "Pointer arithmetic"Score:- 4
40 of 90
174 AWES_PGT_CompSc_Nov_2016
Computer Science

Which of the following is not a pair tag?

<u>

<img>

<p>

<i>
Question not answered
The correct option is "<img>"Score:- 4
41 of 90
109 AWES_PGT_CompSc_Nov_2016
Computer Science

consider the following program fragment


if( a >b)
if ( b> c)
s1;
else s2;

Statement s2 will be executed if _____________________.

b< = c and a< = b

a>b and b< = c

b>c

a< = b
Question not answered
The correct option is "a>b and b< = c"Score:- 4
42 of 90
144 AWES_PGT_CompSc_Nov_2016
Computer Science

What will be the output in Python for the following Code?

d1 ={"john":40,"peter":45}
d2 ={"john":466,"peter":45}
d1 > d2

TRUE

FALSE

Error

None of the above


Question not answered
The correct option is "Error"Score:- 4
43 of 90
156 AWES_PGT_CompSc_Nov_2016
Computer Science

Consider the following schema:-

STUDENTS(student_code, first_name, last_name, email,phone_no, date_of_birth, honours_subject,


percentage_of_marks);

Which of the following query would display names of all the students whose email ids are not
provided?

select first_name, last name from students where email = ' ';

select first_name, last name from students where email is null;

select first_name, last name from students where email = 0;

select first_name, last name from students where email = 'null';


Question not answered
The correct option is "select first_name, last name from students where email is null;"Score:- 4
44 of 90
182 AWES_PGT_CompSc_Nov_2016
Computer Science

Which of the following part of the XML data stored in an XML column is very important for locking?

Granularity

Hierarchy

Degree of Structure

None of the mentioned


Question not answered
The correct option is "Granularity"Score:- 4
45 of 90
127 AWES_PGT_CompSc_Nov_2016
Computer Science

What are the possible combinations of maxterms comprising 'n' variables with an accomplishment of an
OR gate generation?

2n+1

2n-1

2n

2n+2
Question not answered
The correct option is "2n"Score:- 4
46 of 90
181 AWES_PGT_CompSc_Nov_2016
Computer Science

In which of the following scenario, using XML native storage would be inappropriate?

Your application needs system catalog views to administer your XML data and XML schema

You want to index the XML data for faster query processing

Fixed schema

You want to query and modify your XML data


Question not answered
The correct option is "Fixed schema"Score:- 4
47 of 90
158 AWES_PGT_CompSc_Nov_2016
Computer Science

Consider the following schema:-

HONOURS_SUBJECT(subject_code, subject_name, department_head);

LOCATIONS(subject_code, department_name, location_id, city);

Which query will perform a natural join between the HONOURS_SUBJECT table and the
LOCATIONS table?

select subject_code, subject_name, location_id, city from honours_subject join locations;


select subject_code, subject_name, location_id, city from honours_subject outer join locations;

select subject_code, subject_name, location_id, city from honours_subject natural join locations;

select subject_code, subject_name, location_id, city from honours_subject cross join locations;
Question not answered
The correct option is "select subject_code, subject_name, location_id, city from honours_subject natural
join locations;"Score:- 4
48 of 90
116 AWES_PGT_CompSc_Nov_2016
Computer Science

Prefix notation is also known as ___________________.

Polish Reverse Notation

Polish Notation

Reverse Notation

Reverse Polish Notation


Question not answered
The correct option is "Polish Notation"Score:- 4
49 of 90
178 AWES_PGT_CompSc_Nov_2016
Computer Science

Which of the following ways below is correct to write a CSS?

p {color:red; text-align:center};

p (color:red;text-align:center;)

p {color:red; text-align:center}

p {color:red; text-align:center;}
Question not answered
The correct option is "p {color:red; text-align:center;}"Score:- 4
50 of 90
173 AWES_PGT_CompSc_Nov_2016
Computer Science

Which of the following method return the value as a double?

doubleValue()

converDouble()

getDouble()

getDoubleValue()
Question not answered
The correct option is "doubleValue()"Score:- 4
51 of 90
167 AWES_PGT_CompSc_Nov_2016
Computer Science

Which of this interface is implemented by Thread class?


MapConnections

Set

Runnable

Connections
Question not answered
The correct option is "Runnable"Score:- 4
52 of 90
141 AWES_PGT_CompSc_Nov_2016
Computer Science

Which of the following program is used to copy files to and from another using timesharing system over a
single link?

TFTP

UART

UUCP

VMTP
Question not answered
The correct option is "UUCP"Score:- 4
53 of 90
123 AWES_PGT_CompSc_Nov_2016
Computer Science

The state of a process is defined by:-

The current activity of the process

The activity just executed by the process

The final activity of the process

The activity to next be executed by the process


Question not answered
The correct option is "The current activity of the process"Score:- 4
54 of 90
128 AWES_PGT_CompSc_Nov_2016
Computer Science

According to property of Commutative law, the order of combining terms does not affect:-

Final result of combination

Initial result of combination

Mid-term result of combination

None of the above


Question not answered
The correct option is "Initial result of combination"Score:- 4
55 of 90
110 AWES_PGT_CompSc_Nov_2016
Computer Science

18

7
Question not answered
The correct option is "18"Score:- 4
56 of 90
104 AWES_PGT_CompSc_Nov_2016
Computer Science

Overloading is otherwise called as ______________.

Pseudo polymorphism

Ad-hoc polymorphism

Virtual polymorphism

Transient polymorphism
Question not answered
The correct option is "Ad-hoc polymorphism"Score:- 4
57 of 90
135 AWES_PGT_CompSc_Nov_2016
Computer Science

The header length of an IPv6 datagram is ______________.

40bytes

10bytes

25bytes

30bytes
Question not answered
The correct option is "40bytes"Score:- 4
58 of 90
138 AWES_PGT_CompSc_Nov_2016
Computer Science

Which one of the following is not an application layer protocol used in internet?

Remote procedure call

Internet relay chat

Resource reservation protocol

None of the above


Question not answered
The correct option is "Resource reservation protocol"Score:- 4
59 of 90
113 AWES_PGT_CompSc_Nov_2016
Computer Science

Which is also called as abstract class?

Pure virtual function

Virtual function

Derived class

None of the above


Question not answered
The correct option is "Pure virtual function"Score:- 4
60 of 90
168 AWES_PGT_CompSc_Nov_2016
Computer Science

What is the default value of priority variable MIN_PRIORITY and MAX_PRIORITY?

1 & 256

1 & 10

0&1

0 & 256
Question not answered
The correct option is "1 & 10"Score:- 4
61 of 90
147 AWES_PGT_CompSc_Nov_2016
Computer Science

A smaller version of an image is called a ____________________.

Thumbnail

Bitmap

Clipart

Portable network graphic


Question not answered
The correct option is "Thumbnail "Score:- 4
62 of 90
172 AWES_PGT_CompSc_Nov_2016
Computer Science

Hexlo

xxxxx

xello

Hxllo
Question not answered
The correct option is "Hxllo"Score:- 4
63 of 90
105 AWES_PGT_CompSc_Nov_2016
Computer Science

Consider the following program segment


static char X[3]= "1234";
count<<X;

A complete C++ program with these two statements will ________.

Print 1234 followed by some junk

Print 1234

Give a compilation error

Print 123
Question not answered
The correct option is "Give a compilation error"Score:- 4
64 of 90
162 AWES_PGT_CompSc_Nov_2016
Computer Science

Which of these statements is incorrect? (Consider Java)

Applets do not require a main() method at all.

Every class must contain a main() method.


There can be only one main() method in a program.

main() method must be made public.


Question not answered
The correct option is "Every class must contain a main() method."Score:- 4
65 of 90
175 AWES_PGT_CompSc_Nov_2016
Computer Science

When should you use path along with file name of picture in IMG tag?

When the location of image file and html file are different

Path is always necessary when inserting image

Path is optional and not necessary

When image file and html file both are on same location
Question not answered
The correct option is "When the location of image file and html file are different"Score:- 4
66 of 90
148 AWES_PGT_CompSc_Nov_2016
Computer Science

The intersection of primary CMYK color produces ______________.

Magenta color

Black color

White color

Cyan color
Question not answered
The correct option is "Black color"Score:- 4
67 of 90
189 AWES_PGT_CompSc_Nov_2016
Computer Science

Which of the following statement can provide the output 111 in Java?

String str = "P";


System.out.print(str.length() + 80);

String str = "CS180";


System.out.print(str.substring(2, 4));

String str = "P";


System.out.print(str.length() + "11");

String str = "CS180";


System.out.print(str.substring(3, 5));

Question not answered


The correct option is "String str = "P";
System.out.print(str.length() + "11");

"Score:- 4
68 of 90
151 AWES_PGT_CompSc_Nov_2016
Computer Science

Materialised views make sure that:-

View definition is kept up-to-date

View definition is verified for error

View definition is kept stable

View is deleted after specified time


Question not answered
The correct option is "View definition is kept up-to-date"Score:- 4
69 of 90
118 AWES_PGT_CompSc_Nov_2016
Computer Science

GIF images can have only upto ____________ colors.

512

256

1024

128
Question not answered
The correct option is "256"Score:- 4
70 of 90
145 AWES_PGT_CompSc_Nov_2016
Computer Science

Python supports the creation of anonymous functions at runtime, using a construct called:-

Anonymous

Lambda

pi

None of the above


Question not answered
The correct option is "Lambda"Score:- 4
71 of 90
187 AWES_PGT_CompSc_Nov_2016
Computer Science

The order of magnitude of the worst case performance of the binary search over N elements is:-

Log2 N
2
N
N Log2 N

N
Question not answered
The correct option is "Log2 N"Score:- 4
72 of 90
184 AWES_PGT_CompSc_Nov_2016
Computer Science

Which attribute is used to name an element uniquely?

class

dot

id

all of the above


Question not answered
The correct option is "id"Score:- 4
73 of 90
117 AWES_PGT_CompSc_Nov_2016
Computer Science

How many swaps are required to sort the given array using bubble sort - { 2, 5, 1, 3, 4}?

4
Question not answered
The correct option is "4"Score:- 4
74 of 90
126 AWES_PGT_CompSc_Nov_2016
Computer Science

Digital circuit can be made by the repeated use of:-

NAND gates

NOT gates

OR gates

None of the above


Question not answered
The correct option is "NAND gates"Score:- 4
75 of 90
106 AWES_PGT_CompSc_Nov_2016
Computer Science

The compiler identifies a virtual function to be pure:-

By the presence of the keyword pure


By the location in the program

If it equated to 0

None of above
Question not answered
The correct option is "If it equated to 0"Score:- 4
76 of 90
154 AWES_PGT_CompSc_Nov_2016
Computer Science

In order to simplify the null value confusion in the rank function we can specify:-

a) Not Null

b) Nulls last

c) Nulls first

d) Either Nulls last or Nulls first


Question not answered
The correct option is "d) Either Nulls last or Nulls first"Score:- 4
77 of 90
137 AWES_PGT_CompSc_Nov_2016
Computer Science

Open source means something that available for:-

Public use

Enhancement

Modification

All of the above


Question not answered
The correct option is "All of above"Score:- 4
78 of 90
159 AWES_PGT_CompSc_Nov_2016
Computer Science

A command that lets you change one or more fields in a record is:-

Modify

Insert

Look-up

None of the above


Question not answered
The correct option is "None of these"Score:- 4
79 of 90
155 AWES_PGT_CompSc_Nov_2016
Computer Science

Which of the following is not a developer's privilege?


CREATE USER

CREATE SEQUENCE

CREATE VIEW

CREATE TABLE
Question not answered
The correct option is "CREATE USER"Score:- 4
80 of 90
115 AWES_PGT_CompSc_Nov_2016
Computer Science

In C++ programming language, which of the following operators has the lowest precedence?

||

!=

++

&&
Question not answered
The correct option is "||"Score:- 4
81 of 90
125 AWES_PGT_CompSc_Nov_2016
Computer Science

The minimized form of the logical expression (A'B'C'+A'BC'+A'BC+ABC') is:-

A'C'+B'C+A'B

AC'+B'C+AB'

A'C+B'C+A'B

A'C'+BC'+A'B
Question not answered
The correct option is "A'C'+BC'+A'B"Score:- 4
82 of 90
157 AWES_PGT_CompSc_Nov_2016
Computer Science

Which of the following is not true about single-row sub-queries?

Single row sub-queries return one row from the outer SELECT statement.

Single row sub-queries return one row from the inner SELECT statement.

Single row sub-queries use single-row comparison operators.

All of the above.


Question not answered
The correct option is "Single row sub-queries return one row from the outer SELECT statement."Score:- 4
83 of 90
131 AWES_PGT_CompSc_Nov_2016
Computer Science

For a 4 bit parallel addition, we need ________ half adder(s) and ________ full adder(s).

2 and 3

2 and 4

1 and 3

1 and 4
Question not answered
The correct option is "1 and 3"Score:- 4
84 of 90
188 AWES_PGT_CompSc_Nov_2016
Computer Science

Which of the following system program forgoes the production of object code to generate absolute
machine code and load it into physical main storage location from which it will be executed immediately
upon completion of the assembly?

Two pass assembler

Macro processor

Compiler

Load-and-go assembler
Question not answered
The correct option is "Load-and-go assembler"Score:- 4
85 of 90
129 AWES_PGT_CompSc_Nov_2016
Computer Science

Simplification of the Boolean expression


(A + B)'(C + D + E)' + (A + B)'
yields which of the following results?

A'B'

C'D'E'

C+D+E

A+B
Question not answered
The correct option is "A'B'"Score:- 4
86 of 90
140 AWES_PGT_CompSc_Nov_2016
Computer Science

Geostationary satellites:-

Are placed at a fixed point above the earth

Rotate the earth about a varying axis

Rotate the earth about a fixed axis

All of the mentioned


Question not answered
The correct option is "Are placed at a fixed point above the earth"Score:- 4
87 of 90
122 AWES_PGT_CompSc_Nov_2016
Computer Science

The degree of multi-programming is _____________________.

The number of processes in the I/O queue

The number of processes executed per unit time

The number of processes in memory

The number of processes in the ready queue


Question not answered
The correct option is "the number of processes in memory"Score:- 4
88 of 90
152 AWES_PGT_CompSc_Nov_2016
Computer Science

Create table Employee(Emp_id numeric not null, Name varchar(20) , dept_namevarchar(20),


Salary numeric unique(Emp_id,Name));

insert into Employee values(1002, Ross, CSE, 10000);


insert into Employee values(1006,Ted,Finance, );
insert into Employee values(1002,Rita,Sales,20000);

What will be the result of the above queries?

Error in create statement

Error in insert into Employee values(1008,Ross,Sales,20000);

All statements executed

Error in insert into Employee values(1006,Ted,Finance, );


Question not answered
The correct option is "Error in insert into Employee values(1008,Ross,Sales,20000);"Score:- 4
89 of 90
171 AWES_PGT_CompSc_Nov_2016
Computer Science

What will happen if two thread of same priority are called to be processed simultaneously?

None of them will be executed

Both of them will be executed simultaneously

It is dependent on the operating system

Any one will be executed first lexographically


Question not answered
The correct option is "It is dependent on the operating system"Score:- 4
90 of 90
136 AWES_PGT_CompSc_Nov_2016
Computer Science

WiMAX uses the:-

Orthogonal frequency division multiplexing

Space division multiplexing

Time division multiplexing

All of the above


Question not answered
The correct option is "Orthogonal frequency division multiplexing"Score:- 4

Das könnte Ihnen auch gefallen