Python Beginner

Python Beginner

Assessment

Flashcard

Computers

6th - 12th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

30 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 is the name of the programming language we are learning?

Back

Python

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 morning Dave

7.

FLASHCARD QUESTION

Front

When you have an error in your code what is the term to summarise finding and fixing that error?

Back

Debugging

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?