תשפ"ה - שבוע עמ"ט  ט-2

תשפ"ה - שבוע עמ"ט ט-2

7th Grade

51 Qs

quiz-placeholder

Similar activities

Vulcanismo - CN - 7.ºAB - Revisões Ficha Avaliação

Vulcanismo - CN - 7.ºAB - Revisões Ficha Avaliação

7th Grade

50 Qs

Feb 8, 2024 - Data & Graphs Practice

Feb 8, 2024 - Data & Graphs Practice

7th Grade

53 Qs

C5 C13 Post Test : A Shelter So High

C5 C13 Post Test : A Shelter So High

5th - 7th Grade

50 Qs

Kinetic and Potential Energy

Kinetic and Potential Energy

7th - 8th Grade

56 Qs

Year 7 Term 4 week 2

Year 7 Term 4 week 2

6th - 8th Grade

53 Qs

跨班科学比赛

跨班科学比赛

1st - 12th Grade

50 Qs

CLASS 10 SCIENCE QUIZ(FORCE) BY DKK

CLASS 10 SCIENCE QUIZ(FORCE) BY DKK

7th - 10th Grade

51 Qs

LATIHAN SOAL PMM KELAS XI

LATIHAN SOAL PMM KELAS XI

1st - 10th Grade

46 Qs

תשפ"ה - שבוע עמ"ט  ט-2

תשפ"ה - שבוע עמ"ט ט-2

Assessment

Quiz

Science

7th Grade

Practice Problem

Hard

Created by

Levy Roni.Aharon

Used 2+ times

FREE Resource

51 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be printed as a result of the following code?

s = "Hello"

print(s[1])

e

a

b

c

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be printed as a result of the following code?

s = "Python"

print(s[-1])

n

p

y

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be printed as a result of the following code?

my_list = [1, 2, 3, 4]

print(my_list[2])

1

2

3

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be printed as a result of the following code?

def add(a, b):

return a + b

print(add(2, 3))

4

5

6

7

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be printed as a result of the following code?

s = "Hello"

print(s.upper())

HELLO

hello

Hello

hElLo

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be printed as a result of the following code?

s = "Hello"

print(s.lower())

HELLO

hello

Hello

hElLo

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be printed as a result of the following code?

s = "Hello"

print(s.replace("H", "J"))

Jello

Hello

Jello World

H

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?