class 11 PYTHON BASICS quiz -1

class 11 PYTHON BASICS quiz -1

11th Grade

32 Qs

quiz-placeholder

Similar activities

[AP CSP] Midterm Review (Semester 1)

[AP CSP] Midterm Review (Semester 1)

9th - 12th Grade

30 Qs

Python Programming

Python Programming

9th - 12th Grade

35 Qs

REVISÃO PYTHON

REVISÃO PYTHON

9th - 12th Grade

30 Qs

Class11_Practice

Class11_Practice

11th Grade

30 Qs

ITFun Objective 4- Software Development P1

ITFun Objective 4- Software Development P1

11th - 12th Grade

33 Qs

Python Certified Specialist

Python Certified Specialist

9th Grade - Professional Development

31 Qs

Python Credential Test

Python Credential Test

9th Grade - Professional Development

31 Qs

Python Their Certification

Python Their Certification

9th Grade - Professional Development

31 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 72+ 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?