0 votes
121
4 votes
122
3NF is inadequate in situations where the relation:A. has multiple candidates keyB. has candidate key that are compositeC. has overlapped candidate keysD. all the above
0 votes
123
Which normal form is considered adequate for normal relational database design?$2NF$$5NF$$4NF$$3NF$
0 votes
125
0 votes
126
0 votes
130
If the inorder traversal and preorder traversal of a binary tree having N elements are given, then what will be the time complexity of post order traversal and level orde...
0 votes
131
1 votes
133
The minimum size that an array may require to store a binary tree with n nodes$2^{\left \lceil(log_2(n+1)) \right \rceil -1}$$2n-1$$2n-n+1$$n+1$
1 votes
134
The height of a binary tree having 'i' nodes at level 'i' considering root to be at level 1 is . where 'n' is the total no of nodes in the tree.A. O(logn)B. O(n)C. O(R...
2 votes
140
The default subnet mask for a class B network can be$255.255.255.0$$255.0.0.0$$255.255.192.0$$255.255.0.0$
9 votes
141
Which of the following operator(s) cannot be overloaded?.(member Access or Dot operator)?: (ternary or Conditional Operator):: ( Scope Resolution Operator)All of the abov...
2 votes
142
Which of the following is not a life cycle model?Spiral modelPrototyping modelWaterfall modelCapability maturity model
5 votes
143
Which of the following algorithms solves the all pair shortest path problem?Prim's algorithmDijkstra's algorithmBellman ford algorithmFloyd warshalls algorithm
0 votes
144
Which of the following data structure is useful in traversing a given graph by breadth first search?StackQueueListNone of the above
0 votes
145
In a doubly linked list the number of pointers affected for an insertion operation will be401Depends on the nodes of doubly linked list
0 votes
146
The Warnier diagram enables analystTo represent information hierarchy in a compact mannerTo further identify requirementTo estimate the total cost involvedNone of the abo...
1 votes
147
0 votes
148
1 votes
149