conditional statements

conditional statements

8th Grade

7 Qs

quiz-placeholder

Similar activities

Year 7 Python Lesson 1 Recap

Year 7 Python Lesson 1 Recap

8th Grade

10 Qs

Python, негіздері

Python, негіздері

6th - 8th Grade

11 Qs

Programming in Java

Programming in Java

8th Grade

10 Qs

Кіру тест 8-сынып

Кіру тест 8-сынып

8th Grade

10 Qs

Computer Systems - How the web works - Lesson 7

Computer Systems - How the web works - Lesson 7

8th Grade

12 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

Бекіту

Бекіту

8th Grade

5 Qs

Python Code Quiz

Python Code Quiz

8th - 12th Grade

11 Qs

conditional statements

conditional statements

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Майра Смайлова

Used 45+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Алгоритмнің түрлері

сызықтық, шартты, тармақталған

сызықтық, тармақталған, циклдық

сызықтық, шартты

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Компьютерлік бағдарлама кандай бөліктерден тұрады?

input,output

processing, output

input, processing,output

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if,Else қандай операторлар?

Шартты

енгізу

шығару

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Мына программалық кодта қанша қате жіберілген?

x= input("enter a number:")

if x=3

print("you entered 3")

5

2

3

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print(3+4+5/3)

мына программалық кодта орта мәнін есептеуде қате бар , ол қандай қате? Дұрыс жауабын тап.

print((3+4+5)/3)

print("3+4+5/3")

print(3+4+5/3))

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

мына программалық кодтың нәтижесі қандай?

x=4

if x>=0:

print("x is positive.")

Else:

print( "x is not positive.")

x is not positive

'x' is not defined

x is positive

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

==мына белгі қай кезде қолданылады?

айнамалыға мән меншіктегенде

айнымалыларды салыстырғанда

айнымалыларды шығарғанда

Discover more resources for Computers