51
What is Q, when S=1 and R=1 for SR flip-flop?
Answer
D. Indeterminate
52
What does T stands for in T filp-flop?
Answer
C. Toggle
53
What number will z be in the sample code given below?
int z, x=5, y=−10, a=4, b=2;
z=x++−−−y*b/a;
int z, x=5, y=−10, a=4, b=2;
z=x++−−−y*b/a;
Answer
A. 5
54
Which of the following is not a keyword in C language?
Answer
D. Getchar
55
What is the return value of the following statement if it is placed in C program?
strcmp (“ABC”, “ABC’’);
strcmp (“ABC”, “ABC’’);
Answer
D. 0
56
Every C program consists of …………… function(s).
Answer
D. One or many
57
What is the only function, all C programs must contain?
Answer
C. Main()
58
Which of the following is not a correct variable type?
Answer
B. Real
59
HTTP (Hyper Text Transfer Protocol) has similarities to both of the following protocols:
Answer
A. FTP; SMTP
60
MIME allows what type of data to be sent through SMTP?
Answer
A. Audio
61
What names objects, defines the type of data that can be stored in an object, and encodes data for network transmission?
Answer
B. SMI
62
Which of the following application protocol is a framework for managing devices in an internet using the TCP/IP protocol suite?
Answer
B. SNMP
63
What is the bit combination used by the SAPI field of ISDN’s data link layer, to control call for end-to-end signaling in LAPD addressing format?
Answer
D. 000001
64
The values for the position(i), position(j) where i=14 and j=11, are:
Answer
C. 8, 13
65
What is the value to find the reachability of the problem with which you can say the solution is reachable or not?
Answer
B. 72
66
The upper bound on the time complexity of the nondeterministic sorting algorithm is:
Answer
A. O(n)
67
There is a chain of 20 stores; each of the store having 5 departments. Then, which of the following is a correct representation of array size?
Answer
C. 20*5
68
One from the following is also known as Pre-Order traversal. What that one is?
Answer
D. NLR
69
From the following, select the valid data structure which reflects hierarchical relationship between the elements:
Answer
C. Tree
70
Which of the following matrix does have high proportions of zero entries as the elements?
Answer
B. Sparse Matrix
71
Recursive algorithms are based on:
Answer
B. Top-down approach
72
What do you call the selected keys in the quick sort method?
Answer
D. Pivot key
73
How many nodes does a complete binary tree of level 5 have?
Answer
D. 31
74
The Sorting method which is used for external sort is:
Answer
C. Merge sort
75
A node of a directed graph G having no out-degree and a positive in-degree is called:
Answer
A. Source node
Discussion
Ask a doubt or share a tip.
No comments yet — start the discussion.