Search Header Logo

KAU Summative Assessment 9th grade 3q

Authored by Нурила Аймырза

Computers

9th Grade

Used 2+ times

KAU Summative Assessment 9th grade 3q
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Что такое массив? What is an array?

Совокупность однотипных данных, хранящихся в последовательных ячейках памяти

A collection of the same type of data stored in consecutive memory cells

Набор данных, которые имеют порядковый тип

A set of data that has an ordinal type

Табличные данные

Tabular data

База данных, которая хранит только числа

A database that stores only numbers

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Длина массива это / The length of the array is

номер элемента в массиве

the number of the element in the array

количество элементов в массиве

the number of elements in the array

отдельное значение в массиве

a separate value in the array

общее названия списка значений

common names of the list of values

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Индекс элемента массива это

The index of an array element is

номер элемента в массиве

the number of the element in the array

количество элементов в массиве

the number of elements in the array

отдельное значение в массиве

a separate value in the array

общее названия списка значений

common names of the list of values

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Укажите правильную инициализацию массива а

Specify the correct initialization of the array a

a = 5,6,7,8,9
a = {5,6,7,8,9}
a = [5,6,7,8,9]
a = (5,6,7,8,9)

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Дан следующий код:

The following code is given: a = [4,6,8,10] Какой код выведет элемент 8?

What code will output element 8?

print(a[1])
print(a[2])
input(a[2])
print(a[3])

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

У вас есть список имен приглашенных на день рождения.

You have a list of names of those invited to the birthday party. name = ["Alex", "Max", "Ann", "Lora", "Din"] Добавьте в список Jake, используя функцию python.

Add Jake to the list using the python function.

print(name.append("Jake"))

print(name.reverse("Jake"))

print(name.count ("Jake"))

print(name.remove("Jake"))

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

У вас есть список имен приглашенных на день рождения.

You have a list of names of those invited to the birthday party. name = ["Alex", "Max", "Ann", "Lora", "Din"] Удалите из списка Max, используя функцию python.

Remove Max from the list using the python function.

print(name.remove("Max"))

print(name.append("Max"))

print(name.count("Max"))

print(name.reverse("Max"))

Access all questions and much more by creating a free account

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?