
programming ch2
Quiz
•
Computers
•
10th Grade
•
Medium
Hibasinem DEMİRKAN
Used 56+ times
FREE Resource
Enhance your content
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Aşağıdakilerden hangisi if deyiminde eşitmidir diye kontrol eder?
<=
=>
==
!=
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
switch case yapısında aşağıdakilerden hangisi case komutunu sonlandırmak için kullanılır?
default
break
switch
case
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
if(sayi>0 && sayi<3) deyiminin karşılığı aşağıdakilerden hangisidir?
sayi 0 dan küçük ve 3 ten büyük
sayı 0 dan büyük veya 3 ten küçük
sayı 0 dan büyük ve 3 ten küçük
sayı 0 dan ve 3 ten küçük
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
aşağıdakilerden hangisi x rakamını bir eksiltir?
x++
x--
x=x-2
x=x-4
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Aşağıdaki for döngülerinden hangisi 5 kere döner?
for(int i=1;i<4;i++)
for(int i=1;i<5;i++)
for(int i=1;i<6;i++)
for(int i=1;i<7;i++)
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Aşağıdakilerden hangisinde for döngüsü yapısı doğru tanımlanmıştır?
for(artış;başlangıç miktarı;bitiş miktarı)
for(bitiş miktarı;artış;başlangıç miktarı)
for(başlangıç miktarı;artış;bitiş miktarı)
for(başlangıç miktarı;bitiş miktarı;artış)
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
10dan 0 da dahil olmak üzere geriye doğru birer birer yan yana yazma kodu aşağıdakilerden hangisidir?
EKRAN ÇIKTISI:
10 9 8 7 6 5 4 3 2 1 0
for (i=10;i>1;i--)
Console.WriteLine(i);
for (i=10;i>=0;i--)
Console.Write(i);
for (i=10;i>=0;i--)
Console.WriteLine(i);
for (i=10;i>1;i--)
Console.Write(i);
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
11 questions
Računalne mreže
Quiz
•
3rd - 10th Grade
10 questions
Organisasi dan arsitektur komputer
Quiz
•
10th Grade
10 questions
LOOPS IN C++
Quiz
•
10th Grade - University
10 questions
Pojęcia informatyczne
Quiz
•
1st - 10th Grade
10 questions
Quiz HTML
Quiz
•
1st - 10th Grade
15 questions
Ipad
Quiz
•
1st Grade - Professio...
16 questions
ETİK BİLGİ VE SİBER SUÇLAR
Quiz
•
1st - 12th Grade
15 questions
MobileApps
Quiz
•
10th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
11 questions
NEASC Extended Advisory
Lesson
•
9th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade