class 11 PYTHON BASICS quiz -1

class 11 PYTHON BASICS quiz -1

11th Grade

32 Qs

quiz-placeholder

Similar activities

Python Institute Practice exam 3

Python Institute Practice exam 3

11th Grade

28 Qs

REVISÃO PYTHON

REVISÃO PYTHON

9th - 12th Grade

30 Qs

Python Interaction

Python Interaction

10th - 12th Grade

31 Qs

Python Fundamentals - II

Python Fundamentals - II

11th - 12th Grade

27 Qs

Quis Python Level Eassy

Quis Python Level Eassy

9th - 12th Grade

31 Qs

Python 2d topic (типы данных, ввод, вывод)

Python 2d topic (типы данных, ввод, вывод)

6th - 12th Grade

27 Qs

Python Basics-01

Python Basics-01

9th - 12th Grade

32 Qs

class 11 PYTHON BASICS quiz -1

class 11 PYTHON BASICS quiz -1

Assessment

Quiz

Computers

11th Grade

Medium

CCSS
6.EE.B.6

Standards-aligned

Created by

Vaishali Lamba

Used 65+ times

FREE Resource

32 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

enter your name

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

class & sec

11 a

11 b

11 d

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How would you assign an integer to a variable?

new_var = 4

new_var == 4

new_var = "4"

new var "4"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
How would would you print a text string?
output "Hello!"
print ("Hello!")
print (Hello!)
output (Hello!)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which symbol do we use if we want to add a comment to our code?
@
#
*
&

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
To create a variable named new_var and assign it a value of 81 divided by 9, which statement would you use?
new_var = 81 \ 9
new_var = "81 / 9"
new_var = "81 \ 9"
new_var = 81 / 9

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Choose the statement that assigns 4 to the power of 3 to the variable new_var...
new_var = 4 ** 3
new_var = 3 ** 4
new var = 3 ** 4
new_var = 4 ^^ 3

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?