71. What is the minimum cut of the following network?

72. What will be the plain text corresponding to cipher text "SFNUFACT" if with number of columns are given to be 3 and route of reading is from the bottom right anti clockwise?
73. FIFO algorithm is used by . . . . . . . . operating system.
74. Which of the following statements is true?
75. What will be the auxiliary space requirement (excluding call stack) of the program to print combinations of r elements each from array of size n?
76. How many keys are required for encryption and decryption of data when we use asymmetric cipher?
77. Which of the following methods can be used to find the sum of digits of a number?
78. Euler's totient function is multiplicative.
79. Solve the following recurrence using Master's theorem.
T(n) = 4T (n/4) + n log n
T(n) = 4T (n/4) + n log n
80. Which of the following is the simplest page replacement algorithm?
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 4
- Miscellaneous on Data Structures - Section 5
- 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