wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

G9 second term test

Total questions: 63

Worksheet time: 32mins

Name
Class
Date
1.

Not a computer type

a)

Desktop

b)

Laptop

c)

Smart Phone

d)

Blender

2.

To permanently store data and instructions on the computer

a)

Input Devices

b)

Output Devices

c)

Storage Devices

d)

Printing Devices

3.

An example is a computer input device

a)

Keyboard

b)

Computer screen

c)

Speaker

d)

Printer

4.

The unit that measures the speed of the processor is

a)

GHz (Gigahertz)

b)

MB (Mega bytes)

c)

GB (Giga Bytes)

d)

Mb (Mega bits)

5.

It is not an exceptional thing to consider when buying a computer

a)

Central Processing Unit

b)

Warranty

c)

Main Memory Capacity

d)

Computer Color

6.

A computer that provides services to a computer network is

a)

Server Computer

b)

All-in-one computer

c)

Desktop Computer

d)

Smart phone

7.

A technical thing to consider when buying a computer

a)

Price

b)

Warranty

c)

Speed

d)

After-sales services

8.

The person who maintains the system and finding & repairing the errors is called as

a)

Software Engineer

b)

Computer Application Assistant

c)

System Analyst

d)

Hardware Technician

9.

Which of the following is called as brain of the computer

a)

Motherboard

b)

CPU

c)

Hard Disk

d)

RAM

10.

Which of the following device function as both input and output device?

a)

Microphone

b)

Touch screen

c)

Monitor

d)

Touchpad

11.

The speed of the processor is measured in Hz. Which of the following is equivalent to 1 GHz

a)

100 MHz

b)

1024 MHz

c)

1000 MHz

d)

100 KHz

12.

Which of the following device cannot be connected through USB Port?

a)

Web camera

b)

External Hard Disk

c)

Mouse

d)

Router

13.

Which of the following can not be considered as a technical specification of a computer?

a)

Computer Price

b)

Monitor Size

c)

Processor Speed

d)

Hard Disk Capacity

14.

Which of the following symbol is not used in to write a formula an electronic spread sheet?

a)

+

b)

*

c)

x

d)

/

15.

Which of the following is an example for web browser?

a)

Google

b)

Google chrome

c)

Bing

d)

Ask

16.

Which of the following is not a non-portable computer?

a)

Server computer

b)

Desktop Computer

c)

All in one computer

d)

Laptop Computer

17.

Microphone is an example for ............ device

a)

Process

b)

Input

c)

Output

d)

Storage

18.

Which of the following is not a processor manufacturing company?

a)

Apple

b)

Intel

c)

Microsoft

d)

AMD

19.

Which of the following is not a type of the monitor?

a)

CRT

b)

USB

c)

LCD

d)

LED

20.

Which of the following is an example for monitor port?

a)

DVI

b)

USB

c)

RJ45

d)

PS/2

21.

Circle two input devices.

a)

Keyboard

CD ROM

b)

Keyboard

Digital camera

c)

Actuator

Digital camera

d)

Linker

Keyboard

22.

Circle two input devices that could be used in a smartphone.

a)

microphone

touchpad

b)

touch screen

speaker

c)

microphone

touch screen

d)

touchpad

speaker

23.
www stands for
a)
world wide web
b)
world wide waver
c)
world wide wonder
d)
world wide wan
24.

What do you call the blank boxes on a spreadsheet?

a)

cell

b)

square

c)

info

d)

spot

25.

The intersection of a row and a column is called a ________.

a)

worksheet

b)

sum

c)

cell

d)

chart

26.

A group of cells is called a ________.

a)

cell range

b)

cell cluster

c)

chart

d)

multicell

27.

_____ are vertical. 

a)

columns

b)

rows

28.

________ are horizontal.

a)

columns

b)

rows

29.

Microsoft Excel is what type of software?

a)

word processing

b)

presentation

c)

spreadsheet

d)

drawing

30.

Which symbol must you use to begin a formula?

a)

+

b)

/

c)

=

d)

*

31.

A gigabyte is __________bytes.

a)

1,073,741,824

