ECE404L - LONG QUIZ

ECE404L - LONG QUIZ

University

40 Qs

quiz-placeholder

Similar activities

Geo Modeling Exam 2 :(

Geo Modeling Exam 2 :(

University

37 Qs

MongoDB Quiz

MongoDB Quiz

University

35 Qs

Networking Quiz - Basic 03 to Basic 04

Networking Quiz - Basic 03 to Basic 04

University

40 Qs

Virtualization Quiz - Basic 01 to Basic 02

Virtualization Quiz - Basic 01 to Basic 02

University

40 Qs

Algebra Quiz for 9

Algebra Quiz for 9

9th Grade - University

35 Qs

MATLAB Situational-Based MCQs -Basic to Intermediate

MATLAB Situational-Based MCQs -Basic to Intermediate

University

40 Qs

MATLAB Situational-Based MCQs- Advanced to Expert

MATLAB Situational-Based MCQs- Advanced to Expert

University

40 Qs

Quiz_Lecture2_MATLAB

Quiz_Lecture2_MATLAB

University

37 Qs

ECE404L - LONG QUIZ

ECE404L - LONG QUIZ

Assessment

Quiz

Engineering

University

Hard

Created by

Ted Tose

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is an M-file in MATLAB?

A file containing MATLAB commands and instructions

A file containing only comments

A file containing only functions

A file containing only scripts

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the extension of an M-file in MATLAB?

.mat

.m

.ml

.matlab

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which symbol is used for comments in MATLAB?

#

//

%

$

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the output of the following script? cost = 50; profit = 10; sale_price = cost + profit

50

10

60

0

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following is true about function files in MATLAB?

They do not return any value

They can have one or more arguments

They cannot contain comments

They are easier to write than scripts

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What does the following function calculate? function area(r) area = pi * r^2

The circumference of a circle

The area of a circle

The volume of a sphere

The perimeter of a rectangle

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which loop is used in the following script? for n = 1:10 x(n) = n^2; end

While loop

For loop

Do-while loop

Infinite loop

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?

Discover more resources for Engineering