Matlab Quiz

Matlab Quiz

University

44 Qs

quiz-placeholder

Similar activities

35-77

35-77

University

43 Qs

Sistem Komputer

Sistem Komputer

10th Grade - University

40 Qs

TOPIC 1: COMPUTER HARDWARE

TOPIC 1: COMPUTER HARDWARE

University

40 Qs

Pre-FINAL EXAM

Pre-FINAL EXAM

University

49 Qs

Soal US Informatika Kelas VII

Soal US Informatika Kelas VII

7th Grade - University

40 Qs

MATLAB Quiz on Matrices and Loops

MATLAB Quiz on Matrices and Loops

University

40 Qs

Y10 revisionr

Y10 revisionr

9th Grade - University

39 Qs

Final Test preparation and recap

Final Test preparation and recap

University

40 Qs

Matlab Quiz

Matlab Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Günel Cabbarlı

Used 3+ times

FREE Resource

44 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to display the value of a variable in MATLAB?

show

echo

disp

print

output

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following should not be used as a variable name in MATLAB?

result

sum

test_1

myVar

studentName

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the command input('Enter value: ') do?

Assigns a default value

Displays output

Takes user input

Clears the screen

Converts input to string

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of mod(10, 3)?

3

1

0

10

2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly increases x by 1 in MATLAB?

x++

x += 1

++x

x = x + 1

x := x + 1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the clear command do in MATLAB?

Save a file

Clear the screen

Close the editor

Delete variables

Exit MATLAB

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of value is returned by input('Enter name: ', 's')?

integer

double

logical

char

float

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?