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
28 questions
Python по занятиям

Quiz
•
1st - 10th Grade
25 questions
QUIZ PD KELAS X SMK

Quiz
•
10th Grade
25 questions
Operating Systems

Quiz
•
9th - 12th Grade
25 questions
Penilaian Tengah Semester

Quiz
•
10th Grade
30 questions
Understanding Data Storage and APIs 2

Quiz
•
10th Grade
28 questions
ԹԳՀԳ 10- րդ դաս C++

Quiz
•
10th Grade - University
35 questions
SKT5 : Bab 3 : c) Standard Library, Subaturcara, Tatasusunan

Quiz
•
10th - 12th Grade
25 questions
Python 2021

Quiz
•
7th - 9th 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