solve these questions fme please thank you. % Question{09}: Which UIControl prop
ID: 3718354 • Letter: S
Question
solve these questions fme please thank you.
% Question{09}: Which UIControl property controls the
% name of the UIControl?
% A. String
% B. Data
% C. Name
% D. Style
% E. Tag
Answer{09}='';
% Question{10}: Which Table property is used to fill the table?
% A. String
% B. Data
% C. Name
% D. Style
% E. Tag
Answer{10}='';
% Question{11}: Which PopupMenu property is used to fill the popupmenu?
% A. String
% B. Data
% C. Name
% D. Style
% E. Tag
Answer{11}='';
% Question{12}: Given ClickMeButton and HelloEditBox on MyFirstGUI, to
% update the textbox when the button is clicked, code would be written in...
% A. ClickMeButton_CreateFcn
% B. HelloEditBox_CreateFcn
% C. ClickMeButton_Callback
% D. HelloEditBox_Callback
% E. MyFirstGUI_OpenFcn
Answer{12}='';
Explanation / Answer
Answer{09}= "A" ("String").
String represents the text appearing in a UI Control (Except Frame and Slider styles).
Answer{10}= "A" ("String").
String matrix table property is used to fill the table.
Answer{11}= "A" ("String").
For PopupMenus, the value can be a vector of string or a string where the items are separated by a "|".
Answer{12}= "E" (MyFirstGUI_OpenFcn)
As already buttons are created on MyFirstGUI, when we are updating code will be written MyFirstGUI_OpenFcn function.
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.