CIS 115 Chapter 1 and 2 Quiz
1. higher level language: Visual Basic is to be considered a:
2. the user: The person who actually runs the computer program is called:
3. program: A collection of lines and instructions is called a:
4. user name: Which of the following does not appear in filespec:
5. mydata*.txt: Which of the following is not a valid file name:
6. a logical sequence of steps that solve a problem: An algorithm is defined as:
7. analysis, design, code, testing: Which of the following is the proper order of
procedures used in the problem-solving process?
8. debugging: The process of finding and correcting errors in a program is called:
9. input/output: What does the parallelogram flowchart symbol represent?
10. pseudocode: a description of an algorithm similar to a computer language:
11. input/output: Which one of the following is NOT one of the three basic types of
statement structures?
12. looping structure: If you are writing a program that needs to repeat a series of
calculations, what programming structure should you use to repeat the calculations?
13. desk-checking: Testing an algorithm at the flowchart stage using several differ-
ent kinds of data:
14. process: What does the rectangle flowchart symbol represent?
15. decision: What does the diamond flowchart symbol represent?
16. draw the user interface: Programming in VB 2008 is different from many other
programming environments because first you should:
17. Graphical User Interface: GUI stands for:
18. Name: Which of the properties in a control's list of properties is used to give the
control a meaningful name?
19. Set the Text property to Com&pute.: Which of the following steps specifies P
as the access key for a button?
20. text: Which of the following properties determines the words appearing in a
form's title bar?
21. Make lblOne invisible: What effect will the following statement have?
lblOne.Visible = False
22. to change how objects look and feel: The Properties window plays an impor-
tant role in the development of Visual Basic applications. It is mainly used:
23. txtFirstName: What would be a good name for a text box to hold a person's first
name?
24. Visible: Which property is available for most controls that allows you to hide/un-
hide them either manually by setting the property or by setting it during run time via
code?
25. an event: When the user clicks a button, is triggered.
1/2
1. higher level language: Visual Basic is to be considered a:
2. the user: The person who actually runs the computer program is called:
3. program: A collection of lines and instructions is called a:
4. user name: Which of the following does not appear in filespec:
5. mydata*.txt: Which of the following is not a valid file name:
6. a logical sequence of steps that solve a problem: An algorithm is defined as:
7. analysis, design, code, testing: Which of the following is the proper order of
procedures used in the problem-solving process?
8. debugging: The process of finding and correcting errors in a program is called:
9. input/output: What does the parallelogram flowchart symbol represent?
10. pseudocode: a description of an algorithm similar to a computer language:
11. input/output: Which one of the following is NOT one of the three basic types of
statement structures?
12. looping structure: If you are writing a program that needs to repeat a series of
calculations, what programming structure should you use to repeat the calculations?
13. desk-checking: Testing an algorithm at the flowchart stage using several differ-
ent kinds of data:
14. process: What does the rectangle flowchart symbol represent?
15. decision: What does the diamond flowchart symbol represent?
16. draw the user interface: Programming in VB 2008 is different from many other
programming environments because first you should:
17. Graphical User Interface: GUI stands for:
18. Name: Which of the properties in a control's list of properties is used to give the
control a meaningful name?
19. Set the Text property to Com&pute.: Which of the following steps specifies P
as the access key for a button?
20. text: Which of the following properties determines the words appearing in a
form's title bar?
21. Make lblOne invisible: What effect will the following statement have?
lblOne.Visible = False
22. to change how objects look and feel: The Properties window plays an impor-
tant role in the development of Visual Basic applications. It is mainly used:
23. txtFirstName: What would be a good name for a text box to hold a person's first
name?
24. Visible: Which property is available for most controls that allows you to hide/un-
hide them either manually by setting the property or by setting it during run time via
code?
25. an event: When the user clicks a button, is triggered.
1/2