MATLAB Exam prep

MATLAB Exam prep

University

25 Qs

quiz-placeholder

Similar activities

Micro Arch - CPUs & Fetch-Execute

Micro Arch - CPUs & Fetch-Execute

University

20 Qs

2TK - Review Dinamik Routing - 091219

2TK - Review Dinamik Routing - 091219

University

20 Qs

Pra UPS 2

Pra UPS 2

University

20 Qs

Quiz Inf X.B

Quiz Inf X.B

10th Grade - University

20 Qs

DWDM-2

DWDM-2

University

20 Qs

IGH Test de Entrada

IGH Test de Entrada

University

20 Qs

Relational Algebra and Calculus

Relational Algebra and Calculus

University

20 Qs

Artificial Intelligence CT-1

Artificial Intelligence CT-1

University

20 Qs

MATLAB Exam prep

MATLAB Exam prep

Assessment

Quiz

Computers

University

Medium

Created by

Kim Xu

Used 64+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the symbol for division?

\

/

%

^

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

x = 2;

if x > 2

y = 2*x;

elseif x < 2

y = 3*x;

else

y = 6*x;

end

What is y?

2

4

6

12

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

vec = [1 6 20 3 2];

[m, n] = max(vec);

What is the value of n?

5

20

3

2

4.

FILL IN THE BLANK QUESTION

30 sec • 5 pts

What is the result of

mod(25,6)?

5.

FILL IN THE BLANK QUESTION

1 min • 5 pts

x = [1 0 0]; y = [0 1 0];

new = 3*sum(x|y)

What is the value of new?

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

for index = 1:2:10

v = index*3;

end

How many iterations of the loop will

this code perform?

3

5

6

12

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

sum([1; 5; 3; 3; 7])

5

7

19

5

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?