Search Header Logo

Pascal

Authored by Lydia Palupi

Computers

1st Grade

Used 23+ times

Pascal
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

1. Baris komentar pada Pascal harus diletakkan diantara tanda .....

{ } atau ( )

‘ ‘ atau { }

( ) atau ‘ ‘

(* *) atau { }

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

2.Looping pada WHILE DO dikerjakan minimal ... kali, sedangkan pada REPEAT...UNTIL dikerjakan minimal .... kali.

1 0

1 1

0 1

0 0

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

3. Ouput program di bawah ini adalah :

Procedure satu;

Begin Writeln(‘PASCAL’);writeln(‘------------‘);end;

Procedure dua;

Begin Writeln(‘BAHASA’);end;

Begin

dua;Writeln(‘------------’);satu;Writeln(‘------------‘); END.

PASCAL

------------

------------

BAHASA

------------

BAHASA

------------

PASCAL

------------

------------

PASCAL

----------

BAHASA

----------

----------

BAHASA

-----------

-----------

PASCAL

----------

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

4.Deklarasi label digunakan jika pada penulisan program akan menggunakan statemen.....

Writeln

Readln

Goto

If Then

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

5. Output dari program berikut :

Var a,b : integer;

Begin

For a := 1 to 5 Do

For b:= 1 to a Do

Write(b);

End.

1

12

123

1234

12345

12345

1234

123

12

1

12345

112123123412345

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

6.Suatu program pascal yang paling sederhana adalah program yang terdiri dari

VAR

BEGIN

END.

PROGRAM CONTOH;

VAR

END.

PROSEDUR CONTOH;

BEGIN

END.

BEGIN

END.

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

7.String, Char, integer, real dan boolean termasuk ke dalam tipe data

User defined

Petunjuk

Standar

Sederhana

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?