Quiz 1 (Signal and System)_ Attempt Review
Quiz 1 (Signal and System)_ Attempt Review
Dashboard / Courses / Even Semester 2021-22 / UG Core Course / SEMESTER IV / SSC(L)21 / SSC Lab Evaluation (Pre-Midterm)
Question 1
Correct
a.
Clear all
b. Delete all
c. Close all
d. Clc
e. None
Question 2
Correct
Which of the following expressions generates an evenly spaced vector containing 15 values between 4 and 20?
a. x=linspace (15,4,20)
b. x = 4:15:20
c. x=linspace (4,20,15)
d. x=linspace (4,15,20)
https://moodle.lnmiit.ac.in/mod/quiz/review.php?attempt=179475&cmid=4308 1/8
2/27/24, 6:53 PM Quiz 1 (Signal and System): Attempt review
Question 3
Correct
b. function[inputArg1,inputArg2]= (outputArg1,outputArg2)
c.
function_name(outputArg1,outputArg2)= function[inputArg1,inputArg2]
Question 4
Correct
If X = [1 2 3 4; 11 24 92 100; 345 65 90 1]. What will the value of a be equal to if this code is entered into MATLAB?
[a b] = size (X)
a. 3
b. 4
c. 1234
d. 1 2
https://moodle.lnmiit.ac.in/mod/quiz/review.php?attempt=179475&cmid=4308 2/8
2/27/24, 6:53 PM Quiz 1 (Signal and System): Attempt review
Question 5
Correct
Examine the following MATLAB code. What is the value of B at the end of the program: A=2;
for ii=0:2:4
A= [A, A*ii];
end
B=A
a. B=2,0,0,0
b. B=2 2 0 2 0 0 2 0 0 0
c. B= 2 0 4 0 8 0 16 0
d. B= 2 2 4 8
Question 6
Correct
a. None
b.
Low level Language
c.
Hybrid Level Language
d.
High level language
https://moodle.lnmiit.ac.in/mod/quiz/review.php?attempt=179475&cmid=4308 3/8
2/27/24, 6:53 PM Quiz 1 (Signal and System): Attempt review
Question 7
Correct
a.
b.
c.
d. None
Question 8
Correct
a. Mathworks
b. None
c.
Math Laboratory
d.
Matrix Laboratory
https://moodle.lnmiit.ac.in/mod/quiz/review.php?attempt=179475&cmid=4308 4/8
2/27/24, 6:53 PM Quiz 1 (Signal and System): Attempt review
Question 9
Correct
What are the functions to see the graph of a continuous and a discrete function?
Question 10
Correct
The correct answer is: convolution process rotates the matrix by 180 degrees.
Question 11
Correct
d. None of these
https://moodle.lnmiit.ac.in/mod/quiz/review.php?attempt=179475&cmid=4308 5/8
2/27/24, 6:53 PM Quiz 1 (Signal and System): Attempt review
Question 12
Correct
i = 0;
for t = 0:.01:10
i = i + 1;
y (i) = sin (t);
end
What is the output of the above program?
Question 13
Incorrect
a. a=magnitude; b=frequency
https://moodle.lnmiit.ac.in/mod/quiz/review.php?attempt=179475&cmid=4308 6/8
2/27/24, 6:53 PM Quiz 1 (Signal and System): Attempt review
Question 14
Correct
a. 15
b. 15
c. None of these
d. 10
Question 15
Not answered
Two signals x and y have an array size of 100 each. What will be the size of z after execution of the following code?
z=xcorr(x,y)
a. 128
b. 200
c. 100
d. none of these
https://moodle.lnmiit.ac.in/mod/quiz/review.php?attempt=179475&cmid=4308 7/8
2/27/24, 6:53 PM Quiz 1 (Signal and System): Attempt review
Question 16
Correct
What will be the step size of the variable 'freq' after the execution of following code;
freq=linspace(0,10,101)
a. 1
b. 10
c. 101
d. 0.1
Jump to...
https://moodle.lnmiit.ac.in/mod/quiz/review.php?attempt=179475&cmid=4308 8/8