Python - Input, Output and Variables

Python - Input, Output and Variables

Assessment

Flashcard

Computers

10th - 11th Grade

Hard

Created by

C Payne

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the word (command) used to display numbers and text on the screen?

Back

print

2.

FLASHCARD QUESTION

Front

What is a variable?

Back

A box(memory location) where you store values

3.

FLASHCARD QUESTION

Front

What symbol is used in python to assign values to a variable?

Back

equals =

4.

FLASHCARD QUESTION

Front

What does a syntax error mean in coding?

Back

A syntax error means your code has a 'grammar' mistake or you used symbols/operations incorrectly.

5.

FLASHCARD QUESTION

Front

What will be the output?
name = 'Dave'
print (name)

Back

Dave

6.

FLASHCARD QUESTION

Front

What will be the output?
name = 'Dave'
greeting = "Good morning" + name
print (greeting)

Back

Good moning 'Dave'

7.

FLASHCARD QUESTION

Front

What is the term for finding and fixing an error in your code?

Back

Debugging

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?