|
Class notes: Visual Basic Week: 1 Review Syllabi Go over class format BREAK Chapter 1 – An Introduction to Computers and Visual Basic Mouse Pointers – pg. 4 Different Types – pg. 5
Mouse Actions
Using Notepad – the different sections of Notepad – pg. 7
Disk and Folders – pg. 15
Problem Solving – Chapter 2 Program Development Cycle – pg. 32 First task should be to determine the output of the program. Second task is to determine what input is needed to achieve the output. Third and last task is determine the steps necessary to obtain the output Program planning – you wouldn’t build a house without a plan of it, why Six steps to the program development cycle
Algorithms are methods used to solve a problem – consider computing the
Three program design tools are used by programmers: – pg. 35
Symbols used by Flowcharts – pg. 35 and 36 Pseudo-Code – abbreviated version of code – pg. 37 Hierarchy Charts – shows relations between different parts of programs, and If-Then condition – pg. 38 Looping – pg. 40
|
Copyright ©2001-2002, Walter Wimberly – Instructor and all |