Blank Quiz

Blank Quiz

KG

48 Qs

quiz-placeholder

Similar activities

ПТ 0-50

ПТ 0-50

KG - University

50 Qs

Intro to Computer Science - Sem 2 - Final Exam - 24-25

Intro to Computer Science - Sem 2 - Final Exam - 24-25

9th - 12th Grade

45 Qs

US History Final Review

US History Final Review

8th Grade

49 Qs

Final review CR

Final review CR

7th Grade

45 Qs

Entrepreneurship Chapter 2

Entrepreneurship Chapter 2

KG - University

53 Qs

ALGO K-11

ALGO K-11

KG - University

52 Qs

PYTHON ASSESSMENT_PRT_1

PYTHON ASSESSMENT_PRT_1

KG - University

44 Qs

Charlie and the Chocolate Factory Test

Charlie and the Chocolate Factory Test

KG - University

47 Qs

Blank Quiz

Blank Quiz

Assessment

Quiz

others

KG

Hard

Created by

ROHIT K

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

48 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python?
1variable
variable-1
variable_1
variable 1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these data types is immutable in Python?
List
Dictionary
Tuple
Set

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of len("Hello")?
4
5
6
Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code do? my_list = [1, 2, 3] my_list.append(4) print(my_list)
Print [1, 2, 3]
Print [1, 2, 3, 4]
Error
None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create a dictionary in Python?
my_dict = {}
my_dict = []
my_dict = ()
my_dict = ""

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is not a Python keyword?
def
return
assert
function

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a single-line comment in Python?
// comment
/* comment */
# comment

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?