Tahapan,Struktur , dan Aplikasi Pemrograman Bahsa C/ Pascal

Quiz
•
Computers
•
10th Grade
•
Hard
Try Siswadi
Used 13+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Var I : Integer ;
Begin
For I := 1 To 2 Do Write(‘ Uas ’);
Writeln(‘Oke‘); End.
Output dari program diatas adalah .....
Uas
Uas
Oke
Uas Oke
Uas Oke
Uas Uas
Oke
Uas Uas Oke
2.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Function Hasil(Var A,B : Integer) : Integer;
Begin
A := A + B;
Hasil := A-B;
End;
Var X,Y : Integer;
Begin
Readln(X);
Readln(Y);
Writeln(Hasil(X,Y));
End.
Jika X = 5 Dan Y = 4 Maka Hasil = .....
0
4
5
Semua Salah
3.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Kal1 := ‘ ujian ’;
Kal2 :=’ akhir ’;
Hasil dari CONCAT(Kal2,Kal1, “Pascal”) adalah :
ujian akhir
akhir ujian
ujian akhir Pascal
akhir ujian Pascal
4.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Manakah pendeklasian tipe record yang benar dibawah ini :
Type
RecDosen = Record;
NIP : longint; nama : string [15]; End;
RecMhs = Record;
string [20]; End;
NPM : integer; Nama : string [15]; End;
Type
Nilaiujian = Record
UTS,UAS : real; End;
DataMhs = Record
NPM : integer; Nama : string [15]; Nilai : Nilaiujian; End;
Type
RecPegawai : Record
Begin
nopeg = integer; nama =
semua salah
5.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Dibawah ini semua benar tentang identifier, kecuali :
Tidak boleh mengandung blank
Tidak boleh mengandung simbol-simbol khusus, kecuali garis bawah
Panjangnya bebas, tetapi hanya 63 karakter pertama yang dianggap signifikan
Terdiri dari gabungan huruf dan angka, karakter pertama harus berupa huruf, huruf besar dan kecil dianggap berbeda Ö
Similar Resources on Wayground
10 questions
Типы данных Паскаль

Quiz
•
10th Grade
10 questions
Programming Basics Basics

Quiz
•
8th Grade - University
10 questions
soal essai pyton informatika

Quiz
•
10th Grade
10 questions
Python Basics

Quiz
•
8th - 10th Grade
8 questions
Visual Basic Basics!

Quiz
•
9th - 12th Grade
10 questions
типы данных

Quiz
•
10th Grade
8 questions
Sains Komputer Tingkatan 4 - 1.3.2 Memilih dan menggunakan..

Quiz
•
10th - 12th Grade
9 questions
Comparison operators

Quiz
•
6th - 11th 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