MATLAB Quiz on Matrices and Loops

MATLAB Quiz on Matrices and Loops

University

40 Qs

quiz-placeholder

Similar activities

Quiztronic

Quiztronic

University

40 Qs

Quiz Pra Asas 24 - Ganjil

Quiz Pra Asas 24 - Ganjil

7th Grade - University

45 Qs

Networking Week 6

Networking Week 6

3rd Grade - University

39 Qs

7-20

7-20

7th Grade - University

38 Qs

Đề Cương HKII Tin 10

Đề Cương HKII Tin 10

10th Grade - University

36 Qs

REVEIWERACKK

REVEIWERACKK

University

35 Qs

7 кл-06

7 кл-06

7th Grade - University

38 Qs

MODULE 2 - (FOR SALE!) luh monetized yarn

MODULE 2 - (FOR SALE!) luh monetized yarn

University

39 Qs

MATLAB Quiz on Matrices and Loops

MATLAB Quiz on Matrices and Loops

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Günel Cabbarlı

Used 2+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a matrix in MATLAB?

1D array

A loop

2D array of numbers

A string

A cell

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does randi(20, 4, 4) create?

Random 4-element row

A 4x4 matrix of 0s

Random 4x4 matrix with integers from 1 to 20

Identity matrix

Transposed matrix

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of A .* B?

Matrix multiplication

Addition

Element-wise multiplication

Determinant

Transpose

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does A' do in MATLAB?

Deletes A

Copies A

Transposes A

Squares A

Multiplies A by 2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used for matrix multiplication?

.*

.^

+

*

//

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function finds the determinant?

mean(A)

sum(A)

det(A)

inv(A)

rank(A)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of A(2,3) for A = [1 2 3; 4 5 6]?

3

4

6

2

Error

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?