Font size
WorksheetsBaseline test-Year 7/Grade 6
Total questions: 33
Worksheet time: 29mins
Which symbol is used for a decision in a flowchart?
Rectangle
Oval
Diamond
Circle
What is pseudocode used for?
Drawing diagrams
Describing algorithms in simple steps
Writing detailed code
Editing images
Which of these is a logical expression?
5 + 3
“Hello"
7>2
Loop
Which of the following is NOT an example of hardware?
Mouse
Monitor
Keyboard
Antivirus software
In binary, what is the value of 1010?
5
10
8
6
What does a loop do in programming?
Starts the program
Stops the program
Repeats a set of instructions
Creates comments
Which of the following is an example of a conditional statement?
Print “Hello”
Repeat 5 times
If temperature > 30 then turn on fan
Start
What is a comment in programming used for?
To explain the code
To stop code from working
To show errors
To change variables
Finding and fixing mistakes (called bugs) in a computer program is called:
Debugging
Fixing
Translating
Algorithm
A special program that translates your code into a language the computer can understand.
Debugging
Conditional statement
Script
Compiler
A (a) is a step-by-step solution to a problem.
In a flowchart, an (a) shape is used to represent the start or end of a process.
Binary numbers use only two digits __________ and __________.
(a)
(a) is the part of a computer system you can physically touch.
To keep safe online, you should never share your (a) information with strangers.
A loop is used to make decisions in a program. (a)
The computer uses (a) Binary number system to represent data.
Software includes physical parts of the computer. (a)
Comments in code help other people understand what the code does. (a)
Conditional statements are used to make decisions. (a)
Match the following
Flowchart
Graphical way to show an algorithm
Loop
Repeats instructions
Conditional statement
Checks if a condition is true
Comment
Explains the code
Favorite color
Public information
Categorize the items as Hardware or Software.
Keyboard
Xbox
PowerPoint
Monitor
Printer
Motherboard
Microsoft Word
Adobe Photoshop
Google Chrome
Zoom
Which of the following best describes a flowchart?
A list of words
A computer program
A diagram that shows the steps in a process
A type of animation
Reorder the following Algorithm of adding tow numbers.
Stop
Display the result
Start
Input the first and the second number
Add the two numbers
Which loop repeats a block of code a fixed number of times?
If-else loop
While loop
Finite Loop
Infinite Loop
What is the main purpose of instruction-based programming?
To draw shapes
To play music
To give the computer step-by-step commands
To connect to the internet
"CPU" stands for:
General processing unit
Central processing unit
Graphic processing unit
Computer processing unit.
Which device allows you to input text and commands into a computer?
Printer
Keyboard
Speaker
Hard Disk
Which hardware device displays output from the computer?
Mouse
Monitor
Microphone
Scanner
Which of the following is an example of Operating system software.
Excel
Photoshop
Call of Duty
Android
What is the smallest unit of data in a computer?
Bit
Kilobyte
Byte
Megabyte
How do computers represent all data internally?
Using decimal numbers (0-9)
Using binary code (0s and 1s)
Using letters (A-Z)
Using colors
How many bits are in one byte?
8
16
4
2
