Omsakthi
ADHIPARASAKTHI
Approved by AICTE,ENGINEERING COLLEGE
Affiliated to Anna University, Chennai
MELMARUVATHUR- 603 319, CHENGALPATTU (D.T), TAMILNADU, INDIA.
Approved by AICTE, New Delhi and Affiliated to Anna University, Chennai
(An ISO 9001:2015 Certified institution)
Department of Chemical Engineering
Value Added Program
MATLAB – Based Programming in Chemical Engineering
Academic Year 2022-2023
ASSESSMENT QUESTIONS
Answer all the questions and tick the correct answer
Name of the student :
S
Register Number :
Semester / year :
Date :
Marks scored :
1. Which command is used to clear a command window?
(A) clear
(B) close all
(C) clc
(D) clear all
2. To determine whether an input is MATLAB keyword, command is?
(A) iskeyword
(B) key word
(C) inputword
(D) isvarname
3. Command used to display the value of variable x
(A) displayx
(B) disp(x)
(C) disp x
(D) vardisp('x')
4. Scrolling of mouse can perform which following action?
(A) Zoom in / zoom out
(B) pan & scan
(C) extents / all
(D) scale
5. In AutoCAD, the number of workspaces is,
(A) 1
(B) 2
(C) 3
(D) 4
6. Is there any difference between Command Plot and Print?
(A) plot command prints only big plans
(B) The plot command for CNC (CAM)
Omsakthi
ADHIPARASAKTHI
Approved by AICTE,ENGINEERING COLLEGE
Affiliated to Anna University, Chennai
MELMARUVATHUR- 603 319, CHENGALPATTU (D.T), TAMILNADU, INDIA.
Approved by AICTE, New Delhi and Affiliated to Anna University, Chennai
(An ISO 9001:2015 Certified institution)
(C) No difference
(D) print command can print up to A3 size paper
7. Find the false statement in regards with "If an array is made associative".
(A) You can't use Boolean operations on the array elements
(B) To make the array non associative you need to use explode command on it
(C) The array can be edited again by selecting it
(D) The array can't be modified in any way once it is made associative
8. An open area can be filled with which of the following gradient:
(A) Gap
(B) Tolerance
(C) Transparency
(D) Open
9. The shortcut to start a table is,
(A) T
(B) TA
(C) TBL
(D) TABLE
10. What is the shortcut for zoom command?
(A) Z Command
(B) Rotate mouse wheel
(C) ZOOM Command
(D) All of the above
11. To select a set of objects in the workspace, what should be done?
(A) By a crossing window drawn from right to left
(B) By a crossing window drawn left to right
(C) Shift + clicking on the objects
(D) None of the above
12. Command is used to save command window text to file.
(A) saveas
(B) texttofile
(C) diary
(D) todiary
13. To stop the execution of a MATLAB command, used keys?
(A) Ctrl+c
(B) Ctrl+s
(C) Ctrl+b
14. Shortcut key for Multileader in AutoCAD 2022,
(A) ML
(B) MLN
(C) MLEADER
(D) MULTI
Omsakthi
ADHIPARASAKTHI
Approved by AICTE,ENGINEERING COLLEGE
Affiliated to Anna University, Chennai
MELMARUVATHUR- 603 319, CHENGALPATTU (D.T), TAMILNADU, INDIA.
Approved by AICTE, New Delhi and Affiliated to Anna University, Chennai
(An ISO 9001:2015 Certified institution)
15. What would be the output of the following code (in editor window)?
A = [1 0 2] ; b = [3 0 7] ; c=a.*b;
(A) [2021]
(B) [3014]
(C) [1403]
(D) [703]
16. What are the various options from left to right and the opposite direction?
(A) Choose a different category of objects
(B) Select objects according to their colour
(C) Select objects according to their position
(D) No difference
17. Shortcut for Trim command is,
(A) T
(B) TR
(C) TI
(D) X
18. A Boolean operation that is used to select interfering region between solids,
(A) Union
(B) Intersect
(C) Subtract
(D) None of the above
19. What command allows us to select objects based on some status?
(A) Properties
(B) Qselect
(C) Pselect
(D) Attributes
20. Which of the following statements shows the result of executing the following line in the editor window?
size = [1 3]' ; size(size)
(A) error
(B) 13
(C) 31
(D) 33