MIS 216: Test #1 - Study Guide
The test will be Thursday September 18
during our normal class time.
It will be a combination short answers (with some code expected).
Chapters 1 and 3
- What is a program?
- What is an algorithm?
- What are the common objects we have placed on the form and their purpose
- What is the recommended prefix for the above objects (e.g. lblName for label objects)
- What is a form?
- How do you work with strings (concatenation, etc.)?
- When we say VB is an "Event Driven" Language what does that imply?
- What are the typical data types?
- Define the prefix and use for the data types
- Understand the order of math
- What is a method
- What is one value/advantage of a method
- To convert an integer to a string we would....
- To display a data type as curreny we would
- If you desired to display only the first character from a string you would
- How do you insert a comment in code?
- Review order of operations from the inclass1 assignment