लक्ष्य निर्धारित कर सम्यकत्व के लिए पुरुषार्थ करेंगे तो मोक्ष का मार्ग मिलेगा- पूज्य श्री अतिशयमुनिजी म.सा.
लक्ष्य निर्धारित कर सम्यकत्व के लिए पुरुषार्थ करेंगे तो मोक्ष का मार्ग मिलेगा- पूज्य श्री अतिशयमुनिजी म.सा.
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
21. | A combinational circuit that converts binary information from n input lines to a maximum of unique output lines is,
| ||||||||||||
22. | The correspondence between the main memory blocks and those in the cache is specified by
| ||||||||||||
23. | The CPU nearly delays its operation for one memory cycle, to allow direct memory I/O transfer. This process is called,
| ||||||||||||
24. | The control condition is terminated with
| ||||||||||||
25. | What are the missing values in the truth table of a half-adder given below? x y C S 0 0 -- -- 0 1 0 1 1 0 0 1 1 1 1 0
| ||||||||||||
26. | What are the building blocks of combinational circuits?
| ||||||||||||
27. | x + xy = x is called,
| ||||||||||||
28. | What is BCO equivalent of 011111000?
| ||||||||||||
29. | Boolean functions expressed as a --------- of minterms or ---------- of maxterms are said to be in a canonical form.
| ||||||||||||
30. | Which of the following modes are used to handle data transfer to and from peripherals?
|
21. | Answer : (a) Reason : Decoder uses address inputs as binary numbers and produces an output signal. |
22. | Answer : (a) Reason : The correspondence 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. |
23. | Answer : (c) Reason : A technique called cycle stealing allows the DMA controller to transfer one data word at a time, after which it must return control of buses to the CPU. |
24. | Answer : (c) Reason : The control condition is terminated with a colon. |
25. | Answer : (c) Reason : When x = 0, y = 0 the corresponding carry and sum are 0,0. |
26. | Answer : (b) Reason : Logical gates are building blocks of combinational circuits whereas, flipflops are combination of logic gates, registers are memory storages. |
27. | Answer : (d) Reason : Absorption law :- x + xy = x = x (1+y) = x . 1 = x. |
28. | Answer : (a) Reason : The binary number 011 111 000 represents the octal digits 3, 7, 0 from left to right distrubution by three bits. |
29. | Answer : (b) Reason : Boolean functions expressed as a sum (ORing of terms) of minterms or maxterms (ANDing of terms) are said to be in canonical form. |
30. | Answer : (d) Reason : All the options are used to handle data transfer to and from peripherals. |
31. | The gray code of a given binary number 1001 is
| ||||||||||
Which of the following representation requires the least number of bits to store the number +255?
| |||||||||||
For two variables, n=2 , the number of possible Boolean functions is
| |||||||||||
The one major advantage of CMOS is its,
| |||||||||||
64K memory contains how many words of 8 bits each?
| |||||||||||
The simplest way to determine cache locations in which to store memory blocks is the,
| |||||||||||
The sum of -6 and -13 using 2’s complement addition is,
| |||||||||||
Which one of the following CPU registers holds the address of the instructions (instructions in the program stored in memory) to be executed next?
| |||||||||||
What are the major components of a CPU?
| |||||||||||
Given the characteristic table of a JK flip-flop, find the missing output value. J K Q(t+1) 0 0 Q(t) 0 1 0 1 0 1 1 1 ---
|
31. | Answer : (c) Reason: The gray code of 1001 is 1101 |
Answer : (d) Reason: Unsigned binary representation occupies less space to store the number +255. | |
Answer : (c) Reason: The AND, and OR functions are only two of a total of 16 possible functions formed with two binary variables. Therefore, for two variables n=2, and the number of possible Boolean functions is 16. | |
Answer : (b) Reason: This means that it is not practical for use in systems requiring high-speed operations. The characteristic parameters for the CMOS gate depend on the power supply voltage VDD that is used. The power dissipation increases with increase in voltage supply. The propagation delay decreases with increase in voltage supply and the noise margin is estimated to be about 40% of the voltage supply value. | |
Answer : (a) Reason: Consider the 20-bit logical address. The 4-bit segment number specifies one of 16 possible segments. The 8-bit page number can specify up to 256 pages, and the 8-bit word field implies a page size of 256 words. This configuration allows each segment to have any number of pages up to 256. the smallest possible segment will have one page of 256 words. The largest possible segment will have 256 pages, for a total of 256*256 = 65,536 which means 64K words. | |
Answer : (b) Reason: Associative memories are expensive compared to random-access memories because of the added logic associated with each cell. Therefore, the simplest way to determine cache locations in which to store memory blocks is the Direct Mapping. | |
Answer : (d) Reason: 2’s complement of -6 = 11111010 2’s complement of -13 = 11110011 Add the two numbers in their 2’s complement form, including their sign bits and discard any carry out of the sign (leftmost) bit position. So the answer is 11101101 (-19). -6 11111010 -13 11110011 ------------------ -19 11101101 | |
Answer : (e) Reason: Program Counter (PC) keeps track of the instruction of the program stored in memory. | |
Answer : (a) Reason: The major components of CPU are Control Unit, Register Set, and Arithmetic Logic Unit. | |
Answer : (d) Reason: |
Comments
Post a Comment