PrepSure LogoHubPage 141/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 1401-1410 of 1706Use Deep Study when you want one-question focus.
1401

Read Mode

Windows Programs Management

easy
Computer Science

"Add or Remove Programs" is a(an) ____:

A
Productivity software
B
File manager
C
Utility program
D
Device driver
Explanation and memory cue

"Add or Remove Programs" is a utility program in Windows that allows users to install, uninstall, or change software applications, making it a utility program rather than productivity software, file manager, or device driver.

1402

Read Mode

System Time And Date Settings

easy
Computer Science

If the displayed system time and date is wrong, you can reset it using ____:

A
Write
B
Calendar
C
Control Panel
D
None of these
Explanation and memory cue

The system time and date can be reset using the Control Panel in most operating systems, where date and time settings are configured. 'Write' and 'Calendar' are not methods to reset system time, and 'None of these' is incorrect.

1403

Read Mode

History Of Operating Systems

easy
Computer Science

In 1981, IBM introduced PC-DOS, developed by Microsoft, later known as ____.

A
MS-DOS
B
Windows NT
C
UNIX
D
Linux
Explanation and memory cue

PC-DOS, introduced by IBM in 1981 and developed by Microsoft, was later known as MS-DOS. It was the operating system for IBM PCs before Windows became dominant.

1404

Read Mode

Disk Scanning Tools In Windows

easy
Computer Science

Which tool is used as a disk scanner in Microsoft Windows?

A
Disk cleanup
B
Disk defragmenter
C
Disk cleanout
D
Disk cleaning
Explanation and memory cue

The term 'disk scanner' in Windows typically refers to the tool that scans and reorganizes the disk to improve performance, which is the Disk Defragmenter. Disk Cleanup is used to remove unnecessary files to free up space but does not scan the disk for errors. The actual disk scanning tool for errors is 'chkdsk', which is not listed among the options. Among the given options, Disk Defragmenter (option B) is the closest to a disk scanning tool in Windows. Disk Cleanup (option A) is for cleaning files, not scanning the disk. Options C and D are not valid Windows tools.

1405

Read Mode

Document System Management

easy
Computer Science

Who manages a document system?

A
RAM
B
Operating System
C
CPU
D
Hard Drive
Explanation and memory cue

The Operating System manages the document system by organizing, storing, and retrieving files on storage devices. RAM, CPU, and Hard Drive are hardware components, but they do not manage the document system directly.

1406

Read Mode

User Interface Terms

easy
Computer Science

A user interface that is easy to use is considered to be____:

A
User Happy
B
User Friendly
C
User Simple
D
None of these
Explanation and memory cue

A user interface that is easy to use is commonly described as 'User Friendly,' meaning it is designed to be intuitive and accessible for users.

1407

Read Mode

Recycle Bin

easy
Computer Science

____ is the default location of a deleted file?

A
Desktop
B
Downloads folder
C
User folder
D
None of these (Recycle bin)
Explanation and memory cue

When a file is deleted in most operating systems like Windows, it is moved to the Recycle Bin by default, which acts as a temporary storage before permanent deletion. This allows users to recover accidentally deleted files.

1408

Read Mode

Operating System Startup

easy
Computer Science

The process of starting an operating system when the user turns on a computer is known as ____:

A
Booting
B
Starting
C
Loading
D
Turn on
Explanation and memory cue

The process of starting an operating system when the user turns on a computer is called booting. It involves loading the OS into the computer's memory to make it operational.

1409

Read Mode

Operating System Types

easy
Computer Science

Which of the following is a single-user operating system? Linux Windows 7 MS-DOS Windows NT

A
Linux
B
Windows 7
C
MS-DOS
D
Windows NT
Explanation and memory cue

MS-DOS is a single-user operating system designed for one user at a time, whereas Linux, Windows 7, and Windows NT support multiple users and multitasking.

1410

Read Mode

Gui Startup Programs

medium
Computer Science

Which program runs first after the computer is booted and before loading the GUI?

A
Desktop Manager
B
File Manager
C
Windows Explorer
D
Authentication
Explanation and memory cue

After the computer boots, the BIOS/UEFI firmware runs first, performing hardware checks and loading the bootloader. The bootloader then loads the operating system kernel, which initializes the system and starts the init process (or systemd on modern systems). The init process is responsible for starting system services and the login/authentication process. Authentication (user login) occurs before the graphical user interface (GUI) is fully loaded. Therefore, the first program related to user interaction after boot and before the GUI is the authentication process (login manager). Options like Desktop Manager, File Manager, and Windows Explorer run after the GUI is loaded and after successful authentication.