Циклдік операторлар. 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
8 questions
Python Variables

Flashcard
•
6th Grade
7 questions
Python基础知识小测试

Flashcard
•
Professional Development
10 questions
Pronoun-Antecedent Agreement

Flashcard
•
3rd Grade
12 questions
CodeHS - Intro to Python - Conditionals Flashcard

Flashcard
•
9th Grade - Professio...
8 questions
8 Geographic Regions

Flashcard
•
5th - 6th Grade
8 questions
Mastering Python Loops, Functions, and Lists

Flashcard
•
University
9 questions
Ayudantía 4 TICS100

Flashcard
•
University
7 questions
Python - Flow control

Flashcard
•
11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade