For Döngüsü kullanım amacı:
for Döngüsü

Quiz
•
Computers
•
10th - 12th Grade
•
Hard
Deniz Ersöz
Used 17+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Tekrarlı işlem yaptırmaktır
Koşula göre program akışını değiştirmektir
Hesaplama yapmaktır
Tasarım yapmaktır
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
for (int i=5;i<=10;i++) döngüsünde
döngü 5 kere çalışır
döngü 6 kere çalışır
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
for (int i=5;i<=10;.........) döngüsünde artış miktarının 2 olması için yazılması gereken kod hangisidir.
i++
i=i+2
i+2
i=+2
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
for (int i=5;i<=10;i++) döngüsünde i mutlaka döngü içinde tanımlanmalıdır.
doğru
yanlış
5.
FILL IN THE BLANK QUESTION
30 sec • 5 pts
for (int i = 1; i <= 10; i = i + 1)
{
if (i % 3 == 0)
{
ListBox1.Items.Add(i);
}
Kod çalıştığında listbox1'e hangi değerler eklenir virgül ile ayırıp yazınız.
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
for (int i = 1; i <= 10; i = i + 1)
{
if (i % 5 == 0)
{
ListBox1.Items.Add(i);
}
kod çalıştığında ListBox1'e hangi değerler eklenir
0, 5, 10, 15
5, 10
5
10
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
for (int i = 1; i <= 10; i = i + 1)
{
if (i % 5 == 0)
{
ListBox1.Items.Add(5);
}
kod çalıştığında ListBox1'e hangi değerler eklenir
5
5, 5
5, 5, 5
5, 5, 5
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Array

Quiz
•
10th - 12th Grade
15 questions
Intro to Java Loops

Quiz
•
9th - 12th Grade
20 questions
С++ циклы

Quiz
•
10th Grade
20 questions
Fase F - Array

Quiz
•
11th Grade
20 questions
Ôn tập Python (for, if)

Quiz
•
10th Grade
17 questions
C++ kvizić

Quiz
•
10th Grade
15 questions
AP Computer Science A Review 1

Quiz
•
10th - 12th Grade
20 questions
Java For Loop basic syntax

Quiz
•
9th - 12th Grade
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
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

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

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University