wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Year 7 Final Computer Science Revision

Total questions: 40

Worksheet time: 25mins

Name
Class
Date
1.
Denary is numbers humans use in every day life
a)
True 
b)
False
2.
Binary uses 1’s & 0’s to represent data
a)
True
b)
False
3.
Convert 128 to binary
a)
10000000
b)
01111110
c)
10000001
d)
11001100
4.

Which of these are the correct place values for binary?

a)

128,64,32,16,8,4,2,1

b)

128, 68,34,12,6,4,2,1

c)

1,0

d)

0,1

5.
Computers can only understand 0s and 1s.
a)
True
b)
False
6.

What is a web browser?

a)

Something a spider uses to catch their prey.

b)

The hardware that lets you search.

c)

The app or software you use to access web pages.

d)

Only found on computers.

7.

What is the Uniform Resource Locator (url)?

a)

A website address.

b)

How you print.

c)

A program for the computer.

d)

Only on chromebooks.

8.

What is HyperText Markup Language (HTML)?

a)

A language used to print information.

b)

A language only hackers use to take over desktop computers and chromebooks only.

c)

A language used to tell a web browser how to make a page look.

d)

The language used to communicate between web browsers and computers.

9.

The _______ is a network of networks that links billions of devices around the globe.

a)

WIFI

b)

IP Address

c)

DNS

d)

Internet

10.

A devices unique address is called it's....

a)

DNS

b)

Domain Name

c)

IP Address

d)

ISP

11.

Select all the INPUT devices...

a)

Mouse

b)

Microphone

c)

Printer

d)

Monitor

e)

Keyboard

12.

Select all the OUTPUT devices...

a)

Mouse

b)

Microphone

c)

Printer

d)

Monitor

e)

Speakers

13.

Hardware is...

a)

any part of the computer you can physically touch

b)

Any part of the computer you cannot touch

14.

The computer's short term memory is...

a)

RAM

b)

Hard Disk

15.

The part known as the 'brains' of the computer is the...

a)

Hard Disk

b)

Motherboard

c)

CPU

d)

Hard Disk

16.

Which is not a type of software?

a)

Operating System

b)

Utility Software

c)

Administration Software

d)

Application Software

17.

Software that is designed for end users (us!). This software allows us to get things done on a computer, this includes applications like: Microsoft PowerPoint, Google Chrome and Minecraft.

a)

Operating System

b)

Utility Software

c)

Application Software

18.

Which statement best describes the Hard Disk?

a)

The short term memory for the computer. It holds all of your apps while you are using them

b)

The Brains of the computer. It processes all of the instructions and data.

c)

The long term memory for the computer. It stores all of your files, apps and data, even when the computer is off.

d)

The part of the computer that everything else plugs into. Allows the components to communicate with each other.

19.

What is the name of the character set currently used by computers?

a)

ASCII

b)

Unicode

20.

What is the smallest part of an image called?

a)

Colour

b)

Dot

c)

Pixel

d)

Block

21.

Which of these packages is a "spreadsheet"?

a)

Word

b)

Excel

c)

Powerpoint

d)

Access

22.

Should you meet somebody you have met on-line without telling your parents?

a)

Yes

b)

No

c)

It depends how long you have been talking

23.

What is a “computer virus”?

a)

Software that can damage your files or computer

b)

When your laptop gets spots

c)

A video which is very popular on YouTube

24.

What shape will this program draw?

a)

Circle

b)

Triangle

c)

Square

d)

Hexagon

25.

A list of steps to complete a task

a)

Algorithm

b)

Program

c)

CPU

d)

Hardware

26.
What is a primary key?
a)
A row in a database
b)
A column in a database
c)
A raw figure
d)
A unique field
27.
What is a field?
a)
A row in a database
b)
A column in a database
c)
A raw figure
d)
A unique field
28.
What is a record?
a)
A row in a database
b)
A column in a database
c)
A raw figure
d)
A unique field
29.
Which type of lists or data sets are linear searching algorithms used for?
a)
Unsorted lists or data sets
b)
Sorted lists or data sets
30.
A linear search is to be performed on the list:
12   6   8  1  3
How many comparisons would it take to find number 1?
a)
1
b)
2
c)
3
d)
4
31.
Describe an advantage of a linear search algorithm
a)
Data does not need to be in order.
b)
Performs well over large ordered lists.
c)
Can only work on an ordered list.  If unordered must use a linear search.
d)
Slow with large data sets.
32.

Which of the following are the main programming concepts used in Scratch? (and other programming languages)

a)

ITERATION/SPRITES/SELECTION

b)

SPRITES/SELECTION/SEQUENCING

c)

SEQUENCING/SELECTION/ITERATION

d)

SEQUENCING/SPRITES/ITERATION

33.

What programming concept is shown in this image?

a)

SEQUENCING

b)

SELECTION

c)

ITERATION

34.

A bitmap image is made up of

a)

Pixels

b)

Colours

c)

Sounds

d)

Samples

35.
Software used to view pages on the WWW?
a)
Web Browser
b)
Search Engine
c)
Web Page Editor
d)
Web App
36.
https://facebook.com is an example of a..?
a)
URL
b)
HTML
c)
Protocol
d)
IP Address
37.
Which is not a wired method of connecting to the internet?
a)
Dial-up
b)
ADSL
c)
Cable
d)
HTTPS
38.

An integer is a ...

a)

a positive or negative whole number

b)

a fraction

c)

an operation

d)

the answer to a division problem

39.

Other variables that store a whole number are...

a)

variable

b)

integer

c)

string

40.
We can show the sequence of steps in an algorithm in a structural diagram called a flow chart.
a)
True
b)
False