SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
www.studentyogi.com                                                                      www.studentyogi.com

         Code No: RR220501
                                                                                Set No. 1
             II B.Tech II Semester Supplimentary Examinations, Apr/May 2008
                                    COMPUTER ORGANIZATION
           ( Common to Computer Science & Engineering, Information Technology,
            Computer Science & Systems Engineering and Electronics & Computer
                                                Engineering)
         Time: 3 hours                                                         Max Marks: 80
                                      Answer any FIVE Questions
                                    All Questions carry equal marks



           1. (a) Explain about IAS memory formats.
               (b) List various registers in a computer along with their purpose [8+8]

           2. (a) Find the output binary number after performing the following arithmetic op-
                     erations
                      i. 111.01 + 10.111
                     ii. 11.01 + 110.11
                    iii. 110.11 - 111.01
               (b) Explain about the longhand division of binary integers. [6+10]
           3. (a) Describe various Pentium data types
               (b) Describe various common data transfer instruction set operations.
                                                                                                    [6+10]

           4. (a) List various R3000 pipeline stages. Also explain the function of each.
               (b) List and describe all shift and multiply/divide instructions of MIPS R-Series
                    processors.                                                                      [8+8]

           5. (a) Di erentiate between single versus two-level caches.
               (b) Elaborate on Pentium Cache Organization.                                          [8+8]

           6. Discuss three possible techniques for I/O operations with merits and demerits of
              each.                                                                                   [16]
           7. (a) Discuss about I/O channel architecture.
               (b) Discuss about I/O addressing in 8086.
               (c) Discuss the salient features of laser printer                                   [6+6+4]

           8. (a) Give a summary of arithmetic and logical operations that are de ned for the
                    vector architecture.
               (b) What is cache coherence problem. Discuss about di erent cache coherance
                   appro ches.                                                                       [8+8]
www.studentyogi.com                                                                      www.studentyogi.com

         Code No: RR220501
                                                                                  Set No. 2
             II B.Tech II Semester Supplimentary Examinations, Apr/May 2008
                                    COMPUTER ORGANIZATION
           ( Common to Computer Science & Engineering, Information Technology,
            Computer Science & Systems Engineering and Electronics & Computer
                                                Engineering)
         Time: 3 hours                                                         Max Marks: 80
                                      Answer any FIVE Questions
                                    All Questions carry equal marks



           1. (a) Explain the purpose and merits of interrupts.
               (b) Draw and explain the instruction cycle with interrupts.
               (c) What is interrupt handler? Explain its purpose.                               [6+6+4]

           2. (a) How subtraction is done on the binary numbers represented in one’s comple-
                    ment notation give an examples.
               (b) What do you mean by r’s complement.                                             [8+8]

           3. NOOP instruction has no e ect on the CPU state other than incrementing the
              program counter. Suggest some uses of this instruction with examples.
                                                                                                     [16]

           4. Elaborate on di erent types of registers in a register organization [16]

           5. Discuss about address translation with segmentation and paging in the Intel Pen-
              tium                                                                                  [16]

           6. (a) How would CPU handles multiple devices. Explain with di erent techniques
                    available
               (b) Discuss the characteristics of Intel 8259A interrupt controller.
                                                                                                   [8+8]

           7. (a) Discuss about I/O channel architecture.
               (b) Discuss about I/O addressing in 8086.
               (c) Discuss the salient features of laser printer                                 [6+6+4]

           8. (a) Classify and explain di erent multipro cessors
               (b) Explain the organization of tightly coupled multiprocessor system with a
                    generic blo ck diagram.                                                        [8+8]
www.studentyogi.com                                                                      www.studentyogi.com

         Code No: RR220501
                                                                                  Set No. 3
             II B.Tech II Semester Supplimentary Examinations, Apr/May 2008
                                    COMPUTER ORGANIZATION
           ( Common to Computer Science & Engineering, Information Technology,
            Computer Science & Systems Engineering and Electronics & Computer
                                                Engineering)
         Time: 3 hours                                                         Max Marks: 80
                                      Answer any FIVE Questions
                                    All Questions carry equal marks



           1. (a) De ne PCI. Explain the applications of PCI
               (b) Describe any ten mandatory PCI signals.                                      [8+8]

           2. Write an algorithm to substract binary numbers represented in normalized oating
              point mode with base 2 for exponent                                                [16]

           3. NOOP instruction has no e ect on the CPU state other than incrementing the
              program counter. Suggest some uses of this instruction with examples.
                                                                                                 [16]

           4. Elaborate on di erent types of registers in a register organization [16]

           5. Give a block diagram for a 4M×8 memory using 256K×1 memory chips. [16]

           6. (a) Explain about magnetic disk layout
               (b) Elaborate on Winchester disk track format.                                   [8+8]

           7. (a) Explain about microinstruction format of TI 8800
               (b) Explain about ALU control elds of IBM 3033 microinstruction.
                                                                                                [8+8]

           8. (a) Explain the following terms.
                      i. Read miss
                     ii. Read hit
                    iii. Write miss
                    iv. Write hit
               (b) Discuss di erent approaches to vector computation                            [8+8]
www.studentyogi.com                                                                     www.studentyogi.com

         Code No: RR220501
                                                                                 Set No. 4
             II B.Tech II Semester Supplimentary Examinations, Apr/May 2008
                                    COMPUTER ORGANIZATION
           ( Common to Computer Science & Engineering, Information Technology,
            Computer Science & Systems Engineering and Electronics & Computer
                                                Engineering)
         Time: 3 hours                                                         Max Marks: 80
                                      Answer any FIVE Questions
                                    All Questions carry equal marks



           1. (a) Discuss the interconnection structure design of a computer.
               (b) Explain various bus lines.
               (c) What do you mean by multiple - bus hierarchies.                                 [8+4+4]

           2. (a) Find the output binary number after performing the arithmatic operation
                     using 1’s complement representation.
                      i. 111.01 + 10.111
                     ii. 110.11 - 111.01
               (b) Explain steps involved in the addition of numbers using 2’s complement no-
                    tation.                                                                         [10+6]

           3. Discuss about various Pentium addressing modes with algorithms [16]

           4. (a) List various R3000 pipeline stages. Also explain the function of each.
               (b) List and describe all shift and multiply/divide instructions of MIPS R-Series
                    processors.                                                                      [8+8]

           5. (a) Discuss about address translation in paging.
               (b) How does page size e ects storage utilization and e ective memory data-
                    transfer rate                                                                    [8+8]

           6. Discuss about data organization and formatting of magnetic disk in detail
                                                                                                      [16]

           7. Discuss about horizontal and vertical instruction formats. Also di erentiate be-
              tween horizontal and vertical instruction formats.                                       [16]

           8. (a) Explain di erent types of parallel processors.
               (b) What do you mean by compound instruction? Give examples
               (c) Elaborate on registers of the IBM3090 vector facility. [4+6+6]

Contenu connexe

Tendances

Ict mock exam answer
Ict mock exam answerIct mock exam answer
Ict mock exam answer
Gary Tsang
 
Ict mock exam paper 1 b combined
Ict mock exam paper 1 b combinedIct mock exam paper 1 b combined
Ict mock exam paper 1 b combined
Gary Tsang
 
June 10 P32
June 10 P32June 10 P32
June 10 P32
Samimvez
 
C O M P U T E R N E T W O R K S J N T U M O D E L P A P E R{Www
C O M P U T E R  N E T W O R K S  J N T U  M O D E L  P A P E R{WwwC O M P U T E R  N E T W O R K S  J N T U  M O D E L  P A P E R{Www
C O M P U T E R N E T W O R K S J N T U M O D E L P A P E R{Www
guest3f9c6b
 
Software project management
Software project managementSoftware project management
Software project management
vamsi krishna
 
D A T A B A S E M A N A G E M E N T S Y S T E M S J N T U M O D E L P A P ...
D A T A B A S E M A N A G E M E N T S Y S T E M S  J N T U  M O D E L  P A P ...D A T A B A S E M A N A G E M E N T S Y S T E M S  J N T U  M O D E L  P A P ...
D A T A B A S E M A N A G E M E N T S Y S T E M S J N T U M O D E L P A P ...
guest3f9c6b
 
Ca mock exam combined
Ca mock exam combinedCa mock exam combined
Ca mock exam combined
Gary Tsang
 
D E C I S I O N S U P P O R T S Y S T E M S J N T U M O D E L P A P E R{Www
D E C I S I O N  S U P P O R T  S Y S T E M S  J N T U  M O D E L  P A P E R{WwwD E C I S I O N  S U P P O R T  S Y S T E M S  J N T U  M O D E L  P A P E R{Www
D E C I S I O N S U P P O R T S Y S T E M S J N T U M O D E L P A P E R{Www
guest3f9c6b
 
June 10 P33
June 10 P33June 10 P33
June 10 P33
Samimvez
 
June 10 P31
June 10 P31June 10 P31
June 10 P31
Samimvez
 

Tendances (15)

Ict mock exam answer
Ict mock exam answerIct mock exam answer
Ict mock exam answer
 
Ict mock exam paper 1 b combined
Ict mock exam paper 1 b combinedIct mock exam paper 1 b combined
Ict mock exam paper 1 b combined
 
June 10 P32
June 10 P32June 10 P32
June 10 P32
 
C O M P U T E R N E T W O R K S J N T U M O D E L P A P E R{Www
C O M P U T E R  N E T W O R K S  J N T U  M O D E L  P A P E R{WwwC O M P U T E R  N E T W O R K S  J N T U  M O D E L  P A P E R{Www
C O M P U T E R N E T W O R K S J N T U M O D E L P A P E R{Www
 
Software project management
Software project managementSoftware project management
Software project management
 
Mcqs
McqsMcqs
Mcqs
 
1 Telecommunication Switching Systems And Networks
1 Telecommunication Switching Systems And Networks1 Telecommunication Switching Systems And Networks
1 Telecommunication Switching Systems And Networks
 
D A T A B A S E M A N A G E M E N T S Y S T E M S J N T U M O D E L P A P ...
D A T A B A S E M A N A G E M E N T S Y S T E M S  J N T U  M O D E L  P A P ...D A T A B A S E M A N A G E M E N T S Y S T E M S  J N T U  M O D E L  P A P ...
D A T A B A S E M A N A G E M E N T S Y S T E M S J N T U M O D E L P A P ...
 
Instrumentation and control systems Jntu Model Paper{Www.Studentyogi.Com}
Instrumentation and control systems Jntu Model Paper{Www.Studentyogi.Com}Instrumentation and control systems Jntu Model Paper{Www.Studentyogi.Com}
Instrumentation and control systems Jntu Model Paper{Www.Studentyogi.Com}
 
Ca mock exam combined
Ca mock exam combinedCa mock exam combined
Ca mock exam combined
 
D E C I S I O N S U P P O R T S Y S T E M S J N T U M O D E L P A P E R{Www
D E C I S I O N  S U P P O R T  S Y S T E M S  J N T U  M O D E L  P A P E R{WwwD E C I S I O N  S U P P O R T  S Y S T E M S  J N T U  M O D E L  P A P E R{Www
D E C I S I O N S U P P O R T S Y S T E M S J N T U M O D E L P A P E R{Www
 
June 10 P33
June 10 P33June 10 P33
June 10 P33
 
June 10 P31
June 10 P31June 10 P31
June 10 P31
 
Nov 07 P1
Nov 07 P1Nov 07 P1
Nov 07 P1
 
VHDL Design and FPGA Implementation of a High Data Rate Turbo Decoder based o...
VHDL Design and FPGA Implementation of a High Data Rate Turbo Decoder based o...VHDL Design and FPGA Implementation of a High Data Rate Turbo Decoder based o...
VHDL Design and FPGA Implementation of a High Data Rate Turbo Decoder based o...
 

Similaire à Computer Organization Jntu Model Paper{Www.Studentyogi.Com}

Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
guest3f9c6b
 
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
guest3f9c6b
 
C O M P U T E R P R O G R A M M I N G J N T U M O D E L P A P E R{Www
C O M P U T E R  P R O G R A M M I N G  J N T U  M O D E L  P A P E R{WwwC O M P U T E R  P R O G R A M M I N G  J N T U  M O D E L  P A P E R{Www
C O M P U T E R P R O G R A M M I N G J N T U M O D E L P A P E R{Www
guest3f9c6b
 
Computer Networks Jntu Model Paper{Www.Studentyogi.Com}
Computer Networks Jntu Model Paper{Www.Studentyogi.Com}Computer Networks Jntu Model Paper{Www.Studentyogi.Com}
Computer Networks Jntu Model Paper{Www.Studentyogi.Com}
guest3f9c6b
 
distributeddatabases
distributeddatabasesdistributeddatabases
distributeddatabases
djkshav
 
C O M P U T E R G R A P H I C S J N T U M O D E L P A P E R{Www
C O M P U T E R  G R A P H I C S  J N T U  M O D E L  P A P E R{WwwC O M P U T E R  G R A P H I C S  J N T U  M O D E L  P A P E R{Www
C O M P U T E R G R A P H I C S J N T U M O D E L P A P E R{Www
guest3f9c6b
 
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
guest3f9c6b
 
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
guest3f9c6b
 
Machine Tool Engineering Jntu Model Paper{Www.Studentyogi.Com}
Machine Tool Engineering Jntu Model Paper{Www.Studentyogi.Com}Machine Tool Engineering Jntu Model Paper{Www.Studentyogi.Com}
Machine Tool Engineering Jntu Model Paper{Www.Studentyogi.Com}
guest3f9c6b
 

Similaire à Computer Organization Jntu Model Paper{Www.Studentyogi.Com} (20)

Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
 
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
 
C g.2010 supply
C g.2010 supplyC g.2010 supply
C g.2010 supply
 
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
 
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
 
C O M P U T E R P R O G R A M M I N G J N T U M O D E L P A P E R{Www
C O M P U T E R  P R O G R A M M I N G  J N T U  M O D E L  P A P E R{WwwC O M P U T E R  P R O G R A M M I N G  J N T U  M O D E L  P A P E R{Www
C O M P U T E R P R O G R A M M I N G J N T U M O D E L P A P E R{Www
 
05322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set105322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set1
 
05322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set105322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set1
 
Computer Networks Jntu Model Paper{Www.Studentyogi.Com}
Computer Networks Jntu Model Paper{Www.Studentyogi.Com}Computer Networks Jntu Model Paper{Www.Studentyogi.Com}
Computer Networks Jntu Model Paper{Www.Studentyogi.Com}
 
distributeddatabases
distributeddatabasesdistributeddatabases
distributeddatabases
 
Ads
AdsAds
Ads
 
1 Telecommunication Switching Systems And Networks
1 Telecommunication Switching Systems And Networks1 Telecommunication Switching Systems And Networks
1 Telecommunication Switching Systems And Networks
 
8th Semester Computer Science (2013-June) Question Papers
8th Semester Computer Science (2013-June) Question Papers8th Semester Computer Science (2013-June) Question Papers
8th Semester Computer Science (2013-June) Question Papers
 
C O M P U T E R G R A P H I C S J N T U M O D E L P A P E R{Www
C O M P U T E R  G R A P H I C S  J N T U  M O D E L  P A P E R{WwwC O M P U T E R  G R A P H I C S  J N T U  M O D E L  P A P E R{Www
C O M P U T E R G R A P H I C S J N T U M O D E L P A P E R{Www
 
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
 
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
 
Paper
PaperPaper
Paper
 
Be it
Be itBe it
Be it
 
Ooad q.papers
Ooad q.papersOoad q.papers
Ooad q.papers
 
Machine Tool Engineering Jntu Model Paper{Www.Studentyogi.Com}
Machine Tool Engineering Jntu Model Paper{Www.Studentyogi.Com}Machine Tool Engineering Jntu Model Paper{Www.Studentyogi.Com}
Machine Tool Engineering Jntu Model Paper{Www.Studentyogi.Com}
 

Plus de guest3f9c6b

Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}
guest3f9c6b
 
Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}
Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}
Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}
guest3f9c6b
 
Client Server Computing Jntu Model Paper{Www.Studentyogi.Com}
Client  Server Computing Jntu Model Paper{Www.Studentyogi.Com}Client  Server Computing Jntu Model Paper{Www.Studentyogi.Com}
Client Server Computing Jntu Model Paper{Www.Studentyogi.Com}
guest3f9c6b
 
Cellular And Mobile Communications Supplementary [ 2007 ] Jntu Model Paper{...
Cellular And Mobile Communications   Supplementary [ 2007 ] Jntu Model Paper{...Cellular And Mobile Communications   Supplementary [ 2007 ] Jntu Model Paper{...
Cellular And Mobile Communications Supplementary [ 2007 ] Jntu Model Paper{...
guest3f9c6b
 

Plus de guest3f9c6b (20)

Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}
Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}
Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}
 
Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
 
English Jntu Model Paper{Www.Studentyogi.Com}
English Jntu Model Paper{Www.Studentyogi.Com}English Jntu Model Paper{Www.Studentyogi.Com}
English Jntu Model Paper{Www.Studentyogi.Com}
 
Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}
 
Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}
 
Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}
Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}
Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}
 
Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}
Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}
Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}
 
Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}
Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}
Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}
Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}
Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}
Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}
Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}
Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}
Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}
 
Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}
 
Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}
Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}
Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}
 
Digital Communications Jntu Model Paper{Www.Studentyogi.Com}
Digital Communications Jntu Model Paper{Www.Studentyogi.Com}Digital Communications Jntu Model Paper{Www.Studentyogi.Com}
Digital Communications Jntu Model Paper{Www.Studentyogi.Com}
 
Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}
 
Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}
Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}
Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}
 
Client Server Computing Jntu Model Paper{Www.Studentyogi.Com}
Client  Server Computing Jntu Model Paper{Www.Studentyogi.Com}Client  Server Computing Jntu Model Paper{Www.Studentyogi.Com}
Client Server Computing Jntu Model Paper{Www.Studentyogi.Com}
 
Cellular And Mobile Communications Supplementary [ 2007 ] Jntu Model Paper{...
Cellular And Mobile Communications   Supplementary [ 2007 ] Jntu Model Paper{...Cellular And Mobile Communications   Supplementary [ 2007 ] Jntu Model Paper{...
Cellular And Mobile Communications Supplementary [ 2007 ] Jntu Model Paper{...
 

Dernier

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Dernier (20)

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 

Computer Organization Jntu Model Paper{Www.Studentyogi.Com}

  • 1. www.studentyogi.com www.studentyogi.com Code No: RR220501 Set No. 1 II B.Tech II Semester Supplimentary Examinations, Apr/May 2008 COMPUTER ORGANIZATION ( Common to Computer Science & Engineering, Information Technology, Computer Science & Systems Engineering and Electronics & Computer Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. (a) Explain about IAS memory formats. (b) List various registers in a computer along with their purpose [8+8] 2. (a) Find the output binary number after performing the following arithmetic op- erations i. 111.01 + 10.111 ii. 11.01 + 110.11 iii. 110.11 - 111.01 (b) Explain about the longhand division of binary integers. [6+10] 3. (a) Describe various Pentium data types (b) Describe various common data transfer instruction set operations. [6+10] 4. (a) List various R3000 pipeline stages. Also explain the function of each. (b) List and describe all shift and multiply/divide instructions of MIPS R-Series processors. [8+8] 5. (a) Di erentiate between single versus two-level caches. (b) Elaborate on Pentium Cache Organization. [8+8] 6. Discuss three possible techniques for I/O operations with merits and demerits of each. [16] 7. (a) Discuss about I/O channel architecture. (b) Discuss about I/O addressing in 8086. (c) Discuss the salient features of laser printer [6+6+4] 8. (a) Give a summary of arithmetic and logical operations that are de ned for the vector architecture. (b) What is cache coherence problem. Discuss about di erent cache coherance appro ches. [8+8]
  • 2. www.studentyogi.com www.studentyogi.com Code No: RR220501 Set No. 2 II B.Tech II Semester Supplimentary Examinations, Apr/May 2008 COMPUTER ORGANIZATION ( Common to Computer Science & Engineering, Information Technology, Computer Science & Systems Engineering and Electronics & Computer Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. (a) Explain the purpose and merits of interrupts. (b) Draw and explain the instruction cycle with interrupts. (c) What is interrupt handler? Explain its purpose. [6+6+4] 2. (a) How subtraction is done on the binary numbers represented in one’s comple- ment notation give an examples. (b) What do you mean by r’s complement. [8+8] 3. NOOP instruction has no e ect on the CPU state other than incrementing the program counter. Suggest some uses of this instruction with examples. [16] 4. Elaborate on di erent types of registers in a register organization [16] 5. Discuss about address translation with segmentation and paging in the Intel Pen- tium [16] 6. (a) How would CPU handles multiple devices. Explain with di erent techniques available (b) Discuss the characteristics of Intel 8259A interrupt controller. [8+8] 7. (a) Discuss about I/O channel architecture. (b) Discuss about I/O addressing in 8086. (c) Discuss the salient features of laser printer [6+6+4] 8. (a) Classify and explain di erent multipro cessors (b) Explain the organization of tightly coupled multiprocessor system with a generic blo ck diagram. [8+8]
  • 3. www.studentyogi.com www.studentyogi.com Code No: RR220501 Set No. 3 II B.Tech II Semester Supplimentary Examinations, Apr/May 2008 COMPUTER ORGANIZATION ( Common to Computer Science & Engineering, Information Technology, Computer Science & Systems Engineering and Electronics & Computer Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. (a) De ne PCI. Explain the applications of PCI (b) Describe any ten mandatory PCI signals. [8+8] 2. Write an algorithm to substract binary numbers represented in normalized oating point mode with base 2 for exponent [16] 3. NOOP instruction has no e ect on the CPU state other than incrementing the program counter. Suggest some uses of this instruction with examples. [16] 4. Elaborate on di erent types of registers in a register organization [16] 5. Give a block diagram for a 4M×8 memory using 256K×1 memory chips. [16] 6. (a) Explain about magnetic disk layout (b) Elaborate on Winchester disk track format. [8+8] 7. (a) Explain about microinstruction format of TI 8800 (b) Explain about ALU control elds of IBM 3033 microinstruction. [8+8] 8. (a) Explain the following terms. i. Read miss ii. Read hit iii. Write miss iv. Write hit (b) Discuss di erent approaches to vector computation [8+8]
  • 4. www.studentyogi.com www.studentyogi.com Code No: RR220501 Set No. 4 II B.Tech II Semester Supplimentary Examinations, Apr/May 2008 COMPUTER ORGANIZATION ( Common to Computer Science & Engineering, Information Technology, Computer Science & Systems Engineering and Electronics & Computer Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. (a) Discuss the interconnection structure design of a computer. (b) Explain various bus lines. (c) What do you mean by multiple - bus hierarchies. [8+4+4] 2. (a) Find the output binary number after performing the arithmatic operation using 1’s complement representation. i. 111.01 + 10.111 ii. 110.11 - 111.01 (b) Explain steps involved in the addition of numbers using 2’s complement no- tation. [10+6] 3. Discuss about various Pentium addressing modes with algorithms [16] 4. (a) List various R3000 pipeline stages. Also explain the function of each. (b) List and describe all shift and multiply/divide instructions of MIPS R-Series processors. [8+8] 5. (a) Discuss about address translation in paging. (b) How does page size e ects storage utilization and e ective memory data- transfer rate [8+8] 6. Discuss about data organization and formatting of magnetic disk in detail [16] 7. Discuss about horizontal and vertical instruction formats. Also di erentiate be- tween horizontal and vertical instruction formats. [16] 8. (a) Explain di erent types of parallel processors. (b) What do you mean by compound instruction? Give examples (c) Elaborate on registers of the IBM3090 vector facility. [4+6+6]