MATLAB Quiz on Matrices and Loops

MATLAB Quiz on Matrices and Loops

University

40 Qs

quiz-placeholder

Similar activities

Information

Information

8th Grade - University

40 Qs

EXAMEN 2° TRIMESTRE - COMPUTACIÓN - 3° DE SECUNDARIA

EXAMEN 2° TRIMESTRE - COMPUTACIÓN - 3° DE SECUNDARIA

9th Grade - University

40 Qs

Python Programming Quiz

Python Programming Quiz

University

40 Qs

икт дайындык

икт дайындык

University

40 Qs

список python

список python

11th Grade - University

40 Qs

JABA!

JABA!

University

41 Qs

8 класс цикл

8 класс цикл

8th Grade - University

37 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?