• Embed Doc
  • Readcast
  • Collections
  • CommentGo Back
Download
 
 
Com14
Fundamentals of Problem Solving andProgramming
Overview of ComputerProgramming
 
 
 
What is a ProgrammingLanguage?
A programming language is astandardized communicationtechnique for expressing instructionsto a computer. (Syntax andSemantics) - do sample coding…but regardless of what language youuse, these instructions are translatedinto machine language that can beunderstood by computers.
 
 
The Program Development Life Cycle
Programmers do not sit down and start writingcode right away when trying to make a computer program. Instead, they follow an organized plan or methodology, that breaks the process into a seriesof tasks.Here are the basic steps in trying to solve aproblem on the computer:1. Problem Definition2. Problem Analysis3. Algorithm design and representation(Pseudocode or flowchart)4. Coding and debugging
of 00

Leave a Comment

You must be to leave a comment.
Submit
Characters: ...
You must be to leave a comment.
Submit
Characters: ...