
8 դաս for while ցիկլեր
Quiz
•
Computers
•
8th Grade
•
Hard
Gayane Hayrapetyan
Used 3+ times
FREE Resource
Enhance your content
22 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Ինչի՞ համար է օգտագործվում for ցիկլը Python-ում։
Փոփոխականներ հայտարարգելու համար
Միայն մեկ անգամ գործողություն կատարելու համար
Միայն երկու պայմանների համեմատության համար
Միևնույն գործողությունը բազմիցս կատարելու համար
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Ո՞րն է ճիշտ for ցիկլի գրության ձևը Python-ում։
for i in range(5): print(i)
for (i = 0; i < 5; i++) { print(i); }
foreach i in range(5) do print(i)
loop i in range(5) print(i)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ի՞նչ կարտածի հետևյալ for ցիկլը:
for i in range(2, 7, 2):
print(i, end=" ")
2 3 4 5 6
2 4 6
2 6
Error
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Ինչպե՞ս կարելի է ընդհատել while ցիկլի աշխատանքը։
continue հրամանի միջոցով
break հրամանի միջոցով
exit հրամանի միջոցով
stop հրամանի միջոցով
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ի՞նչ կլինի հետևյալ while ցիկլի դեպքում:
x = 5 while x > 0: print(x) x -= 1
Կարտածի 5 4 3 2 1 և կավարտվի
Կարտածի 5 4 3 2 1 0
Անվերջ կաշխատի
Սխալ կգեներացվի
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ինչի՞ համար է օգտագործվում while ցիկլը։
Միևնույն գործողությունը բազմիցս կատարելու համար, քանի դեռ պայմանը ճիշտ է
Միայն ֆունկցիաներ հայտարարելու համար
Միայն ցուցակների հետ աշխատելու համար
Միայն մեկ անգամ գործողություն կատարելու համար
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ո՞րն է ճիշտ while ցիկլի գրության ձևը Python-ում։
while x > 0: print(x); x--
while (x > 0) { print(x); x--; }
while x > 0: print(x); x -= 1
while x > 0 { print(x); x -= 1 }
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
Excel Basics
Quiz
•
6th - 8th Grade
20 questions
Pengenalan Microsoft Excel
Quiz
•
8th - 9th Grade
20 questions
Computer Parts
Quiz
•
3rd - 12th Grade
20 questions
Computer Science Exam
Quiz
•
7th - 8th Grade
20 questions
Word Essentials Lesson 1
Quiz
•
6th - 8th Grade
20 questions
ICT Word Processing Lesson 1
Quiz
•
6th - 8th Grade
20 questions
ICT Word Processing Essentials Lesson 1 Quiz A
Quiz
•
6th - 8th Grade
20 questions
Technology at Home
Quiz
•
KG - 12th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
11 questions
NEASC Extended Advisory
Lesson
•
9th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
