AI Beginners level 3

AI Beginners level 3

2nd - 9th Grade

10 Qs

quiz-placeholder

Similar activities

Luau Tables

Luau Tables

5th Grade

13 Qs

Python Programming: Functions and Procedures

Python Programming: Functions and Procedures

9th - 11th Grade

12 Qs

Python Functions

Python Functions

KG - 8th Grade

11 Qs

Python: Functions and Parameters

Python: Functions and Parameters

9th - 12th Grade

10 Qs

python_quiz

python_quiz

5th Grade

11 Qs

Chapter 12 - Think Python - Understanding Tuples and Iterators

Chapter 12 - Think Python - Understanding Tuples and Iterators

9th Grade

15 Qs

Data Types

Data Types

KG - 3rd Grade

10 Qs

Quiz

Quiz

8th Grade

10 Qs

AI Beginners level 3

AI Beginners level 3

Assessment

Quiz

Computers

2nd - 9th Grade

Medium

Created by

Anusha Jain

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is correct for giving [5] as output in list [1,2,3,4,5]?

[4:]

[-1:]

Both

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is correct for giving [3] as output in list [1,2,3,4,5]?

[0]

[1]

[2]

[3]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can positive indexing be used on tuples?

Yes, positive indexing can be used on tuples
No, positive indexing cannot be used on tuples
Only negative indexing can be used on tuples
Tuples do not support indexing

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to define a function with variable arguments

def myfunc()

def myfunc:

def myfunc(*args)

def myfunc(x,y)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can lists be manipulated?

yes

no

sometimes

none

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which functions can be performed on dictionary

Add

Delete

Replace

All

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of following is known as Higher Order Function

map

filter

lambda

both map & filter

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?