Questions 41 to 50
41.
|
What is Q, when S = 1 and R = 1 for SR flip-flop?
| ||||||||||
What does T stands for in T flip-flop?
| |||||||||||
In which type of flip-flop the indeterminate condition of the SR flip-flop (when S=R=1) is eliminated?
| |||||||||||
The bulk of the binary information in a digital computer is stored in memory, but all computations are done in
| |||||||||||
Information transfer from one register to another is designated in symbolic form by means of a
| |||||||||||
The registers found in the processor unit are
| |||||||||||
Techniques that automatically move program and data blocks into the physical main memory when they are required for execution are called
| |||||||||||
Given below are the octal numbers and their Binary Coded Decimal (BCD) equivalents, which are not in order. Match the following octal numbers with their respective BCD equivalents and select the correct sequence.
Octal number BCD equivalent
10 i. 111111
9 ii. 110010
20 iii. 001001
50 iv. 010100
77 v. 001010
| |||||||||||
The processor, _________ and I/O Devices are interconnected by means of a common bus.
| |||||||||||
System Software usually includes a program called a _______ , which helps the programmer to find errors in a program.
|
Answers
41.
|
Answer : (e)
Reason: When R = 1 and S = 1, race will always end with Master Latch in the logic 1 state, but this will not be certain with real components.
|
Answer : (c)
Reason: Toggle flip-flop as it changes its output on each clock edge.
| |
Answer : (b)
Reason: To SR flip-flop two new connections from Q and Q’ outputs back to original input gates eliminate the indeterminate condition.
| |
Answer : (c)
Reason: The operation part of an instruction code specifies the operation to be performed. This operation must be executed on some data stored in memory and/or processor registers. An instruction code, therefore, must specify not only the operation, but also the register or memory words where the operands are to be found, as well as the register or memory words where the result is to be stored. For this reason, the bulk of binary information in a digital computer is stored in memory, but all computations are done in Processor Registers.
| |
Answer : (d)
Reason: A replacement operator consisting of the information transfer from one register to another, is designated in symbolic form.
| |
Answer : (a)
Reason: Registers found in processor are called operational registers and in memory unit are called storage registers.
| |
Answer : (c)
Reason: A virtual memory system provides a mechanism for translating program-generated addresses into correct main memory locations. This is done dynamically, while programs are being executed in the CPU. The translation or mapping is handled automatically by the hardware by means of a mapping table
| |
Answer : (b)
Reason: The octal number and their binary coded equivalent BCD is a straight assignment of binary equivalent. It is possible to assign weights to the binary bits according to their position as per conversion of octal number to binary number.
| |
Answer : (a)
Reason: The processor, cache memory and I/O devices are interconnected by means of a common bus.
| |
Answer : (c)
Reason: Debugger is a program, which finds errors in program.
|
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteQ.48,
ReplyDelete9 is not a valid octal number. and given all bcd equivalents are not right.
Right matches are :
Octal BCD
----- --------
10 00001000
20 00010110
50 01000000
77 01100011
Informative
ReplyDelete