GEN ИНФО 2-АЙ 1-АПТА

GEN ИНФО 2-АЙ 1-АПТА

11th Grade

30 Qs

quiz-placeholder

Similar activities

Test10

Test10

9th - 12th Grade

30 Qs

Latihan Soal Informatika 1

Latihan Soal Informatika 1

7th Grade - University

25 Qs

циклы и массивы

циклы и массивы

11th Grade

28 Qs

Quiz Pemrograman Python

Quiz Pemrograman Python

10th Grade - University

25 Qs

GEN ИНФО 3-АЙ 2-АПТА

GEN ИНФО 3-АЙ 2-АПТА

11th Grade

30 Qs

Quizizz JavaScript Attempt 2 Review

Quizizz JavaScript Attempt 2 Review

9th - 12th Grade

25 Qs

Python Programming Quiz

Python Programming Quiz

9th - 12th Grade

30 Qs

Code HS Computer SCi 114.1.1 JavaScript Final Exam Pt. 1

Code HS Computer SCi 114.1.1 JavaScript Final Exam Pt. 1

9th - 12th Grade

25 Qs

GEN ИНФО 2-АЙ 1-АПТА

GEN ИНФО 2-АЙ 1-АПТА

Assessment

Quiz

Information Technology (IT)

11th Grade

Hard

Created by

biology juz

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = "salem"

print(a[-1])

s

a

m

e

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = "hello"

b = "hello"

print(a[2]+b[3])

ll

hl

le

el

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = "hello"

print(a[-2]+a[-1]+a[-3])

hlo

elo

loe

lol

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4-Сұрақ a = "infotop" print(a[-3:-1:1])

to

in

fo

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

s1 = "oolololo" print(s1.find("l"))

1

3

-1

2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2-Сұрақ a = "astana" print(a.count("a") + len(a))

6

7

9

10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

s1 = "abcddeed" print(s1.index("d"))

2

3

4

5

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?