wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

FISO REVIEW QUESTIONS GRADE 5 PART B

Total questions: 20

Worksheet time: 15mins

Name
Class
Date
1.

Which part of the computer is responsible for interpreting and executing instructions?

a)

RAM

RAM

b)

CPU

CPU

c)

Monitor

Monitor

d)

Hard Disk

Hard Disk

2.

Which generation of computers first used integrated circuits (ICs)?

a)

First

b)

Second

c)

Third

d)

Fourth

3.

Which of the following is NOT an example of an output device?

a)

Printer

b)

Headphones

c)

Monitor

d)

Keyboard

4.

In MS Word, which feature allows you to organize information using rows and columns?

a)

Shapes

b)

Page Layout

c)

Tables

d)

Styles

5.

Which feature in PowerPoint allows you to control how one slide changes into the next?

a)

Animations

b)

Transitions

c)

Themes

d)

Layouts

6.

In Excel, which of the following is a correct formula?

a)

A. SUM(A1+A2)

b)

B. =A1+A2

c)

C. A1+A2=

d)

C. A1+A2=

7.

Which flowchart symbol represents the START or END of a program?

a)

Rectangle

b)

Diamond

c)

Oval

d)

Parallelogram

8.

A decision in a flowchart must always have:

a)

One outcome

b)

Two possible paths

c)

A loop

d)

A rectangle next to it

9.

In Windows OS, the bar at the bottom of the screen containing pinned apps and open windows is called:

a)

File Bar

b)

Start Menu

c)

Taskbar

d)

Control Panel

10.

Which of the following is an example of system software?

a)

Microsoft Word

b)

Windows OS

c)

Paint

d)

Calculator

11.

Which QBasic command is used to take input from the user?

a)

INPUT

b)

PRINT

c)

LET

d)

RUN

12.

What is the output of the following QBasic code? PRINT 8+2*3

a)

30

b)

18

c)

14

d)

32

13.

Which type of memory is erased when the computer is turned off?

a)

ROM

b)

Hard Disk

c)

RAM

d)

SSD

14.

Which device is BEST for transferring files between computers?

a)

Keyboard

b)

Scanner

c)

Flash Drive

d)

Webcam

15.

Which of the following is TRUE about secondary storage?

a)

It is temporary

b)

It is used to store data permanently

c)

It controls system operations

d)

It processes data

16.

What does the formula =AVERAGE(A1:A5) do in Excel?

a)

Adds the numbers in A1 to A5

b)

Finds the largest value

c)

Finds the average of the numbers in A1 to A5

d)

Counts the number of cells

17.

Which file extension belongs to a PowerPoint presentation?

a)

.docx

b)

.pptx

c)

.xlsx

d)

.pdf

18.

In flowcharting, the parallelogram is used for:

a)

Processing

b)

Input/Output

c)

Decision making

d)

Start/End

19.

Which component stores the BIOS and is required to boot the computer?

a)

RAM

b)

ROM

c)

SSD

d)

GPU

20.

Which QBasic statement correctly assigns a value to a variable?

a)

LET A EQUALS 10

b)

A = 10

c)

A == 10

d)

INPUT A = 10