Циклдік операторлар. 6.1 Цикл ішінде циклдер 6.2 Continue опер

Flashcard
•
Philosophy
•
Vocational training
•
Hard
Wayground Content
FREE Resource
Student preview

10 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Цикл ішінде циклдер (Цикл внутри цикла)
Back
Көп өлшемді массивтермен жұмыс жасағанда.
2.
FLASHCARD QUESTION
Front
Continue операторы
Back
Циклдың ағымдағы итерациясын өткізіп, келесі итерацияға өтеді.
3.
FLASHCARD QUESTION
Front
Break операторы
Back
Циклды тоқтатады және одан кейінгі операторды орындауды тоқтатады.
4.
FLASHCARD QUESTION
Front
Келесі кодтың нәтижесі қандай?
for i in range(2):
for j in range(3):
print(i, j)
Back
0 0, 0 1, 0 2, 1 0, 1 1, 1 2.
5.
FLASHCARD QUESTION
Front
Келесі кодтың нәтижесі қандай?
for i in range(1, 6):
if i == 3:
continue
print(i)
Back
1 2 4 5.
6.
FLASHCARD QUESTION
Front
for i in range(3):
for j in range(1, 4):
print(i + j, end=" ")
Back
1 2 3 2 3 4 3 4 5.
7.
FLASHCARD QUESTION
Front
What will be printed by the following code?
for i in range(1, 6): if i == 2 or i == 4: continue print(i)
Back
1 3 5.
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
Computer Programming

Flashcard
•
University
10 questions
Python Variables

Flashcard
•
6th Grade
10 questions
American Revolution: Acts 1 and 2 Flashcard

Flashcard
•
5th Grade
10 questions
Advanced Excel

Flashcard
•
6th - 8th Grade
3 questions
9/18 Python Print Statement and vocabulary

Flashcard
•
6th - 10th Grade
6 questions
lists/tuples

Flashcard
•
9th - 12th Grade
10 questions
Python Loops Flashcard

Flashcard
•
10th Grade
10 questions
Grok Module 7 Practice

Flashcard
•
7th - 8th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade