0 votes
1 answer
101
What is the cyclomatic complexity of given code?while(i<3 AND j>9){.....}A. 1B. 2C. 3D. 4
1 votes
2 answers
102
MIME protocol works in which layer?A. Transport B. Session C. Presentation D. Application
1 votes
2 answers
103
Hamiltonian circuit can be most perfectly related with:A. Greedy approachB. Dynamic programmingC. BacktrackingD. Branch and bound
0 votes
1 answer
104
What is the difference between Subschema, View and Virtual table in DBMS?please explain!!
4 votes
1 answer
105
Selection sort is an example of ____(I)_______ and insertion sort is an example of __(II)______.a) I- Greedy, II- Brute Forceb) I- Brute Force II- Divide and conquerc) I-...
0 votes
1 answer
106
External schema consists of:a) Subschemasb) Virtual Tablesc) Both a and bd) None of these
0 votes
0 answers
107
Consider READ and WRITE bits:a) Both are written by CPUb) Both are written by peripheralc) READ bit is written by peripheral while WRITE bit is written by CPUd) WRITE bit...
4 votes
3 answers
108
What is ∅ U ∅* ?a) ∅b) ϵc) Both a and b can be answerd) Neither a nor b
0 votes
1 answer
110
In a communication system, noise is most likely to affect the signal(A) at a transmitter(B) in a channel(C) in the information source(D) at the destination
0 votes
1 answer
112
The highest data rate can be transmitted using following cables :1. Co-axial cable2. Twisted-wire cable3. Optical fiber cableThe correct sequence in the increasing order ...
0 votes
0 answers
113
Consider the following logic families :1. MOS 2. DTL 3. RTL 4. ECLThe sequence of the logic families in the order of their increasing noise margin is(A) 3, 4, 1, 2(B) 3, ...
0 votes
3 answers
114
0 votes
0 answers
115
0 votes
0 answers
116
In an MxN matrix such that all non-zero entries are covered in a rows and b columns. Then the maximum number of non-zero entries, such that no two are on the same row or ...
0 votes
2 answers
117
If x = √ -1. then the value of x x is(a) e- π /2(b) x(c) e π /2(d) 1
1 votes
1 answer
118
The solution of the differential equation (d y /dx)=ky , Y(0)= C is(a) x =ce-xy(b) y= cekx(c) x =ke cy(d) y= ce-kx
0 votes
1 answer
119
Resistor of microprocessor which keeps track of the execution of program and which contain the memory address of next instruction to be executed is called(a) Index resist...
0 votes
1 answer
120
OS that permits multiples programs to run simultaneously using single processor is referred as(a) Multitasking(b) Multi user(c) Multithreading(d) Multiprocessing