wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Day 5 Practice 1 CompTIA IT Fundamentals+ Certification Quiz

Total questions: 80

Worksheet time: 27mins

Name
Class
Date
1.

What are the core functions of a computer system governed by the Input, Output, Processing, and Storage Cycle (I/O Cycle)?

a)

Input, Processing, Output, and Storage

b)

Input, Processing, Output, and Retrieval

c)

Input, Calculation, Output, and Storage

d)

Input, Calculation, Output, and Retrieval

2.

Which stage of the I/O Cycle is responsible for entering data into the computer system?

a)

Output

b)

Processing

c)

Input

d)

Storage

3.

What does the CPU perform during the processing stage?

a)

Data entry

b)

Calculations, comparisons, and other operations

c)

Data storage

d)

Data retrieval

4.

Which stage of the I/O Cycle involves displaying or transmitting the results of processing?

a)

Input

b)

Processing

c)

Output

d)

Storage

5.

What is the purpose of the storage stage in the I/O Cycle?

a)

To enter data into the computer system

b)

To perform calculations and comparisons

c)

To display the results of processing

d)

To save data for later use

6.

Which notational system uses a base-10 system with ten unique symbols?

a)

Binary Notation

b)

Decimal Notation

c)

Hexadecimal Notation

d)

Octal Notation

7.

What are the two different integer values used in Binary Notation?

(a)  

8.

What is each digit in a binary number known as?

a)

Byte

b)

Bit

c)

Nibble

d)

Word

9.

What base does the hexadecimal notation use?

a)

Base-2

b)

Base-8

c)

Base-10

d)

Base-16

10.

Why is hexadecimal commonly used in computer programming?

a)

It is easier to understand than binary.

b)

It uses fewer symbols than decimal.

c)

It is commonly used for memory addressing and debugging processes.

d)

It is the same as binary notation.

11.

Which of the following is NOT a reason why it is important to understand notational systems?

a)

Data storage and manipulation

b)

Programming and software development

c)

Interfacing with humans

d)

Creating graphical designs

12.

What is the base of the decimal notation system?

a)

Base-2

b)

Base-8

c)

Base-10

d)

Base-16

13.

What is one of the key strengths of the decimal notation system?

a)

It is complex and difficult to understand.

b)

It uses only two symbols.

c)

It is intuitive and simple.

d)

It is rarely used in programming.

14.

What is the fundamental numerical system that underpins the digital world?

a)

Hexadecimal notation

b)

Decimal notation

c)

Binary notation

d)

Octal notation

15.

What symbols are used in binary notation?

a)

0 and 1

b)

0 to 9

c)

A to F

d)

0 to 7

16.

What is one advantage of a binary system?

a)

It is compatible with digital electrical systems.

b)

It uses letters from A to F.

c)

It is based on Base-16 notation.

d)

It is used only in encryption algorithms.

17.

What does the binary digit '1' represent in digital computers?

a)

On state

b)

Off state

c)

Hexadecimal digit

d)

Decimal digit

18.

Which of the following is NOT a use of binary notation?

a)

Design and analysis of algorithms

b)

Data structures

c)

Computer networks

d)

Cooking recipes

19.

What is the base of the hexadecimal notation system?

a)

Base-2

b)

Base-8

c)

Base-10

d)

Base-16

20.

How many distinct symbols are used in hexadecimal notation?

a)

8

b)

10

c)

12

d)

16

21.

What does the binary number 1010 correspond to in decimal?

a)

8

b)

9

c)

10

d)

11

22.

Which of the following is NOT a use of hexadecimal notation?

a)

Network Protocols

b)

Encryption Algorithms

c)

Unique Identifiers (MAC/UUID)

d)

Cooking recipes

23.

How is binary typically written for clarity?

a)

With 2 digits

b)

With 3 digits

c)

With 4 digits

d)

With 5 digits

24.

What is the binary representation of the decimal number 4?

a)

0001

b)

0010

c)

0100

d)

1000

25.

What is the smallest unit of data in computing?

a)

Byte

b)

Nibble

c)

Bit

d)

Kilobyte

26.

How many bits are equivalent to one byte?

a)

4 bits

b)

8 bits

c)

16 bits

d)

32 bits

27.

Which term is used for a single hexadecimal character?

a)

Byte

b)

Bit

c)

Nibble

d)

Kilobyte

28.

Which of the following is the correct representation of 1 gigabyte (GB)?

a)

1,000 KB

b)

1,000 MB

c)

1,000 TB

d)

1,000 PB

29.

In digital storage, what does 1 KiB (kibibyte) equal to?

(a)  

30.

What is the unit used to measure data transfer rates?

a)

Bytes

b)

Bits

c)

Nibbles

d)

