Dear Readers, Welcome to Matlab Objective Questions and Answers have been designed specially to get you acquainted with the nature of questions you may encounter during your Job interview for the subject of Matlab Multiple choice Questions. These Objective type Matlab are very important for campus placement test and job interviews. As per my experience good interviewers hardly plan to ask any particular question during your Job interview and these model questions are asked in the online technical test and interview of many IT & Non IT Industry.
a) Math Laboratory
b) Matrix Laboratory
c) Mathworks
d) Nothing
e) none of the above
Ans: b
a) “
b) %
c) //
d) <
e) none of the above
Ans: e
a) pi
b) inf
c) i
d) gravity
e) j
Ans: d
a) clc
b) clear
c) delete
d) deallocate
e) none of the above
Ans: b
a) decimal
b) ASCII
c) hex
d) string
e) none of the above
Ans: b
a) update
b) initialization
c) runner
d) condition
e) all are aspects of loops
Ans: c
a) vectors
b) scalars
c) matrix math
d) delayed copy
e) licenses
Ans: d
a) \t
b) \nl
c) \nxt
d) \n
e) none of the above
Ans: d
a) update
b) goto
c) continue
d) break
e) none of the above
Ans: c
a) sym (x, y, z)
b) syms x y z
c) syms x, y, z
d) sym x, y, z
e) none of the above
Ans: b
a) v(0)
b) v(1)
c) v
d) v(: , 0)
e) none of the above Ans: b
a) !=
b) ==
c) isequal
d) =
e) none of the above
Ans: b
a) 1 2 3 4
b) 12
c) 1
d) 4
e) 3
Ans: e
a) 1
b) 0
c) 32
d) yes
e) true
Ans: a
a) fprintf
b)sprintf
c) disp
d) echo
Ans: b
a.? error?message?
b.? 1???
c.? 2?
d.? 1????2?
e.? none?of?above?
Ans: a
a.? 1?
b.? -1?
c.? 1????1?
d.? error?message?
e.? none?of?the?above?
Ans: d
a.? wrong?result?(i.e.,?at?least?one?of?the?commands?should?not?be?used?in?MATLAB)?
b.? 1????2?
c.? 2????1?
d.? 2????2?
e.? none?of?above? Ans: a
a.? error?message?
b.? 1????2?
c.? 2????1?
d.? 2?
e.? none?of?above?
Ans: c
a.? error?message?
b.? 1????2?
c.? 2????1?
d.? 2?
e.? none?of?above?
a.?_xm?m3,?abc,?a_B????(wrong,?but?accepted?in?Quiz?1?->?“?_?“?not?allowed?as?1st?char?of?var.?name)?
b.? m3,?3_m,?m_3,?aB??
c.? AA,?for,?a-b,?ab?
d.? AA,?BB,?m3,?a-B?
e.? none?of?above? Ans: a
a.? Function?“clear”?clears?only?the?scalar?variables,?but?does?not?clear?arrays?
b.? Function?“clc”?clears?all?variables?
c.? Function?“clc”?clears?only?constants?
d.? Function?“clear?a”?clears?all?variables?of?the?type?“array”?
e.? None?of?the?above?
Ans: e
?
a.? 1?
b.? 0?
c.? error?message?
d.? 1????1?
e.? none?of?the?above?
Ans: c
a.? 2????5?
b.? 5????2?
c.? error?message?
d.? 3????5?
e.? none?of?the?above? Ans: a
a.? wrong?result?(i.e.,?at?least?one?of?the?commands?should?not?be?used)?
b.? 1?
c.? 1????5?
d.? i?
e.? none?of?above?
Ans: c
a.? Function?“who”?returns?the?name?of?the?currently?logged?user?
b.? Function?“who”?returns?the?name?of?the?system?administrator?
c.? Function?“whos”?displays?the?user?IDs?for?all?accounts?on?the?computer?
d.? Function?“who”?displays?the?web?address?of?the?system?administrator?
e.? None?of?the?above?
Ans: e
a.? 2????2??
b.? 3????1?
c.? 2????1?
d.? 1????3?
e.? none?of?above? Ans: b
a.? 1.5?+?3?i?
b.? error?message??
c.? 3?+?1.5?i?
d.? -1.5?+?3?i?
e.? none?of?above?
Ans: d
a.? error?message?
b.? -i??
c.? ?i?
d.? 1?-?1?i?
e.? none?of?above??
Ans: d
a.? 2?+?2?i?
b.? 2?-?2?i?
c.? error?message?
d.? NaN?
e.? none?of?the?above?
Ans: c
a.? error?message?
b.? 2?? ?2??
c.? 2?? 3?
d.? 3?? 3?
e.? none?of?the?above? Ans: a
A ) %
B ) ;
C ) comment(' ')
D ) &
Ans: a
A ) single character display
B ) fixed point display
C ) string notation display
D ) default number display
Ans: d
A ) add a space between any two characters
B ) add a line space (enter key)
C ) place a number into the comment
D ) clear the comment
Ans: b
A ) disp(Question 2)
B ) display('Question 2')
C ) disp('Question 2')
D ) Question 2
Ans: c
A ) clear the command window
B ) erase everything in the mfile
C ) clean the desktop
D ) save the existing mfile
Ans: a
A ) converts a number to string
B ) converts string to a number
C ) concatenates numbers and strings
D ) concatenates strings
Ans: a
A ) cat2
B ) cat 2
C ) ??? Undefined function or variable 'as'
D ) cat aa
Ans: a
A ) concatenation
B ) joining
C ) string conversion
D ) string theory
Ans: a
A ) catdog
B ) cat dog
C ) cat&dog
D ) CatDog
Ans: a