wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

QUIZ SK F1

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is the main function of a COMPUTER?

a)

To connect to the internet

b)

To accept input, process it, and provide output

c)

To store data permanently

d)

To play games

2.

Which of the following is NOT a type of personal computer?

a)

Notebook computer

b)

Desktop computer

c)

Mainframe computer

d)

Tablet computer

3.

What does CPU stand for?

a)

Central Processing Unit

b)

Computer Personal Unit

c)

Computer Processing Unit

d)

Central Program Unit

4.

Which type of memory is temporary and loses data when the computer is turned off?

a)

Magnetic Storage

b)

Flash Memory

c)

Random Access Memory (RAM)

d)

Read-Only Memory (ROM)

5.

What is the purpose of storage in a computer?

a)

To display information

b)

To connect to other devices

c)

To process data

d)

To hold data permanently

6.

Which of the following is an example of an input device?

a)

Monitor

b)

Printer

c)

Keyboard

d)

Speaker

7.

What is the function of the motherboard?

a)

To store data

b)

To process information

c)

To display graphics

d)

To connect all hardware components

8.

What is the purpose of application software?

a)

To manage hardware resources

b)

To perform specific tasks for users

c)

To connect to the internet

d)

To store data permanently

9.

What is the main purpose of programming?

a)

To design computer graphics

b)

To manage computer networks

c)

To write instructions for computers

d)

To create hardware components

10.

What is an example of a Visual Programming Language (VPL)?

a)

Java

b)

C

c)

Python

d)

LEGO Mindstorm

11.

What is an example of a Object Oriented Programming Language (OO)?

a)

LEGO Mindstorm

b)

C

c)

Thinker CAD

d)

Scratch

12.

What is the main function of the Mindstorm EV3 Controller Brick?

a)

To connect to the internet

b)

To store all programming files

c)

To serve as the brain for the robot

d)

To act as a power source

13.

What type of programming environment does the EV3 software provide?

a)

Text-based programming

b)

Command line interface

c)

Web-based programming

d)

Visual or graphical programming

14.

What is the purpose of the Download and Run button in the EV3 programming environment?

a)

To save the program only

b)

To create a new project

c)

To delete the program

d)


To transfer and execute the program

15.

Which block is used to make the EV3 say 'Hello'?

a)

Display block

b)

Action block

c)

Sound block

d)

Wait block

16.

What is the primary purpose of the Arduino IDE?

a)

To write HTML code

b)

To design physical circuits

c)

To upload programs to Arduino hardware

d)

To create visual programming languages

17.

What are the two main functions in an Arduino sketch?

a)

Initialize and Terminate

b)

Begin and Finish

c)

Setup and Loop

d)

Start and End

18.

What is the purpose of the setup() function?

a)

To end the program

b)

To run the program repeatedly

c)

To read input values

d)

To initialize settings and variables

19.

What does the digitalRead() function do?

a)

Writes a digital value to a pin

b)

Reads a digital value from a pin

c)

Sets a pin mode

d)

Initializes a variable

20.

What is the starting point for an Arduino program?

a)

setup()

b)

begin()

c)

loop()

d)

main()