PrepSure LogoHubPage 9/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 81-90 of 1706Use Deep Study when you want one-question focus.
81

Read Mode

Display Technology

easy
Computer Science

4K resolution is ____?

A
4496×2460
B
4296×2260
C
4196×2060
D
4096×2160
Explanation and memory cue

The standard 4K resolution used in digital cinema is 4096×2160 pixels, which is answer D. The other options do not match the standard 4K specification.

82

Read Mode

Data Storage Units

easy
Computer Science

1 GB is equal to ____ bytes?

A
1 million bytes
B
1 trillion bytes
C
1 billion bytes
D
None
Explanation and memory cue

1 GB (gigabyte) is commonly considered as 1,000,000,000 bytes (1 billion bytes) in the decimal (SI) system, which is the standard in most contexts outside of computer memory (where 1 GB can mean 1,073,741,824 bytes).

83

Read Mode

Web Fundamentals

easy
Computer Science

The first page of a website is termed as:

A
Homepage
B
Index
C
JAVA script
D
Bookmark
Explanation and memory cue

The first page of a website is commonly referred to as the 'Homepage.' It serves as the main entry point and starting page for visitors to a website.

84

Read Mode

Number Systems

easy
Computer Science

What does BCD stand for?

A
Bit Coded Decimal
B
Binary Coded Digit
C
Bit Coded Digit
D
Binary Coded Decimal
Explanation and memory cue

BCD stands for 'Binary Coded Decimal,' which is a class of binary encodings for decimal numbers where each digit is represented by its own binary sequence.

85

Read Mode

Computer Hardware

easy
Computer Science

CRT stands for:

A
Crystal Ray Tube
B
Cathode Ray Tube
C
Cabin Ray Tube
D
Carbon Ray Tube
Explanation and memory cue

CRT stands for Cathode Ray Tube, which is a technology used in traditional television and computer monitor displays. The other options are incorrect expansions of the acronym.

86

Read Mode

Microsoft Word Shortcuts

easy
Computer Science

Which function key activates the speller in Microsoft Word?

A
F5
B
F7
C
F9
D
Shift + F7
Explanation and memory cue

In Microsoft Word, pressing F7 opens the spelling and grammar checker, also known as the speller. This allows users to check their document for spelling and grammatical errors.

87

Read Mode

Data Representation

easy
Computer Science

8 bits make up a ____?

A
Byte
B
Megabyte
C
Kilobyte
D
None
Explanation and memory cue

8 bits make up a byte. This is a fundamental unit of digital information in computing and telecommunications.

88

Read Mode

Data Storage Units

easy
Computer Science

1 Gigabyte is equal to ____?

A
1024 bits
B
1032 megabytes
C
1024 kilobytes
D
1024 megabytes
Explanation and memory cue

There are two common definitions for 1 Gigabyte (GB): In the binary system (used by most operating systems), 1 GB equals 1024 Megabytes (MB). In the decimal system (used by most storage device manufacturers and the SI standard), 1 GB equals 1000 MB. Since the question and options align with the binary definition, the correct answer is 1 GB = 1024 MB (option D). Options A, B, and C are incorrect as they do not represent valid conversions for 1 GB.

89

Read Mode

Computer Security

easy
Computer Science

ACL stands for ____?

A
Access Control List
B
Access Central List
C
Access Check List
D
Adoptic Control List
Explanation and memory cue

ACL stands for Access Control List, which is a list of permissions attached to an object specifying which users or system processes can access it and what operations they can perform.

90

Read Mode

Data Representation

easy
Computer Science

1 nibble equals to how many bits?

A
12 bits
B
16 bits
C
4 bits
D
2 bits
Explanation and memory cue

A nibble is a unit of digital information that consists of 4 bits. It is half of a byte, which is 8 bits.