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
For Döngüsü kullanım amacı:
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 Wayground
20 questions
С++ циклы

Quiz
•
10th Grade
20 questions
Fungsi Rekursif dan fibonacci

Quiz
•
11th Grade
20 questions
Arduino Temel Seviye

Quiz
•
9th - 12th Grade
20 questions
APCS A - Array 6.1,6.2,6.3,6.

Quiz
•
9th - 12th Grade
15 questions
Большое Повторение C#

Quiz
•
5th Grade - University
15 questions
С++ введение

Quiz
•
10th Grade
15 questions
Area and Arrays

Quiz
•
10th - 12th Grade
20 questions
Python - Iteration (For Loops)

Quiz
•
10th 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
Appointment Passes Review

Quiz
•
6th - 8th 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
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade