NEW Coding 2 Performance Final

NEW Coding 2 Performance Final

6th - 8th Grade

25 Qs

quiz-placeholder

Similar activities

For vs While

For vs While

8th - 10th Grade

20 Qs

python - tallulah

python - tallulah

7th - 9th Grade

20 Qs

Python Quiz

Python Quiz

8th Grade

20 Qs

Yr7 Python Revision

Yr7 Python Revision

7th Grade

21 Qs

Python outputs

Python outputs

7th - 11th Grade

20 Qs

Python Basics

Python Basics

8th - 12th Grade

23 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

python (coding)

python (coding)

3rd - 6th Grade

20 Qs

NEW Coding 2 Performance Final

NEW Coding 2 Performance Final

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Heather Coombs

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

What is a correct syntax to output "Hello World" in Python?
echo("Hello World");
print "Hello World"
print("Hello World")
PRINT("Hello World)

2.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Which is NOT a legal variable name?
my_var2
Myvar
myVar1
2Var

3.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Which of the following is a float?
"Legacy"
3.14
-32
314

4.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Which of the following is NOT a string?
"Legacy"
"3.14"
9%3
str(a+b)

5.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

What value would the following operation return: x=12%4
x=3
x=3.0
x=0
Syntax Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

In Python, "Hello" is the same as 'Hello'.
True
False

7.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

In Python, which symbol is used to multiply numbers?
X
*
/
%
#

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?