Python Basics Test

Python Basics Test

12th Grade

10 Qs

quiz-placeholder

Similar activities

Bài 1: Python

Bài 1: Python

9th - 12th Grade

10 Qs

Python Function_MIS_Gr_12

Python Function_MIS_Gr_12

12th Grade

10 Qs

Python-list,tuple,Dictionary

Python-list,tuple,Dictionary

11th - 12th Grade

7 Qs

python 3

python 3

11th - 12th Grade

10 Qs

Python Generators

Python Generators

10th Grade - University

10 Qs

Python Inbuilt functions

Python Inbuilt functions

12th Grade

15 Qs

Computer Science - Variable & Operators

Computer Science - Variable & Operators

12th Grade

10 Qs

Python Strings

Python Strings

12th Grade

10 Qs

Python Basics Test

Python Basics Test

Assessment

Quiz

Computers

12th Grade

Hard

Used 11+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in Python?

a) A keyword

b) A function

c) A container to store data

d) A loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a control flow construct in Python?

a) To create functions

b) if

c) elif

d) else

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? print("x is greater than 3") else: print("x is not greater than 3")

a) x is greater than 3

b) x is not greater than 3

c) Error

d) Nothing is printed

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a function in Python?

a) To assign values to variables

b) To create data structures

c) To perform specific tasks and reuse code

d) To compare values

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of an immutable data structure in Python?

a) List

b) Tuple

c) Dictionary

d) Set

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the key feature of a set in Python?

a) It allows duplicate elements

b) It is an ordered collection

c) It only stores integers

d) It contains unique elements

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is exception handling implemented in Python?

a) Using try-except blocks

b) Using if-else statements

c) Using for loops

d) Using dictionaries

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?