1 / 8

Computer Literacy PowerPoint

Programming & Languages: Computer Literacy PowerPoint Dustin Llanes Comm. 165 Introduction A computer program (i.e. powerpoint) is really just a set of instructions, a code, telling your computer what to do when.

oshin
Download Presentation

Computer Literacy PowerPoint

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. Programming & Languages: Computer Literacy PowerPoint Dustin Llanes Comm. 165

  2. Introduction • A computer program (i.e. powerpoint) is really just a set of instructions, a code, telling your computer what to do when. • These programs can be really easy, or super complex. They are written in a computer language code.

  3. Programs • Programs help your computer know what to do. A program for your computer is like creating an outline before a big paper, it helps keep you in order. • These programs need to be properly maintained to ensure their constant success.

  4. Programs • There are many steps to designing a program.. • Set & Review goals:  What is it supposed to do? • Design:  Create the strategy to achieve goal. • Coding:  Write the program. • Testing:  Try it out with real people. • Documentation:  What you did and why. How to use it.

  5. Sample Program • Using old microsoft technology (BASIC) I have created my own sample program. 10 INPUT "What is your name: "; U$ 20 PRINT "Hello "; U$ 30 REM 40 PRINT "Goodbye "; U$ • This program will ask your name, say hello, and then say goodbye.

  6. Computer Languages • Different computer languages are used to write different types of programs. • The computer understands these languages and translates it into the code so you don’t have to.

  7. Computer Languages Cont. • Once the program is written, it can either be translated or compiled • Translated changes the text into code • Compiled changes the code into text

  8. If you want to know more… • Visit Jan’s Computer Basics at • http://www.jegsworks.com/

More Related