Question
Which of the following is a collision detection
mechanism used in Ethernet (IEEE 802.3)?Solution
Answer: C) CSMA/CD
Which functions are declared inside a class have to be defined separately outside the class?
In a circuit with n nodes, how many independent KCL equations can be written?
In a red-black tree, which property ensures that the tree remains relatively balanced and that the worst-case height is logarithmic?
In a two-phase locking protocol, which phase allows transactions to acquire locks but not release them?
Which component of an ER diagram represents an attribute?
Identify the highest normal form for theΒ given set of dependencies on relation R
R(ABCDE)= {AB β C, C β D, D β E, E β A,D β B}
What does ACID stand for in the context of database transactions?
Which of the following is NOT a method for handling deadlocks?
What is the primary advantage of dynamic memory allocation?
In the context of sorting algorithms, which one of the following is not a comparison-based sorting algorithm?