HN Python Y8

HN Python Y8

6th - 9th Grade

39 Qs

quiz-placeholder

Similar activities

LATIHAN PAS TIK K8 SEM1

LATIHAN PAS TIK K8 SEM1

8th Grade

43 Qs

Python Review

Python Review

8th - 12th Grade

35 Qs

End of Year 7 - ICT Assessment

End of Year 7 - ICT Assessment

7th Grade

40 Qs

Python - Lists, Dictionaries and Loops

Python - Lists, Dictionaries and Loops

9th - 12th Grade

40 Qs

Python Programming

Python Programming

5th - 9th Grade

37 Qs

Python

Python

8th - 12th Grade

40 Qs

Python-Unit-Test

Python-Unit-Test

7th Grade

40 Qs

Python Fundamentals Concept Checkup

Python Fundamentals Concept Checkup

9th Grade - University

38 Qs

HN Python Y8

HN Python Y8

Assessment

Quiz

Computers

6th - 9th Grade

Medium

CCSS
L.2.2C

Standards-aligned

Created by

SMA Computing

Used 3+ times

FREE Resource

39 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?

print("Hello world! Hello world!")

Hello world! Hello world!

Hello world!

Hello world!

SyntaxError

Hello world!

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is syntax?
Syntax is the word used to describe an error
Syntax is the rules of the programming language
It is used to read information
It is used to output information 

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print(Hello world!)
Hello world!
SyntaxError
Hello world
print(Hello world!)

Tags

CCSS.L.2.2C

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the term 'debug' mean?
Identify errors and fix them.
Making a calculation
A set of instructions
Looking at code

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Joining elements together to make a string is called what?
Combining
Connecting
Concatenation
Stringing

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print("Hello world!")
SyntaxError
Hello world!
"Hello world!"
print(Hello world!)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print("12"*3)
What would this print?
36
121212
24
12*3

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?