PrepSure LogoHubPage 110/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 1091-1100 of 1706Use Deep Study when you want one-question focus.
1091

Read Mode

Hybrid Computer Examples

easy
Computer Science

What is an example of a hybrid computer?

A
Hospital patient monitoring system
B
Desktop PC
C
Digital calculator
D
Game console
Explanation and memory cue

A hospital patient monitoring system is an example of a hybrid computer because it combines analog and digital computing elements to process real-time data efficiently. Other options like desktop PCs, digital calculators, and game consoles are purely digital devices.

1092

Read Mode

Relational Operators

easy
Computer Science

The greater than sign is an example of a ____ operation.

A
Arithmetic
B
Logical
C
Conditional
D
Greater
Explanation and memory cue

The greater than sign (>) is a relational or comparison operator used in programming to compare two values. It returns true if the value on the left is greater than the value on the right, and false otherwise. This operator is commonly used in conditional expressions to control decision-making and flow of execution, such as in if statements and loops. Although it is a relational operator, it is often categorized under conditional operations because it is used to evaluate conditions. The other options (Arithmetic, Logical, Greater) are incorrect because '>' is not used for arithmetic calculations, logical operations like AND/OR, nor is 'Greater' a standard operator category.

1093

Read Mode

Alu Operations

easy
Computer Science

Which component of the ALU performs arithmetic operations?

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

The Arithmetic Logic Unit (ALU) contains an Arithmetic Unit that specifically performs arithmetic operations such as addition, subtraction, multiplication, and division. Other components like the Control Unit and Memory Unit do not perform arithmetic operations.

1094

Read Mode

Logic Gates

easy
Computer Science

In the given logical expression, if two conditions are true, which gate will output True?

A
AND Gate
B
OR Gate
C
NAND Gate
D
XOR Gate
Explanation and memory cue

An AND gate outputs True only when both input conditions are True. Since the question states two conditions are true, the AND gate will output True. The OR gate outputs True if at least one input is True, but the question emphasizes both conditions being true, which aligns specifically with the AND gate behavior.

1095

Read Mode

Alu Function

easy
Computer Science

What is the function of the ALU in a computer?

A
To produce result
B
To perform arithmetic and logic operations
C
To control flow of information
D
To store result data
Explanation and memory cue

The Arithmetic Logic Unit (ALU) is responsible for performing arithmetic operations (like addition and subtraction) and logic operations (like comparisons) within a computer. This makes option B the correct answer.

1096

Read Mode

Alu Composition

easy
Computer Science

The ALU is a component of the processor, which consists of?

A
AU (Arithmetic Unit)
B
LU (Logic Unit)
C
Both A and B
D
None of those
Explanation and memory cue

The ALU (Arithmetic Logic Unit) is a component of the processor that consists of both an Arithmetic Unit (AU) and a Logic Unit (LU), enabling it to perform arithmetic and logical operations.

1097

Read Mode

Result Storage

easy
Computer Science

Where is the result stored immediately after execution?

A
ALU
B
Control Unit
C
Register
D
Memory Unit
Explanation and memory cue

After execution, the result is typically stored in a register, which is a small, fast storage location within the CPU. The ALU performs the operation, but the result is saved in a register before it may be moved to memory if needed.

1098

Read Mode

Hybrid Computers

easy
Computer Science

Computers that process both analog and digital data are called what type of computers?

A
Analog
B
Hybrid
C
Digital
D
Algorithm
Explanation and memory cue

Computers that process both analog and digital data are called hybrid computers because they combine features of both analog and digital computing systems.

1099

Read Mode

Control Unit Functions

easy
Computer Science

What does the control unit do after fetching information?

A
Encrypts the information
B
Deletes the information
C
Decrypts the information
D
Stores the information
Explanation and memory cue

After fetching information (instructions) from memory, the control unit stores the information temporarily to decode and execute it. It does not encrypt, decrypt, or delete the information at this stage.

1100

Read Mode

Digital Computers

easy
Computer Science

The type of computer which stores data in digital form and has a digital microprocessing system is:

A
Analog
B
Digital
C
Hybrid
D
Microcomputer
Explanation and memory cue

A digital computer stores data in digital form and uses a digital microprocessing system, distinguishing it from analog and hybrid computers. Hence, the correct answer is Digital.