AI Beginners level 3

AI Beginners level 3

2nd - 9th Grade

10 Qs

quiz-placeholder

Similar activities

Python3

Python3

4th Grade - University

10 Qs

PYTHON "If" Statement

PYTHON "If" Statement

6th Grade

11 Qs

iav ML Study Group Pop Quiz 4

iav ML Study Group Pop Quiz 4

1st - 2nd Grade

10 Qs

Python Fundamentals for Grade 9 Students

Python Fundamentals for Grade 9 Students

9th Grade

10 Qs

Data Types

Data Types

KG - 3rd Grade

10 Qs

Python Programming: Functions and Procedures

Python Programming: Functions and Procedures

9th - 11th Grade

12 Qs

Pyflask2020

Pyflask2020

KG - Professional Development

10 Qs

Exploring Python Arrays and Tuples

Exploring Python Arrays and Tuples

6th Grade

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