www.QuestionPaperDownload.com

Code No: 07A5EC01

R07

Set No. 2

III B.Tech I Semester Examinations,November 2010 COMPUTER SYSTEM ORGANIZATION Electrical And Electronics Engineering Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks ????? 1. (a) What is polling? Explain in detail how it can be used for interprocessor arbitration. (b) Explain the organization of tightly coupled multiprocessor system with a generic block diagram. [8+8] 2. (a) Compare RISC and CISC characteristics. (b) Write microoperations for PUSH and POP.

[8+8]

3. (a) Define instruction, instruction code and operation code. (b) Discuss Instruction Set Completeness.

[8+8]

4. (a) What is memory hierarchy? And explain the need for it. (b) What is virtual memory? Define and differentiate virtual or logical address and physical address. (c) What is the necessity of memory management?

[16]

5. (a) Derive the circuit for a 3 bit parity generator and 4 bit parity checker using an even parity bit. (b) Determine whether the following 2’s complement notations stand for positive or negative numbers. Give their values in decimal numbers. i. ii. iii. iv.

01110000 11001111 10001111 01010101

[8+8]

6. Explain the following related to Instruction pipeline (a) Data dependency (b) Handling of branch instructions.

[8+8]

7. Write in detail about the design of hard wired control unit. 8. Design a parallel priority interrupt with eight interrupt devices. ?????

www.QuestionPaperDownload.com

1

[16] [16]

www.QuestionPaperDownload.com

Code No: 07A5EC01

R07

Set No. 4

III B.Tech I Semester Examinations,November 2010 COMPUTER SYSTEM ORGANIZATION Electrical And Electronics Engineering Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks ????? 1. (a) Explain address sequencing in Microprogrammed control unit (b) Explain in detail various fields of microinstruction format with diagram. [8+8] 2. (a) What are the different types of I/O communication techniques? Explain in brief. (b) In the above techniques, which is the most efficient? Justify your answer.[8+8] 3. (a) Classify and explain different multiprocessors. (b) What are the characteristic features of Multiprocessor systems?

[8+8]

4. (a) Explain the operation of 4-bit adder-subtractor with example. (b) Give hardware implementations to perform logic and shift operations. [8+8] 5. (a) Perform the arithmetic operations (+70) + (+80) and (-70) + (-80) in binary using signed 2’s complement representation for negative numbers. Use eight bits to accommodate each number together with its sign and detect whether overflow occurs or not. (b) Convert the hexadecimal number F3A7C2 to binary, octal and decimal.[8+8] 6. (a) Convert the following arithmetic expression into Reverse Polish Notation and show the stack operations for evaluating the numerical result. (3+4)[10(2+6)+8] (b) What are the differences between branch instruction, a call subroutine call instruction and program interrupt? [8+8] 7. (a) A block set-associative cache consists of a total of 64 blocks divided into 4-block sets. The main memory contains 4096 blocks, each consisting of 128 words. i. How many bits are there in a main memory address? ii. How many bits are there in each of the TAG, SET, and WORD fields? (b) Explain the organization of a 1K x 1 memory with a neat sketch. [8+8] 8. (a) Draw a space-time diagram for a six-segment pipeline showing the time it takes to process eight tasks. (b) Explain four possible hardware schemes that can be used in an instruction pipeline in order to minimize the performance degradation caused by instruction branching. [8+8] ????? www.QuestionPaperDownload.com

2

www.QuestionPaperDownload.com

Code No: 07A5EC01

R07

Set No. 1

III B.Tech I Semester Examinations,November 2010 COMPUTER SYSTEM ORGANIZATION Electrical And Electronics Engineering Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks ????? 1. (a) What is meant by writable control memory and explain microprogram control organisation? (b) Give the typical horizontal and vertical microinstruction formats.

[8+8]

2. Explain three segment instruction pipeline. Show the timing diagram and also show the timing diagram with data conflict. [16] 3. Explain in detail about various instruction formats.

[16]

4. (a) What is the parity bit and why we use it? (b) What are fixed and floating point representations? Why do we go for floating point representation. (c) What is mantissa and exponent? Give 2 examples.

[5+6+5]

5. (a) When is the interrupt service routine for a device invoked? Upon the occurrence of an interrupt, how does the processor determine the memory address of the correct service routine. What is the status of interrupted program during and after interrupt. (b) Which is the most efficient in the following? i. Programmed I/O ii. Interrupt Initiated I/O iii. DMA Justify your answer

[8+8]

