Python algoritm 7/8

Python algoritm 7/8

7th Grade

15 Qs

quiz-placeholder

Similar activities

Python programming -recap

Python programming -recap

7th - 10th Grade

12 Qs

python 7 -րդ դասարան

python 7 -րդ դասարան

7th Grade

15 Qs

Python Turtle - MCA Year 7

Python Turtle - MCA Year 7

7th Grade

14 Qs

Թեստ ինֆորմատիկայից

Թեստ ինֆորմատիկայից

7th Grade

10 Qs

Python. Тізімдер

Python. Тізімдер

7th Grade

20 Qs

Python

Python

3rd - 10th Grade

10 Qs

Python_Start

Python_Start

5th - 12th Grade

10 Qs

Selection in Python

Selection in Python

1st - 9th Grade

15 Qs

Python algoritm 7/8

Python algoritm 7/8

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Gayane Hayrapetyan

Used 14+ times

FREE Resource

AI

Enhance your content

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

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ո՞րն է գծային ալգորիթմի հիմնական հատկանիշը։

Կրկնվող գործողություններ

Ընտրություն՝ ըստ պայմանների

Քայլերի հաջորդական իրականացում առանց ճյուղավորման

Ֆունկցիաների օգտագործում

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Ի՞նչ արդյունք կտպի հետևյալ կոդը։

x = 4

if x > 5:

print("A")

else:

print("B")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ո՞րն է սխալ կոդի օրինակ Python-ում։

a = 5

b = 10

print(a + b)

for i in range(5):

print(i)

print("Hello"

x = 3

if x == 3:

print("Yes")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ո՞րն է ցիկլիկ ալգորիթմի նպատակն ու առանձնահատկությունը։

Ընտրում է միայն ճիշտ ճյուղը

Կատարում է միայն մեկ գործողություն

Կրկնում է գործողությունները մինչև պայմանը ճշմարիտ է

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ո՞ր նշանն է օգտագործվում մեկնաբանություն գրելու համար Python-ում։

//

<!-- -->

#

/* */

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ի՞նչ տիպի սխալ կստացվի այս կոդում․

name = "Anna"

age = 20

print(name + age)

NameError


SyntaxError


TypeError

IndexError

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ո՞րն է branching (ճյուղավորվող) ալգորիթմի օրինակը։

a = 5

b = 10

c = a + b

if x > 10:

print("Big")

else:

print("Small")

for i in range(3):

print(i)

print("Hello, world!")

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?