for Döngüsü

for Döngüsü

10th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Topologias de Red

Topologias de Red

11th Grade

16 Qs

HTML QUIZ # 3

HTML QUIZ # 3

10th Grade

20 Qs

computer Lab Manners

computer Lab Manners

5th - 10th Grade

19 Qs

С++ циклы

С++ циклы

10th Grade

20 Qs

1.1.3 Proses Penyelesaian Masalah

1.1.3 Proses Penyelesaian Masalah

11th Grade

20 Qs

Tes Sumatif Kelas X.10-X.12

Tes Sumatif Kelas X.10-X.12

10th Grade

20 Qs

UNIT 1.2 MEMORY

UNIT 1.2 MEMORY

10th Grade

19 Qs

Pemograman Dasar 2

Pemograman Dasar 2

10th Grade

20 Qs

for Döngüsü

for Döngüsü

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Created by

Deniz Ersöz

Used 17+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?