wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Inputs and outputs

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

What do we mean by input?

a)

Giving a computer information

b)

Processing information with a computer

c)

Getting information from a computer

d)

Displaying information on a computer

2.

Which of the following is an example of input?

a)

Typing on a keyboard

b)

Printing a document

c)

Viewing a video

d)

Listening to music

3.

What is meant by output in computer science

a)

Processing information with a computer

b)

Giving information to a computer

c)

Getting information from a computer

d)

Typing information into a keyboard

4.

What command is used for input

a)

print

b)

input

c)

concatenation

d)

variable

5.

What do we use to add a variable to text

a)

print

b)

input

c)

concatenation

d)

string

6.

What is a variable?

a)

What we use to output information

b)

What we use to process information

c)

What we use to make new information

d)

What we use to store information

7.

which is a valid line of code?

a)

print "hello world")

b)

print("hello world")

c)

print("hello world)

d)

Print("hello world")

8.

which is a valid line of code

a)

answer = input("what is your name?")

b)

answer = imput("what is your name?")

c)

answer = Input("what is your name?")

d)

answer == input("what is your name?")

9.

Which command is used to receive input from a user?

a)

store

b)

display

c)

input

d)

output

10.

which symbol is used for concatenation (adding variables to pieces of text or each other)?

a)

*

b)

/

c)

-

d)

+