Fun Demo Quiz

Fun Demo Quiz

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

list in python

list in python

10th - 12th Grade

15 Qs

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

10 Qs

Python Dasar

Python Dasar

10th Grade

10 Qs

Python Arrays

Python Arrays

9th - 12th Grade

13 Qs

10.4 Python Lists

10.4 Python Lists

7th - 10th Grade

14 Qs

Python_Era 2.0

Python_Era 2.0

11th - 12th Grade

15 Qs

python IF part1

python IF part1

9th Grade

14 Qs

AI

AI

8th - 9th Grade

15 Qs

Fun Demo Quiz

Fun Demo Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Mashdemy Tutor

Used 11+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is a list in Python ?

A. A type of fruit

B. A collection of items

C. A number

2.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

To create a list with the items 'apple', 'banana', and 'cherry', we write: my_list = [ __ , __ ,__ ]

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What do you get, when you do print(cricket[2]) in the list cricket = ['Virat', 'Pandya', 'Dhoni'] ?

A. Virat

B. Pandya

C. Dhoni

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What function do we use to add 'burger' to the list food = ['cake, 'pizza', 'chocolate'] ?

add

append

plus

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

When you remove 'Mickey' from the list club_house = ['Minnie', 'Mickey', 'Donald'] ,you get :-

['Minnie', 'Mickey', 'Donald']

['Minnie', 'Mickey']

['Minnie', 'Donald']

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of these is NOT a common programming language used in AI/ML?

Python

Java

C++

HTML

Python

C++

HTML

7.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

What does AI stand for?

Artificial Intelligence

Advanced Information

Applied Integration

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?