set-3
101. To achieve parallelism, one needs a minimum of
102. SIMD can be used for
103. A typical application of MIMD is
104. Let * be defined as ab=a+b. Let m=ab. The value of m*a is
105. RST 7.5 interrupt in 8085 microprocessor executes services from interrupt vector location
106. Three main components of a digital computer system are
107. Micro program is
108. A toggle operation cannot be performed using a single
109. 'n' flip-flops will divide the clock frequency by a factor of
110. Most of the digital computers do not have floating-point hardware because
111. An assembler that runs on one machine but produces machine code for another machine is called.
112. Which of the following is not typically found in the status register of a microprocessor?
113. When even-parity ASCII text is transmitted asynchronously at a rate of 10 character per second over a line, what percentage of the received bits actually contain data (as opposed to overhead)?
114. A subtractor is not usually present in a computer because
115. Let an (a_{n-1}, \ldots, a_1) be the binary representation of an integer b. The integer b is divisible by 3 if
116. Which of the following 4-bit numbers equals its 2’s complement?
117. Which of the following 4-bit numbers equals its 1’s complement?
118. FFFF will be the last memory location in a memory of size
119. If you want to design a boundary counter, you should a prefer a flip flop of
120. Suppose the largest n-bit binary number 'd' digits in decimal representation. Which of the following relations between 'n' and 'd' is approximately correct?
121. A computer uses 8-digit mantissa and 2-digit exponent. If a=0.052 and b=28E+11, then b+a-b will
122. Which of the following binary numbers are not divisible by 4?
123. A computer with a 32-bit wide data bus uses 4K x8 static RAM memory chips. The smallest memory this computer can have is
124. Which of the following instructions requires the greatest number of T-states?
125. The 8085 microprocessor enters into wait state after the recognition of
126. Maximum number of I/O devices that can be addressed by Intel 8085 is
127. The microprocessor may be made to exit from HALT state by asserting
128. The number of RAM chips of size (256 K x 1) required to build a 1 M byte memory is
129. The instruction used to shift right the accumulator contents by one bit through the carry flag bit is
130. The stack is nothing but a set of
131. The execution of RST instructions causes the stack pointer to
132. Which one of the following instructions may be used to clear the accumulator content (i.e. A=00h) irrespective of its initial value?
133. The only interrupt that is edgetriggered is
134. Which of the following peripheral ICs is used to interface keyboard and display?
135. The contents of the A15-A8(higher order address lines) while executing "IN addr" instructions are
136. Which one of the following instructions will never affect the zero flag?
137. Which one of the following interrupts is non-mask able?
138. RST 3 instruction will cause the processor to branch to the location
139. The minimum number of bits required to represent a character from ASCII code set is
140. S0 and S1 pins are used for
141. Pick out the matching pair
142. Which of the following is unipolar, difficult to fabricate, has very high speed and offers good resistance to radiation?
143. Multiplexing of data/address lines in 8085 microprocessor reduces the instructions execution time. This statement is
144. The number of flip-flops needed to construct a binary modulo N counter is
145. To change an upper-case character to a lower-case character in ASCII, the correct mast and operation should be
146. PCHL is an instruction in 8085 which transfers the contents of the register pair HL to PC. This is not a commonly used instruction as it changes the flow of control in a rather unstructured fashion. This instruction cannot be used in implementing
147. In an 11-bit computer instruction format, the size of address field is 4 bits. The computer uses expanding OP code technique and has 5 two-address instructions and .32 one-address instructions. The number of zero address instructions it can support is
148. Which of the following instructions may be used to save the accumulator value onto the stack?
149. Which of the following statements is true?
150. A single instruction to clear the lower four bits of the accumulator in 8085 assembly language is
Last updated