Sie sind auf Seite 1von 5

Code No: RT22054 R13 SET - 1

II B. Tech II Semester Supplementary Examinations, November-2017


COMPUTER ORGANIZATION
(Com. to CSE, ECC)
Time: 3 hours Max. Marks: 70
Note: 1. Question Paper consists of two parts (Part-A and Part-B)
2. Answer ALL the question in Part-A
3. Answer any THREE Questions from Part-B
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PART –A
1. a) Perform 2’s complement Addition, Subtraction between the signed Decimal (4M)
number +66, -25 using 8 Bit representation
b) What is circular shift micro operation (3M)
c) What are zero address instructions? Explain with the help of an example (4M)
d) Draw the Booths algorithm flow chart (4M)
e) Explain about the memory hierarchy (3M)
f) Explain how to access I/O devices in a system (4M)
PART –B
2. a) Draw the flowchart for adding or subtracting two floating –point binary numbers (8M)
b) Explain the different types of computers (8M)

3. a) With an example of each, explain memory reference instructions? (8M)


b) Draw the block diagram of a bus system connected to four register with (8M)
information transferred serially from any register to any other register. Use a
decoder and multiplexer to select the source register and a decoder to select
destination register

4. a) An instruction is stored at location 300 with its address field at location 301. The (8M)
address field has the value 400. A processor register r1 contains the number 200.
Evaluate the effective address if the addressing mode of the instruction is
i) Direct ii) Immediate iii) Relative iv) Register Indirect
b) Explain the operation of a Micro programmed control unit using a diagram (8M)

5. a) Multiple (-7)10 with (3)10 by using Booth’s multiplication. Give the flow table of (8M)
the multiplication
b) Draw the circuit of a BCD adder / subtractor and explain its operations (8M)

6. a) The access time of a cache memory is 100 ns and that of main memory 1000 ns. It (10M)
is estimated that 80 percent of the memory requests are for read and the remaining
20 percent for write. The hit ratio for read accesses only is 0.9. A Write-through
procedureis used i) What is the average access time of the system considering only
memory read cycle? ii) What is the average access time of the system for both
read and write requests? iii) What is the hit ratio taking into consideration the
write cycles?
b) What is virtual memory? With a neat block diagram explain the virtual memory (6M)
address translation

7. a) Explain the characteristics of multiprocessors (6M)


b) Explain about DMA (10M)
1 of 1

|''|'''||''||'''||||
Code No: RT22054 R13 SET - 1

II B. Tech II Semester Regular/Supplementary Examinations, April/May - 2017


COMPUTER ORGANIZATION
(Com. to CSE, ECC)
Time: 3 hours Max. Marks: 70
Note: 1. Question Paper consists of two parts (Part-A and Part-B)
2. Answer ALL the question in Part-A
3. Answer any THREE Questions from Part-B
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PART –A
1. a) Perform the following subtractions in the binary number system, using 2’s (4M)
complements : (i) 1111 – 110 (ii) 1110 – 1100
b) Differentiate between Micro operation and Macro Operation with an example (4M)
c) “Instruction Set Architecture has impact on the processors micro architecture” – (3M)
support this statement with proper reasoning.
d) Differentiate Micro programmed control and Hardwired control. (4M)
e) What is the impact of the cache on overall performance of the computer? (3M)
f) What do you understand by the term peripheral? Explain with some examples (4M)
PART -B
2. a) Explain different functional units of a digital computer with neat sketch. (8M)
b) Discuss the advantages, disadvantages, and applications of (8M)
i) Excess – 3 code ii) Gray Code
(Illustrate with one example each)

3. a) Explain memory reference instructions with an example each. (8M)


b) Write short note on i) BUN ii) BSA iii) ISZ (8M)

4. a) What do you mean by addressing mode? Explain the following addressing modes (8M)
with examples.
i) Index addressing mode ii) Relative addressing mode
b) Explain clearly the three types of CPU organizations with examples (8M)

5. a) Perform floating point addition using the numbers 0.5 and 0.4375 use the floating (8M)
point addition algorithm.
b) Explain the multiplication of positive numbers using array multiplier with a neat (8M)
sketch.

6. a) What is virtual memory? With the help of neat sketch explain the method of (8M)
virtual to physical address translation.
b) Explain the READ and WRITE operations in Associative Memory (8M)

7. a) Draw the block diagram of a DMA controller and explain its functioning? (10M)
b) Discuss any five key differences between subroutine and interrupt service routines (6M)

1 of 1

|''|'''||''||'''||||
Code No: RT22054 R13 SET - 2

II B. Tech II Semester Regular/Supplementary Examinations, April/May - 2017


COMPUTER ORGANIZATION
(Com. to CSE, ECC)
Time: 3 hours Max. Marks: 70
Note: 1. Question Paper consists of two parts (Part-A and Part-B)
2. Answer ALL the question in Part-A
3. Answer any THREE Questions from Part-B
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PART –A
1. a) “2’s complement approach is preferable than sign magnitude for representing the (3M)
fixed point numbers” – Justify this statement
b) What are the functionalities of program counter, instruction register and data (3M)
register?
c) Explain the need of some bits of current microinstruction to generate address of (4M)
the next microinstruction with an example.
d) Perform the arithmetic operations below with binary numbers and with negative (4M)
numbers in signed 2’s complement. Use seven bit to accommodate each number
together with its sign. i) -35 + -40 ii) -35 + +40
e) Differentiate between static RAM and dynamic RAM (4M)
f) Distinguish between synchronous data transfer and asynchronous data transfer. (4M)
PART -B
2. a) Perform the following: (8M)
i) (110.101) 2 = ( )10 ii) (1.10101)2 = ( )10
iii) (11010.1)2 = ( )10 iv) 110.10 x 10.1
b) Discuss various generations of computer with the technological features and (8M)
devices that characterized each generation

