Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Computer Fundamentals Quiz

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is the main function of a CPU in a computer?

a)

To water plants and feed pets

b)

To execute instructions and perform calculations

c)

To play music and watch movies

d)

To brew coffee and make toast

2.

Name three common network topologies.

a)

Bus, Star, Ring

b)

Hybrid

c)

Tree

d)

Mesh

3.

How can you change the font style in MS Word?

a)

Go to Insert tab -> Font settings -> Modify font style

b)

Right-click text -> Change font style

c)

Access Format menu -> Adjust font style

d)

Select text -> Home tab -> Font group -> Choose font style

4.

What is the purpose of using formulas in MS Excel?

a)

To create animations, design graphics, and write code

b)

To perform calculations, manipulate data, and automate tasks.

5.

What is a primary key in a database table in MS Access?

a)

A primary key in a database table in MS Access uniquely identifies each record in the table.

b)

A primary key in a database table in MS Access can be duplicated across multiple records.

c)

A primary key in a database table in MS Access is optional and not necessary for data integrity.

d)

A primary key in a database table in MS Access is used for sorting records alphabetically.

6.

Explain the concept of recursion in algorithm design.

a)

Recursion in algorithm design involves a function calling itself to solve a problem by breaking it down into smaller subproblems.

b)

Recursion is a linear process in algorithm design

c)

Recursion involves using loops to solve problems

d)

Recursion always leads to infinite loops

7.

Give an example of system software.

a)

Google Chrome browser

b)

Adobe Photoshop

c)

Microsoft Office Suite

d)

Operating systems like Windows, macOS, and Linux

8.

List three hardware components of a computer.

a)

1. Central Processing Unit (CPU), 2. Random Access Memory (RAM), 3. Hard Disk Drive (HDD)

b)

Motherboard

c)

Solid State Drive (SSD)

d)

Graphics Processing Unit (GPU)

9.

What is the difference between LAN and WAN?

a)

LAN and WAN are the same thing

b)

LAN is used for wireless connections, while WAN is used for wired connections

c)

LAN is more secure than WAN

d)

LAN is limited to a small geographic area, while WAN covers a large geographic area.

10.

How can you insert a table in MS Word?

a)

Go to Review tab -> Table -> Select number of rows and columns

b)

Go to Insert tab -> Table -> Select number of rows and columns

c)

Go to Home tab -> Table -> Select number of rows and columns

d)

Go to Layout tab -> Table -> Select number of rows and columns

11.

What is the function of the SUM function in MS Excel?

a)

Multiplies a range of numbers

b)

Divides a range of numbers

c)

Subtracts a range of numbers

d)

Adds up a range of numbers

12.

How can you create a query in MS Access?

a)

Open the database, go to 'Create' tab, select 'Query Design', add tables, drag fields, set criteria, and run the query.

b)

Access does not support creating queries

c)

Open the database, go to 'Analyze' tab, select 'Query Wizard', and follow the steps

d)

Click on 'Format' tab and select 'Query Builder'

13.

What is the importance of flowcharts in problem-solving?

a)

Flowcharts help in organizing thoughts, identifying key steps, and improving overall problem-solving efficiency.

b)

Flowcharts are only used for artistic purposes

c)

Flowcharts are only relevant for computer programming

d)

Flowcharts make problem-solving more complicated

14.

Define the term 'software'.

a)

A type of hardware used in computers

b)

A type of musical instrument

c)

A set of instructions that tell a computer how to perform specific tasks or functions.

d)

A type of food consumed by programmers

15.

Explain the role of RAM in a computer system.

a)

RAM is used to permanently store data in a computer system.

b)

RAM is responsible for processing graphics in a computer system.

c)

RAM in a computer system is used to temporarily store data that the CPU needs to access quickly.

d)

RAM is only used when the computer is turned off.

16.

What is a star network topology?

a)

A star network topology is a type of network where each device is connected directly to a central hub.

b)

A star network topology is a type of network where each device is connected in a mesh-like structure.

c)

A star network topology is a type of network where each device is connected in a circular manner.

d)

A star network topology is a type of network where each device is connected in a linear chain.

17.

How can you format text in MS Word?

a)

Use the 'Paint' application instead

b)

Write the text in a separate document and paste it into MS Word

c)

Use voice commands to format the text

d)

Use the toolbar options like bold, italic, underline, font size, font color, alignment, etc.

18.

What is conditional formatting in MS Excel?

a)

Conditional formatting in MS Excel is a feature that allows users to insert images into cells based on certain conditions.

b)

Conditional formatting in MS Excel is a feature that allows users to send emails directly from the spreadsheet based on certain conditions.

c)

Conditional formatting in MS Excel is a feature that allows users to apply formatting to cells based on certain conditions or criteria.

d)

Conditional formatting in MS Excel is a feature that allows users to create pivot tables based on certain conditions.

19.

What is a relational database in MS Access?

a)

A relational database in MS Access is a database that stores data in a single table

b)

A relational database in MS Access is a database that organizes data into tables with relationships between them.

c)

A relational database in MS Access is a database that does not support relationships between tables

d)

A relational database in MS Access is a database that only allows data to be stored in text format

20.

Describe the process of binary search in algorithm design.

a)

The process of binary search involves selecting the middle element of the array and comparing it to the target value. If the middle element is equal to the target, the search is successful. If the middle element is greater than the target, the search continues on the left subarray. If the middle element is less than the target, the search continues on the right subarray. This process repeats until the target value is found or the interval is empty.

b)

Binary search involves selecting the first element of the array and comparing it to the target value.

c)

In binary search, the search continues on the left subarray if the middle element is less than the target.

d)

The process of binary search always starts from the end of the array.