wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

10 Computer End of Term Assessment

Total questions: 100

Worksheet time: 1hrs 14mins

Name
Class
Date
1.

Javascript can be used to make drawings and animations.

a)

true

b)

false

2.
What type of quotation marks does JavaScript require?
a)
Single quotes (aka apostrophes)
b)
Double quotes
c)
Either single quotes or double quotes
d)
Neither single quotes or double quotes
3.
A piece of code that combines commands and that you can easily call over and over again.
a)
A function
b)
A variable
c)
A loop
d)
A parameter
4.
Javascript
a)
A symbol or word that stores specific values within a program.
b)
A set of steps for a computer program to accomplish a task.
c)
A computer programming language that operates in any browser.
d)
Pulling out specific differences to make one solution work for multiple problems.
5.
What command draws a rectangle?
a)
rec (10, 20, 100, 200);
b)
rect (10, 20, 100, 200)
c)
rect (10, 20, 100, 200);
d)
ellipse (10, 20, 40, 40)
6.
Which command colors the background of your canvas?
a)
background 
b)
endShape
c)
var = color
d)
fill
7.
What command removes the outlines from shapes?
a)
noOutline ();
b)
noColor();
c)
noBorder();
d)
noStroke ();
8.
What command draws a perfect circle?
a)
ellipse (80, 60, 100, 105);
b)
ellipse(80, 60, 100, 100);
c)
circle (80, 60, 80, 60):
d)
ellipse (80, 60, 105, 100);
9.
What command colors a shape?
a)
color (43, 255, 0);
b)
bucket (43, 255, 0);
c)
fill (43, 255, 0);
d)
bucket (43, 255, 0);
10.
What command draws a line?
a)
stroke (200, 220, 275, 220);
b)
line (200, 220, 275, 220);
c)
horizontal (200, 220,  60, 75);
d)
pencil (200, 220, 275, 220);
11.
What is at the end of a line of code?
a)
#
b)
;
c)
)
d)
>
12.

The "stroke" command means

a)

color inside shape

b)

color outside shape

c)

color of blocks

d)

border

13.

What does the "fill" command do

a)

put letters in the shape

b)

put pictures in the shape

c)

put color in the shape

d)

put code in the shape

14.
Any code that is within the following draw function:
draw = function(){
......
}
a)
Will be performed twice
b)
Will not be performed
c)
Will be performed once
d)
Will be repeated over and over again
15.
The following code will:
x++;
a)
Add 1 to the previous value of x
b)
Add 1 to the previous value of y
c)
Subtract 1 from the previous value of x
d)
Give an error message
16.
A variable is used to:
a)
Store a value in memory
b)
Draw a circle
c)
Store a value that does not change
d)
Draw a rectangle
17.
In a programming language, __________ are used to store data values.
a)
tags
b)
codes
c)
files
d)
variables
18.
JavaScript uses the _______ keyword to define variables.
a)
vrb
b)
var
c)
vari
d)
va
19.

Which command is written correctly?

a)

Move

b)

move

c)

Move();

d)

move();

20.

Which command is written incorrectly?

a)

putBall();

b)

putball();

c)

turnLeft();

d)

takeBall();

21.

Code should NOT read like english.

a)

True

b)

False

22.

What is the name of this function?

a)

function

b)

spin()

c)

3 turnLeft();

d)

spin();

23.
Programming languages give computers instructions
a)
True
b)
False
24.
An instruction for the computer. Many of these put together make up algorithms and computer programs. 
a)
Code
b)
Plan
c)
Program
d)
Command
25.
 A field or job in which people use the power of computers to solve big problems. 
a)
Coding
b)
Computer Science
c)
Computer Applications
d)
Keyboarding
26.

What is missing from the line of code?


rect (100, 234, 24, 65)

a)

a period

b)

the semi-colon ;

c)

nothing, it looks great!

d)

the rest of the word rectangle

27.

What do we call a piece of code that STORES information to be used later on in the program?

a)

variable

b)

random number

c)

ellipse

d)

storage

28.

Look at the line of code. What does the number 173 represent?

a)

the x coordinate of the circle

b)

the width of the circle

c)

the y coordinate of the circle

d)

the height of the circle

29.

Why do programmers use the //Comment line of code?

a)

to tell the computer what to say

b)

to keep their program organized

c)

to tell the user to input information

d)

to add text to their program

30.

What line of code creates a yellow outline around the circle?

a)

fill("yellow");

b)

noStroke("yellow");

c)

background ("yellow");

d)

stroke("yellow");

31.

Look at the image. What line of code made the entire screen appear blue?

a)

background ("blue");

b)

fill ("blue");

c)

rect ("blue");

d)

color ("blue");

32.

The 3 parameters used for coloring in JavaScript use what abbreviations?

a)

R, G, B

b)

C, Y, M, K

c)

A, B, C

d)

X, Y, Z

e)

C, Y, M

33.

In the following image, which code most likely corresponds to where the arrow is pointed at?

a)

StrokeWeight (33);

b)

Ellipse (25,100,66);

c)

line(9,3,100);

d)

Square(200,50,100);

e)

fill (255,0,0);

34.
In JavaScript, you should include a semi-colon at the end of each statement.
a)
yes
b)
no
35.

Which command is written correctly?

a)

Move

b)

move

c)

Move();

d)

move();

36.

Color is defined by these three colors

a)

Red, purple, orange

b)

Red, Blue, Green

c)

Green, Blue, Orange

37.
What surrounds a string?
a)
Quotations
b)
Curly Brackets
c)
Parenthesis
d)
Square Brackets
38.

The command: ellipse( 200,100, 20, 20) will draw:

a)

an ellipse that is 100 pixels wide and 100 pixels high

b)

a circle whose center is 200 pixels across and 100 pixels down

c)

a rectangle that is 200 pixels by 100 pixels wide

d)

a rectangle that is 200 pixels by 100 pixels wide

39.

Which variable is named incorrectly?

a)

4sides

b)

sides_four

c)

sides4

d)

sidesFour

40.
What does a computer allow you to do?
a)
Type documents and send email
b)
Browse the Internet
c)
Store and retrieve data
d)
All of the above
41.
An example of computer hardware is...
a)
Web Browser
b)
Keyboard
c)
App
d)
Operating System
42.
The physical parts of the computer are called _______.
a)
software
b)
hardware
c)
computer parts
d)
computer case
43.
What does PC stand for?
a)
Personal Computer
b)
Problem Computer
c)
People Creator
d)
Personal Component
44.
Name the computer hardware shown.
a)
Printer
b)
Mouse
c)
Monitor
d)
Speakers
45.
Name the computer hardware shown.
a)
Keyboard
b)
Cables
c)
Printer
d)
USB Flash Drive
46.
Name the computer hardware shown.
a)
CPU and Internal Hard Drive
b)
Mouse
c)
Monitor
d)
Speakers
47.
Use this key to type in all capital letters.
a)
shift
b)
space bar
c)
caps lock
d)
tab
48.
What is a computer?
a)
A piece of technology
b)
A device that manipulates information or data
c)
A machine that is intelligent 
d)
A device that sees information and collects data for you
49.
This is a ___________.
a)
keyboard
b)
monitor
c)
headphone
d)
scanner
50.
This is the ___________.
a)
keyboard
b)
monitor
c)
headphone
d)
speaker
51.
This is the________.
a)
keyboard
b)
monitor
c)
mouse
d)
computer
52.
This is the ________.
a)
keyboard
b)
monitor
c)
computer
d)
scanner
53.
This is a ___________.
a)
keyboard
b)
digital camera
c)
scanner
d)
speaker
54.
This is a _______.
a)
microphone
b)
keyboard
c)
digital camera
d)
scanner
55.
This is the _________.
a)
keyboard
b)
scanner
c)
printer
d)
computer
56.

What am I?

a)

USB Cable

b)

HDMI Cable

c)

Internet Cable

d)

Power Cable

57.

Which definition matches the picture below?

a)

an instrument for changing sound waves into electrical energy varieties which can then be made louder, transferred, or recorded

b)

an output device that shows information in picture form

c)

a device that sends data to the right parts of the computer network

d)

an output device used with computer systems that amplify sound

58.

Match the picture with the given definition below.

a)

an input device operated by rolling its ball across a flat surface

b)

connects the computer to the monitor

c)

a type of optical storage device

d)

an output device that produces a hard copy

59.

What definition goes with the picture?

a)

a pair of earphones joined by a band placed over the head for listening to audio such as music

b)

an optical disc drive that scans and writes down all standard CD and DVD setups

c)

an input device operated by rolling its ball across a flat surface

d)

an output hardware device that connects to a computer to generate sound.

60.

Question 1,2,3, or 4? which question matches the picture?

a)

the software that supports a computer's basic functions

b)

a device that forwards data packets along networks.

c)

an input device that allows a person to enter letters, numbers, or other symbols

d)

an optical medium that can store digital data

61.

Look at the answers given and select the correct answer that goes with the picture.

a)

a pair of earphones joined by a band placed over the head, for listening to audio signals such as music or speech.

b)

an input device operated by rolling its ball across a flat surface

c)

an output device that shows information in picture form

d)

an output device that produces a hard copy

62.

Choose the correct definition for the Router.

a)

a computer that is portable and suitable for use while traveling.

b)

the software that supports a computer's basic functions

c)

a computer that is suitable for any regular desk

d)

a device that forwards data packets along networks.

63.

Which definition is the right one for the picture?

a)

a computer that is portable and suitable for use while traveling.

b)

a device that captures pictures from photographic prints, posters, magazine pages, and similar sources for computer editing and display.

c)

an input device that allows a person to enter letters, numbers, or other symbols

d)

an input device operated by rolling its ball across a flat surface

64.

Which is the correct definition?

a)