6. (a) Explain Flash Memory. (b) Describe the two update policies that a cache can use. For each policy, give an example of a situation where it would be preferred. [8+8] 7. (a) Starting from an initial value of R=1101101, determine the sequence of binary values in R after a logical shift-left, followed by a circular shift-right, followed by a logical shift-right and a circular shift-left. (b) Explain, why each of the following micro operations cannot be executed during a single clock pulse in the basic computer system with common bus. Specify a sequence of micro operations that will perform the operation. IR ← M[PC] AC← AC + TR DR ← DR + AC [8+8] www.QuestionPaperDownload.com

3

www.QuestionPaperDownload.com

Code No: 07A5EC01

R07

Set No. 1

8. (a) What is the functioning of cross bar switch network? Explain with a neat sketch. (b) Discuss the differences between tightly coupled multi processors and loosely coupled multiprocessors. [8+8] ?????

www.QuestionPaperDownload.com

4

www.QuestionPaperDownload.com

Code No: 07A5EC01

R07

Set No. 3

III B.Tech I Semester Examinations,November 2010 COMPUTER SYSTEM ORGANIZATION Electrical And Electronics Engineering Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks ????? 1. Explain the following with applications for each: (a) ROM (b) PROM (c) EPROM (d) EEPROM

[16]

2. Explain different techniques for interprocessor arbitration.

[16]

3. (a) What is meant by Reverse Polish Notation for arithmetic expressions? Explain how to evaluate them using stack with an example. (b) Give examples for internal interrupts and external interrupts. What is the difference between a software interrupt and subroutine call? [8+8] 4. How many characters per second can be transmitted over a 1200-baud line in each of the following modes with a character code of 8 bits? (a) Synchronous serial transmission. (b) Asynchronous serial transmission with two stop bits (c) Asynchronous serial transmission with one stop bit

[16]

5. (a) What is a bus? Construct a bus system using multiplexers. (b) List and explain arithmetic micro operations.

[8+8]

6. (a) Give a summary of arithmetic and logical operations that are defined for the vector architecture. (b) Discuss different approaches to vector computation

[8+8]

7. A computer has 16 registers, an ALU with 32 operations, and a shifter with eight operations, all connected to a common bus system. (a) Formulate the control word for a microinstruction. (b) Specify the number of bits in each field of the control and give a general encoding scheme. (c) Show the bits of control word that specify the microoperation RA←R5+R6

www.QuestionPaperDownload.com

5

[8+8]

www.QuestionPaperDownload.com

Code No: 07A5EC01

R07

Set No. 3

8. Convert: (a) 7562.45 to Octal (b) 1938.257 to Hexadecimal (c) 175.175 to Binary

[16] ?????

www.QuestionPaperDownload.com

6

B Tech 3-1 R07 cso-EEE Question paper.pdf

(a) What is polling? Explain in detail how it can be used for interprocessor. arbitration. (b) Explain the organization of tightly coupled multiprocessor system with ...

366KB Sizes 1 Downloads 174 Views

Recommend Documents

B Tech 2-1 R07 EEE Question Paper.pdf
QuestionPaperDownload.com www.QuestionPaperDownload.com. Page 3 of 8. B Tech 2-1 R07 EEE Question Paper.pdf. B Tech 2-1 R07 EEE Question Paper.

B Tech 2-1 R07 PDC Question Paper.pdf
www.QuestionPaperDownload.com www.QuestionPaperDownload.com. Page 3 of 12. B Tech 2-1 R07 PDC Question Paper.pdf. B Tech 2-1 R07 PDC Question ...

B Tech 1st Year R07 MI Question paper.pdf
Computer Science & Engineering, Chemical Engineering, Electronics &. Instrumentation Engineering, Bio-Medical Engineering, Information. Technology ...

B Tech 2-1 R07 UNIX2 Question Paper.pdf
Page 1 of 8. Code No: 07A3EC17 R07 Set No. 2. II B.Tech I Semester Examinations,November 2010. UNIX AND SHELL PROGRAMMING. Common to ...

B Tech 2-1 R07 ECA Question Paper.pdf
Vinom = 40V,Vimin = 35V, Vimax = 45V Vz = 20V, rz = 5 ohms ILmin= 0mA,ILmax. = 100mA Izmin = 10mA, Izmax = 400mA. Find Pzmax and load resistance. [8+8]. 3. (a) The basic Switching regulator is designed to maintain a 12V dc output when. the unregulate

