Ai-Thon

Ai-Thon

3rd Grade

20 Qs

quiz-placeholder

Similar activities

Animals

Animals

1st - 5th Grade

15 Qs

Septermber Quiz: Scratch

Septermber Quiz: Scratch

1st - 5th Grade

20 Qs

List 39 - Spelling Words

List 39 - Spelling Words

3rd Grade

16 Qs

Review G5

Review G5

1st - 5th Grade

15 Qs

Animals and Prepositions

Animals and Prepositions

3rd Grade

19 Qs

Mythology

Mythology

3rd - 8th Grade

20 Qs

Review 9+10

Review 9+10

3rd - 5th Grade

16 Qs

The Crystal Cave

The Crystal Cave

1st - 5th Grade

17 Qs

Ai-Thon

Ai-Thon

Assessment

Quiz

English

3rd Grade

Hard

CCSS
6.EE.A.2C

Standards-aligned

Created by

Chandrahas King

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of the following code snippet?print(3 **2 + 7)

13

21

16

17

Tags

CCSS.6.EE.A.2C

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following data types is mutable in Python?

tuple

list

string

int

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you check the length of a list in Python?

lin.length()


length(list)

len(list)

list.len()

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statements is true about Python indentation?


It is optional


It has no significance


It is used to define blocks of code


It is replaced by curly braces '{}'


5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of the following code snippet?

my_string = "Python"

print(my_string[2:5])

"pyt"

"thon"

"tho"

"th"

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In Python, which keyword is used to define a function


func

define

def

returntype functionname( )


7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the following code snippet do in Python?


my_list = [1, 2, 3, 4, 5]

print(my_list[2])

1

2

3

compilation error


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?