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

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

11th Grade

30 Qs

quiz-placeholder

Similar activities

INFORMATIKA

INFORMATIKA

11th Grade

30 Qs

Media Literacy Quiz

Media Literacy Quiz

11th Grade - University

25 Qs

Ujian Kompetensi Skakes Airlangga

Ujian Kompetensi Skakes Airlangga

9th - 12th Grade

25 Qs

Python

Python

9th - 12th Grade

26 Qs

Python Programming Quiz

Python Programming Quiz

9th - 12th Grade

30 Qs

Java Code Output Quiz

Java Code Output Quiz

9th - 12th Grade

30 Qs

Quizizz JavaScript Attempt 2 Review

Quizizz JavaScript Attempt 2 Review

9th - 12th Grade

25 Qs

BU 10 - TIK

BU 10 - TIK

10th Grade - University

25 Qs

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

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

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

For циклі

Шартты

Қадамды

Арифметикалық

Үзіліссіз

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

range функциясының максимум қабылдайтын аргумент саны

3

2

1

0

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

0 1 2 3 4 5 6 7 сандарын шығару үшін

for i in range(1,7)

for i in range(7)

for i in range(1, 8)

for i in range(8)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

0 2 4 6 8 сандарын шығару үшін

for i in range(0,9)

for i in range(0,9,2)

for i in range(0,9,3)

for i in range(0,8,2)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

count = 0 for i in range(3): count += i print(count)

3

4

7

12

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

total = 0 for i in range(1, 5): total += i print(total)

10

15

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

text = "code" for char in text: print(char)

c o d e

code

әрбір әріп жаңа жолға шығарылады

ештеңе шықпайды

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?