Happy Diwali 2025: Best 100 Diwali Wishes, Quotes, Messages, WhatsApp Status, Imagesdiwali 2025 diwali date
Happy Diwali 2025: Best 100 Diwali Wishes, Quotes, Messages, WhatsApp Status, Images
jain news jain mantra jain music stavan songs news facts astrology vastu shastra health treatment baby names india tourist place news ayurvedic upchar health disease best places to visit in india and world health blogging hosting domain wishing message blogging blogger tips free adsense friendly template theme for blogger blogspot.com blogger blogspot.com adsense blogging tips in english hindi blogging tips e cards wishing images
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.
|
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. |
51. | To convert octal code to binary code which of the following digital functions should be used?
| ||||||||||
A full-adder is simply a connection of two half-adders joined by a,
| |||||||||||
The correspondence between the main memory blocks and those in the cache is specified by a
| |||||||||||
The number of 256*4 RAM chips required to construct 2KB CACHE is
| |||||||||||
The set of physical addresses is called
| |||||||||||
What is the name of device that is allowed to initiate data transfer on the bus?
| |||||||||||
The DMA transfer technique where transfer of one word data at a time is called
| |||||||||||
What interface is used to connect the processor to I/O devices that require transmission of data one bit at a time?
| |||||||||||
What are the building blocks of combinational circuits?
| |||||||||||
The transfer of new information into the register is called
|
51. | Answer : (a) Reason: Decoder. |
Answer : (b) Reason: A full-adder is simply a connection of two half-adders joined by a OR gate, and other half-adder simplify the AND gate also. | |
Answer : (e) Reason: The corresponding between the main memory blocks and those in the cache is specified by a mapping function, because the basic characteristic of cache memory is fast access time. Therefore, very little or no time must be wasted when searching for words in the cache. | |
Answer : (d) Reason: 16 RAM chips of size 256*4 are needed to construct a CACHE of size 2KB | |
Answer : (b) Reason: The collection of address spaces in a physical memory is called address space. | |
Answer : (a) Reason: The Bus master is allowed to initiate data transfer on the bus. | |
Answer : (a) Reason: Transfer of one word data at a time using DMA transfer technique is called Cycle Stealing. | |
Answer : (b) Reason: Serial interface transfers one bit at a time, whereas others can handle more than one bit. | |
Answer : (b) Reason: In a based Logical gates are building blocks of combinational circuits whereas, flipflops are combination of logic gates, registers are memory storages. | |
Answer : (b) Reason: Entering new information into a register is called loading. |
61. | Convert decimal value (888)10 to base-5.
| ||||||||||
Consider the following logic function f(ABC). f(A,B,C) = ( A + B + C’) . (A + B’+ C’) Which of the following would be the result if the above logic function is to be simplified using k-maps?
| |||||||||||
What is the equivalent in hexadecimal for the decimal number 973?
| |||||||||||
What is the word size of a 8086 processor?
| |||||||||||
What kind of Information is stored inside the computer?
| |||||||||||
What is a parity bit?
| |||||||||||
What is the minimum number of bits required to store the Hexadecimal number FF?
| |||||||||||
What is the purpose of the floating point unit(FPU)?
| |||||||||||
Which of the following is not a type of processor?
| |||||||||||
Cycle stealing is/are used in which concept?
|
61. | Answer : (b) Reason : Divide the given number 888 by 5 and write all the remainder terms from the bottom to up and finally we will get (12023) to the base 5 |
Answer : (a) Reason : C’ + A | |
Answer : (d) Reason : 3CD | |
Answer : (b) Reason : 8086 is a 16 bit processor. | |
Answer : (a) Reason : The data inside a computer is represented in Binary form i.e (0’s and 1’s). | |
Answer : (b) Reason : A parity bit is used to detect errors. | |
Answer : (b) Reason : The minimum number of bits required to store a Hexadecimal number FF is 4. | |
Answer : (d) Reason : Makes some arithmetic calculations faster. | |
Answer : (b) Reason : Motorola 8086 is not a processor. | |
Answer : (b) Reason : Cycle Stealing concept is used in DMA . |
Comments
Post a Comment