Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

% Question{01}: What is a GUI? % A. A computer-human interface (i.e. a way for u

ID: 3718347 • Letter: #

Question

% Question{01}: What is a GUI?

% A. A computer-human interface (i.e. a way for us to work with computers)

% B. A means to display images, plots, and data for the user

% C. A graphical user interface

% D. A collection of controls that the user can interact with.

% E. All of the above

Answer{01}=' ';

% Question{02}: What is GUIDE?

% A. Matlab's online learning community.

% B. Matlab's built in help.

% C. Matlab's plotting tools.

% D. Matlab's graphical user interface development environment.

% E. None of the above

Answer{02}=' ';

% Question{03}: Which is not an example of a Matlab UIControl (user

% interface control)?

% A. popupmenu

% B. picturebox

% C. pushbutton

% D. table

% E. listbox

Answer{03}=' ';

% Question{04}: Which UIControl might be best for an 10 x 10 array of data?

% A. popupmenu

% B. listbox

% C. axes

% D. panel

% E. table

Answer{04}=' ';

Explanation / Answer

1) Answer is C.
GUI means Graphical User Interface. An interface which is visiblr to the user.

2)Answer is D.
GUIDE means Graphical User interface Developement Environment. It contains Tool bars, buttons, menus etc.

3)Answer is D.
Table is not example of UIControl. Given rest controls are examples of UIControl

4)Answer is E.
Tables are used to store the array values.