Ai-Thon

Ai-Thon

3rd Grade

20 Qs

quiz-placeholder

Similar activities

Welcome 2 Vocabulary

Welcome 2 Vocabulary

2nd - 4th Grade

15 Qs

FINAL EXAM GRADE: 3B

FINAL EXAM GRADE: 3B

3rd Grade

20 Qs

A Series of Unfortunate Events

A Series of Unfortunate Events

KG - 3rd Grade

20 Qs

Topic 6 English CEFR year 4 Mowgli Textbook page-68

Topic 6 English CEFR year 4 Mowgli Textbook page-68

3rd - 4th Grade

18 Qs

7/19 Santa Monica

7/19 Santa Monica

KG - 5th Grade

20 Qs

Wild Animals - Skills

Wild Animals - Skills

3rd Grade

18 Qs

Wild animals

Wild animals

3rd Grade

18 Qs

Week 2 Gaming Vocabulary

Week 2 Gaming Vocabulary

3rd - 5th Grade

15 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?