រំឮកមេរៀនPython

រំឮកមេរៀនPython

11th Grade

45 Qs

quiz-placeholder

Similar activities

GCSE Python Legends

GCSE Python Legends

1st - 12th Grade

45 Qs

python set 3

python set 3

9th - 12th Grade

41 Qs

Programming Final Exam

Programming Final Exam

9th - 12th Grade

40 Qs

Python Coding Language

Python Coding Language

8th - 12th Grade

40 Qs

Python Lists and Dictionaries

Python Lists and Dictionaries

9th - 12th Grade

40 Qs

Input, Processing, Output

Input, Processing, Output

9th - 12th Grade

44 Qs

Week 6 - Input/Output Functions

Week 6 - Input/Output Functions

9th - 12th Grade

46 Qs

String in Python

String in Python

11th Grade

43 Qs

រំឮកមេរៀនPython

រំឮកមេរៀនPython

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Eric Fong

Used 3+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, what are if-statements used for?

Looping

Indexing

Decision Making

Testing

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of this code?


click = True

Like = 0

if click:

Like = Like + 1

print(Like)

0

1

2

3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?


What is the output of following code

Temperature = 20

Thermo = 15

if Temperature < 15:

Thermo = Thermo + 5

print(Thermo)

20

15

25

10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is an example of a....
Text-based programming language
Object orientated programming language
language written in java script
Visual-based programming language

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

6.

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 

7.

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!)

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?