C sharp

C sharp

10th Grade

21 Qs

quiz-placeholder

Similar activities

XI Arrays & Structtures 2023

XI Arrays & Structtures 2023

9th - 12th Grade

20 Qs

Array

Array

10th - 12th Grade

20 Qs

Arduino Temel Seviye

Arduino Temel Seviye

9th - 12th Grade

20 Qs

APCS A - Array 6.1,6.2,6.3,6.

APCS A - Array 6.1,6.2,6.3,6.

9th - 12th Grade

20 Qs

Hour_of_Code

Hour_of_Code

5th - 12th Grade

16 Qs

Arrays

Arrays

9th - 12th Grade

16 Qs

GD2 - 3.13 Unit 3 Test - Loops, Strings & Arrays

GD2 - 3.13 Unit 3 Test - Loops, Strings & Arrays

10th - 12th Grade

20 Qs

Arduino Kod Okur Yazarlığı 4 (Değişken Tanımlama)

Arduino Kod Okur Yazarlığı 4 (Değişken Tanımlama)

5th Grade - University

20 Qs

C sharp

C sharp

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Selçuk Yahşi

Used 5+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

dizilerin boyutu önceden belirlenmelidir

Doğru

Yanlış

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

dizilerin tipi belirtilmelidir.

Doğru

Yanlış

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

hangisi doğrudur?

int[] dizi = new int(5);

int dizi = new int[5];

int[] dizi = new int[5];

int[] dizi = new int[];

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

int[] dizi = new int[]{0,1,2,3};

MessageBox.Show(dizi[1]);

yazıldığında ekranda ne gözükür?

0

1

2

3

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

integer tipte “numaralar” isminde bir dizi oluşturmak için uygun ifadeleri yazınız.

_____________ ={10,20,30,40};

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Programda int adlı bir değişken tanımlanabilir.

Doğru

Yanlış

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

int[ ] sayilar = {10, 32, 60, 100, 90, 5}; şeklinde oluşturulan bir dizi için sayilar.Length() metodu çalıştırıldığında komutun döndürdüğü değer aşağıdakilerden hangisidir?

10

5

3

6

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?