Fun Demo Quiz

Fun Demo Quiz

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

SLR 9 - Advanced Programming Techniques - Part Two

SLR 9 - Advanced Programming Techniques - Part Two

10th Grade

10 Qs

Python Arrays

Python Arrays

9th - 12th Grade

13 Qs

introduction to ai

introduction to ai

9th Grade

11 Qs

Python_Era 2.0

Python_Era 2.0

11th - 12th Grade

15 Qs

Python lists and tuples

Python lists and tuples

12th Grade

10 Qs

Conditional Statements Grade 8

Conditional Statements Grade 8

8th - 9th Grade

10 Qs

AI

AI

8th - 9th Grade

15 Qs

Python Dasar

Python Dasar

10th Grade

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