b)

2,073,741,824

c)

3,073,741,824

d)

4,073,741,824

32.

A byte is ____bits and is the smallest unit of measure (UOM) used to represent data storage capacity.

a)

2

b)

4

c)

6

d)

8

33.

Choose the correct syntax

a)

=(MIN)

b)

=MIN()

c)

(MIN

34.

What does the AVERAGE function do?

a)

Returns the median number in a set of values

b)

Returns the average number in a set of values

35.

How do you properly specify a range of cells?

a)

B1;B16 (semicolon)

b)

B1-B16(dash)

c)

B1:B16(colon)

d)

B1,B16(comma)

36.

Which function will total a range of cells?

a)

TOTAL

b)

SUM

c)

MIN

d)

AVERAGE

37.

COUNT counts cells which are...

a)

Numbers only

b)

Letters and numbers

38.

A function has 3 parts. Name them in the correct order

a)

Equal Sign, Argument, Function name

b)

Equal sign, Function name, argument

39.

Choose the correct formula for Count.

a)

=count(c3:c39)

b)

=cont(c3:c39)

c)

=count(3:39)

40.

Choose the correct formula for Mode

a)

=mod(c3:c39)

b)

mod(c3:c39)

c)

=mode(c3:c39)

41.

Choose the correct formula for finding the sum.

a)

=sum(c3:c39)

b)

sum(c3:c39)

c)

add(c3:c39)

42.

Choose the correct formula for finding the mean.

a)

average(c3:c39)

b)

=average(c3:c39)

c)

=mean(c3:c39)

d)

mean(c3:c39)

43.

Which symbol is used when the condition of 'Yes' or 'No' arises????

a)

Process Box

b)

Connector

c)

Decision Box

d)

None of these

44.

What is this called

a)

Pseudocode

b)

Algorithm

c)

Flowchart

45.

A (a)   is a pictorial representation of an algorithm

46.
It keep statements that are “stacked” in sequence all starting in the same column.
a)
code
b)
sequence
c)
compile
d)
semantics
47.
This is a group of related data values (called elements) that are grouped together.
a)
Interpreter
b)
Compiler
c)
Array
d)
Coder
48.
___________refers to the process of examining and removing errors from a program's source code.
a)
debug
b)
Compiler
c)
bug
d)
Compiler
49.
This is a location capable of storing temporary data within a program.
a)
Modifier
b)
Declaration
c)
Constant
d)
Variable
50.
A _____________ is a general term used to describe any unexpected problem with hardware or software.
a)
debug
b)
Compiler
c)
bug
d)
interpreter
51.
How many programmable LEDs does the Microbit have?
a)
30
b)
20
c)
25
d)
10
52.
Which device on the back of the Microbit lets you detect movement?
a)
Compass
b)
Bluetooth
c)
RAM
d)
Accelerometer
53.
Which of these is the brain of the Microbit?
a)
RAM
b)
CPU
c)
Accelerometer
d)
Compass
54.
Which of these allows short-range communication?
a)
RAM
b)
Compass
c)
CPU
d)
Bluetooth
55.
What name is given to this programming editor that lets you code the Microbit?
a)
Block editor
b)
Javascript
c)
Python
d)
Java
56.

Identify this part?

a)

LED Grid

b)

I/O Connectors

c)

Processor

d)

USB

57.
a)

Push Button A and B

b)

Compass

c)

BLE Antenna

d)

Battery Connector

58.
a)

Compass

b)

I/O Connectors

c)

LED Grid

d)

Accelerometer

59.
a)

Processor

b)

Compass

c)

Push Button A and B

d)

Battery Connector

60.
a)

BLE Antenna

b)

Processor

c)

LED Grid

d)

Reset

61.
a)

Compass

b)

Processor

c)

Accelerometer

d)

Push Button A and B

62.

Identify this component

a)

Uno Cards

b)

Raspberry Pi

c)

Arduino Duo board

d)

Arduino Uno board

63.

Identify this component

a)

Arduino Uno board

b)

Raspberry Pi

c)

Breadboard / Protoboard

d)

White Plastic Board