3. a) Distinguish between circular shift and arithmetic shift with proper example. (8M)
b) Explain the design of accumulator logic. (8M)

4. a) Distinguish the characteristics of RISC and CISC (8M)


b) Explain the three basic types of data manipulation instructions. (8M)

5. a) Given signed decimal number +86 and -17. Perform (using 8 – bit representation) (8M)
i) 2’s complement Addition ii) 2’s complement Subtraction
b) Explain the steps for Floating Point Multiplication with neat diagram and suitable (8M)
example.

6. a) Draw a neat block diagram of memory hierarchy in a computer system. Compare (8M)
the parameters size, speed and cost per bit in the hierarchy.
b) Explain ROM and RAM with respect to their block diagrams (8M)

7. a) Explain in detail on i) Vectored Interrupt ii) Interrupt Nesting (8M)


b) Discuss on the following with neat sketches (8M)
i) Time – Shared Common bus ii) Multistage Switching Network

1 of 1

|''|'''||''||'''||||
Code No: RT22054 R13 SET - 3

II B. Tech II Semester Regular/Supplementary Examinations, April/May - 2017


COMPUTER ORGANIZATION
(Com. to CSE, ECC)
Time: 3 hours Max. Marks: 70
Note: 1. Question Paper consists of two parts (Part-A and Part-B)
2. Answer ALL the question in Part-A
3. Answer any THREE Questions from Part-B
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PART –A
1. a) Convert the following decimal numbers to the bases indicated (4M)
i) 9872 to octal ii) 4689 to hexadecimal
b) What is the use of buffers? Explain about tri-state buffers. (3M)
c) Explain how different instruction formats influence the system. (4M)
d) Explain the concept of partial remainder (4M)
e) List and explain the advantages of virtual memory. (3M)
f) Distinguish isolated and memory mapped I/O (4M)
PART -B
2. a) What is a bus? Explain single bus and multiple bus structure used to interconnect (8M)
functional units in the computer system.
b) Distinguish between error detection and error correction. Explain with an example (8M)
how Hamming code is used for error detection.

3. a) Explain the following with respect to logic micro operations (8M)


i) Selective Set ii) Selective Complement
iii) Selective Clear iv) Mask
b) Explain various computer instruction formats with neat sketches (8M)

4. a) Draw and explain the micro-programmed control unit. (8M)


b) Explain various types of interrupts in detail. (8M)

5. a) Perform the restoring division for the binary numbers 1010 and 11. Draw the (8M)
circuit arrangement for binary division.
b) What are the steps involved in the addition of 2’s complement notation. Explain 8M
with an example.

6. a) A computer system has a MM capacity of a total of 1M 16 bits words. It also has a (8M)
4K words cache organized in the block set associative manner, with 4 blocks per
set & 64 words per block. Calculate the number of bits in each of the TAG, SET &
WORD fields of MM address format.
b) Explain the following (8M)
i) Memory management using segmentation
ii) Memory management using paging

7. a) Explain in detail i) Interrupt ii) An exception with an example (8M)


b) Differentiate serial arbitration logic and parallel arbitration logic with neat (8M)
sketches

1 of 1
|''|'''||''||'''||||
Code No: RT22054 R13 SET - 4

II B. Tech II Semester Regular/Supplementary Examinations, April/May - 2017


COMPUTER ORGANIZATION
(Com. to CSE, ECC)
Time: 3 hours Max. Marks: 70
Note: 1. Question Paper consists of two parts (Part-A and Part-B)
2. Answer ALL the question in Part-A
3. Answer any THREE Questions from Part-B
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PART –A
1. a) Convert the number (5675)8 into its decimal and hexadecimal (4M)
b) Discuss on RTL with suitable example. (4M)
c) What do you understand by register stack and memory stack? (3M)
d) Discuss the advantages and disadvantages of micro programmed control unit. (3M)
e) Define i) Memory access time ii) Memory cycle time (4M)
f) Differentiate between tightly coupled systems and loosely coupled systems. (4M)
PART -B
2. a) Describe basic operational concepts of computer in detail (8M)
b) “Parity checking can be used for error detection” – Justify your answer with an (8M)
example.

3. a) Explain the following with neat sketches (8M)


i) 4 – bit Binary adder ii) Binary Adder - Subtractor
b) Explain various phases of instruction cycle with an example (8M)

4. a) Explain how registers are connected to common bus in the computer with a neat (8M)
diagram.
b) What do you mean by addressing mode? Explain the following addressing modes (8M)
with examples.
i) Direct Addressing Mode ii) Immediate Addressing Mode

5. a) Explain subtraction of binary numbers in one’s complement notation with (8M)


examples.
b) Perform the following: (8M)
i) (110.101) 2 = ( )10 ii) (1.10101)2 = ( )10
ii) 1010.01 x 11.1 iv) 110.10 x 10.1

6. a) Explain the following mapping techniques used for cache mapping (8M)
i) Associative mapping cache ii)Direct mapping cache
iii) Block-set-associative mapping cache
b) Write short note on i) Magnetic Disks ii) Magnetic tapes (8M)

7. a) Explain the role of interrupts in Computer Organization. (8M)


b) Discuss the following interconnection structures (8M)
i) Crossbar Switch ii) Hypercube system

1 of 1

|''|'''||''||'''||||

Das könnte Ihnen auch gefallen