
CSCI 105 Introduction to Computer Programming Spring, 2009
Surprise Quiz #1
20 Points
MULTIPLE CHOICE:
1. The company that makes the software used for CSCI 105 is _____.
a) Adobe b) Borland c) Microsoft d) Corel
2. The name of the software package used for CSCI 105 is _____.
a) Compiler Bundle b) Program Kit c) Program Studio d) Visual Studio
3. The programming language used for CSCI 105 is _____.
a) Basic b) C++ c) C# d) Delphi e) Java
4. To download the software package used for CSCI 105 from the Internet, it costs _____.
a) nothing b) $19 c) $49 d) $99
5. Mouse click, key pressed, and timer are all examples of a(n) _____.
a) application b) event c) event handler d) instance e) routine
6. The code associated with a mouse click, key pressed, or timer is called a(n) _____.
a) application b) event c) event handler d) instance e) routine
7. In order to re-program early computers, you actually had to re-wire _____.
a) assembly b) patch panels c) high-level d) machine
8. C# is an example of a(n) _____ language.
a) assembly b) patch panels c) high-level d) machine
9. Computer processors can only understand and execute _____ language instructions.
a) assembly b) patch panels c) high-level d) machine
10. The instruction ADD B,C is an example of a(n) _____ language instruction.
a) assembly b) patch panels c) high-level d) machine