Bahasa Pemrograman
Bahasa Indonesia
Bahasa Tingkat Tinggi
Bahasa Mesin
Rate this question:
Flowchart
Bahasa Komputer
Bahasa Pemrograman
Algoritma
Rate this question:
Flowmap
FlowDiagram
Data Flow
Flowchart
Rate this question:
Proses
Inisialisasi
Alur Data
Start/akhir
Rate this question:
End
Start
Alir Data
Proses
Rate this question:
Alur
Algoritma
Tree
Diagram Alir
Rate this question:
Data
Garis Proses
Garis Data
Garis Alir
Rate this question:
Bahasa C hanya menyediakan sedikit kata kunci sehingga mudah dipahami
Kode bahasa C Sifatnya adalah portable(MultiPlatfoarm)
Bahasa C tersedia di hamper semua jenis computer
Membantu Manusia
Rate this question:
Menulis Kode Program (Psedecode),Mengubah kode program (Compiler),Melakukan Pengujian Kode Program (Salah/benar)(Debuging),Menjalankan program (Running)
Mengubah kode program (Compiler),Melakukan Pengujian Kode Program (Salah/benar)(Debuging),Menjalankan program (Running),Menulis Kode Program (Psedecode)
Mengubah kode program (Compiler),Menulis Kode Program (Psedecode),Melakukan Pengujian Kode Program (Salah/benar)(Debuging),Menjalankan program (Running)
Mengubah kode program (Compiler),Menulis Kode Program (Psedecode),Melakukan Pengujian Kode Program (Salah/benar)(Debuging)
Rate this question:
Turbo C++
Netbeans
Dreamweaver
Notepad++
Rate this question:
{ ....}
Void main()
#include
Printf
Rate this question:
Scanf
%d
Printf
%c
Rate this question:
#include
Main()
{ .....}
Scanf
Rate this question:
//---------------- //
Printf("............");
Scanf("........");
{ ............. }
Rate this question:
Variabel
Identifier
Konstanta
Tipe data
Rate this question:
Diawali huruf A...Z, a...z atau garis bawah (_)
Diawali dengan angka
Tidak boleh diawali dengan angka
Boleh menggunakan +,-,/
Tidak boleh menggunakan operator
Rate this question:
Variabel
Tipe Data
Identifier
Flowchart
Rate this question:
Int a;
Int 7;
Char r;
Int a=7;
A int;
Rate this question:
Int
String
Char
Boolean
Rate this question:
Float
Int
Char
String
Rate this question:
Statement control
Statemen
Kondisi
Perulangan
Rate this question:
Statement pemilihan
Statement Control
Operator
Logika
Rate this question:
Logika
Seleksi Kondisi
Perulangan
Penyeleksian
Rate this question:
Char a;
Int a;
Float a;
String [a];
Rate this question:
For(a++)
For (a=1; a
For(a=5;
For (a=1; a
Rate this question:
If(angka);
For(a)
If(angka%2==0)
If(angka 2==0)
Rate this question:
Scanf("%d",&a)
Scanf("%f",&a);
Scanf("%c",&a);
Scanf("%d",&a);
Rate this question:
Quiz Review Timeline (Updated): Mar 22, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.