JNTU COA Questions
JNTU COA Questions
me/jntuh
DESCRIPTIVE QUESTIONS:
UNIT-I
Short Answer Questions-
S.NO QUESTION BLOOMS Course Outcome
Taxonomy
1. Define Computer Architecture? L1:Remember CO2
2. Define a Digital Computer ? L1:Remember CO2
Draw block diagram of Computer.
3. What is the need of Register? L1:Understand CO3
Explain the different types of
Registers.
4. What is control memory? L1:Understand CO3
5. Define a Micro Program & Micro L1:Remember CO2
Instruction?
Long Answer Questions-
S.NO QUESTION BLOOMS Course Outcome
Taxonomy
1. How to do address sequencing L2:Understand CO4
with diagram.
2. What is instruction format? L2:Understand CO3
Explain the different instruction
formats in detail.
in detail.
5. Explain in detail about conditional L2:Understand CO3
branching with neat diagram
6. Explain general register L2:Understand CO3
organization in detail with neat
diagrams
7. **Explain Stack organization in L2:Understand CO3
detail with neat diagrams
8. Evaluate the following program L5: Evaluate CO2
using three address Instruction
format
X = (A+B) * (C+D)
9. Evaluate the following program L5: Evaluate CO2
using two address Instruction
format
X = (A+B) * (C+D)
10. Evaluate the following program L5: Evaluate CO2
using one address Instruction
format
X = (A+B) * (C+D)
UNIT-3
Short Answer Questions-
S.NO QUESTION BLOOMS Course Outcome
Taxonomy
1. Convert the following decimal L5: Evaluate CO4
number to the base indicated
a. 7562 to octal
b. 1938 to hexadecimal
2. Find the 1’s and 2’s complement of L1: Remember CO1
the following eight digit binary
number
a. 10101110
b. 10000001
3. List the steps of Booth’s L4:Analyze CO3
Multiplication algorithm
4. Convert the following decimal L5: Evaluate CO1
number to the base indicated
a. 17562 to octal
b. 11938 to hexadecimal
5. Briefly explain r’s complement with L2:Understand CO2
example
OBJECTIVE QUESTIONS:
UNIT-I
1. The register that includes the address of the memory unit is termed as the ____
a) MAR
b) PC
c) IR
d) None of these
2. Which is the operation that a computer performs on data that put in register?
a) Register transfer
b) Arithmetic
c) Logical
d) All of these
3. Which micro operations carry information from one register to another?
a) Register transfer
b) Arithmetic
c) Logical
d) All of these
4. The ‘heart’ of the processor which performs many different operations _____________.
a) Arithmetic and logic unit
b) Motherboard
c) Control Unit
d) Memory
5. Operation of memory transfer are ----------------------.
a) Read
b) Write
c) Both
d) None
6. In memory read the operation puts memory address on to a register known as
a) PC
b) ALU
c) MAR
d) All of these
7. Which operation is binary type, and is performed on bits string that is placed in register?
a) Logical micro operation
b) Arithmetic micro operation
c) Both
d) None
8. Which operation is extremely useful in serial transfer of data?
a) Logical micro operation
b) Arithmetic micro operation
c) Shift micro operation
d) None of these
9. _____ is a command given to a computer to perform a specified operation on some given data:
a) An instruction
b) Command
c) Code
d) None of these
10. An instruction is guided by_____ to perform work according:
a) PC
b) ALU
c) Both a and b
d) CPU
Fill in the Blanks
11.During the execution of the instructions, a copy of the instructions is placed in the _____
Ans: Cache
12.A processor performing fetch or decoding of different instruction during the execution of
another instruction is called ______
Ans: Pipe-lining
13.When Performing a looping operation, the instruction gets stored in the ______
Ans: Cache
14.The main virtue for using single Bus structure is ____________
Ans: Cost effective connectivity and ease of attaching peripheral devices
15.To extend the connectivity of the processor bus we use ________
Ans: PCI bus
Unit – II
1 A machine language instruction format consists of
a) Operand field
b) Operation code field
c) Operation code field & operand field
d) none of the mentioned
2. What does the hardwired control generator consist of?
a) Decoder/encoder
b) Condition codes
c) Control step counter
d) All of the mentioned
3. The name hardwired came because the sequence of operations carried out is determined by the
wiring.
a) True
b) False
4. The instruction format ‘register to register’ has a length of.
a) 2 bytes
b) 1 byte
c) 3 bytes
d) 4 bytes
5 The instruction “JUMP” belongs to.
a) sequential control flow instructions
b) control transfer instructions
c) branch instructions
d) control transfer & branch instructions
6 The part of a processor which contains hardware necessary to perform all the operations
required by a computer:
a) Data path
b) Controller
c) Registers
d) Cache
a) 0111
b) E
c) 15
d) 14
4. Convert the binary equivalent 10101 to its decimal equivalent.
a) 21
b) 12
c) 22
d) 31
5. Which of the following is not a binary number?
a) 1111
b) 101
c) 11E
d) 000
6. Which of the following is the correct representation of a binary number?
a) (124)2
b) 1110
c) (110)2
d) (000)2
7. What could be the maximum value of a single digit in an octal number system?
a) 8
b) 7
c) 6
d) 5
8. The maximum number of bits sufficient to represent an octal number in binary is _______.
a) 4
b) 3
c) 7
d) 8
9. The binary number 111 in octal format is ________________.
a) 6
b) 7
c) 8
d) 5
10. The octal equivalent of the binary number (0010010100)2 is ______________.
a) 422
b) 242
c) 224
d) 226
Fill in the Blanks
11.The pipelining process is also called as ______.
Ans: Assembly line operation
12.The fetch and execution cycles are interleaved with the help of ________
Ans: Clock
13.To increase the speed of memory access in pipelining, we make use of _______.
Ans: Cache
______ have been developed specifically for pipelined systems.
UNIT – IV
1. Any electronic holding place where data can be stored and retrieved later whenever required is
____________.
a) memory
b) drive
c) disk
d) circuit
2. Which of the following is the fastest means of memory access for CPU?
a) Registers
b) Cache
c) Main memory
d) Virtual Memory
3. The memory implemented using the semiconductor chips is _________.
a) Cache
b) Main
c) Secondary
d) Registers
4. Size of the ________ memory mainly depends on the size of the address bus.
a) Main
b) Virtual
c) Secondary
d) Cache
5. What is the high speed memory between the main memory and the CPU called?
a) Register Memory
b) Cache Memory
c) Storage Memory
d) Virtual Memory
6. Whenever the data is found in the cache memory it is called as _________.
a) HIT
b) MISS
c) FOUND
d) ERROR
7. LRU stands for ___________.
a) Low Rate Usage
b) Least Rate Usage
c) Least Recently Used
d) Low Required Usage
8. When the data at a location in cache is different from the data located in the main memory, the
cache is called _____________.
a) Unique
b) Inconsistent
c) Variable d) Fault
9. Which of the following is not a write policy to avoid Cache Coherence?
a) Write through
b) Write within
c) Write back
d) Buffered write
10. In ____________ mapping, the data can be mapped anywhere in the Cache Memory.
a) Associative
b) Direct
c) Set Associative
d) Indirect
Fill in the Blanks
11.Which representation is most efficient to perform arithmetic operations on the numbers?
Ans: 2’S complement
12.The processor keeps track of the results of its operations using a flags called ________
Ans: Conditional code flags
13.The register used to store the flags is called as _________
Ans: Status register
14.The Flag ‘V’ is set to 1 indicates that,
Ans: The operation has resulted in an overflow
15.The most efficient method followed by computers to multiply two unsigned numbers is
_______
Ans: Bit pair recording of multipliers
UNIT - V
1. The CISC stands for ___________.
a) Computer Instruction Set Compliment
b) Complete Instruction Set Compliment
c) Computer Indexed Set Components
d) Complex Instruction set computer
2. The computer architecture aimed at reducing the time of execution of instructions is
________.
a) CISC
b) RISC
c) ISA
d) ANNA
3. The Sun micro systems processors usually follow _____ architecture.
a) CISC
b) ISA
c) ULTRA SPARC
d) RISC
4. The iconic feature of the RISC machine among the following is _______.
a) Reduced number of addressing modes
b) Increased memory size
c) Having a branch delay slot
d) All of the mentioned
5. Both the CISC and RISC architectures have been developed to reduce the ______.
a) Cost
b) Time delay
c) Semantic gap
d) All of the mentioned
6. To increase the speed of memory access in pipelining, we make use of _______.
a) Special memory locations
b) Special purpose registers
c) Cache
d) Buffers
7. When the processor executes multiple instructions at a time it is said to use _______.
a) single issue
b) Multiplicity
c) Visualization
d) Multiple issues
8. Which of the following architecture is/are not suitable for realizing SIMD?
a) Vector Processor
b) Array Processor
c) Von Neuman
d) All of the above
9. In super-scalar processors, ________ mode of execution is used.
a) In-order
b) Post order
c) Out of order
d) None of the mentioned
10. ______ have been developed specifically for pipelined systems.
a) Utility software
b) Speed up utilities
c) Optimizing compilers
d) None of the mentioned
Fill in the Blanks
11.In multiple Bus organisation, the registers are collectively placed and referred as ______
Ans: Register file
12.The main advantage of multiple bus organisation over a single bus is ____
Ans: Reduction in the number of cycles for execution
GATE: (If applicable)
1. Consider a two-level cache hierarchy with L1 and L2 caches. An application
incurs 1.4 memory accesses per instruction on average. For this application, the miss rate
of L1 cache is 0.1; the L2 cache experiences, on average, 7 misses per 1000 instructions.
The miss rate L2 expressed correct to two decimal places is _________. (GATE 2107)
2. A processor can support a maximum memory of 4GB, where the memory is word-
addressable (a word consists of two bytes). The size of the address bus of the processor is
at least bits. (GATE2016)
3. The width of the physical address on a machine is 40 bits. The width of the tag field in a
512 KB 8-way set associative cache is _______ bits. (GATE 2016)
4. A processor has 40 distinct instructions and 24 general purpose registers. A 32-bit
instruction word has an opcode, two register operands and an immediate operand. The
number of bits available for the immediate operand field is __________. (GATE 2016)
5. Consider a non-pipelined processor with a clock rate of 2.5 gigahertz and average cycles
per instruction of four. The same processor is upgraded to a pipelined processor with five
stages; but due to the internal pipelined delay, the clock speed is reduced to 2 gigahertz.
Assume that there are no stalls in the pipeline. The speed up achieved in this pipelined
processor is _____. (GATE 2016)