
Loops new version
Quiz
•
Computers
•
Professional Development
•
Practice Problem
•
Medium
Viktoriia Shemet
Used 2+ times
FREE Resource
Enhance your content in a minute
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Як правильно оголосити цикл "while" в C#?
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
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
15 questions
Test HDD
Quiz
•
Professional Development
15 questions
VideoLab
Quiz
•
Professional Development
16 questions
Гизатулин Рустам.
Quiz
•
Professional Development
13 questions
Тинкеркад
Quiz
•
Professional Development
13 questions
Условный оператор Модуль 2 PS1
Quiz
•
Professional Development
14 questions
процедуры и функции
Quiz
•
Professional Development
15 questions
Разработка сайтов на WordPress
Quiz
•
Professional Development
14 questions
ШС С++ Циклы
Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
