1 CET MCQs Computer Organisation CPU
1 CET MCQs Computer Organisation CPU
Visit exza.in for Std. 12th IT Notes and Online Exam practice
Which of the following is the correct abbreviation of
COMPUTER?
Commonly Occupied Machines Used in Technical and
Educational Research
Commonly Operated Machines Used in Technical and
Environmental Research
Commonly Oriented Machines Used in Technical and
Educational Research
Commonly Operated Machines Used in Technical and
Educational Research
Visit exza.in for Std. 12th IT Notes and Online Exam practice
Which of the following is the correct definition of
Computer?
a) Computer is a machine or device that can be programmed
to perform arithmetical or logic operation sequences
automatically
b) Computer understands only binary language which is
written in the form of 0s & 1s
c) Computer is a programmable electronic device that
stores, retrieves, and processes the data
d) All of the mentioned
Explanation: A computer is a machine or device that can be programmed to perform
arithmetical or logic operation sequences automatically. The computer understands
only binary codes (0s & 1s).
Visit exza.in for Std. 12th IT Notes and Online Exam practice
What is the full form of CPU?
Computer Processing Unit
Computer Principle Unit
Central Processing Unit
Control Processing Unit
Explanation: CPU stands for Central Processing Unit. CPU is the part of a computer
system that is mainly referred as the brain of the computer.
Visit exza.in for Std. 12th IT Notes and Online Exam practice
Memory: This is a temporary storage area that is used to store data and program
code that the CPU needs to access quickly. It includes RAM and cache memory.
Storage devices: These are devices used to store data and software applications for
long-term use. Examples include hard disk drives (HDD), solid-state drives (SSD), and
optical storage devices.
Input devices: These are devices used to input data and commands into the
computer system. Examples include keyboard, mouse, touchpad, scanner, and
microphone.
Output devices: These are devices used to display or output data and results from
the computer system. Examples include monitor, printer, speakers, and headphones.
Motherboard: This is the main circuit board that connects all the components of the
computer system together.
Power supply: This component provides power to the other components of the
computer system.
Expansion cards: These are cards that can be added to the motherboard to add
additional functionality, such as a graphics card, network card, or sound card.
Operating system: This is a software component that manages the hardware
resources of the computer system and provides a platform for other software
applications to run on.
Applications software: These are software programs that perform specific tasks, such
as word processing, accounting, or gaming.
Visit exza.in for Std. 12th IT Notes and Online Exam practice
Which of the following is the brain of the computer?
Central Processing Unit
Memory
Arithmetic and Logic unit
Control unit
Explanation: The CPU is referred to as the brain of a computer.
It consists of a control unit and an arithmetic and logic unit. It is responsible for
performing all the processes and operations.
Visit exza.in for Std. 12th IT Notes and Online Exam practice
The CU is responsible for retrieving instructions from memory, interpreting them,
and directing the operations of the other components of the CPU to carry out those
instructions. It also manages the flow of data between the CPU and other
components of the computer, such as the memory and input/output devices.
ALU is
Arithmetic Logic Unit
Array Logic Unit
Application Logic Unit
None of above
Visit exza.in for Std. 12th IT Notes and Online Exam practice
Code for Information Interchange) standard. The ASCII standard is a widely used
character encoding system that assigns unique numerical codes to each character,
including letters, digits, and symbols.
Each key on a keyboard is associated with a unique ASCII code, which is sent to the
computer as a series of bits when the key is pressed. These bits are then processed
by the computer's operating system and other software applications to perform the
desired action, such as displaying a character on the screen or executing a command.
The ASCII standard was developed in the early 1960s by a committee led by Robert
W. Bemer. It originally defined a 7-bit character set, which included 128 different
characters, such as uppercase and lowercase letters, numbers, punctuation marks,
and control characters.
In ASCII, each character is represented by a specific 7-bit binary value. For example,
the uppercase letter 'A' is represented by the binary value 01000001, while the digit
'7' is represented by 00110111.
ASCII has been widely used as a character encoding standard in many computing
systems, programming languages, and communication protocols. It provides a
consistent way to represent and exchange textual information across different
platforms and devices.
Visit exza.in for Std. 12th IT Notes and Online Exam practice
BCD is
Binary Coded Decimal
Bit Coded Decimal
Binary Coded Digit
Bit Coded Digit
BCD stands for Binary Coded Decimal. BCD is a binary representation of decimal
numbers, where each decimal digit is represented by a four-bit binary code.
In BCD, each decimal digit from 0 to 9 is represented by its corresponding four-bit
binary value. For example:
0 = 0000
1 = 0001
2 = 0010
3 = 0011
4 = 0100
5 = 0101
6 = 0110
7 = 0111
8 = 1000
9 = 1001
BCD is often used in digital systems, particularly in applications that require precise
decimal representation, such as digital clocks, calculators, and numerical displays.
BCD representation allows for direct conversion between binary and decimal values
and simplifies decimal arithmetic operations in digital circuits.
BIOS is used?
By operating system
By compiler
By interpreter
By application software
Visit exza.in for Std. 12th IT Notes and Online Exam practice
What is the speed of computer measured in?
Nanoseconds
Kilo-seconds
Gigahertz
Megabytes
CPU consist of
ALU+CU
ROM+ALU
RAM+ROM
None
All
The CPU, or Central Processing Unit, is the primary component of a computer system
responsible for executing instructions and performing calculations. The CPU consists
of several components, including:
Control Unit (CU): The Control Unit is responsible for managing and coordinating the
computer's operations. It fetches instructions from memory and decodes them, and
then directs the appropriate parts of the computer to carry out the instructions.
Visit exza.in for Std. 12th IT Notes and Online Exam practice
Arithmetic Logic Unit (ALU): The ALU is responsible for performing arithmetic and
logical operations on data held in the CPU's registers or in main memory. It performs
operations such as addition, subtraction, multiplication, division, and logical
operations such as AND, OR, and NOT.
Registers: Registers are small, high-speed memory locations within the CPU that are
used to hold data and instructions during processing. They provide fast access to data
that is frequently used by the CPU.
Cache: Cache is a type of high-speed memory that is used to temporarily store
frequently used data and instructions, providing faster access than main memory.
Clock: The CPU clock is responsible for synchronizing the operations of the CPU and
other components of the computer. It generates a steady stream of electrical pulses
that regulate the timing of the CPU's operations.
Bus Interface Unit (BIU): The BIU is responsible for managing the transfer of data and
instructions between the CPU and the computer's memory and input/output devices.
These components work together to perform the operations required by the
computer.
Visit exza.in for Std. 12th IT Notes and Online Exam practice
Which of the following invention gave birth to the much
cheaper microcomputers?
PDAs
Microprocessors
Microcomputers
Mainframes
Explanation: The invention of the microprocessor (also called a single-chip CPU) gave
birth to much cheaper microcomputers.
Visit exza.in for Std. 12th IT Notes and Online Exam practice
ALU is responsible for performing operations such as addition, subtraction,
multiplication, division, bitwise AND, bitwise OR, and comparison operations. It is a
critical part of a CPU and is responsible for executing the instructions that make up a
computer program.
Visit exza.in for Std. 12th IT Notes and Online Exam practice
The central processing unit is located in the _____.
Hard disk
System unit
Memory unit
Monitor
Visit exza.in for Std. 12th IT Notes and Online Exam practice
electronics. They are also used in industrial applications and power distribution
systems.
In summary, SMPS stands for "Switched-Mode Power Supply," which is a type of
power supply unit used in electronic devices to convert and regulate electrical power
efficiently.
The CPU is the "brain" of the computer and is responsible for performing arithmetic
and logical operations, as well as controlling the flow of data between the
computer's various components. When a program is executed, the CPU retrieves the
instructions from memory and executes them one by one, following the program's
logic and carrying out the required computations.
The process of interpreting and executing a program is known as "running" or
"executing" the program. During this process, the CPU interacts with other
components of the computer, such as the memory and input/output devices, to carry
out the program's instructions and produce the desired output.
The CPU consists of several components, including the Arithmetic Logic Unit (ALU)
and the Control Unit (CU), which work together to process instructions and data. It is
often referred to as the "brain" of the computer because it performs the bulk of the
computing operations and coordinates the activities of all the other components in
the system.
Visit exza.in for Std. 12th IT Notes and Online Exam practice
In which of the following computer-generation vacuum
tubes were used?
First-generation
Second-generation
Third-generation
Fourth-generation
The 5th generation of computers also saw the development of new programming
languages and software tools that were designed to support AI applications. Some of
the notable achievements of this generation included the development of advanced
speech recognition systems, natural language processing, and computer vision
Visit exza.in for Std. 12th IT Notes and Online Exam practice
technologies. However, it should be noted that AI technologies and concepts have
continued to evolve and be refined in subsequent generations of computers as well.
Visit exza.in for Std. 12th IT Notes and Online Exam practice
MSI stands for
Medium Scale Integrated Circuits
Medium System Integrated Circuits
Medium Scale Intelligent Circuit
Medium System Intelligent Circuit
MSI stands for Medium Scale Integrated Circuits. It refers to the level of integration
or density of electronic circuits on a chip, where a chip contains between 30 and 300
electronic gates or circuits.
MSI components are commonly used in electronic devices and systems, such as
computers, telecommunications equipment, and industrial control systems.
Examples of MSI components include multiplexers, demultiplexers, counters, and
decoders.
Visit exza.in for Std. 12th IT Notes and Online Exam practice
What is computer organization?
a) structure and behaviour of a computer system as
observed by the user
b) structure of a computer system as observed by the
developer
c) structure and behaviour of a computer system as
observed by the developer
d) All of the mentioned
Explanation: The structure and behaviour of a computer system as observed by the
user is the subject of computer organisation.
Visit exza.in for Std. 12th IT Notes and Online Exam practice
Visit exza.in for Std. 12th IT Notes and Online Exam practice
Visit exza.in for Std. 12th IT Notes and Online Exam practice