1.
If the properties of the form are not listed alphabetically, click __________ button
to make it alphabetical. (ANS=Alphabetical )
2 What is a class definition? It defines the appearance and behavior of an object
3 What does namespace contain?
ANS Code that defines a group of related classes
4 Form is called as the __________? dot member accesss operator.
5 Hungarian notations name are entered using __________
a) camel case
6 To include the image file in the project itself, the Project Resource file radio button
must be selected from which dialog box? ) Select Resource Dialog box
7 Which is used to change the name of the picture?
a) Properties Window
8 The name of the button control is changed using __________d) Properties window
9. The __________ and __________ buttons are examples of many button controls found
in Windows applications.
a) Ok and Cancel
10 The __________ is an abbreviation of the term sub procedure. ) Sub keyword
11 The __________ instruction tells the computer to close the current form.
a) Me.Close()
1. A timer control is instantiated using __________
a) Timer tool
2. The __________ is used to store controls that do not appear in the user interface during
runtime. c) Components tray
3. The purpose of __________ is to process code at one or more regular intervals.
a) Timer control
4. The timer state is determined by __________
c) Enabled property
5. Which event occurs each time an interval is elapsed in the timer?
a) Tick
6. What happens when a control is deleted from a form?
a) Does not delete the control’s code
7. __________ is used to delete a certain code from the code editor window. b) Delete
8. __________ button is used to select a control from the form.
a) Exit button
10. __________ is used to remove a component of the form after a certain period of time.
a) Timer
1. A form’s __________ determines the border style of the form.
a) FormBorderStyle Property
5. What happens when both the minimize box and maximize box property are set to
false? d) Both are removed from the title bar
6. __________ property removes the title bar elements.
a) Control Box property
8. While printing, the __________ need to be active. c) Code editor window
9. What happens when maximize box is set to true? c) Maximize box is enabled
1. A button’s caption is entered using __________b) book title capitalization
2. The text contained in the identifying label is entered using __________
a) Sentence capitalization
4. Designers usually include graphics to __________ a portion of screen. b) Emphasize
6. Designers generally avoid using __________ and __________ in an interface.
a) Italics and underline
7. Designers generally use __________ font style and __________ font size in an interface.
a) One, two
10. Designers at times use colour as the means of __________ a user interface.
a) Identification
A control’s border is determined by __________ property. c) BorderStyle
2. A label control’s __________ property determines whether the control automatically
sizes to fit its current contents.
a) AutoSize property
4. The BorderStyle property of the labels that display program output is generally set
to __________b) FixedSingle
5. Text box is aligned using __________
a) Alignment operator
7. A control is locked using __________
a) Lock Controls
8. Which setting gives the control a 3-dimensional appearance?
a) 3D appearance
9. The appropriate __________ setting on a label depends on label’s purpose.
a) BorderStyle property
10. The BorderStyle property of each label, that identify other controls, is generally set
to __________
a) None
1. The text of many controls contain an underlined letter known as __________
a) Access keys
2. Letter __________ is a File’s Menu access keys. b) F
2. Letter __________ is the Exit menu’s access key.
a) X
4. To see the underlined hidden access key, you can do so, by pressing the __________
key.
a) Alt
5. You should assign access keys to each of the control in the interface that contain
__________b) User input
7. You assign an access key by including an __________ option in the control’s caption
or identifying label.
a) &
8. You enter the ampersand to the __________ of the character, you want to designate as
access key. c) Immediate left
9. It is inappropriate to assign access keys to __________b) Label controls
1. Which property contains a number that represents the order in which the control was
added to the form?
a) TabIndex property
2. What determines the Tab order?
a) TabIndex values
3. When a control has focus it can accept __________b) any user input
7. When you start an application, the computer sends the focus to the control whose
TabIndex is __________c) Zero
8. Use the __________ to verify the tab order control in the interface. c) Tab key
9. Pressing the enter key when the button is on focus produces __________b) Button’s
click event
10. Press __________ to move the focus to the text box’s access key named textBlue.
a) Alt+b
1. __________ uses short phrases to describe the steps the procedure must take.
a) Pseudocode
2. __________ uses standardized symbols to describe the steps of a procedure. c)
Flowchart
3. The __________ symbol is called the start /stop symbol in the flowchart.
a) Oval
4. The __________ symbol is used to take a decision in the flowchart. d) Diamond
5. The rectangles are called as __________ symbols in the flowchart. b) Process
6. The __________ in a flowchart is called input/output symbol. c) Parallelogram
7. The lines connecting the symbols in a flowchart are called as __________
a) Flowlines
8. A __________ is defined as a zero or more characters enclosed in quotation marks.
a) String
9. The __________ statement in pseudocode acts like loop.
a) Goto
2. The __________ numbers indicate the order in which the computer performs the
operation in an expression. a) Precedence
5. Unary and Binary refer to the number of __________ needed by the operator. b)
Operand
6. When an expression contains more than one operator with same priority, then they
are evaluated according their __________b) Associativity
7. The __________ operator is used to divide two integers. d) Integer division
9. To include a percentage in arithmetic operators we use __________
a) Decimal equivalent
6. __________ the documentation refers to putting the documentation in a safe place. c)
Assembling
8. The __________ function temporarily converts the string to a number and then returns
the number.
a) Val
9. __________ is used to improve the appearance of numbers in an interface.
a) Format function