Answer Key - Set B
Answer Key - Set B
Mode of Exam
College of Engineering and Technology
OFFLINE
School of Computing
(Common to all Branches)
SRM Nagar, Kattankulathur – 603203, Chengalpattu District, Tamilnadu
Academic Year: 23-24/ODD
Q. Question
No
1 The given hexadecimal number (1E.53)16 is equivalent to ____________
a) (35.684)8
b) (36.246)8
c) (34.340)8
d) (35.599)8
9 Consider a CPU that has 64- bit, the address of the contents are 1000, 1008,1016, 1024. Now MAR
is holding an address is 1008 to fetch the content from the memory. Analyze the operation and
select the following address of the content which is held by the Program Counter (PC).
a. 1000
b. 1008
c. 1016
d. 1024
b. 11001100
+ 00010010
11011110
c. 111100001111
+ 001100001101
001000011100
d. 11000011
+ 00011000
11011011
12 Draw the circuit diagram for the following logic expression AB + BC(B + C)
13 Convert the given binary string to gray code
i) 011001=010101
i) 110011=101010
14 Convert decimal (62)10 to Excess-3
10010101
(OR)
b. i) Subtract (23) from (-19) using 2’s complement notation
Ans: 0101010
(OR)
i) Using the neat diagram, what are the main elements of the operational idea of computer
organization write in detail?
The operational concept of computer organization refers to how a computer system is
designed and structured to perform its tasks efficiently and effectively. It encompasses
various aspects such as the organization of hardware components, memory hierarchy,
instruction execution cycle, and the interaction between different components to execute
programs. Here are the key components of the operational concept of computer
organization:
b. Memory Hierarchy: Computers use a memory hierarchy that includes different types
of memory with varying speeds and capacities. This hierarchy includes registers
(fastest but smallest), cache memory (faster but limited in size), main memory
(slower but larger), and secondary storage (even slower but with much larger
capacity). The memory hierarchy aims to provide a balance between speed and cost.
c. Central Processing Unit (CPU): The CPU is the heart of the computer and is
responsible for executing instructions. It contains the Arithmetic Logic Unit (ALU)
for performing arithmetic and logical operations, and the Control Unit (CU) for
managing the execution of instructions and coordinating data movement within the
system.
d. Instruction Set Architecture (ISA): The ISA defines the set of instructions that a
computer can execute. It includes the instruction format, addressing modes, data
types, and operations supported by the CPU. The ISA serves as an interface between
software and hardware.
f. Input/Output (I/O) Operations: Computers interact with the outside world through
input and output operations. These operations involve transferring data between the
computer's internal memory and external devices such as keyboards, displays,
storage devices, and network interfaces.
g. Interrupts and Exception Handling: Interrupts are signals that interrupt the normal
execution of a program to handle external events, such as hardware device requests
or errors. Exception handling involves managing unexpected events, errors, and
exceptional conditions during program execution.
i. Clock and Synchronization: The computer's clock generates regular electrical pulses
that synchronize the operations of various components. The clock speed influences
the computer's overall performance, as it determines how many instructions can be
executed in a given time frame.
*Performance Indicators are available separately for Computer Science and Engineering in AICTE examination
reforms policy.