NEW
Font size
WorksheetsInputs and outputs
Total questions: 10
Worksheet time: 3mins
What do we mean by input?
Giving a computer information
Processing information with a computer
Getting information from a computer
Displaying information on a computer
Which of the following is an example of input?
Typing on a keyboard
Printing a document
Viewing a video
Listening to music
What is meant by output in computer science
Processing information with a computer
Giving information to a computer
Getting information from a computer
Typing information into a keyboard
What command is used for input
input
concatenation
variable
What do we use to add a variable to text
input
concatenation
string
What is a variable?
What we use to output information
What we use to process information
What we use to make new information
What we use to store information
which is a valid line of code?
print "hello world")
print("hello world")
print("hello world)
Print("hello world")
which is a valid line of code
answer = input("what is your name?")
answer = imput("what is your name?")
answer = Input("what is your name?")
answer == input("what is your name?")
Which command is used to receive input from a user?
store
display
input
output
which symbol is used for concatenation (adding variables to pieces of text or each other)?
*
/
-
+
