May 14, 2024

Question 607 – Database-Management-System

Which of the following is the highest isolation level in transaction management? Correct Answer: A Question 275 Explanation:  →Transactions specify an isolation level that defines the […]
May 14, 2024

Database-Management-System

Question 823 In RDBMS, which type of Join returns all rows that satisfy the join condition ? A Inner Join B Outer Join C Semi Join […]
May 15, 2024

Question 10744 – Binary-Trees

When searching for the key value 60 in a binary search tree, nodes containing the key values 10, 20, 40, 50, 70 80, 90 are traversed, […]
May 15, 2024

Question 9524 – Linked-List

A circularly linked list is used to represent a Queue. A single variable p is used to access the Queue. To which node should p point […]
May 16, 2024

ER-Model

Question 9 What is the optimized version of the relation algebra expression πA1(πA2(σF1(σF2(r)))), where A1, A2 are sets of attributes in  with A1 ⊂ A2 and […]
May 16, 2024

UGC NET CS 2014 June-paper-2

Question 2 A bridge has access to _______ address in the same network. A Physical B Network C Datalink D Application Computer-NetworksHardware-and-various-devices-in-networking Question 2 Explanation:  A […]
May 17, 2024

HCU PHD CS MAY 2015

Question 16 If the MF bit-0, Fragment Offset : 1480 and Total Length : 520 in an IP datagram, then the length of datagram is A […]
May 17, 2024

Question 3744 – Compiler-Design

Loop unrolling is a code optimization technique: Correct Answer: A Question 223 Explanation:  → Loop unrolling is a code optimization technique that avoids tests at every […]