B Tech 2-1 R07 MFCS Question Paper.pdf
Show that R is an equivalence relation. (b) Let A = {1, 2, 3, 4} and P = {{1, 2,3}, {4}} be a partition of A. Find the. equivalence relation determined by P. [10+6]. 3.

B Tech 2-1 R07 BIOCHEM Question Paper.pdf
There was a problem loading this page. B Tech 2-1 R07 BIOCHEM Question Paper.pdf. B Tech 2-1 R07 BIOCHEM Question Paper.pdf. Open. Extract. Open with.

B Tech 2-1 R07 STLD Question Paper.pdf
(a) Give a detailed comparison between combinational logic circuits and sequential. logic circuits. (b) Design a basic flip flop and explain its operation. [8+8] ?

B Tech 2-1 R07 THEMSCI Question Paper.pdf
QuestionPaperDownload.com. Page 3 of 8. B Tech 2-1 R07 THEMSCI Question Paper.pdf. B Tech 2-1 R07 THEMSCI Question Paper.pdf. Open. Extract.

B Tech 2-1 R07 MMS Question Paper.pdf
QuestionPaperDownload.com. Page 3 of 8. B Tech 2-1 R07 MMS Question Paper.pdf. B Tech 2-1 R07 MMS Question Paper.pdf. Open. Extract. Open with.

B Tech 2-1 R07 FMHM Question Paper.pdf
QuestionPaperDownload.com. Page 3 of 8. B Tech 2-1 R07 FMHM Question Paper.pdf. B Tech 2-1 R07 FMHM Question Paper.pdf. Open. Extract. Open with.

B Tech 2-1 R07 ELEENG Question Paper.pdf
(b) Discuss the Ward Leonard method of Speed control of DC motors. [8+8]. 6. Discuss different classifications of analog instruments and explain each of them.

B Tech 2-1 R07 ACBC Question Paper.pdf
(a) Write a short note on Synthetic rubber. (b) Compare natural rubber and vulcanized rubber? (c) Write a note on the engineering uses of Vulcanised rubber?

B Tech 1st Year R07 R7100101-ENG Question Paper.pdf ...
Page 1 of 1. Code :R7100101 R7. B.Tech I Year (R07) Supplementary Examinations, December 2010. ENGLISH. (Common to Civil Engineering, Mechanical ...

B Tech 2-1 R07 BIOEE Question Paper.pdf
Describe various studies conducted on nerve conduction including Galvani and. Volta's experimentation, Goldman's theory and Hodgekin and huxely's observa- ...

B Tech 2-1 R07 EMF Question Paper.pdf
QuestionPaperDownload.com www.QuestionPaperDownload.com. Whoops! There was a problem loading this page. B Tech 2-1 R07 EMF Question Paper.pdf.

B Tech 4-1 R07 DIMP Question Paper.pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. B Tech 4-1 R07 ...

B Tech 2-1 R07 FLUIDMECH Question Paper.pdf
What will be the discharge when a cast iron. pipe of roughness k = 0.3 mm is used ? what will be the percentage increase in. the discharge if the cast iron pipe is ...

B Tech 2-1 R07 MOF Question Paper.pdf
QuestionPaperDownload.com www.QuestionPaperDownload.com. Whoops! There was a problem loading this page. B Tech 2-1 R07 MOF Question Paper.pdf.

B Tech 2-1 R07 STLD Question Paper.pdf
(c) Give the truth table for the Boolean expression (X0+Y)0. [4+8+4]. 6. Using Q-M method to determine the prime implicants and obtain the possible. minimal ...

B Tech 2-1 R07 PTECH Question Paper.pdf
QuestionPaperDownload.com. Page 3 of 4. B Tech 2-1 R07 PTECH Question Paper.pdf. B Tech 2-1 R07 PTECH Question Paper.pdf. Open. Extract. Open with.

B Tech 2-1 R07 MT Question Paper.pdf
(b) What are the advantages and disadvantages of Ellingham diagrams? [8+8]. 6. (a) Explain what do you mean by thermodynamic equillibrium. (b) Discuss the ...

B Tech 4-1 R07 HVDCTRANSM-EEE Question paper.pdf ...
QuestionPaperDownload.com. Page 3 of 5. B Tech 4-1 R07 HVDCTRANSM-EEE Question paper.pdf. B Tech 4-1 R07 HVDCTRANSM-EEE Question paper.pdf.

B Tech 2-1 R07 DLD Question Paper.pdf
Page 1. Whoops! There was a problem loading more pages. Retrying... B Tech 2-1 R07 DLD Question Paper.pdf. B Tech 2-1 R07 DLD Question Paper.pdf.