What is the symbol for division?
MATLAB Exam prep

Quiz
•
Computers
•
University
•
Medium
Kim Xu
Used 60+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
\
/
%
^
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
Similar Resources on Quizizz
20 questions
Avaliação de Pensamento Computacional

Quiz
•
8th Grade - University
21 questions
Ôn tập cuối kì Đông. Python

Quiz
•
10th Grade - University
20 questions
Python Programming Quiz

Quiz
•
9th Grade - University
20 questions
Algoritma + Pascal

Quiz
•
University
20 questions
INTRODUCTION SIGNAL & SYSTEM

Quiz
•
University
20 questions
Kuis AlgolStrukData

Quiz
•
University
20 questions
TECHFEST QUALIFYING ROUND

Quiz
•
University
20 questions
MatLab_level_1

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade