Python Revision Tour

Python Revision Tour

12th Grade

10 Qs

quiz-placeholder

Similar activities

Javascript

Javascript

10th - 12th Grade

15 Qs

დიქციონარი

დიქციონარი

12th Grade

14 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Basic Python Coding

Basic Python Coding

11th - 12th Grade

15 Qs

Python While Loops

Python While Loops

12th Grade

15 Qs

Quiz_Java

Quiz_Java

6th Grade - University

10 Qs

Section 3A: Collect and process data using lists

Section 3A: Collect and process data using lists

12th Grade

15 Qs

Python Ch 1

Python Ch 1

5th Grade - University

10 Qs

Python Revision Tour

Python Revision Tour

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Inder Singh

Used 200+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type can store unique values?

List

Tuple

Set

Dictionar

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What extension must you add to the end of a file when saving?
.xlsx
.pptx
.docx
.py

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol do you use to make a comment in Python?
@
¬
;
#

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

num1= 10

num2 = 30

(num1<num2) or (num2<0)

true

false

nothing

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator can be used to compare two values?

<>

==

><

=

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these collections defines a LIST?

["apple", "banana", "cherry"]

{"name": "apple", "color": "green"}

("apple", "banana", "cherry")

{"apple", "banana", "cherry"}

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?