PrepSure LogoHubPage 140/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 1391-1400 of 1706Use Deep Study when you want one-question focus.
1391

Read Mode

Operating Systems History

medium
Computer Science

The first operating system, developed in 1956 by General Motors for the IBM 701, was a ____.

A
Real-time OS
B
Batch Processing OS
C
Multi-user OS
D
GUI-based OS
Explanation and memory cue

The first operating system developed in 1956 by General Motors for the IBM 701 was a batch processing operating system, designed to automate the sequential execution of jobs without manual intervention. This predates real-time, multi-user, and GUI-based OS developments.

1392

Read Mode

Adding Hardware In Windows

easy
Computer Science

The "Add New Hardware" option exists in which of the following?

A
Title bar
B
Status bar
C
Control Panel
D
Taskbar
Explanation and memory cue

The "Add New Hardware" option is found in the Control Panel in Windows, where users can manage hardware devices. It is not located in the Title bar, Status bar, or Taskbar.

1393

Read Mode

File Manager In Windows

easy
Computer Science

In the Windows Operating System, ____ is known as a File Manager.

A
Windows Explorer
B
MS Word
C
MS Excel
D
My Documents
Explanation and memory cue

Windows Explorer is the file management utility in the Windows Operating System used to browse, open, and manage files and folders. MS Word and MS Excel are applications for document and spreadsheet editing, while My Documents is a folder, not a file manager.

1394

Read Mode

Bios Hardware Check

easy
Computer Science

Which program is run by the BIOS to check that hardware components are working properly while the computer is turned ON?

A
DMOS
B
POST
C
CMOS
D
RIP
Explanation and memory cue

The BIOS runs the POST (Power-On Self-Test) program to check that hardware components are functioning properly when the computer is turned on. POST is the standard diagnostic routine executed during startup.

1395

Read Mode

Ms-Dos Automation

easy
Computer Science

MS-DOS automated tasks using which files? .EXE .DLL .BAT .SYS

A
.EXE
B
.DLL
C
.BAT
D
.SYS
Explanation and memory cue

MS-DOS automated tasks primarily using batch files with the .BAT extension, which contain a series of commands executed sequentially. The other file types serve different purposes: .EXE are executable programs, .DLL are dynamic link libraries, and .SYS are system files.

1396

Read Mode

Ms Windows Program Groups

easy
Computer Science

In MS Windows, which of the following is a program group?

A
Accessories
B
Paint
C
Word
D
All of these
Explanation and memory cue

In MS Windows, a program group is a collection of related programs or shortcuts. 'Accessories' is a program group that contains various utility programs like Paint and WordPad. Paint and Word are individual programs, not program groups. Therefore, 'Accessories' is the correct answer.

1397

Read Mode

Windows Interface

easy
Computer Science

The Shut down option is available on which of the following?

A
Start menu
B
Task bar
C
Status bar
D
Title bar
Explanation and memory cue

The Shut down option is available on the Start menu in Windows operating systems, allowing users to power off the computer. It is not found on the Task bar, Status bar, or Title bar.

1398

Read Mode

Command Prompt

easy
Computer Science

Which command is used to open the Command Prompt in Windows?

A
cmd
B
Command Terminal
C
Console
D
Terminal
Explanation and memory cue

The command 'cmd' is used to open the Command Prompt in Windows. The other options are either generic terms or incorrect commands for opening Command Prompt.

1399

Read Mode

Boot Instructions Location

easy
Computer Science

From what location are the first computer instructions available on boot up? ROM, BIOS, CPU boot.ini, or CONFIG.SYS?

A
ROM
B
BIOS
C
CPU boot.ini
D
CONFIG.SYS
Explanation and memory cue

The first computer instructions available on boot up come from the BIOS, which is stored in ROM. The BIOS initializes hardware and starts the boot process before loading the operating system. ROM is the storage medium, but the BIOS is the actual firmware providing the instructions.

1400

Read Mode

Fat In Ms-Dos

easy
Computer Science

The File Allocation Table (FAT) in MS-DOS was ____.

A
Highly stable
B
Vulnerable to corruption
C
GUI-based
D
Internet dependent
Explanation and memory cue

The File Allocation Table (FAT) in MS-DOS is known to be vulnerable to corruption due to its simple structure and lack of robust error recovery mechanisms. It is not GUI-based nor internet dependent, and it is not considered highly stable compared to modern file systems.