LocoRobo Lesson 11

LocoRobo Lesson 11

6th - 12th Grade

18 Qs

quiz-placeholder

Similar activities

Python

Python

8th Grade

20 Qs

Python KS3

Python KS3

8th Grade

17 Qs

KS4 - Python Turtle

KS4 - Python Turtle

9th - 11th Grade

15 Qs

TechSmart Unit 1 Vocabulary Text

TechSmart Unit 1 Vocabulary Text

9th - 11th Grade

14 Qs

Quiz UTS Pemrograman Dasar C++

Quiz UTS Pemrograman Dasar C++

10th Grade

20 Qs

Elements, Paths, and Entities

Elements, Paths, and Entities

9th - 12th Grade

15 Qs

Python Year 9 Quiz

Python Year 9 Quiz

8th - 10th Grade

19 Qs

Java Basics

Java Basics

12th Grade

17 Qs

LocoRobo Lesson 11

LocoRobo Lesson 11

Assessment

Quiz

Computers

6th - 12th Grade

Hard

Used 64+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two types of comments in Python?

Inline and block

# and //

< and #

code and non-code

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Inline comments begin with a

#

//

'''

(

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Block comments begin with a

'''

//

#

(

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following shows an inline comment?

#Hello

'''Hello'''

'''Hello

(Hello)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following shows a block comment?

#Comment

'''Comment'''

'''Comment

(Comment)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variables are used to

store values

make comments

correct errors

loop code

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following stores an integer as a variable?

number = 12

number is 12

number = "12"

number is "12"

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?