wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

QUIZ MATLAB

Total questions: 25

Worksheet time: 50mins

Name
Class
Date
1.
What is the result of this command
12 < 14
a)
1
b)
0
c)
12
d)
14
2.
What is the result of this command
3 ^ 2 * 3 ^ 2
a)
81
b)
36
c)
216
d)
6
3.
What is the result of this command
sin(pi/2) + cosd(0)
a)
2
b)
0
c)
1
d)
infinity
4.
A=[1 2 3 4 5];
a)
A is Row Vector
b)
A is Column Vector
5.
floor(14.8) =
a)
14.8
b)
15
c)
14
d)
0.8
6.
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
7.
A=[14  12  15;
        34  25  35;
        94  51  75;
        40  52  55]
How many elements less than 50 ?
a)
7
b)
8
c)
6
d)
9
8.
plot(x,y,'--r')
the output line will be ?
a)
dashed-red
b)
dash dotted-red
c)
dotted-red
d)
solid-red
9.
A=[14  12  15;
        34  25  35;
        94  51  75;
        40  52  55]
How many elements greater than 14 ?
a)
9
b)
10
c)
11
d)
12
10.
5*2^2*5 =
a)
100
b)
300
c)
500
d)
1000
11.

What will print?

a)

4 5 6

b)

6 4 5

c)

nothing

d)

4 6

12.

What will print?

a)

4 5 6

b)

6 5 4

c)

nothing

d)

4 4 4

13.

How many number will print?

a)

5

b)

3

c)

4

d)

0

14.

How many letters will print?

a)

2

b)

1

c)

6

d)

5

15.

Bahasa pemrograman canggih untuk komputasi dibidang keteknikan dalam hal kemampuaanya untuk perhitungan,

visualisasi dan pemrograman komputer.

a)

CD/CAM

b)

MATLAB

c)

LABORATORY

d)

VISUAL BASIC

16.

simbol akar untuk melakukan operasinya yaitu:

a)

sqrt

b)

srtq

c)

qrst

d)

rstq

17.

>>x=[1 2 3];

>>y=[4 5 6]

>>z=x.*y

a)

z=4 10 19

b)

z=4 11 18

c)

z=3 10 18

d)

z=4 10 18

18.

Matlab merupakan singkatan dari...

a)

Mathematic Labour

b)

Mathematic Laboratory

c)

Matrix Laboratory

d)

Matrix Labour

19.

Berikut merupakan contoh penggunaan Matlab, kecuali ...

a)

Matematika dan komputasi

b)

Analisis Psikologi

c)

Analisis numerik dan statistik

d)

Pengembangan aplikasi teknik

20.

Gambar diatas merupakan tampilan dari ...

a)

Command Windows

b)

Command Prompt

c)

Workspace

d)

Current Folder

21.

Bentuk operasi yang benar dalam matlab adalah ...

a)

/ , + , x

b)

/ , - , *

c)

+ , - , :

d)

+ , x , *

22.

Gambar diatas merupakan bagian flowchart yang menyatakan ...

a)

Process

b)

Input/output data

c)

Decision

d)

Terminator

23.

Transpose untuk matrix A adalah ...

a)
b)
c)
d)
24.

Perintah untuk membersihkan layar command windows adalah ...

a)

delete

b)

clear

c)

cls

d)

clc

25.

Perintah untuk menampilkan grafik adalah ...

a)

disp

b)

graph

c)

plot

d)

ploting