Python2

Python2

8th Grade - University

15 Qs

quiz-placeholder

Similar activities

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Python

Python

9th Grade

15 Qs

Progamming - Java Syntax

Progamming - Java Syntax

11th - 12th Grade

15 Qs

Python Basic

Python Basic

6th - 8th Grade

10 Qs

Procedures and Functions

Procedures and Functions

10th Grade

20 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 Qs

Python Revision

Python Revision

8th Grade

15 Qs

Python - Quiz

Python - Quiz

9th - 11th Grade

17 Qs

Python2

Python2

Assessment

Quiz

Computers

8th Grade - University

Medium

Created by

Opuere Falabi

Used 12+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Change the following line of code to a comment.

print("Hello World")

+print("Hello World")

#print("Hello World")

&print("Hello World")

print("Hello World")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following Python operators is used for variable assignment?

=

+

/

*

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a data type in Python?

Integer

String

Float

Figures

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do we use the float() function for?

To change a value to float

To change a value to a string

To change a value to an integer

None of the Above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code on the Python Shell?

a = 10

b = 2

c = a/b

print(c)

2

4

1

5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code on the python shell 5+3-5?

3

-3

5

-5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of comment can you see below?

#This is a comment

#written in

#more than just one line

Line comment

commenters

comment

Multi Line comment

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?