NEW
Font size
WorksheetsQUIZ SK F1
Total questions: 20
Worksheet time: 10mins
What is the main function of a COMPUTER?
To connect to the internet
To accept input, process it, and provide output
To store data permanently
To play games
Which of the following is NOT a type of personal computer?
Notebook computer
Desktop computer
Mainframe computer
Tablet computer
What does CPU stand for?
Central Processing Unit
Computer Personal Unit
Computer Processing Unit
Central Program Unit
Which type of memory is temporary and loses data when the computer is turned off?
Magnetic Storage
Flash Memory
Random Access Memory (RAM)
Read-Only Memory (ROM)
What is the purpose of storage in a computer?
To display information
To connect to other devices
To process data
To hold data permanently
Which of the following is an example of an input device?
Monitor
Printer
Keyboard
Speaker
What is the function of the motherboard?
To store data
To process information
To display graphics
To connect all hardware components
What is the purpose of application software?
To manage hardware resources
To perform specific tasks for users
To connect to the internet
To store data permanently
What is the main purpose of programming?
To design computer graphics
To manage computer networks
To write instructions for computers
To create hardware components
What is an example of a Visual Programming Language (VPL)?
Java
C
Python
LEGO Mindstorm
What is an example of a Object Oriented Programming Language (OO)?
LEGO Mindstorm
C
Thinker CAD
Scratch
What is the main function of the Mindstorm EV3 Controller Brick?
To connect to the internet
To store all programming files
To serve as the brain for the robot
To act as a power source
What type of programming environment does the EV3 software provide?
Text-based programming
Command line interface
Web-based programming
Visual or graphical programming
What is the purpose of the Download and Run button in the EV3 programming environment?
To save the program only
To create a new project
To delete the program
To transfer and execute the program
Which block is used to make the EV3 say 'Hello'?
Display block
Action block
Sound block
Wait block
What is the primary purpose of the Arduino IDE?
To write HTML code
To design physical circuits
To upload programs to Arduino hardware
To create visual programming languages
What are the two main functions in an Arduino sketch?
Initialize and Terminate
Begin and Finish
Setup and Loop
Start and End
What is the purpose of the setup() function?
To end the program
To run the program repeatedly
To read input values
To initialize settings and variables
What does the digitalRead() function do?
Writes a digital value to a pin
Reads a digital value from a pin
Sets a pin mode
Initializes a variable
What is the starting point for an Arduino program?
setup()
begin()
loop()
main()
