U.G.C. NET Exam. Dec. 2020-June 2021 Paper II (COMPUTER SCIENCE & APPLICATIONS)Total Questions: 10081. Match List-I with List-II(a) A ‐ I, B ‐ II, C ‐ III, D ‐ IV(b) A ‐ II, B ‐ I, C ‐ IV, D ‐ III(c) A ‐ I, B ‐ III, C ‐ II, D ‐ IV(d) A ‐ IV, B ‐ II, C ‐ III, D ‐ ICorrect Answer: (b) A ‐ II, B ‐ I, C ‐ IV, D ‐ IIISolution:A ‐ II, B ‐ I, C ‐ IV, D ‐ III82. The Octal equivalent of hexadecimal (D.C)₁₆ is:(a) (15.6)₈(b) (61.6)₈(c) (15.3)₈(d) (61.3)₈Correct Answer: (a) (15.6)₈Solution:(15.6)₈83. A digital computer has a common bus system for 8 registers 16 bits each. How many multiplexers are required to implement common bus? What size of multiplexers is required?(a) 16, 8x1(b) 8, 16x1(c) 8, 8x1(d) 16, 16x1Correct Answer: (a) 16, 8x1Solution:N = 8, K = 16 If there are 'N' number of K-bit registers then, No. of mux = K = 16 Size of mux = N×1 = 8×184. Which of the following is not an example of pseudo‐instruction?(a) ORG(b) DEC(c) END(d) HLTCorrect Answer: (d) HLTSolution:HLT Pseudo - instruction :- ⇒ do not perform any operation on data ⇒ giving some into to the a sembler ⇒ 4 Pseudo - instn, ORG → origin END Dec → decimal HEX85. The reverse Polish notation of the following infix expression [A*{B+C*(D+E)}] / {F*(G+H)} is__________.(a) ABCDE+*+*FGH+*/(b) ABCDE*++*FGH+*/(c) ABCDE+*+*FGH*+/(d) ABCDE+**+FGH+*/Correct Answer: (a) ABCDE+*+*FGH+*/Solution:ABCDE+*+*FGH+*/86. Arrange the following in the increasing order of complexity.A. I/O Module B. I/O processor C. I/O Channel D. DMA Choose the correct answer from the options given below (a) D, C, B, A(b) C, D, A, B(c) A, B, C, D(d) A, D, C, BCorrect Answer: (d) A, D, C, BSolution:I/O Module<DMA< I/O channel< I/O processar.87. The characteristics of the combinational circuits are:A. Output at any time is function of inputs at that time B. Contains memory elements C. Do not have feedback paths D. Clock is used to trigger the circuits to obtain outputs Choose the correct answer from the options given below: (a) A and B only(b) B and C only(c) A and C only(d) B and D onlyCorrect Answer: (c) A and C onlySolution:A and C only88. The cache coherence problem can be solvedA. by having multiport memory B. allow only nonshared data to be stored in cache C. using a snoopy cache controller D. uisng memory interleaving Choose the correct answer from the options given below:(a) A and C only(b) B and C only(c) D and C only(d) B and D onlyCorrect Answer: (b) B and C onlySolution:B and C only89. Given below are two statementsStatement I: CISC computers have a large of number of addressing modes. Statement II: In RISC machines memory access is limited to load and store instructions. In light of the above statements, choose the correct answer from the options given below:(a) Both Statement I and Statement II are true(b) Both Statement I and Statement II are false(c) Statement I is true but Statement II is false(d) Statement I is false but Statement II is trueCorrect Answer: (a) Both Statement I and Statement II are trueSolution:Both Statement I and Statement II are true90. Which of the following statement is true?A. Control memory is part of the hardwired control unit. B. Program control instructions are used to alter the sequential flow of the program. C. The register indirect addressing mode for accessing memory operand is similar to displacement addressing mode. D. CPU utilization is not affected by the introduction of Interrupts.(a) A(b) B(c) C(d) DCorrect Answer: (b) BSolution:Program Control instruction :-The program control instructions control the flow of program execution and are capable of branching to different program segments. Some of the program control instructions are listed in the table. Submit Quiz« Previous12345678910Next »