
Penilaian Materi Alpro

Quiz
•
Computers
•
11th Grade
•
Medium
chelsea kuliah
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
Manakah dari berikut yang merupakan file header yang digunakan untuk fungsi input/output standar dalam bahasa C?
<stdio.h>
<math.h>
<stdlib.h>
<string.h>
2.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
Berikut adalah deklarasi variabel dalam bahasa C. Manakah yang benar?
int age = 15;
intage=15;!
int age;
int = age15;
3.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
Berikut adalah deklarasi dan inisialisasi array dalam bahasa C. Manakah yang benar?
int arr[5] = {1, 2, 3, 4};
int arr[4];
arr[5] = {1, 2, 3, 4};
int arr[] = {1, 2, 3, 4};
4.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
Tipe data apa yang digunakan untuk menyimpan karakter tunggal dalam bahasa C?
float
int
char
boolean
5.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
Deklarasi adalah tahapan penentuan tipe data dan identifier suatu objek pemrograman (variable, constant, object, dll).
Inisialisasi adalah tahapan pengisian nilai awal suatu objek pemrograman
Benar
Salah
6.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
Format specifier %s digunakan untuk apa dalam bahasa C ?
simbol untuk menampilkan nilai string
simbol untuk menampilkan nilai angka atau bilangan desimal
simbol untuk membuat baris baru
7.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
Gambar di samping merupakan simbol flowchart yang digunakan untuk menggambarkan ?
Terminal
Proses yang dilakukan oleh komputer
Menyatakan awal dan akhir program
Pengambilan Keputusan
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
C++ vs Python: A Quiz Introduction

Quiz
•
11th Grade - University
15 questions
Python

Quiz
•
6th Grade - University
10 questions
Java while loops

Quiz
•
10th - 12th Grade
11 questions
Project STEM AP CS A Unit 1 Quiz Review

Quiz
•
9th - 12th Grade
10 questions
APCSA - Unit 3

Quiz
•
9th - 12th Grade
11 questions
Java Boolean Statements

Quiz
•
11th Grade
15 questions
หน่วยที่ 2 เรื่อง ( Language C )

Quiz
•
9th - 12th Grade
10 questions
Exam 2 MC

Quiz
•
10th - 12th 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
9/11 Experience and Reflections

Interactive video
•
10th - 12th 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
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade