
Progdas Function

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Apri Wardi
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Berdasarkan siapa yang membuat, fungsi bisa dibedakan ke dalam 2 kelompok yaitu
fungsi tangan dan fungsi badan
Built-In Function dan
User Defined Function
compack function dan full function
team function dan all function
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Bahasa C menyediakan banyak fungsi bawaan, dibawah ini yang merupakan library bawaan yaitu
going(), tab(), dan last()
new(), going(), draf()
printf(), scanf() dan strcpy()
semua jawaban benar
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Beberapa ada yang menyukai gaya camelCase, dimana karakter pertama nama fungsi ditulis dengan huruf kecil, kemudian setiap karakter pertama kata berikutnya dalam huruf besar, penulisan camel case yang benar yaitu ?
CariNamaMahasiswa()
memasaknasi()
hotel_bintang()
harirabu_jumat()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
sapaLisa() {
printf("Hai Lisa \n");
}
sapaSari() {
printf("Morning, Sari \n");
}
sapaRudi() {
printf("Halo bro,.. \n");
}
imain()
{
sapaLisa();
sapaSari();
sapaRudi();
getch();
}
tampilan dari kode program diatas adalah ?
Hai Lisa
Morning, Sari
Halo bro,..
Hai Lisa, andre
raju
Assalamualaikum ukhti
selamat pagi, malam dan siang
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
hitungLuasSegitiga() {
alas = 5;
tinggi = 7;
luas = (alas * tinggi) / 2;
printf("Luas segitiga adalah: %.2f \n",luas);
}
imain(void)
{
hitungLuasSegitiga();
main();
}
hasil output dari kode program diatas adalah
20.5
17.50
30.4
14
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Untuk menjalankan program pada bahasa C menggunakan perintah
compile
run
gets
string
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Menggambarkan program secara logika merupakan fungsi dari...
Dxdiag
Flowchart
Begin
Sistem oprasi
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Search Engine

Quiz
•
10th Grade
13 questions
Pemrograman C: scanf dan printf

Quiz
•
11th Grade
12 questions
for dan if bahasa C

Quiz
•
11th Grade
12 questions
Linguagem C parte II

Quiz
•
12th Grade
10 questions
loop for(C)

Quiz
•
9th Grade - University
15 questions
SUMATIF KELAS 10

Quiz
•
10th Grade
10 questions
Past Technology

Quiz
•
KG - Professional Dev...
15 questions
C Programming

Quiz
•
8th - 10th 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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

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

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

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

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

Interactive video
•
9th - 12th Grade