
14.04

Quiz
•
Computers
•
10th Grade
•
Hard
YASEMİN ALTUĞ
Used 1+ times
FREE Resource
14 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Aşağıdaki kod satırında bulunan boşluklara, integer tipte “numaralar” isminde bir dizi oluşturmak için uygun ifadeleri yazınız.
_________ __________________={10,20,30,40};
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Aşağıdaki kod satırında bulunan boşluklara, string tipte “sehirler” isminde 81 elemanlı bir dizi oluşturmak için uygun ifadeleri yazınız.
_________ ____________ = new ___________
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Aşağıda tanımlanan diziye göre x değişkenin değeri ne olur?
byte[ ] sayilar = new byte[ ]{ 4,3,2,1};
byte x=sayilar[3];
4.
MULTIPLE CHOICE QUESTION
30 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?
5
6
10
HATA VERİR
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Aşağıdakilerden hangisi 4 elemanlı integer tipinde tanımlanmış bir dizidir?
int[] dizi = new int[4];
int[4] dizi;
int[] dizi = 4;
int dizi[4];
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Dizilerle ilgili aşağıdaki ifadelerden hangisi doğrudur?
Dizi elemanları sadece integer tipinde olur.
Dizinin Rank özelliği dizideki eleman sayısını verir.
Dizinin Length özelliği dizinin boyutunu verir.
Sayısal dizilerde ön tanımlı değeri 0’dır
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Aşağıdakilerden hangisi 4 satır ve 5 sütundan oluşan iki boyutlu dizi tanımlamasıdır?
int[4, 5] sayilar = new int[ , ];
int [4][5] sayilar = new int[];
int [ , ] sayilar = new int[4, 5];
int [ , ] sayilar = new int[5, 4]; E) int[5,4] sayilar = new int[];
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Жанар214

Quiz
•
9th Grade - University
10 questions
Dasar Algoritma dan Pemrograman p1

Quiz
•
10th Grade
16 questions
Recuparacion 10 CP

Quiz
•
10th Grade
11 questions
J277 Programming - Data Types

Quiz
•
9th - 11th Grade
16 questions
XIБ_Script

Quiz
•
9th - 12th Grade
10 questions
Trắc nghiệm: Bài 18-Các lệnh vào ra đơn giản

Quiz
•
10th Grade
18 questions
GCSE Computer Science Data types

Quiz
•
10th - 12th Grade
10 questions
Python

Quiz
•
1st - 10th 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