91. Which of the problems cannot be solved by backtracking method?
92. What is the magnitude of resultant of cross product of two parallel vectors a and b?
93. What will be the ciphered text corresponding to "EXAMPLE" if beaufort cipher is used for encryption with key as "PASS"?
94. . . . . . . . . states that, on a page fault, the frame that has been in memory the longest is replaced.
95. Which of the following recursive formula can be used to find the factorial of a number?
96. How many stages of procedure does a non-deterministic algorithm consist of?
97. Consider the given page reference string 3, 1, 0, 2, 1, 5, 6, 2, 8, 6, 9, 1. How many page faults will occur if the program has 4-page frames available to it and it uses the not recently used algorithm?
98. Poly alphabetic cipher harder to decipher than mono alphabetic cipher.
99. Solve the following recurrence using Master's theorem.
T(n) = 0.7 T (n/2) + 1/n
T(n) = 0.7 T (n/2) + 1/n
100. A two-out-of-five code consists of . . . . . . . .
Read More Section(Miscellaneous on Data Structures)
Each Section contains maximum 100 MCQs question on Miscellaneous on Data Structures. To get more questions visit other sections.
- Miscellaneous on Data Structures - Section 1
- Miscellaneous on Data Structures - Section 2
- Miscellaneous on Data Structures - Section 3
- Miscellaneous on Data Structures - Section 5
- Miscellaneous on Data Structures - Section 6
- Miscellaneous on Data Structures - Section 7
- Miscellaneous on Data Structures - Section 8
- Miscellaneous on Data Structures - Section 9
- Miscellaneous on Data Structures - Section 10
- Miscellaneous on Data Structures - Section 11
- Miscellaneous on Data Structures - Section 12