You are on page 1of 10

Darshan

Prof. Kruna D. Vyas #3140707 (COA)" Ut1-Corputer Data Representation &Registe Transfe and Maooperatian 52

Questions asked in GTU exam


1. What do you mean by register transfer? Explain in detail. Also discuss three-state bus buffer.
2. List and explain types of shift operations on accumulator.
3. Define RTL Explain how register transfer takes place in basic computer system
4. What is multiplexing? Explain the multiplexing of control signals in ALU.
5. Explain how complement number system is useful in computer system Discuss any one complement
number system with example.
6. Draw the block diagram of 4-bit arithmetic circuit and explain it in detail.
7. Explain shift micro operations and Draw neat and clean diagram for 4-bit ocombinational circuit shifter.
8. Explain hardware implenmentation of common bus system using three state buffers. Mention
assumptions if required.
9. Explain 4-bit adder-subtractor with diagram
10. Explain floating point representation.
11. What is a Digital Computer System? Explain the role of binary nurber systen in it.
12 Design a digital circuit for 4tbit binary adder.
Darshan
Prof. Krunal D. Vyas #3140707 (00A) Uhit1-Computer Data Representation &Register Transfer and Mrooperatian 53

Questions asked in GTU exam


13. Represent (8620),0 in (1) binary (2) Excess-3 code and (3) 2421 code.
14. Explain selective set, selective complement and selective clear.
15. How negative integer number represented in memory? Explain with suitable example.
16. Explain Micro operation.
17. What does thismean: R2+-R1?
18. What does this mean: T0: R4 - R0?
19. What is a Bus?
20. What is an ALU?
21. Represent the following conditional control statement(s) by two register transfer statements
with control function. If (P=1) then (R1 R2) else if (Q=1) then (R1 -R3)
22. State true or false: In binary number system, B-A is equivalent to B+A' +1.
23. Draw adiagramof 4-bit binary incrementer and explain it briefly.
Darshan
Prof Krunal D yas K3140707 (COA)" Uht1- Computer Data Representation &Registe Transfer and Maoqperatan S4

<
Darshgn

Questions asked in GTU exam


1. Write a detailed note on instruction cycle with neat diagrams.
2 Explain control unit of basic computer and its working with diagram.
3. For the basic computer explain following instructions
1. LDA
ADD
3. AND
4 CLA

4. Draw and explain flowchart for interrupt cycle.


5. For the basic computer explain following instructions
1. BUN
2. BSA
3. CL
4 SZE

6. Explain how Input/Output can be performed using interrupts.


7. State the differences between hardwired control and microprogrammed control.
Prof Krunal D. Vyas #3140707 (COA)" Unit 2 -Basc Carrputer Organizatian and Design 53

Questions asked in GTU exam


8. Acomputer usesamemory unit with 256K words of 32 bits each. Abinary instruction code is
stored in one word of memory. The instruction has four parts: an indirect bit, an operation
code, a register code part to specify one of 64 registers, and an address part. 1) How many
bits are there in operation code, the register Code part, and the address part? 2) Draw the
instruction word format and indicate the number of bits in each part. 3) How many bits are
there in the data and address inputs of the memory?
9. Draw and explain basic computer instruction formats.
10. Differentiate MRI and non-MRI.
11. Explain Direct and Indirect Addressing.
12 Give an example of register transfer of data through accurnulator.
13. What is Interrupt? How it is useful for a system?
14. Explain CLA,ISZ, INP instruction.
15. Explain seven register common bus system.

Prof. Kruna D. yas #3140707 (C0A) " Unit 2-Basc Computer Organizaban and Design 54

Questions asked in GTU exam


16. Explain with clear diagram, how data can be input to the computer using INP instruction.
17. What is a Program Counter?
18. What is an Accumulator?
19.What is an Instruction Register?
20. What do you understand by Memory Address?
21. What is a Carry Flag?
22. Explain Instruction Fetch.
23. Explain Instruction Decode.
24. Enlist major components of CPU.
25. Effective address.

Prof Krunal D. yas #3140707 (COA)" Unit 2-Basc Computer Organizabcn and Design 55
Darshan

Questions asked in GTUexam


1. What is an Assembler? With clear flowcharts for first and second pass, explain its working.
2 Write an assembly language program to add 10 numbers from memory.
3. Write a brief note on: Subroutine call and return.
4. Write an ALPfor multiplying 3 integerss stored in register stack.
5. Write an assembly program to multiply twopositive numbers.
6. What is machine language? How it differs from assembly language?
7. Define pseudo-instruction.
8. For the following Clanguage code, write assembly language program
int a, b, C;
a= 83; I/plus 83
b=-23; //minus 23
C=a+b;
Darshan
lttele

Prof. Kruna D. yas #3140707(COA) Unit3-Progaming the Basic Camputer

<
Darshan

Questions asked in GTUexam


1. Draw and explain flow chart of address sequencing.
2 Draw and explain 20 bits microinstruction code format.
3. What is micro progranmedcontrol architecture?
4. Eplain Control Memory.

Darshan
Prof. Krunal D. Vyas #3140707 (00A) Unt4-Maoprogramed Cantrd 14

<
Questions asked in GTUexam
1. Explain different addressing mode with example.
2 Explain register stack and memory stack with neat sketches.
3. What are RISC procesSors? What are the advantages of RISC architecture over traditional
CISCarchitecture? State important characteristics of RISCprocessors.
4. Explain instruction formats with its types.
5. What is PSW? Explain each bit of it.
6. Explain different types of Interrupts.
7. "Write a program to evaluate the followingarithmetic statement X=A * (B + C) - D] /(E +F
G) i) using a general register computer with three-address instructions ii) using an
accumulator type computer with one-address instructions ii) using a stack organized
computer with zero-address operation instructions."
8. Explain Overlapped register window in RISC.
Darshan
Prof. Krunal D. yas #3140707 (COA) Uhit 5-Certra Processing Uit 49
Questions asked in GTUexam
1. Discuss four-segment instruction pipeline with diagram(s).
2. Explain Flynn's taxonomy for classifying parallel processors. Explain each class.
3. Draw space-time diagram for 4-segment pipeline with 8 tasks.
4. What is speedup? Derive the equation of speecup for k-segment pipeline processing for
task.
Write note on memory interleaving
6. Compare SIMD and MIMD.
7. Explain pipeline processing conflict.
8. Explain vector operation.
9. Explain parallel processing.

Darshan
tetkngerigsibleg

rof. Kruna D. Vyas K3140707 (COA) " Unit 6-Ppeline &Vecda Processing 40

Questions asked in GTU exam


10. Explain pipelining. How does it enhance the CPU performance?
11. Explain Vector Processing.
12, Describe SIMD array processor.
13. Explain Delay load.
14. Explain term: Pipeline Conflict.
15. State any two solutions for handling branch difficulties.
16. What do you mean by speed-up in context of pipelining?
17. Data dependerncy

Darshan
Prof Krunal D Vyas #3140707 (C0A)" Unit 6-Ppeline &Vecta Processng 41

I|| <
Darshan
Questions asked in GTUexam
1. Explain Booth multiplication algorithm for multiplying binary integers in signed Z's
complement representation.
2 Draw and explain flowchart for addition and subtraction operations with sign-magnitude data.
3. Explain BCD Adder with its block diagram.
4. Develop an algorithm for multiplication of two binary numbers, which are stored as per
floating point representation.
5. Draw flowchart hardware multiplication algorithm and explain it.

Darshan
Prof Kruna D. Vyas #3140707 (C0A) Unit 7- Computer Anthmetic 16

<
Questions asked in GTUexam
1. Eplain daisy chain priority interrupt.
2 Explain the DMA operation.
3. What is the use of IOP? Explain its communication with CPU.
4. Explain asynchronous data transfer using timing diagrams.
Differentiate isolated /O and meory mapped /0.
6. Differentiate Programed |/O and Interrupt initiated /0.
7. What are the acvantages of Serial Data Transmission of data?
8. Briefly explain source initiated transfer using handshaking.
9. Enlist possible modes of data transfer to and from peripherals.

Darsh an
Prof Kruna D. Vyas #S140707 (COA) Unt8- Input-Qutput Organzation
Varsin

Questions asked in GTU exam


1. For cache memories explain:
1. Direct Mapping algorithm
2 Set Associative Mapping
3 Associative Mapping
2 What is virtual memory? Explain relation between address space and memory space in virtual
memory system.
3. How main memory is useful in computer system? Explain the memory address map of RAM
and ROM.
4. Write a short note on associative memory.
5. Content Addressable Memory.
6. Compare SRAM and DRAM.
7. Explain what do you understand by Cache memories
8. What is cache miss and cache hit?
9. Define hit ratio. ( Darshan
Prof. Kruna D. yas #3140707 (COA) Unit9- Memory Organizatin 28
Darsan

Questions asked in GTU exam


1. Draw and explain shared memory architecture of multiprocessor systen
2. Explain Inter-process communication
3. Explain any two interconnection structures that make it possible to form a multiprocessor
system with diagram.
4. Differentiate tightly coupled and loosely coupled systems.
5. Give the features of a multiprocessor system.
6. What is cache coherence?

¢ Darshan
Prof. Krunal D. yas 3140707(COA)" Uht 10- Mtprocessor s 20

You might also like