Chapter 1 Program Logic & Programming Flashcards
Process of creating logic models to be converted into program language that is run on a computer; with the goal of solving a problem or completing a task.
Computer Programming
Used to model programming language instructions carried out by computer when executed. i.e. blueprint
Program language
English like statements that when executed in correct sequence instruct computer to perform a series of tasks.
Program Language Statements
Nonstandard English-like programming language used to model logic & instructions.
Pseudo Code
Standardized technique to graphically represent program logic with standardized symbols.
Flow Chart
Sophisticated programs which control a computer’s resources. e.g. Windows or Linux
Operating Systems
Programs to solve a particular type of generic problem.
Packaged Software Application Programs
Programs developed specifically for a particular problem or process.
Custom Application Program
Logical way to approach and solve a complex problem including 4 common sense process steps.
System Development Life Cycle (SDLC)
Defining problem & prioritizing against other projects.
Planning
Fact finding problem specifics.
Requirement Analysis
Develop alternatives & models to represent problem & solution.
Design.
Coding & testing of program.
Development
Installing program & training user.
Implementation
On-going changes to program.
Maintenance