a device that captures pictures from photographic prints, posters, magazine pages, and similar sources for computer editing and display

b)

a network cable used with wired networks that can connect devices to a local network

c)

an optical disc drive that scans and writes down all standard CD and DVD setups

d)

the memory or information storage in a computer that is used to store running programs and data for the programs.

65.

A monitor is a ____________ device.

a)

Input

b)

processing

c)

output

d)

communication

e)

storage

66.

In the communication stage, computers __________ to one another.

a)

store information

b)

talk

c)

relate

67.

The information processing cycle is a processes that turns data into (a)   .

68.

Tick all that are apart of the information processing cycle...

a)

input

b)

onput

c)

output

d)

storage

69.

Tick all of the input devices...

a)

touch screen

b)

joystick

c)

mouse

d)

printer

70.

To place information on a flash drive for future use is engaging what stage of the IPC?

a)

output

b)

communication

c)

storage

d)

processing

71.

The (a)   stage would have hardware that includes a memory card or processor.

72.

What device would be used in the storage stage?

a)

speakers

b)

routers

c)

monitors

d)

flash drive

73.

What microphone is a(n) (a)   device.

74.

Raw form of facts and figures is called

a)

Information

b)

Data

c)

Collection

d)

Output

75.

Which of the following is an INPUT device?

a)

Printer

b)

Keyboard

c)

Headphones

d)

Speakers

76.

Which of the following is an OUTPUT device?

a)

Printer

b)

Keyboard

c)

Mouse

d)

Scanner

77.

Hardware is something you can physically see and touch.

a)

True

b)

False

78.
Printer, Monitor, Speakers and Headphones are which type of devices?
a)
Input
b)
Output
c)
Software
d)
Hardware
79.
Keyboard, Mouse, Scanner, Microphone are what types of devices?
a)
INPUT
b)
HARDWARE
c)
OUTPUT
d)
SOFTWARE
80.

The manipulation of data to obtain information is called:

a)

input

b)

output

c)

processing

d)

storage

81.
An organization that provides services for accessing, using, or participating in the Internet.  They may be organized in various forms, such as commercial, community-owned, non-profit or otherwise privately owned.
a)
Service Lines
b)
Digital Subscriber Providers
c)
Client Server Providers
d)
Internet Service Providers
82.
Q1: What type of Software is needed to control the computer’s hardware? (1-3)
a)
Programming Software
b)
Systems Software
c)
Application Software
d)
Bespoke Software
83.
Which of these is not data?
a)
Words
b)
Numbers
c)
Shoes
d)
Dates
84.
Information is gained from data
a)
True
b)
It depends
c)
False
d)
Sometimes
85.

In order to be valuable, information should be all of the following except

a)

accurate

b)

organized

c)

useful

d)

expensive

86.

You can use this kind of software to type tasks

a)

Word processing

b)

Database

c)

Presentation

d)

Spreadsheet

87.

Software is made up of _______ and ______ software.

a)

Internal and external

b)

Application and system

c)

Operating and utility

88.

It is a program that acts as an interface between the user and the computer hardware and controls the execution of all kinds of programs.

a)

Utility Software

b)

Device Driver

c)

Programming Software

d)

Operating System

89.

Operating system is ______ software

a)

application software

b)

system software

c)

utility software

90.

__________ software detects, and removes the virus.

a)

cleanup

b)

backup

c)

antivirus

91.

WHAT IS APPLICATION SOFTWARE?

a)

THAT ALLOWS A USER TO PERFORM MAINTENANCE TYPE TASKS

b)

ARE ALL PROGRAMS THAT PERFORM SPECIFIC TASKS FOR USERS.

c)

INCLUDES EVERY COMPUTER RELATED OBJECTS THAT YOU CAN PHYSICALLY TOUCH AND HANDLE LIKE DISKS

92.

Software are of two types

a)

Input and output

b)

System software and Application software

c)

Application software and operating system

d)

Utility software and Language processor

93.

Which are the disadvantages of the internet?

(Check all that apply.)

a)

Receiving unwanted emails which is called Spam.

b)

Being able to communicate with friends and relatives.

c)

Someone sending a virus to your computer.

d)

Being able to use the internet for research

e)

Your private information has a risk of being stolen.

94.

This is a network opened to all.

a)

extranet

b)

internet

c)

intranet

95.

Which of the following can you do on the internet?

a)

Online shopping

b)

Send emails

c)

Make a video call

d)

All of the above.

96.

What is a web browser?

a)

A website

b)

Google

c)

Software

d)

A link

97.

Which of the following is NOT a web browser.

a)

Clever

b)

Safari

c)

Firefox

d)

Chrome

98.

What am I?

a)

Desktop PC

b)

Smart phone

c)

Laptop

d)

Mainframe computer/server

99.
This computer is used by touching with your finger
a)
laptop
b)
tablet
c)
desktop
d)
mainframe
100.
Which one of these is the most expensive
a)
desktop
b)
laptop
c)
supercomputer
d)
mainframe