
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
9 questions
JAVA

Quiz
•
10th Grade
15 questions
TDI_android11

Quiz
•
2nd Grade - University
10 questions
Array

Quiz
•
10th Grade
15 questions
Unit 8 - Searching and Sorting

Quiz
•
9th - 12th Grade
17 questions
Java-Basics

Quiz
•
9th - 12th Grade
15 questions
Computer Science Review

Quiz
•
10th - 12th Grade
10 questions
C Programming - Dia Aberto - EPC

Quiz
•
9th - 12th Grade
12 questions
APCSA Unit 7

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

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th 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
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade