Python - Printing, Variables and Syntax

Python - Printing, Variables and Syntax

8th Grade

10 Qs

quiz-placeholder

Similar activities

Variables and Functions

Variables and Functions

KG - University

10 Qs

Python

Python

7th - 8th Grade

12 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Operadores Matemáticos en JavaScript

Operadores Matemáticos en JavaScript

8th Grade

10 Qs

Java Printing Quiz

Java Printing Quiz

8th Grade

11 Qs

Basic Python Print statement and variable ceations

Basic Python Print statement and variable ceations

7th - 12th Grade

15 Qs

Python Ch 1

Python Ch 1

5th Grade - University

10 Qs

CSS Rules Quiz-unit 4 CodeHS

CSS Rules Quiz-unit 4 CodeHS

7th Grade - University

7 Qs

Python - Printing, Variables and Syntax

Python - Printing, Variables and Syntax

Assessment

Quiz

Computers

8th Grade

Medium

Created by

J Sharp

Used 213+ 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?