Kilobytes

31.

Which of the following is NOT a unit of data transfer rate?

a)

Kbps

b)

Mbps

c)

Gbps

d)

KBps

32.

What is the hexadecimal representation of the decimal number 15?

a)

E

b)

F

c)

10

d)

11

33.

Which of the following is NOT a hexadecimal digit?

a)

9

b)

A

c)

G

d)

F

34.

What is the correct order of units from smallest to largest?

a)

Byte, Bit, Nibble, Kilobyte

b)

Bit, Byte, Nibble, Kilobyte

c)

Bit, Nibble, Byte, Kilobyte

d)

Nibble, Bit, Byte, Kilobyte

35.

What unit is used to measure data storage?

a)

Megahertz (MHz)

b)

Gigahertz (GHz)

c)

Bytes (B)

d)

Kilohertz (kHz)

36.

How many cycles per second does one megahertz (MHz) represent?

a)

One thousand cycles per second

b)

One million cycles per second

c)

One billion cycles per second

d)

One hundred cycles per second

37.

Which of the following is NOT one of the 5 most commonly used data types?

a)

Integers

b)

Floating-point Numbers

c)

Boolean Values

d)

Arrays

38.

What do Boolean values represent?

a)

Whole numbers

b)

Real numbers

c)

Logical values of TRUE and FALSE

d)

Sequences of characters

39.

Which data type is used to represent individual letters, digits, punctuation marks, or any other symbol that can be represented in text?

a)

Integers

b)

Characters

c)

Strings

d)

Boolean Values

40.

In most programming languages, how are strings defined?

a)

Using single quotes

b)

Using double quotes

c)

Using parentheses

d)

Using square brackets

41.

What does ASCII stand for?

a)

American Standard Code for Information Interchange

b)

American System Code for Internet Interchange

c)

American Standard Code for International Interchange

d)

American System Code for Information Interchange

42.

How many bits does ASCII use to represent each character?

a)

7 bits

b)

8 bits

c)

16 bits

d)

32 bits

43.

Which of the following is NOT a form of Unicode encoding?

a)

UTF-8

b)

UTF-16

c)

UTF-32

d)

UTF-64

44.

What is a key difference between ASCII and Unicode?

a)

ASCII has 128 characters and primarily caters to English

b)

Unicode has 128 characters and primarily caters to English

c)

ASCII can represent over a million unique characters

d)

Unicode uses 7 bits to represent each character

45.

Which of the following is NOT included in Unicode?

a)

Collection of visual reference code charts

b)

Method for data encoding

c)

Set of standard character encodings

d)

7-bit character encoding

46.

When was ASCII developed?

a)

1960s

b)

1970s

c)

1980s

d)

1990s

47.

What does Unicode represent?

a)

A limited set of characters from a few languages

b)

A vast array of characters from virtually all languages and symbol sets

c)

Only numeric characters

d)

Only alphabetic characters

48.

What did ASCII lay the groundwork for?

a)

Image encoding

b)

Video encoding

c)

Character encoding

d)

Audio encoding

49.

How did Unicode expand upon ASCII?

a)

By reducing the number of characters

b)

By accommodating a diverse range of characters and symbols

c)

By focusing only on English characters

d)

By eliminating symbol sets

50.

Which of the following is considered a data protection measure that organizations must implement?

a)

Data encryption

b)

Data deletion

c)

Data sharing

d)

Data duplication

51.

What is the primary purpose of data and information in an organization?

a)

To provide entertainment

b)

To reduce costs by improving operational efficiency

c)

To increase the number of employees

d)

To create advertisements

52.

Which regulation mandates stringent data protection measures within the European Union?

a)

CCPA

b)

GDPR

c)

HIPAA

d)

SOX

53.

What does the term "Intellectual Property" (IP) refer to?

a)

Physical property owned by a company

b)

Creations of the mind, such as inventions and artistic works

c)

Real estate and buildings

d)

Office equipment and supplies

54.

How long do copyrights typically last after the death of the author?

a)

5 to 10 years

b)

10 to 20 years

c)

15 to 70 years

d)

100 years

55.

What symbol is used to demonstrate a registered trademark?

a)

©

b)

c)

®

d)

56.

Which of the following is a unique aspect of patents?

a)

They can be renewed indefinitely

b)

They require public disclosure of the invention

c)

They apply to names, phrases, or titles

d)

They are intangible assets

57.

What does DRM stand for in the context of digital products?

a)

Digital Rights Management

b)

Digital Resource Management

c)

Data Rights Management

d)

Data Resource Management

58.

What is the primary purpose of Digital Rights Management (DRM)?

a)

To encrypt the content of a digital product and allow access only to those who have the necessary decryption keys

b)

