
Uji Pemahaman Bahasa C Dasar
Quiz
•
Computers
•
11th Grade
•
Hard
Khairullah Khairullah
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa tipe data yang digunakan untuk menyimpan bilangan bulat di C?
double
float
char
int
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa hasil dari ekspresi 5 / 2 di C?
3
1
2.5
2
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Bagaimana cara mendeklarasikan variabel bertipe float di C?
int myVariable;
float myVariable;
double myVariable;
char myVariable;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa yang dimaksud dengan struktur kontrol dalam bahasa C?
Struktur kontrol adalah mekanisme yang mengatur alur eksekusi program.
Struktur kontrol adalah bagian dari sintaksis bahasa C.
Struktur kontrol adalah jenis data dalam bahasa C.
Struktur kontrol digunakan untuk mendeklarasikan variabel.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa perbedaan antara pernyataan if dan switch?
Pernyataan 'if' hanya digunakan dalam loop.
Pernyataan 'if' untuk kondisi boolean, 'switch' untuk memilih dari beberapa nilai.
'Switch' tidak dapat menangani kondisi boolean.
Pernyataan 'if' dan 'switch' memiliki fungsi yang sama.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Bagaimana cara menulis loop for di C?
for (int i = 0; i < n; i--) { // kode }
for (i = 0; i < n; i++) { // kode }
for (int i = 1; i <= n; i++) { // kode }
for (int i = 0; i < n; i++) { // kode }
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa output dari program berikut: printf("%d", 10 + 5);?
20
10
15
5
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
Fase F - Array
Quiz
•
11th Grade
16 questions
Soal Informatika XI SMA Semester 1
Quiz
•
11th Grade
12 questions
4B_java_Novembre2021
Quiz
•
11th Grade
15 questions
Pentaksiran T4(1.6)
Quiz
•
11th Grade
20 questions
SKT4-1.3: PEMBOLEH UBAH, PEMALAR DAN JENIS DATA
Quiz
•
10th - 11th Grade
15 questions
Java Variables, Input and Output
Quiz
•
10th - 12th Grade
10 questions
AppsLab_Q2
Quiz
•
10th Grade - Professi...
20 questions
Array
Quiz
•
10th - 12th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade