PrepSure LogoHubPage 46/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 451-460 of 1706Use Deep Study when you want one-question focus.
451

Read Mode

Memory Hierarchy

Easy
Computer Science

In the memory hierarchy, which is the fastest type of memory?

A
Cache
B
SRAM
C
Registers
D
DRAM
Explanation and memory cue

Registers are the fastest type of memory in the memory hierarchy because they are located inside the CPU and are directly accessed by the processor for immediate data manipulation.

452

Read Mode

Human Superiority Over Computers

easy
Computer Science

In what respect are human beings superior to computers?

A
Diligence
B
Intelligence
C
Slavery
D
Reliability
Explanation and memory cue

Humans are superior to computers in terms of intelligence when considering general intelligence, creativity, reasoning, and the ability to learn and adapt in diverse and novel situations. Humans possess broad, flexible intelligence that includes understanding nuance, empathy, moral values, and emotional context—capabilities that current computers and AI systems do not fully replicate. While computers excel in speed, accuracy, and processing large datasets, they lack true understanding, creativity, and common-sense reasoning that characterize human intelligence.

453

Read Mode

Data Link Layer Devices

easy
Computer Science

In the following list of devices, which device operates at the data link layer?

A
Repeaters
B
Routers
C
Application gateway
D
Bridge
Explanation and memory cue

A bridge operates at the data link layer (Layer 2) of the OSI model, forwarding data based on MAC addresses. The other devices listed operate at different layers: repeaters at the physical layer, routers at the network layer, and application gateways at the application layer.

454

Read Mode

Transitions

easy
Computer Science

In PowerPoint, special effects used to introduce slides in a presentation are called ____?

A
effects
B
custom animations
C
transitions
D
present animations
Explanation and memory cue

In PowerPoint, the special effects used to introduce slides are called 'transitions.' Transitions control how one slide changes to the next during a presentation.

455

Read Mode

Computer Generations

easy
Computer Science

In which generation of computers were vacuum tubes used?

A
First generation
B
Second generation
C
Third generation
D
Fourth generation
Explanation and memory cue

Vacuum tubes were used in first generation computers, which were developed between the 1940s and 1950s. Later generations used transistors and integrated circuits.

456

Read Mode

Programming Languages

easy
Computer Science

In which language is a source program typically written?

A
English
B
Symbolic
C
High Level
D
None of these
Explanation and memory cue

A source program is typically written in a high-level programming language, which is then translated into machine code by a compiler or interpreter. High-level languages are designed to be easily understood by humans.

457

Read Mode

Analog Vs Digital Computers

easy
Computer Science

In which type of computer are data represented as discrete signals?

A
Analog computer
B
Digital computer
C
Both
D
Hybrid Computer
Explanation and memory cue

In digital computers, data are represented as discrete signals, typically using binary values (0s and 1s). Analog computers, in contrast, use continuous signals.

458

Read Mode

Image File Formats

easy
Computer Science

In which type of graphics are digital photos and scanned images typically stored with extensions such as .bmp, .png, .jpg, .tif, or .gif?

A
Bitmap
B
Pixels
C
Both Bitmap and Pixels
D
Plane
Explanation and memory cue

Digital photos and scanned images are typically stored as bitmap graphics, which use file extensions such as .bmp, .png, .jpg, .tif, and .gif. 'Bitmap' refers to the method of storing images as a grid of pixels, while 'pixels' are the individual elements, not the file format.

459

Read Mode

Types Of Computers

easy
Computer Science

In the world today, most computers are ____?

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

Most computers in use today are digital, meaning they process data in binary form (0s and 1s). Analog and hybrid computers are rare in modern usage.

460

Read Mode

Programming Concepts

easy
Computer Science

Which term refers to a combination of symbols, operators, and values that produces a result?

A
Operator
B
Query
C
Expression
D
None of them
Explanation and memory cue

An expression is a combination of symbols, operators, and values that produces a result. An operator is just a symbol that performs an operation, while an expression uses operators and values to compute a result.