1 / 29

Lecture1: Introduction to Programming and Problem Solving

Topics. 1. Computer Operations 2. What is programming?3. What are the steps of program development?4. What is structured programming5. Data and data structures. Six Basic Computer Operations. 1. A computer can receive (input) data 2. A computer can store data in memory3. A computer can perform

afia
Télécharger la présentation

Lecture1: Introduction to Programming and Problem Solving

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. Lecture1: Introduction to Programming and Problem Solving Daniel Chen

    2. Topics 1. Computer Operations 2. What is programming? 3. What are the steps of program development? 4. What is structured programming 5. Data and data structures

    3. Six Basic Computer Operations 1. A computer can receive (input) data 2. A computer can store data in memory 3. A computer can perform arithmetic and manipulate text strings 4. A computer can compare the contents of two memory locations and select one of two alternatives 5. A computer can repeat a group of operations 6. A computer can output information (processed data)

More Related