Matlab Intro Quiz

Matlab Intro Quiz

Professional Development

19 Qs

quiz-placeholder

Similar activities

Linux-2

Linux-2

Professional Development

15 Qs

CPA JYSS 2018 MYE Paper 1

CPA JYSS 2018 MYE Paper 1

6th Grade - Professional Development

20 Qs

PYTHON ::04

PYTHON ::04

University - Professional Development

17 Qs

CompTIA Security Plus

CompTIA Security Plus

Professional Development

14 Qs

TSO/ISPF

TSO/ISPF

Professional Development

20 Qs

Linux Essentials

Linux Essentials

Professional Development

15 Qs

Julia -  Quiz 1

Julia - Quiz 1

Professional Development

24 Qs

Fundamentals II - Initial Evaluation

Fundamentals II - Initial Evaluation

Professional Development

20 Qs

Matlab Intro Quiz

Matlab Intro Quiz

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Navya Malhotra

Used 1+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

MATLAB stands for

Mat laboratory

Matrix laboratory

Maths laboratory

None of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The basic building block of a matlab is ____

Matrix

Vector

Array

Scalar

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The common data type for numeric value(s) in MATLAB?

array

int

double

char

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct command to find square root of any number, x.

Sqrt x

square rt (x)

sqrtx

sqrt(x)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct MATLAB command for y = 3(x+2) when x = 2?

>> y = 3(x+2);

>> x = 2;

>> x = 2;

>> y = 3*(x+2);

>> y = 3*(x+2);

>> x =2;

>> x = 2;

>> y = 3(x+2);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will print?

nothing

4 5 6

6 4 5

4 6

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where does the error message being displayed in MATLAB?

editor

command window

workspace

script file

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?