Friday, April 26, 2019

Most frequently asked questions series 5

1) The C language is.
a. A context sensitive language
b. A regular language
c. A context free language
d. None of the above.

2) If a binary tree has height 10 then what is the maximum number of nodes in that tree?
a. 1000
b. 1023
c. 1024
d. 1002

3) The search time in hashing is
a. O(n)
b. O(logn)
c. O(nlogn)
d. O(1)

4) From the given below options, which has the unit as bits/second
a. Propagation speed
b. Propagation time
c. Throughput
d. None of the above.

5)  If the maximum amplitude of a sine wave is 4 units, then minimum amplitude is.
a. 4
b. 2
c. 3
d. -4

6) Which of the following is/are channelization protocol?
a. FDMA (Frequency-Division Multiple Access)
b. TDMA (Time-Division Multiple Access)
c. CDMA (Code-Division Multiple Access)
d. All of the above

Answers

1) c
2) b
3) d
4) c
5) d
6) d

No comments:

Post a Comment