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

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

11th Grade

30 Qs

quiz-placeholder

Similar activities

SUMATIF SK KELAS 8

SUMATIF SK KELAS 8

8th Grade - University

25 Qs

STS Informatika Kelas 8 Semester 1

STS Informatika Kelas 8 Semester 1

8th Grade - University

25 Qs

Latihan Informatika

Latihan Informatika

7th Grade - University

25 Qs

Pemahaman Struktur Data dan Algoritma

Pemahaman Struktur Data dan Algoritma

9th Grade - University

25 Qs

SAS PJOK KELAS.7 Th.Ajar 2024/2025

SAS PJOK KELAS.7 Th.Ajar 2024/2025

7th Grade - University

25 Qs

Understanding the concept of list

Understanding the concept of list

11th Grade

25 Qs

US2 Informatika 11

US2 Informatika 11

11th Grade

25 Qs

1-аралык бакылау 2-сем

1-аралык бакылау 2-сем

11th Grade - University

25 Qs

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

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

Assessment

Quiz

Information Technology (IT)

11th Grade

Practice Problem

Easy

Created by

biology juz

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

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

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1-Сұрақ a = [1,-2,-10,1,2,10] a.sort(reverse=True) print(a)

[10, 2, 1, 1, -2]

[10, 2, 1, 1, -2, -10]

[-10, -2, 1, 1, 2, 10]

[-10, -2, 1, 1]

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2-Сұрақ a = ['apple', 'banana', 'grape', 'watermelon'] print(a.count(banana))

қате

1

2

3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3-Сұрақ a = [1,2,3] a.pop() print(a)

[1,2,3]

[2,3]

[1,2]

[1,3]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4-Сұрақ a = [1,1,1,1] a.remove(1) a.pop() print(a)

[1,1,1,1]

[1]

[1,1,1]

[1,1]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5-Сұрақ a = [1,1,1,1] b = [2,2,2,2] a.extend(b) print(b)

[2,2,2,2]

[1,1,1,1]

[1,1,1,1,2,2,2,2]

[2,2,2,2,1,1,1,1]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6-Сұрақ a = [1, 2, 3] a.append(4) print(a)

[1, 2]

[1, 2, 3]

[1, 2, 3, 4]

[4, 3, 2, 1]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7-Сұрақ print(a[1])

10

20

30

40

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

Already have an account?