Fase F - Array

Quiz
•
Computers
•
11th Grade
•
Medium
Standards-aligned
Maria Margaretha
Used 5+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 5 pts
Apa yang dimaksud dengan array dalam pemrograman?
Array adalah metode untuk mengurutkan data dalam pemrograman.
Array adalah tipe data yang hanya menyimpan satu elemen.
Array adalah struktur data yang menyimpan sekumpulan elemen dengan tipe data yang sama.
Array adalah struktur data yang menyimpan elemen dengan tipe data yang berbeda.
Array adalah metode untuk menyaring data dalam pemrograman.
2.
MULTIPLE CHOICE QUESTION
20 sec • 5 pts
Indeks array selalu dimulai dari ....
0
1
-1
2
-2
3.
MULTIPLE CHOICE QUESTION
20 sec • 5 pts
Cara yang benar untuk mendeklarasikan array di C++ adalah ....
int nilai{10};
int nilai[10];
int [] nilai = new int[10];
int [] nilai = 10;
int nilai(10);
Tags
Array
4.
MULTIPLE CHOICE QUESTION
20 sec • 5 pts
Jika sebuah array memiliki indeks 0 hingga 9, berapa banyak elemen yang ada di dalam array tersebut?
11
10
9
8
12
5.
MULTIPLE CHOICE QUESTION
20 sec • 5 pts
Bagaimana cara mengakses elemen pertama dari array `arr`?
arr[0]
arr[1]
arr[10]
arr[0] + 1
arr[]
6.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
char huruf[5] = {'a', 'b', 'c', 'd', 'e'};
Indeks ke 2 dari array di atas adalah...
a
b
c
d
e
7.
MULTIPLE CHOICE QUESTION
20 sec • 5 pts
Output dari kode di samping adalah...
c
Huruf: b
Huruf: c
b
2
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
2D Arrays

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

Quiz
•
10th - 12th Grade
15 questions
Latihan Soal

Quiz
•
11th Grade
16 questions
CSA Unit 3 Review

Quiz
•
10th - 12th Grade
25 questions
Quiz tentang Array dan String, knapsack dalam Pemrograman

Quiz
•
11th Grade
15 questions
Area and Arrays

Quiz
•
10th - 12th Grade
20 questions
Java, part I

Quiz
•
11th Grade - University
15 questions
C++ SHS B1-B2

Quiz
•
11th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University