NEW
Font size
WorksheetsFISO REVIEW QUESTIONS GRADE 5 PART B
Total questions: 20
Worksheet time: 15mins
Which part of the computer is responsible for interpreting and executing instructions?
RAM
RAM
CPU
CPU
Monitor
Monitor
Hard Disk
Hard Disk
Which generation of computers first used integrated circuits (ICs)?
First
Second
Third
Fourth
Which of the following is NOT an example of an output device?
Printer
Headphones
Monitor
Keyboard
In MS Word, which feature allows you to organize information using rows and columns?
Shapes
Page Layout
Tables
Styles
Which feature in PowerPoint allows you to control how one slide changes into the next?
Animations
Transitions
Themes
Layouts
In Excel, which of the following is a correct formula?
A. SUM(A1+A2)
B. =A1+A2
C. A1+A2=
C. A1+A2=
Which flowchart symbol represents the START or END of a program?
Rectangle
Diamond
Oval
Parallelogram
A decision in a flowchart must always have:
One outcome
Two possible paths
A loop
A rectangle next to it
In Windows OS, the bar at the bottom of the screen containing pinned apps and open windows is called:
File Bar
Start Menu
Taskbar
Control Panel
Which of the following is an example of system software?
Microsoft Word
Windows OS
Paint
Calculator
Which QBasic command is used to take input from the user?
INPUT
LET
RUN
What is the output of the following QBasic code? PRINT 8+2*3
30
18
14
32
Which type of memory is erased when the computer is turned off?
ROM
Hard Disk
RAM
SSD
Which device is BEST for transferring files between computers?
Keyboard
Scanner
Flash Drive
Webcam
Which of the following is TRUE about secondary storage?
It is temporary
It is used to store data permanently
It controls system operations
It processes data
What does the formula =AVERAGE(A1:A5) do in Excel?
Adds the numbers in A1 to A5
Finds the largest value
Finds the average of the numbers in A1 to A5
Counts the number of cells
Which file extension belongs to a PowerPoint presentation?
.docx
.pptx
.xlsx
In flowcharting, the parallelogram is used for:
Processing
Input/Output
Decision making
Start/End
Which component stores the BIOS and is required to boot the computer?
RAM
ROM
SSD
GPU
Which QBasic statement correctly assigns a value to a variable?
LET A EQUALS 10
A = 10
A == 10
INPUT A = 10
