C# PROGRAMLAMA

Quiz
•
Computers
•
9th - 10th Grade
•
Hard
Fatih Gönül
Used 31+ times
FREE Resource
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
Similar Resources on Wayground
30 questions
Parcial 1 - Programación IV-UIV

Quiz
•
9th Grade - University
28 questions
CSP Unit 7 Review Code.org

Quiz
•
9th - 12th Grade
27 questions
SQL_kartkowka

Quiz
•
1st Grade - University
32 questions
G24-25 Q3 Test Review

Quiz
•
10th Grade
25 questions
Python Class 9

Quiz
•
9th - 10th Grade
35 questions
APCSA Unit 4 test

Quiz
•
9th Grade
28 questions
Python slicing

Quiz
•
10th Grade
25 questions
Library Classes

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade