9 class bjb

9 class bjb

7th Grade

10 Qs

quiz-placeholder

Similar activities

Python Revision

Python Revision

7th - 9th Grade

14 Qs

Python

Python

6th - 8th Grade

10 Qs

แบบทดสอบที่ 5 เรื่องการรับค่าในภาษาไพทอน (รายกลุ่ม)

แบบทดสอบที่ 5 เรื่องการรับค่าในภาษาไพทอน (รายกลุ่ม)

7th Grade - University

10 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

Arduino Programming

Arduino Programming

7th - 12th Grade

12 Qs

Python Basic

Python Basic

6th - 8th Grade

10 Qs

Тест по информатике для 7 класса

Тест по информатике для 7 класса

7th Grade - University

15 Qs

Unity 10 урок

Unity 10 урок

KG - Professional Development

10 Qs

9 class bjb

9 class bjb

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Медет Алиев

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Массив таныстыру жолын көрсетіңіз?

from array import array

A=array("i",2,5,10,20)

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Массив атауын көрсетіңіз?

from array import array

A=array("i",2,5,10,20)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

А[4] өрнегіндегі [4] нені білдіреді

массив атауы

массив типі

массив индексі

массив форматы

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Қатесін табыңыз:

a=int(input())

if a<10;

print('Bir tanbali san')

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

бүтін сан типі

float

int

Float

Int

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Кез-келген екі нақты санды қостаын программа кодын жазыңыз

a=int(input)

b=int(input)

print(a+b)

a=int(input())

b=int(input())

print(a+b)

a=float(input())

b=float(input())

print(a+b)

a=float(input)

b=float(input)

print(a+b)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Программада кездейсоқ сандардың генерациясын алу үшін қандай модул қолданылады?

Random

float

Array

Break

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?