Array

Quiz
•
Computers
•
10th Grade
•
Hard
Erika fahlevi
Used 251+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Array merupakan .... yang digunakan untuk menyimpan sekumpulan data dalam satu tempat
Memori
Struktur data
Variabel
Tipe data
Header
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
char huruf[5] = {'a', 'b', 'c', 'd', 'e'};
Index ke 2 dari array di atas adalah...
a
b
c
d
e
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Penulisan array dengan isian data nama siswa yang benar adalah...
int nama [3] = {'ayu','putri','dewi'};
char nama [3] = {'ayu','putri','dewi'};
string nama [3] = {'ayu','putri','dewi'};
int nama [3] = ayu,putri,dewi;
string nama [3] = "'ayu','putri','dewi'";
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Data yang disimpan di dalam array harus memiliki ... yang sama
Tipe data
Variabel
Nilai
Rumus
Hasil
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
string nama[4]={"Ahmad","Ayu","Bambang","Lukman"}
Cara mengambil nama "Ayu" dari array di atas yang benar adalah...
cout<<nama[0];
cout<<nama[1];
cout<<nama[2];
cout<<nama[3];
cout<<nama[4];
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
HTML dan CSS 2

Quiz
•
10th Grade
10 questions
Uji Pemahaman Desain Komunikasi Visual BAB 1

Quiz
•
10th Grade
10 questions
Pemahaman Dasar Komputasi

Quiz
•
9th Grade - University
10 questions
Evaluasi Matriks Kelas XI

Quiz
•
9th - 12th Grade
15 questions
Berpikir Komputasional Kelas 10

Quiz
•
10th Grade
15 questions
Quiz Berpikir Komputasional

Quiz
•
10th Grade
10 questions
Arrays and Lists

Quiz
•
6th - 12th Grade
5 questions
Uji Pemahaman Struktur Data Dasar

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