Як правильно оголосити цикл "while" в C#?

Loops new version

Quiz
•
Computers
•
Professional Development
•
Medium
Viktoriia Shemet
Used 2+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
while (умова) { }
for (початкова_умова; умова; ітерація)
{ }
do { } while (умова)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Який тип циклу в C# виконується хоча б один раз?
for
while
do-while
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Як правильно ініціалізувати цикл "for" в C#?
for (int i = 0; i <= 10; i++) { }
for (i = 0; i <= 10; i++) { }
for (i = 0; i <= 10) { }
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
кільки разів виконається цикл "for" з такою інструкцією: for (int i = 0; i < 5; i++) { }?
4 рази
5 разів
6 разів
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
У якому випадку цикл "do-while" вийде зі свого тіла?
Коли умова істинна
Коли умова хибна
Цикл завжди виходить після першої ітерації
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Як правильно використовувати тернарний оператор в C#?
condition ? expression1 : expression2
if (condition) expression1 else expression2
(condition) ? {expression1} : {expression2}
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Яка дія виконується, якщо умова в тернарному операторі істинна?
Вираз expression1 виконується
Вираз expression2 виконується
Обидва вирази виконуються
Create a free account and access millions of resources
Similar Resources on Quizizz
13 questions
Условный оператор Модуль 2 PS1

Quiz
•
Professional Development
14 questions
процедуры и функции

Quiz
•
Professional Development
18 questions
very helpful very supportive

Quiz
•
Professional Development
16 questions
Гизатулин Рустам.

Quiz
•
Professional Development
15 questions
Unity Scripts

Quiz
•
Professional Development
15 questions
JavaScript ( part I )

Quiz
•
Professional Development
14 questions
ШС С++ Циклы

Quiz
•
Professional Development
21 questions
БимБам♥

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade