www.questionpaperdownload.com

Code No: A109211202

R09

Set No. 2

II B.Tech I Semester Examinations,November 2010 DIGITAL LOGIC DESIGN AND COMPUTER ORGANIZATION Information Technology Time: 3 hours Max Marks: 75 Answer any FIVE Questions All Questions carry equal marks ????? 1. (a) Draw the block diagram of a quadruple 2-to-1 line multiplexer and explain its operation using function table. (b) What is a shift register? With a neat diagram explain the operation of a 4-bit shift register. [7+8] 2. (a) Differentiate between RISC and CISC. (b) What are weighted codes? Explain with examples. (c) Convert the hexadecimal number F3A7C2 to binary and octal.

[6+5+4]

3. With an example explain how division of two fixed point binary numbers when negative numbers are in signed-magnitude representation. [15] 4. (a) Discuss Pentium III caches in detail. (b) Explain how data can be organized and accessed on a disk.

[8+7]

5. (a) Describe the full set of IA-32 addressing modes. (b) Give the format of status register of IA-32 and explain each of the flags. [10+5] 6. (a) With a neat diagram explain single-bus organization of the datapath inside a processor. (b) Give the steps required to execute Move R2,(R1).

[9+6]

7. (a) “An interrupt is more than a simple mechanism for coordinating I/O transfers.” Justify the statement. (b) Draw the general 8-bit parallel interface and explain its working.

[6+9]

8. (a) Draw the multiple-level NAND circuit for the following expression: (AB’ + CD’)E + BC(A + B). (b) Simplify the following Boolean function F, together with the don’t-care conditions d, and then express the simplified function in sum of minterms: F(x,y,z) = Σ (0,1,2,4,5) D(x,y,z) = Σ (3,6,7). [5+10] ?????

www.questionpaperdownload.com

www.questionpaperdownload.com

Code No: A109211202

R09

Set No. 4

II B.Tech I Semester Examinations,November 2010 DIGITAL LOGIC DESIGN AND COMPUTER ORGANIZATION Information Technology Time: 3 hours Max Marks: 75 Answer any FIVE Questions All Questions carry equal marks ????? 1. (a) Explain each of the following: i. ii. iii. iv.

Page fault Page table Page replacement Translation lookaside buffer.

(b) Draw the block diagram of a typical SDRAM chip and explain.

[8+7]

2. Draw the flowchart for division of two fixed point numbers when negative numbers are in signed-magnitude representation and explain with an example. [15] 3. (a) Draw block diagram of typical daisy-chain priority interrupt scheme and explain its operation. (b) Discuss in detail the USB architecture.

[8+7]

4. (a) Explain in detail with a neat diagram the three-path organization of the datapath. (b) What is the reason for slower operating speed of microprogrammed control? Suuggest solutions to achieve faster operation. [9+6] 5. (a) Explain with an example how 2n -to-1 multiplexer is constructed from a n-to-2n decoder. (b) Draw the circuit diagram of a Binary counter and explain its working principles. [7+8] 6. (a) What is the unique characteristic of the XOR gate? Draw the combination of AND, OR and NOT gates to provide the XOR function. (b) Simplify the following Boolean functions, using three-vaiable maps: i. F(x,y,z) = Σ (0,2,6,7) ii. F(a,b,c) = Σ (0,1,2,3,7).

[7+8]

7. (a) How strings are stored in memory? What are the two ways of indicating the length of the string? (b) Write an IA-32 routine to pack two BCD digits into a Byte and explain. [7+8] 8. (a) What are the different types of information handled by a computer? Explain. (b) Formulate a weighted binary code for the decimal digits using weights 6,3,1,1. [7+8]

www.questionpaperdownload.com

www.questionpaperdownload.com

Code No: A109211202

R09

Set No. 4

?????

www.questionpaperdownload.com

www.questionpaperdownload.com

Code No: A109211202

R09

Set No. 1

II B.Tech I Semester Examinations,November 2010 DIGITAL LOGIC DESIGN AND COMPUTER ORGANIZATION Information Technology Time: 3 hours Max Marks: 75 Answer any FIVE Questions All Questions carry equal marks ????? 1. (a) Compare the characteristics of a floppy disk and a hard disk. (b) Discuss in detail memory interleaving.

