class 11 PYTHON BASICS quiz -1

class 11 PYTHON BASICS quiz -1

11th Grade

32 Qs

quiz-placeholder

Similar activities

Computer Pretest1(Python Grade7_t1)

Computer Pretest1(Python Grade7_t1)

3rd Grade - University

30 Qs

11 Final Test

11 Final Test

11th Grade

30 Qs

Python - Syntax, Functions and Control Flow

Python - Syntax, Functions and Control Flow

9th - 12th Grade

28 Qs

Unit 5 Quiz  AP CSP

Unit 5 Quiz AP CSP

9th - 12th Grade

30 Qs

Python Basic

Python Basic

9th - 12th Grade

30 Qs

December 12 classwork CS

December 12 classwork CS

11th Grade

30 Qs

COMPUTER

COMPUTER

11th Grade

30 Qs

Turtle Python Quiz 1

Turtle Python Quiz 1

10th - 12th Grade

27 Qs

class 11 PYTHON BASICS quiz -1

class 11 PYTHON BASICS quiz -1

Assessment

Quiz

Computers

11th Grade

Medium

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?