Бұл код нені шығарады?

Бұл код нені шығарады?

1st Grade

7 Qs

quiz-placeholder

Similar activities

Pensamiento Computacional

Pensamiento Computacional

1st - 3rd Grade

10 Qs

Python - Работа со строками и файлами

Python - Работа со строками и файлами

1st - 4th Grade

11 Qs

Sistema Operativo

Sistema Operativo

1st - 12th Grade

10 Qs

seguridad 2

seguridad 2

1st Grade

10 Qs

KLS 1 | SEM 2 | WORDPAD [QUIZ]

KLS 1 | SEM 2 | WORDPAD [QUIZ]

1st Grade

10 Qs

Role Of Computers

Role Of Computers

1st - 2nd Grade

8 Qs

Función CONTAR

Función CONTAR

KG - Professional Development

10 Qs

Mecanografía

Mecanografía

1st - 3rd Grade

10 Qs

Бұл код нені шығарады?

Бұл код нені шығарады?

Assessment

Quiz

Computers

1st Grade

Medium

Created by

Меруерт Шарипова

Used 1+ times

FREE Resource

AI

Enhance your content

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

7 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Бұл код нені шығарады?

a = True                                                                                         

b = False                                                                 

print((not a and b) ^ (b or not a))                           

False

True

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

х=-3                                                                     

y=25                                                                       

print (x==3 and y>0)                                            

     

False       

True

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  x = True

          y = False

     print(x and y or x and y)

True

  False

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

a = False

     b = True

     print((a and b) or (a or b))

True

False

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

   a = False

b = True

print((not a and not b) or (a and b))

False

True

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

 x=5

            y=-15

  print(x>y or y>x)

False

True

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

   x=45

y=-38

print((x<y) or (x>y))

True

False