Python - Printing, Variables and Syntax

Python - Printing, Variables and Syntax

8th Grade

10 Qs

quiz-placeholder

Similar activities

Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

Python - Week 1

Python - Week 1

8th - 10th Grade

10 Qs

Python for beginners #1

Python for beginners #1

8th Grade

10 Qs

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Python debug & calculations

Python debug & calculations

8th - 9th Grade

15 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Intro to Python

Intro to Python

8th Grade

10 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python - Printing, Variables and Syntax

Python - Printing, Variables and Syntax

Assessment

Quiz

Computers

8th Grade

Medium

Created by

J Sharp

Used 203+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will the output be of this code?

print"Hello World"

Hello World

"Hello World"

Syntax error

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will the output be of this code?

print("Hello World")

Hello World

"Hello World"

Syntax error

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is syntax?

The words in a language

The rules that must be followed in a language

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Name the variable in this code:

name = "Daffy"

print("Hi", name)

Daffy

Print

Hi

Name

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is a variable?

Someone's name

A stored value

Syntax

Iteration

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How many individual variables are in this code?

name = "Goofy"

age = "21"

holiday = "Disney"

print("Hi", name, "I see you are", age, "would you like to go to" holiday, "?")

1

2

3

4

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is wrong with this code?

name = Daisy

print("Hello", name)

Missing " " on name

Missing ( ) on Daisy

Extra , after Hello

Missing " " on Daisy

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?