ISYS-302: Programming in Visual Basic: Class Notes for Session 7
Notes
Database - Example, would be the Maryville registrar system Tables - Example, would be the student address table Row/Record - Example, would be YOUR address in the student address table Fields - Example would be the state that a student lives in ADO.NET - Abstract Data Objects Replaces - ODBC, DAO, ADO 20 Questions in all 2 bonus questions
Final Exam
15 Simple short answer, directly from the book. ----------------------------------------------- Example define questions: 1. Explain the difference in use between radio buttons and check boxes. 2. Explain the difference a function and a sub. 3. You would like to display all 50 states for the user to choose from. Which control would you use, and why? 5 Will involve one to three lines of code ------------- 1. Write some sort of forward for loop 2. Write some sort of backward for loop 3. Predict the output of a loop 4. Know how to convert string to number and back (i.e. CDec, FormatXXXX ) 5. Predict the output of an if statement with an AND or an OR
Assignment
Questions 1-4 from Chapter 10
