wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

What do I know from Year 9 Computer Science

Total questions: 72

Worksheet time: 36mins

Name
Class
Date
1.

When we put something in to a computer this is known as what?

a)

Input

b)

Output

c)

Process

2.

When we take something out of a computer this is known as what?

a)

Input

b)

Output

c)

Process

3.

When something has been calculated within a computer system is is said to have been what?

a)

Processed

b)

Deleted

c)

Stored

4.

Something which you can physically touch on a computer system is called what?

a)

Hardware

b)

Software

5.

Something which is a program or app on a computer system is known as what?

a)

Hardware

b)

Software

6.

What type of device is a keyboard?

a)

Input

b)

Output

7.

What type of device is a mouse?

a)

Input

b)

Output

8.

What type of device is a scanner?

a)

Input

b)

Output

9.

What type of device is a digital camera?

a)

Input

b)

Output

10.

What type of device is a web cam?

a)

Input

b)

Output

11.

What type of device is a printer?

a)

Input

b)

Output

12.

What type of device is a monitor?

a)

Input

b)

Output

13.

What type of device is a speaker?

a)

Input

b)

Output

14.

What type of device is used to save things to a computer system?

a)

Input

b)

Output

c)

Storage

15.

Which of the following is a sensor?

a)

Pressure

b)

Monitor

c)

Graphics Tablet

16.

Which of the following components is similar to the human heart?

a)

Power supply

b)

Case

c)

Ram

17.

Which of the following components is similar to the human skeleton?

a)

CPU

b)

Motherboard

c)

Rom

18.

Which of the following is short term storage?

a)

RAM

b)

Hard disk drive

19.

Which of the following is long term storage?

a)

RAM

b)

Hard disk drive

20.

What does BIOS stand for?

a)

Basic input output system

b)

Basic input output service

21.

What is the purpose of the CPU?

a)

Boot up the computer

b)

Process instructions stored in main memory

22.

Which common peripheral is used to take photographs?

a)

Camera

b)

Keyboard

23.

Which common peripheral is used to type letters?

a)

Scanner

b)

Keyboard

24.

Which common peripheral is used to sing songs?

a)

Microphone

b)

Speakers

25.

Which common peripheral is used to display text and images?

a)

Mouse

b)

Monitor

26.

Which common peripheral is used to put a photo into a computer?

a)

Scanner

b)

Keyboard

27.

Software where you have the source code is known as what?

a)

Open source

b)

Proprietary

28.

Software where you generally have a licence is called what?

a)

Open source

b)

Proprietary

29.

Which of the following is not an operating system?

a)

IOS

b)

Windows 10

c)

Microsoft Word

30.

Why are operating systems needed?

a)

To allow interaction between the user and the device

b)

To perform a specific tasks such as typing letters

31.

An operating system is an example of applications software

a)

True

b)

False

32.

An operating system managing printers and webcams is know as what?

a)

Peripheral management

b)

User interface

33.

An operating system with voice activation and a wimp environment is know as?

a)

User interface

b)

Memory managment

34.

Disk fragmentation and encryption are examples of what?

a)

Hardware

b)

Software

35.

A device driver allows what?

a)

Communication between an operating system and installed peripherals

b)

The deletion of files from a usb pen drive

36.

What does cpu stand for?

a)

Computer processing unit

b)

Central processing unit

37.

Microsoft Excel is an example of?

a)

System software

b)

Application software

38.

Linux is an example of?

a)

System software

b)

Application software

39.

Python is an example of?

a)

System software

b)

Application software

40.

Which type of utility software is anti-spyware?

a)

Security

b)

Maintenance

41.

Which type of utility software is formatting?

a)

Security

b)

Maintenance

42.

Which type of utility software is system clean up?

a)

Security

b)

Maintenance

43.

Which type of software is Fireworks?

a)

Image processing

b)

Word processing

44.

Which type of software is Microsoft Word?

a)

Spreadsheet

b)

Word processing

45.

Which type of software is Microsoft Excel?

a)

Spreadsheet

b)

Animation

46.

Which type of software is Google Chrome?

a)

Web browser

b)

IDE

47.

Which type of software is Python?

a)

Database

b)

IDE

48.

Which type of software is Microsoft Access?

a)

Database

b)

Spreadsheet

49.

Which type of software is Microsoft PowerPoint?

a)

Presentation

b)

IDE

50.

Which logic gate has a triangle and circle on it?

a)

AND

b)

NOT

c)

OR

51.

Which logic gate has what looks like the letter D on it?

a)

AND

b)

NOT

c)

OR

52.

In a NOT gate what is the output if 1 is the input?

a)

1

b)

0

53.

In an AND gate what is the output if the two inputs are 1 and 0?

a)

1

b)

0

54.

In an OR gate what is the output if the two inputs are 1 and 0?

a)

1

b)

0

55.

What does == mean?

a)

Equal to

b)

Not equal to

c)

Less than

d)

Greater than

56.

What does > mean?

a)

Equal to

b)

Not equal to

c)

Less than

d)

Greater than

57.

What does MOD mean?

a)

Remainder

b)

Integer division

58.

What is a value in the computers memory which can change while the program is running called?

a)

Variable

b)

Constant

59.

AND, NOT and OR are examples of which type of operator?

a)

Boolean

b)

Arithmetic

60.

Which word in Python would we use to capture user information?

a)

input

b)

print

61.

Which word in Python would we use to output user information?

a)

input

b)

print

62.

Which data type would "Mr Miller" be?

a)

String

b)

Real

c)

Boolean

d)

Integer

63.

Which data type would 19 be?

a)

String

b)

Real

c)

Boolean

d)

Integer

64.

Which data type would 14.7 be?

a)

String

b)

Real

c)

Boolean

d)

Integer

65.

Which data type would FALSE be?

a)

String

b)

Real

c)

Boolean

d)

Integer

66.

Which would the following be classed as?


Names = ["John","Paul","Barry"]

a)

Array

b)

File

67.

Programs which run one line after make use of what?

a)

Sequence

b)

Selection

c)

Iteration

68.

Programs which branch out based on a condition make use of what?

a)

Sequence

b)

Selection

c)

Iteration

69.

Programs which loop and repeat code make use of what?

a)

Sequence

b)

Selection

c)

Iteration

70.

An error in the grammar of the language in Python is called what?

a)

Syntax error

b)

Logic error

71.

Programs which run but do not output what they intend to do have what type of errors?

a)

Syntax error

b)

Logic error

72.

In Python programs which have red writing starting with a # symbol make use of what?

a)

Comments

b)

Instructions