PrepSure LogoHubPage 79/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 781-790 of 1706Use Deep Study when you want one-question focus.
781

Read Mode

Word Processing

easy
Computer Science

What is the overall term for creating, editing, formatting, storing, retrieving, and printing a text document?

A
Word processing
B
Spreadsheet design
C
Web design
D
Database management
Explanation and memory cue

The overall term for creating, editing, formatting, storing, retrieving, and printing a text document is 'Word processing.' This encompasses all these functions related to handling text documents.

782

Read Mode

Antivirus Techniques

easy
Computer Science

What is heuristic checking?

A
False positive
B
Data storage
C
Virus scanning
D
Virus removing
Explanation and memory cue

Heuristic checking is a method used in virus scanning to detect new or unknown viruses by analyzing code behavior rather than relying solely on known virus signatures.

783

Read Mode

Excel Functions

easy
Computer Science

What is the function of the VLOOKUP function in Excel?

A
To perform a vertical lookup and return a value based on a specified criteria
B
To perform a horizontal lookup and return a value based on a specified criteria
C
To add up a range of cells
D
To find the average of a range of cells
Explanation and memory cue

The VLOOKUP function in Excel searches for a value in the first column of a range and returns a value in the same row from a specified column, performing a vertical lookup based on given criteria.

784

Read Mode

Web Browsing

easy
Computer Science

What is the purpose of Caret Browsing?

A
To navigate through web pages quickly
B
To navigate through web pages using a keyboard
C
To navigate through web pages using a mouse
D
To navigate through web pages using a touchscreen
Explanation and memory cue

Caret Browsing allows users to navigate and select text on web pages using a keyboard cursor (caret), similar to navigating text in a word processor, enabling keyboard-only navigation.

785

Read Mode

Keyboard Shortcuts

easy
Computer Science

What is the shortcut key to permanently delete data?

A
Ctrl + Delete button
B
Shift + Delete button
C
Alt + Delete button
D
None of these
Explanation and memory cue

The shortcut Shift + Delete permanently deletes the selected data without moving it to the Recycle Bin, making option B the correct answer.

786

Read Mode

Keyboard Shortcuts

easy
Computer Science

What is the shortcut key for a manual line break?

A
CTRL + Enter
B
Alt + Enter
C
Shift + Enter
D
Space + Enter
Explanation and memory cue

The shortcut key for a manual line break (also known as a soft return) in most text editors and word processors is Shift + Enter. This inserts a line break without starting a new paragraph.

787

Read Mode

Excel Basics

easy
Computer Science

What is the intersection of a column and row called in Excel?

A
A cell
B
A range
C
A column header
D
A row header
Explanation and memory cue

In Excel, the intersection of a column and a row is called a cell. Each cell is identified by its column letter and row number, such as A1 or B2.

788

Read Mode

Ms Word Columns

easy
Computer Science

What is the smallest width of a column in MS Word?

A
0″
B
0.5″
C
1″
D
1.5″
Explanation and memory cue

According to Microsoft support documentation and verified sources, the smallest width you can set for a column in MS Word is approximately 0.08 inches, which is very close to 0 inches and effectively the smallest possible width. MS Word does not allow a column width of exactly 0 inches, but it automatically adjusts any smaller value to this minimum. Therefore, option A (0") is the closest and most accurate answer among the given choices.

789

Read Mode

Programming Languages

easy
Computer Science

What is a limitation of high-level programming languages?

A
Lower efficiency
B
Machine dependence
C
Machine level coding
D
None of the above
Explanation and memory cue

High-level languages are generally less efficient than low-level languages because they require translation into machine code, which can add overhead. They are machine independent and do not involve machine-level coding directly, making 'Lower efficiency' the main limitation.

790

Read Mode

Booting Process

easy
Computer Science

When a computer is switched on, the booting process performs ____?

A
Integrity Test
B
Power-On Self-Test
C
Correct Functioning Test
D
Reliability Test
Explanation and memory cue

When a computer is switched on, it performs the Power-On Self-Test (POST) to check the hardware components and ensure they are functioning correctly before loading the operating system.