PrepSure LogoHubPage 109/171
Normal Study1,706 questions

Computer Science

Scan verified MCQs with the answer highlighted, then open explanations when you want the reasoning.

Deep Study Mode
Showing 1081-1090 of 1706Use Deep Study when you want one-question focus.
1081

Read Mode

Logic Unit Function

medium
Computer Science

What is the function of the logic unit in the ALU?

A
Execute arithmetic operations
B
Take logic decisions
C
Store information
D
Fetch data
Explanation and memory cue

The logic unit within the ALU is responsible for performing logical operations such as AND, OR, NOT, and XOR, which are essential for decision-making processes in computing. Hence, 'Take logic decisions' correctly describes its function.

1082

Read Mode

Analog computer examples

easy
Computer Science

What is an example of an analog computer?

A
Electrocardiographs (ECG machines)
B
Speedometer
C
Both A and B
D
Desktop
Explanation and memory cue

Both electrocardiographs (ECG machines) and speedometers are examples of analog devices that measure continuous data, making them examples of analog computers. A desktop computer is digital, so it is not an analog computer.

1083

Read Mode

Processor Components

easy
Computer Science

What is the heart of the processor of a computer?

A
Arithmetic and Logic Unit
B
Logic Unit
C
Control Unit
D
None of these
Explanation and memory cue

The Arithmetic and Logic Unit (ALU) is commonly referred to as the heart of the processor because it performs all the essential arithmetic and logical operations that process data. While the Control Unit (CU) directs and manages the execution of instructions, the ALU is the component that actually performs the calculations and logical decisions, making it the core computational part of the CPU.

1084

Read Mode

Mainframe Computers

easy
Computer Science

Which type of computer is of large size?

A
Mainframe computer
B
Microcomputer
C
Supercomputer
D
None of these
Explanation and memory cue

Mainframe computers are large-sized computers traditionally used by large organizations for bulk data processing. They are physically large, often occupying multiple racks or a dedicated room. However, supercomputers, which are designed for extremely high computational performance, can be even larger physically, sometimes occupying entire halls or dedicated facilities. Despite this, the question asks which type of computer is of large size, and among the options, mainframe computers are recognized as large-sized computers. Microcomputers are small, personal computers, and "None of these" is incorrect. Therefore, option A (Mainframe computer) is the best answer.

1085

Read Mode

Mainframe Applications

medium
Computer Science

What is an example of a mainframe computer application?

A
Banking systems
B
Airline reservation system
C
Cloud Computing servers
D
All of these
Explanation and memory cue

Mainframe computers are commonly used in large-scale applications such as banking systems, airline reservation systems, and cloud computing servers due to their high processing power and reliability. Therefore, all the options listed are valid examples of mainframe computer applications.

1086

Read Mode

Instruction Cycle

easy
Computer Science

Which unit fetches information from the memory in the instruction cycle?

A
Arithmetic Unit
B
Control Unit
C
Logic Unit
D
Memory Unit
Explanation and memory cue

The Control Unit is responsible for fetching instructions from memory during the instruction cycle. It directs the flow of data between the CPU and memory, ensuring the correct instruction is retrieved for execution.

1087

Read Mode

Analog Computer

easy
Computer Science

An analog computer works on the supply of____:

A
Physical strength
B
Natural strength
C
Magnetic strength
D
Continuous electrical pulses
Explanation and memory cue

Analog computers operate by processing continuous data, often using continuous electrical signals or pulses, rather than discrete digital signals. Therefore, they work on the supply of continuous electrical pulses.

1088

Read Mode

Mainframe Vs Supercomputer

medium
Computer Science

What is the main difference between a mainframe and a supercomputer?

A
Supercomputer is much larger than mainframe computers
B
Supercomputers are much smaller than mainframe computers
C
Supercomputers are focused to execute few programs as fast as possible while mainframe uses its power to execute as many programs as possible
D
Supercomputers are focused to execute as many programs as possible while mainframe uses its power to execute few
Explanation and memory cue

Supercomputers are designed to perform a few complex calculations extremely fast, focusing on speed for specific tasks, whereas mainframes are optimized to handle many simultaneous programs and users efficiently.

1089

Read Mode

Algorithms And Flowcharts

easy
Computer Science

Algorithms and flowcharts help us to____:

A
Identify the base of a number system
B
Specify the problem completely and clearly
C
Know the memory capacity
D
None of these
Explanation and memory cue

Algorithms and flowcharts are tools used to specify problems completely and clearly by outlining step-by-step procedures and logical flow, which helps in problem-solving and programming.

1090

Read Mode

Process Synchronization

easy
Computer Science

Process synchronization can be done on ____.

A
Hardware level
B
Software level
C
Both A and B
D
None of these
Explanation and memory cue

Process synchronization can be implemented at both the hardware level (using atomic instructions like test-and-set) and the software level (using algorithms and synchronization primitives). Therefore, both levels are valid for process synchronization.