wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Kuis Pemograman Komputer

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Perintah untuk akar kuadrat adalah?

a)

sqrt

b)

max

c)

root

d)

sin

2.

Matlab merupakan singkatan dari...

a)

Mathematic Labour

b)

Mathematic Laboratory

c)

Matrix Laboratory

d)

Matrix Labour

3.

Berikut merupakan contoh penggunaan Matlab, kecuali ...

a)

Matematika dan komputasi

b)

Analisis Psikologi

c)

Analisis numerik dan statistik

d)

Pengembangan aplikasi teknik

4.

Gambar diatas merupakan tampilan dari ...

a)

Command Windows

b)

Command Prompt

c)

Workspace

d)

Current Folder

5.

Gambar diatas merupakan tampilan dari ...

a)

Command Windows

b)

Command Prompt

c)

Workspace

d)

Current Folder

6.

Bentuk operasi yang benar dalam matlab adalah ...

a)

/ , + , x

b)

/ , - , *

c)

+ , - , :

d)

+ , x , *

7.

Transpose untuk matrix A adalah ...

a)
b)
c)
d)
8.

Perintah untuk membersihkan layar command windows adalah ...

a)

delete

b)

clear

c)

cls

d)

clc

9.

Perintah untuk menghapus data di workspace yang tidak akan digunakan lagi dalam program adalah ...

a)

delete

b)

clear

c)

cls

d)

clc

10.

Perintah untuk menampilkan grafik adalah ...

a)

disp

b)

graph

c)

plot

d)

ploting

11.
A=[14  12  15;
        34  25  35;
        94  51  75;
        40  52  55]
What is the dimension of A ?
a)
4x3
b)
3x4
c)
4x4
d)
3x3
12.
What is the result of this command
3 ^ 2 * 3 ^ 2
a)
81
b)
36
c)
216
d)
6
13.
What is the result of this command
sin(pi/2) + cosd(0)
a)
2
b)
0
c)
1
d)
infinity
14.

Apa perintah untuk percabangan?

a)

IF

b)

Switch

c)

for

d)

while

15.

Apa perintah untuk perulangan?kecuali

a)

IF

b)

For

c)

While

d)

Continue