50. Which of the following flip flops is free from race around problem?
Anonymous Quiz
9%
A. D flip flop
22%
B. T flip flop
34%
C. SR flip flop
34%
D Master slave JK flip flop
51. The simplified SOP (Sum of Product) form of the Boolean expression (P+Q'+R').(P+Q'+R).(P+Q+R') is
Anonymous Quiz
14%
A. (P'.Q+R')
45%
B. (P+Q'.R')
23%
C. (P'.Q+R)
18%
D. (P.Q+R)
53. Determine the base of the numbers for the given operation to be correct.54/4=13
Anonymous Quiz
4%
A .6
46%
B .8
25%
C. 11
25%
D. 2
55. The state of a 12 bit register is 100010010111. What is its content if it represents the three decimal digits in the excess-3 code and in BCD?
Anonymous Quiz
18%
A .565, 897
36%
B. 564, 879
27%
C. 565, 879
18%
D. 564, 897
56. C++ provides inline functions to reduce function call overhead, mainly for
Anonymous Quiz
13%
A. Small functions
26%
B. Large functions
39%
C. Member function
23%
D. Sub function
57. Functions defined outside the class can be accessed using
Anonymous Quiz
62%
A. Scope resolution operator
21%
B. Logical operator
17%
C. Reference
0%
D. Arithmetic operator
58. The maximum number of nodes possible in a binary tree of height 'h' is:
Anonymous Quiz
41%
A. 2ʰ – 1
38%
B. 2ʰ + 1
10%
C. 2ʰ
10%
D. 2ʰ – 1
59. The total storage space required in radix sort is
Anonymous Quiz
19%
A. S(n)=b*n
46%
B. S(n)=(b–1)*n
23%
C. S(n)=(b+1)*c
12%
D. S(n)=(b*2)*c
60. Divide and conquer principle is adopted in
Anonymous Quiz
38%
A. Bubble sort
18%
B. Shell sort
12%
C. Bucket sort
32%
D. Quick sort
The following statement
FRONT = (REAR+1) mod LENGTH indicates
FRONT = (REAR+1) mod LENGTH indicates
Anonymous Quiz
35%
A Circular queue is full
31%
B Circular queue is empty
23%
C Circular queue is double
12%
D Circular queue is invalid
The prefix notation of the input:
((A+((B^C)–D)*(E–A/C))) is
((A+((B^C)–D)*(E–A/C))) is
Anonymous Quiz
33%
A *+A–^BCD–E/AC
23%
B ABC^D–+EAC/–*
20%
C AB*C^D–+EAC/*–
23%
D ((+A((^BC)–D))*E–/(AC)))
A node in a linked list consists of ______ and ______
Anonymous Quiz
17%
A Store, retrieve
57%
B Data, link
12%
C Structure, data
14%
D Insert, delete
Which of the following sorting method is stable?
Anonymous Quiz
23%
A Insertion sort
55%
B Binary sort
5%
C Shell sort
18%
D Heap sort
Which one is correct method for declaring doubly linked list using dynamic implementation?
Anonymous Quiz
15%
A 0
21%
B 1
31%
C -1
33%
D 2
❤2
Which of the following is not an inherent application of stack?
Anonymous Quiz
24%
A implementation of recursion
22%
B Evaluation of post fix expression
46%
C Job scheduling
9%
D Reverse a string
Which one of the following array represents a binary max heap?
Anonymous Quiz
13%
A [26,13,17,14,11,9,15]
31%
B [26,15,14,17,11,9,13]
46%
C [26,15,17,14,11,13,9]
10%
D [26,15,13,14,11,9,17]