C# PROGRAMLAMA
Quiz
•
Computers
•
9th - 10th Grade
•
Hard
Fatih Gönül
Used 31+ times
FREE Resource
Enhance your content in a minute
30 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
5 mins • 1 pt
Hangi kodlar hatalıdır?
int 1sayı;
sayı = 20;
string ad;
ad = "fatih";
char karakter;
karakter = 'ad';
double ortalama;
ortalama = "45.92";
2.
MULTIPLE SELECT QUESTION
5 mins • 1 pt
Hangi kodlar hatalıdır?
int sınav;
sınav = 20;
string ad;
ad = fatih;
char karakter;
karakter = 'a';
bool geçti_mi;
geçti_mi = evet;
3.
FILL IN THE BLANK QUESTION
5 mins • 1 pt
Aşağıdaki kodun çıktısı nedir?
int y1 = 20, y2 = 30, y3 = 100;
Console.WriteLine(y3/(y1+y2));
4.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Aşağıdaki koda göre hangisi doğrudur?
const double pi = 3.14;
pi=4;
pi sayısının son değeri 4 olmuştur.
pi sayısının son değeri 3.14 olmuştur.
Kod hatalıdır.
pi sayısının son değeri 3 olmuştur.
5.
FILL IN THE BLANK QUESTION
5 mins • 1 pt
Aşağıdaki kodun çıktısı nedir?
int a=10, b=20, c=30;
a++;
b--;
a+=5;
b-=3;
c=a+b;
c++;
c*=2;
Console.WriteLine(c);
6.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Aşağıdaki koda göre hangisi doğrudur? Kod bloklarına dikkat edin.
int c=30;
{
int a = 10;
}
{
int b = 20;
Console.WriteLine(a);
Console.WriteLine(c);
}
Ekrana 10 yazar.
Kod hatalıdır.
Ekrana 30 yazar.
Ekrana 20 yazar.
7.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Aşağıdaki kodun çıktısı nedir?
string metin1 = "Bu";
string metin2 = "soru";
string metin3 = "zor";
string metin4 = "değil.";
Console.WriteLine(metin1 + metin2 + " " + metin3);
Bu soru zor
Busoru zor
Bu soru zor.
Bu soru zor değil.
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
25 questions
Java Review
Quiz
•
9th Grade - University
35 questions
Code.org Unit 2 Web Development
Quiz
•
6th - 12th Grade
25 questions
Microsoft Word - Formatting Documents, Tables and Columns
Quiz
•
9th - 11th Grade
30 questions
Unit 10: Web Development Fundamentals
Quiz
•
9th - 12th Grade
25 questions
Code HS 3.19 Intro to Programming w/Karel
Quiz
•
9th - 12th Grade
26 questions
OZOBOT Robotics Quizz
Quiz
•
1st - 9th Grade
25 questions
STS 2 TIK KELAS 4 TAHUN 2024 - 2025
Quiz
•
4th Grade - University
25 questions
AI Project cycle
Quiz
•
9th - 10th Grade
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
MINERS Core Values Quiz
Quiz
•
8th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
