MATLAB Basics Quiz

MATLAB Basics Quiz

University

17 Qs

quiz-placeholder

Similar activities

Exam 4 Review

Exam 4 Review

University

14 Qs

FCS-Review

FCS-Review

University

15 Qs

Introduction to C++

Introduction to C++

University

20 Qs

DE-REFRESHER-2025

DE-REFRESHER-2025

University

15 Qs

Power Electronics - 8

Power Electronics - 8

University

12 Qs

Mastering Autodesk Inventor 2025

Mastering Autodesk Inventor 2025

12th Grade - University

12 Qs

LSP QUIZ

LSP QUIZ

University

20 Qs

Quiz 3

Quiz 3

University

20 Qs

MATLAB Basics Quiz

MATLAB Basics Quiz

Assessment

Quiz

Engineering

University

Medium

Created by

Walid hannach

Used 1+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does MATLAB stand for?

Matrix Laboratory

Mathematical Toolbox

Matrix Language

Mathematical Laboratory

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which panel shows the files in your current working directory?

Command Window

Editor

Workspace

Current Folder

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the command 'sin(a)' if a = 1?

0.5403

0.0000

0.8415

1.0000

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a 5-by-1 column vector of zeros in MATLAB?

z = zeros(5,1)

z = ones(5,1)

z = zeros(1,5)

z = rand(5,1)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the command 'eye(6)' return?

A 6x6 matrix of zeros

A 6x1 vector of ones

A 6x6 identity matrix

A 6x1 vector of random numbers

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for element-wise multiplication in MATLAB?

x

.*.

.*

*

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the command 'sort(v)' do?

Reverses the elements of v

Finds the maximum value in v

Sorts the elements of v in descending order

Sorts the elements of v in ascending order

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?