C sharp

C sharp

10th Grade

21 Qs

quiz-placeholder

Similar activities

Arrays

Arrays

9th - 12th Grade

16 Qs

APCSA Unit 6 Review Arrays

APCSA Unit 6 Review Arrays

9th - 12th Grade

17 Qs

Java Base

Java Base

9th - 12th Grade

19 Qs

Array

Array

10th - 12th Grade

20 Qs

Arrays in Java

Arrays in Java

9th - 12th Grade

20 Qs

Computer Application Practice Quiz Class 10

Computer Application Practice Quiz Class 10

10th Grade

20 Qs

Hour_of_Code

Hour_of_Code

5th - 12th Grade

16 Qs

Debugging

Debugging

10th Grade

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?