wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Chapter 2 Computer System

Total questions: 35

Worksheet time: 18mins

Name
Class
Date
1.

What is the correct definition of a "Computer System"?

a)

A machine that only performs mathematical calculations.

b)

A complete, working computer that includes the operating system, software, and hardware necessary to make the computer function.

c)

A collection of input and output devices only.

d)

The physical parts of a computer that you can touch.

2.

Which of the following is NOT one of the four stages of the Information Processing Cycle?

a)

Input

b)

Process

c)

Analyzing

d)

Storage

3.

When withdrawing money from an ATM, which of the following is considered an "Input" activity?

a)

The system calculates the balance.

b)

The machine dispenses cash.

c)

The system reads the magnetic stripe on the card.

d)

The printer prints a receipt.

4.

In the ATM, which device performs the "Process" function?

a)

Keypad

b)

Cash Dispenser

c)

Processor

d)

Receipt Printer

5.

Which type of software serves as the interface between the user, the application software, and the computer's hardware?

a)

Utility Program

b)

Productivity Software

c)

Operating System (OS)

d)

Database Software

6.

Where does the Operating System (OS) typically reside in handheld computers and mobile devices?

a)

On the Hard Disk

b)

On a ROM chip

c)

On the Cloud

d)

On a CD-ROM

7.

Which of the following is classified as a "Utility Program"?

a)

Microsoft Word

b)

Disk Defragmenter

c)

Google Chrome

d)

Linux

8.

In the hierarchy of Application Software, "Gaming" and "Education" fall under which category?

a)

Productivity

b)

Business

c)

Media

d)

Home/Entertainment

9.

"Spreadsheet software" is best described as:

a)

Software that allows users to create visual aids for presentations.

b)

Software that allows users to organize data in rows and columns to perform calculations.

c)

Software used primarily for writing letters and memos.

d)

Software used to edit video and audio files.

10.

In Microsoft Excel, what is the difference between a Worksheet and a Workbook?

a)

A Workbook is the file containing multiple Worksheets; a Worksheet is a single grid of columns and rows.

b)

A Worksheet is for text, a Workbook is for numbers.

c)

They are exactly the same thing.

d)

A Worksheet creates charts, while a Workbook only holds data.

11.

Which Word Processing feature automatically capitalizes the first word in a sentence if you forget to do so?

a)

Footnote

b)

AutoCorrect

c)

Header

d)

Cross Reference

12.

Which wizard in presentation software guides you through creating a presentation by suggesting a layout and sample text?

a)

Chart Wizard

b)

AutoCorrect Wizard

c)

AutoContent Wizard

d)

Slide Master

13.

In the context of database software, what is a "Primary Key"?

a)

The first row in a spreadsheet.

b)

A unique identifier for a record (e.g., student ID).

c)

The main password to access the computer.

d)

A type of chart used in presentations.

14.

In a database table, what does a "Record" represent?

a)

A column containing field data.

b)

The title of the table.

c)

Information about one specific entry.

d)

The software license key.

15.

Which database object is used to retrieve specific data based on criteria (e.g., "Employees living in Nilai")?

a)

Form

b)

Table

c)

Query

d)

Report

16.

Which of the following is an example of an Input Device?

a)

Projector

b)

Bar code reader

c)

Speaker

d)

Ink-jet printer

17.

Which device is categorized as a "Pointing Device"?

a)

Keyboard

b)

Touchpad

c)

Scanner

d)

Microphone

18.

Which of the following is considered a "Biometric Input" device?

a)

Webcam

b)

Iris recognition system

c)

Bar code reader

d)

Stylus

19.

A "Stylus" is typically associated with which type of input method?

a)

Pen input

b)

Voice input

c)

Biometric input

d)

Video input

20.

Impact printers and Ink-jet printers are examples of what type of device?

a)

Storage

b)

Input

c)

Output

d)

Processing

21.

Which of the following is classified as a Storage Device?

a)

Webcam

b)

Hard Drive

c)

Monitor

d)

Touchpad

22.

What is the smallest unit of data a computer can process?

a)

Byte

b)

Bit

c)

Hex

d)

Octal

23.

How many bits are grouped together to form one (1) Byte?

a)

2 bits

b)

4 bits

c)

8 bits

d)

16 bits

24.

Which number system uses the Base 16 and includes symbols 0-9 and A-F?

a)

Binary

b)

Decimal

c)

Octal

d)

Hexadecimal

25.

Which number system uses the digits 0-7?

a)

Binary

b)

Decimal

c)

Hexadecimal

d)

Octal

26.

In the Hexadecimal system, what is the decimal value of the symbol 'A'?

a)

10

b)

11

c)

12

d)

15

27.

What is the decimal value of the binary number 10110₂?

a)

18

b)

20

c)

22

d)

24

28.

What is the binary representation of the Hexadecimal number F?

a)

1010

b)

1100

c)

1111

d)

1001

29.

Which logical operator returns a TRUE (1) output ONLY when ALL of the inputs are TRUE (1)?

a)

OR

b)

NAND

c)

AND

d)

XOR

30.

What is the boolean expression for an OR gate?

a)

Y = A . B

b)

Y = A + B

c)

Y = A̅

d)

Y = A ⊕ B

31.

Which logic gate is known as an "Inverter" because it changes a True input to False?

a)

AND

b)

OR

c)

NOT

d)

XOR

32.

Which logic gate produces a TRUE (1) output if the inputs are Different?

a)

AND

b)

NOR

c)

XNOR

d)

XOR

33.

A NAND gate is a combination of which two gates?

a)

AND and OR

b)

OR and NOT

c)

AND and NOT

d)

XOR and OR

34.

Look at the truth table below. Which gate does it represent?

a)

NOR

b)

NAND

c)

OR

d)

AND

35.

For a NAND gate, if Input A = 1 and Input B = 1, what is the Output Y?

a)

0

b)

1

c)

10

d)

Null