1 of 139
Term
Which of the following is the proper order of procedures used in the
problem-solving process?
A. design, analysis, coding, testing
B. analysis, testing, design, coding
C. analysis, design, coding, testing
D. analysis, design, testing, coding
E. design, testing, analysis, coding
Give this one a try later!
, C B
E D
Don't know?
2 of 139
Term
Which of the properties in a control's list of properties is used to
give the control a meaningful name?
A. Text
B. ContextMenu
C. ControlName
D. Name
Give this one a try later!
C D
A B
Don't know?
3 of 139
,Term
Which of the following statements sets the words on a button to
"Push Me"?
A. btnButton.Name = "Push Me"
B. btnButton.Text = Push Me
C. btnButton.Text = "Push Me"
D. btnButton = "Push Me"
Give this one a try later!
D B
A C
Don't know?
4 of 139
Term
What is the value of ("12/15/09").Substring(3,2)?
A. /15
B. 15
C. /15/
D. 12/15/96
Give this one a try later!
D A
, B C
Don't know?
5 of 139
Term
Which statement can be used to clear the contents of a text box?
A. txtBox.Empty = True
B. txtBox = ""
C. txtBox.Text = ""
D. txtBox.Wipe()
Give this one a try later!
A B
D C
Don't know?
6 of 139
Term
Programming in VB 2008 is different from many other programming
environments because first you should
A. write the code.
Term
Which of the following is the proper order of procedures used in the
problem-solving process?
A. design, analysis, coding, testing
B. analysis, testing, design, coding
C. analysis, design, coding, testing
D. analysis, design, testing, coding
E. design, testing, analysis, coding
Give this one a try later!
, C B
E D
Don't know?
2 of 139
Term
Which of the properties in a control's list of properties is used to
give the control a meaningful name?
A. Text
B. ContextMenu
C. ControlName
D. Name
Give this one a try later!
C D
A B
Don't know?
3 of 139
,Term
Which of the following statements sets the words on a button to
"Push Me"?
A. btnButton.Name = "Push Me"
B. btnButton.Text = Push Me
C. btnButton.Text = "Push Me"
D. btnButton = "Push Me"
Give this one a try later!
D B
A C
Don't know?
4 of 139
Term
What is the value of ("12/15/09").Substring(3,2)?
A. /15
B. 15
C. /15/
D. 12/15/96
Give this one a try later!
D A
, B C
Don't know?
5 of 139
Term
Which statement can be used to clear the contents of a text box?
A. txtBox.Empty = True
B. txtBox = ""
C. txtBox.Text = ""
D. txtBox.Wipe()
Give this one a try later!
A B
D C
Don't know?
6 of 139
Term
Programming in VB 2008 is different from many other programming
environments because first you should
A. write the code.