To provide a new way of doing something or offer a new technical solution to a problem

c)

To distinguish the goods or services of one enterprise from those of other enterprises

d)

To grant an exclusive right for an invention

59.

What are the three categories of security controls?

a)

Administrative, Physical, Technical

b)

Administrative, Logical, Technical

c)

Physical, Logical, Procedural

d)

Technical, Logical, Procedural

60.

Which of the following is an example of an administrative control?

a)

Firewalls

b)

Security awareness training

c)

Locks

d)

Security cameras

61.

What type of control involves the use of physical measures to protect assets and prevent unauthorized access?

a)

Administrative Controls

b)

Technical Controls

c)

Physical Controls

d)

Logical Controls

62.

Which of the following is NOT an example of a technical control?

a)

Firewalls

b)

Biometric Authentication

c)

Antivirus Software

d)

Network Segmentation

63.

What is the purpose of security controls?

a)

To increase the speed of computer systems

b)

To safeguard or countermeasure against security risks

c)

To enhance the graphical user interface

d)

To improve software development processes

64.

Which of the following is NOT one of the three categories of controls used to secure data?

a)

Administrative controls

b)

Physical controls

c)

Technical controls

d)

Financial controls

65.

What is the primary purpose of regular data backups?

a)

To prevent unauthorized access to data

b)

To ensure data can be recovered in case of loss or corruption

c)

To monitor network traffic

d)

To limit user access to specific files

66.

Which of the following technologies is used to convert data into a code to prevent unauthorized access?

a)

Permissions

b)

Usage Restrictions

c)

Data Encryption

d)

Firewalls

67.

What is data in its raw form?

a)

A. A collection of numbers, characters, and facts

b)

B. Information that has been given context

c)

C. Insights derived from data analysis

d)

D. A process to deliver a product to the customer

68.

What does data analytics involve?

a)

A. Delivering a product to the customer

b)

B. Applying statistical analysis and logical techniques to interpret, transform, and summarize data

c)

C. Gathering data from various sources

d)

D. Using Customer Relationship Management Systems

69.

What is the purpose of insights in data analytics?

a)

A. To provide a deeper understanding of why something is happening and predict what might happen in the future

b)

B. To collect data from various sources

c)

C. To deliver a product to the customer

d)

D. To use IoT devices

70.

What is the process of delivering a product to the customer after a sale called?

a)

A. Data Analytics

b)

B. Data Capture and Collection

c)

C. Product Fulfillment

d)

D. Predictive Modeling

71.

What can businesses achieve by making data-driven decisions in product fulfillment?

a)

A. Increase costs and reduce efficiency

b)

B. Reduce costs, improve efficiency, and enhance customer satisfaction

c)

C. Decrease customer satisfaction

d)

D. Increase the complexity of data collection

72.

What does data capture and collection involve?

a)

A. Applying statistical analysis

b)

B. Gathering data from various sources, such as transaction records, customer interactions, and internet of things log files

c)

C. Using web analytics

d)

D. Predictive modeling

73.

What needs to be done once data is collected?

a)

A. It needs to be discarded

b)

B. It needs to be analyzed to identify relationships and patterns

c)

C. It needs to be stored indefinitely

d)

D. It needs to be ignored

74.

Which of the following is NOT a method of analyzing collected data?

a)

A. Statistical Analysis

b)

B. Data Mining

c)

C. Predictive Modeling

d)

D. Product Fulfillment

75.

What is the benefit of data-driven decision-making?

a)

A. It can enhance various aspects of business operations

b)

B. It can reduce the need for data collection

c)

C. It can eliminate the need for customer interactions

d)

D. It can increase the complexity of business operations

76.

A computer can be essentially divided into two major components. What are they?

a)

CPU and RAM

b)

Hardware and Software

c)

Storage Devices and Peripheral Devices

d)

Motherboard and Power Supply Unit

77.

Which of the following is used for long-term storage in a computer?

a)

Central Processing Unit (CPU)

b)

Random Access Memory (RAM)

c)

Storage Devices

d)

Power Supply Unit (PSU)

78.

What is the function of the Power Supply Unit (PSU) in a computer?

a)

It stores temporary data

b)

It connects all the computer's components together

c)

It takes electrical power from a home or office wall outlet and converts it into a form that the computer's components can use

d)

It manages and controls the computer hardware

79.

Which type of software is responsible for managing and controlling the computer hardware?

a)

Application Software

b)

System Software

c)

Peripheral Devices

d)

Storage Devices

80.

What is the primary role of RAM in a computer?

a)

To store long-term data.

b)

To manage and control the computer's hardware resources.

c)

To provide quick-access storage space for the CPU.

d)

To combine the functionality of a desktop computer and a monitor.