Matlab Quiz

Matlab Quiz

University

44 Qs

quiz-placeholder

Similar activities

A+ Core II Days 7-9

A+ Core II Days 7-9

University

44 Qs

REMEDIAL PSAS  (TULIS NAMA LENGKAP DAN KELAS)

REMEDIAL PSAS (TULIS NAMA LENGKAP DAN KELAS)

10th Grade - University

40 Qs

SUMATIF AKHIR SEMESTER KLS 8 2024/2025

SUMATIF AKHIR SEMESTER KLS 8 2024/2025

8th Grade - University

40 Qs

Quiz-Applied OS

Quiz-Applied OS

University

40 Qs

Infinity Code Nexus

Infinity Code Nexus

University

40 Qs

MODULE 2 - (FOR SALE!) luh monetized yarn

MODULE 2 - (FOR SALE!) luh monetized yarn

University

39 Qs

Python Programming Quiz

Python Programming Quiz

University

43 Qs

Sistem Komputer

Sistem Komputer

10th Grade - 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?