[8+7]

2. (a) Explain various functional units of a computer. (b)

i. Convert AF3B to binary ii. Find the 2’s complement of the result in (i) iii. Convert the answer in (i) to hexadecimal.

[9+6]

3. (a) Draw the truth table of a four-input AND gate and realize it using 2 input AND gates. (b) Simplify the Boolean equation Y = AB’C’+A’BC’+AB’C’+ABC’ and realize the logic circuit. [6+9] 4. (a) Write the algorithm for adding and subtracting numbers in signed-2’s complement representation. (b) Show that adding B after the operation A+B’+1 restores the original value of A. What should be done with the end carry? [7+8] 5. (a) Implement the following Boolean functions with a PLA: F1 (A,B,C) = Σ (0,1,2,4) F2 (A,B,C) = Σ (0,5,6,7). (b) Design a 4-bit binary synchronous counter with D flip-flops.

[8+7]

6. (a) Give the that implements the following logic functions: (a) Write the circuits control sequence for execution of the instruction ADD (R3), R1 for the single bus=architecture. i. Zin T1+T6.Add+T4.Br (b) Give the ways to reduce the number of bits in microinstruction. [8+7] ii. End = T7.Add+T5.Br+ (T5.N+T5.M).BRN (b) Explain multi-bus architecture.

[8+7]

7. (a) With an illustration explain how the program for C ← [A] + [B] is executed. (b) Consider a computer that has a byte-addressable memory organized in 32-bit words according to the big-endian scheme. A program reads ASCII characters entered at a keyboard and stores them in the successive byte locations, starting at location 1000. Show the contents of the two memory words at locations 1000 and 1004 after the name “Johnson” has been entered. [7+8] 8. (a) What is an exception? Explain different types of exceptions.

www.questionpaperdownload.com

www.questionpaperdownload.com

Code No: A109211202

R09

Set No. 1

(b) What is the disadvantage of the strobe method? Explain how handshake method solves the problem. [6+9] ?????

www.questionpaperdownload.com

www.questionpaperdownload.com

Code No: A109211202

R09

Set No. 3

II B.Tech I Semester Examinations,November 2010 DIGITAL LOGIC DESIGN AND COMPUTER ORGANIZATION Information Technology Time: 3 hours Max Marks: 75 Answer any FIVE Questions All Questions carry equal marks ????? 1. (a) Give a brief note on register transfers. (b) What is microprogram sequencing? What are the design considerations for microprogram sequencer? [5+10] 2. (a) What is meant by memory? Briefly explain micro-computer memories. (b) Draw and explain set associative cache organization. [7+8] 3. (a) Explain the following addressing modes with examples: i. Register ii. Direct iii. Indirect iv. Index v. Immediate (b) Explain the format of an IA-32 instruction.

[10+5]

4. (a) Find the complement of the functions F=A’BC’+A’B’C and G=A(B’C’+BC). (b) Draw a NAND logic diagram that implements the complement of the following function: F(A,B,C,D) = Σ (0,1,2,3,4,8,9,12). [5+10] 5. (a) What is the difference between a subroutine and an interrupt-service routine? (b) Explain how with the help of a DMA controller large blocks of data can be transferred at the high speed between an external device and main memory. [6+9] 6. (a) With a neat diagram explain the working of a 4-bit by 3-bit array multiplier. (b) Draw the flowchart for adding or subtracting two floating point binary numbers and explain. [8+7] 7. (a) Explain how a program gets executed faster using a cache memory. (b) What are self-complementing codes? Give example. (c) What is the radix of the numbers if the solution to the quadratic equation x2 - 10x + 31 = 0 is x = 5 and x = 8? [6+4+5] 8. Show that a shift register with parallel load can be used to convert serial input to parallel output and parallel input to serial output. [15] ?????

www.questionpaperdownload.com

B Tech 2-1 R09 DLDCO Question Paper.pdf

(a) With a neat diagram explain single-bus organization of the datapath inside a. processor. (b) Give the steps required to execute Move R2,(R1). [9+6]. 7. (a) “An ...

351KB Sizes 0 Downloads 198 Views

Recommend Documents

B Tech 2-1 R09 MEFA Question Paper.pdf
Discuss about the Electromigration in solid metals and Alloys. [15]. 2. Explain the estimation of manganese dioxide by titration method from manganese. ore. [15].

B Tech 2-1 R09 M3 Question Papers.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. Main menu.

B Tech 2-1 R09 FLUIDMECH Question Paper.pdf
(a) Explain pitot tube and pitot static tube. (b) A sub-marine moves horizontally in sea and has its axis 15 m below the surface. of water. A pitot-tube properly ...

B Tech 2-1 R09 STLD Question Paper.pdf
(a) What is the qualitative difference between heat and work? Why are heat and ... (a) Draw the schematic diagram of a Simple carburetor and explain its ...

B Tech 2-1 R09 SM1 Question Paper.pdf
B Tech 2-1 R09 SM1 Question Paper.pdf. B Tech 2-1 R09 SM1 Question Paper.pdf. Open. Extract. Open with. Sign In. Main menu. Displaying B Tech 2-1 R09 ...

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

B Tech 2-1 R09 METANA Question Paper.pdf
METALLURGY AND MATERIALS SCIENCE. Common to Mechanical Engineering, Mechatronics, Production. Engineering, Automobile Engineering. Time: 3 ...

B Tech 2-1 R09 MB Question Papers.pdf
(a) What is the significance of microbial classification? Describe the classification of Carl- Wooese et al. (b) Describe different taxonomic ranks in microbiology with special reference to bacteria. 3. (a) Write briefly on nutritional classes of mic

B Tech 2-1 R09 SM1 Question Paper.pdf
Page 1 of 8. Code No: A109210104 R09 Set No. 2. II B.Tech I Semester Examinations,November 2010. SURVEYING. Civil Engineering. Time: 3 hours Max ...

B Tech 2-1 R09 EC Question Paper.pdf
[7+8]. www.questionpaperdownload.com www.questionpaperdownload.com. Page 3 of 8. B Tech 2-1 R09 EC Question Paper.pdf. B Tech 2-1 R09 EC Question ...

B Tech 2-1 R09 ELENGG Question Paper.pdf
(a) Derive an expression for the force on a current carrying conductor placed in a. uniform magnetic field. (b) An air cored toroidal coil has 450 turns, a mean ...

B Tech 1st Year R09 ENGDRAW Question Paper.pdf
Draw the top view and sectional front view of the prism. 6. A hexagonal prism , side of base 25 mm and height 50 mm rests on H.P. and one of the edges. of its base is parallel to V.P .A section plane perpendicular to V.P. and inclined at 500. to H.P.

B Tech 2-1 R09 BEEE Question Paper.pdf
www.questionpaperdownload.com www.questionpaperdownload.com. Page 3 of 9. B Tech 2-1 R09 BEEE Question Paper.pdf. B Tech 2-1 R09 BEEE Question ...

B Tech 2-1 R09 P&S Question Papers.pdf
Find the probability .... (a) A sample of 26 bulbs gives a mean life of 990 hours with a S.D of 20 hours. ... Displaying B Tech 2-1 R09 P&S Question Papers.pdf.

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 4-2 NR UNIXANDWINDOWSNT Question Paper.pdf ...
How does remote access is being achieved in Windows NT? [16]. 7. (a) Explain the following shell script and what it will produce: While who| grep tty0. do.

B Tech 4-2 R05 ROBOTICS Question Paper.pdf
Page 2 of 8. Code No: R05420306 R05 Set No. 2. Figure 6. 7. (a) Explain the application of industrial Robots in stamping - press operation. (b) What are the ...

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 R05 PTECH Question paper.pdf
Sign in. Loading… Whoops! There was a problem loading more pages. Retrying... Whoops! There was a problem previewing this document. Retrying.

B tech 2-1 R05 EMWTL Question paper.pdf
iii. the energy stored. 7. Explain about the parameters of the open wire line at high frequencies? [16]. 8. (a) List out the applications of transmission lines.

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