Miscellaneous On Data Structures - Study Mode
[#456] What is the total block length 'n' of a Hamming code?
Correct Answer
(B) 2 r -1
[#457] What will be the plain text corresponding to cipher text "EETPEG" if gronsfeld cipher is used with key "4321"?
Correct Answer
(B) ABROAD
[#458] Consider the given page reference string 2, 6, 1, 2, 0, 1, 5, 3. What will be the page fault rate, if the program has 3-page frames available to it and it uses the not recently used algorithm?
Correct Answer
(C) 3 / 4
[#459] Not more than 2 queens can occur in an n-queens problem.
Correct Answer
(B) false
[#460] . . . . . . . . is a partition of the vertices of a graph in two disjoint subsets that are joined by atleast one edge.
Correct Answer
(A) Minimum cut