HN Python Y8

HN Python Y8

6th - 9th Grade

39 Qs

quiz-placeholder

Similar activities

Input, Processing, Output

Input, Processing, Output

9th - 12th Grade

44 Qs

Project STEM 2.1-2.2

Project STEM 2.1-2.2

9th - 12th Grade

40 Qs

Wrap Up in CS

Wrap Up in CS

7th - 8th Grade

35 Qs

python assessment

python assessment

8th - 9th Grade

35 Qs

Ch-5

Ch-5

8th Grade

40 Qs

9th Grade - IT Programming - 2nd Cycle Exam

9th Grade - IT Programming - 2nd Cycle Exam

9th Grade - University

40 Qs

python

python

7th Grade

40 Qs

Python

Python

9th Grade

40 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?