The End

The End

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

PENGAYAAN ULANGAN HARIAN PYTHOON

PENGAYAAN ULANGAN HARIAN PYTHOON

10th Grade

20 Qs

Software 8

Software 8

9th - 12th Grade

20 Qs

G09 - ICT Q1 Reviewer

G09 - ICT Q1 Reviewer

9th Grade

20 Qs

STS X7 SESI 1

STS X7 SESI 1

10th Grade - University

20 Qs

Simulasi Pra  Ujian SMT 1 Py

Simulasi Pra Ujian SMT 1 Py

10th Grade

20 Qs

Kelas 8 - Halaman 10 (UH Bab 1)

Kelas 8 - Halaman 10 (UH Bab 1)

8th Grade - University

20 Qs

Quiz về Lập trình máy tính và Ngôn ngữ Python

Quiz về Lập trình máy tính và Ngôn ngữ Python

6th Grade - University

20 Qs

Kuis Ms Word 1

Kuis Ms Word 1

7th Grade - University

20 Qs

The End

The End

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Practice Problem

Hard

Created by

Mouna Tounakti

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 sec • 2 pts

If we want to print each emoji in this list, what should we print?

emojis = [''😋" , "🦊" , "🌷" , "🏈"]

for emoji in emojis:

print(????)

print(emojis)

print(emoji)

print(????)

2.

MULTIPLE CHOICE QUESTION

5 sec • 3 pts

If we want to use pi in our program, what should we import?

import numpy

import pi

import Math

none of them

3.

FILL IN THE BLANK QUESTION

5 sec • 2 pts

What is the output of this code?

float(True)

4.

FILL IN THE BLANK QUESTION

5 sec • 2 pts

What is the output of this code?

int(False)

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What does this code do?

fruits = ['apple', 'banana', 'orange']

fruits.insert(2, 'cherry')

['apple', 'banana', 'cherry', 'orange']

['apple', 'cherry', 'orange']

['apple', 'cherry', 'banana','orange']

6.

MULTIPLE CHOICE QUESTION

5 sec • 2 pts

What will this print?

word = "Python"

print(word[0])

print(word[-1])

P

n

p

n

Pn

7.

MULTIPLE CHOICE QUESTION

5 sec • 2 pts

What will this print?

print(False == False)

True

False

Error

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?