1 / 9

Basic Programming Lingo

Basic Programming Lingo. A program is also known as a. Sequence of instructions Application App Binary Executable. Programming text is also called. Source code Programming code Code listing Source Code. Running your program. Execute your program Execute your code. Syntax errors.

boyd
Télécharger la présentation

Basic Programming Lingo

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. Basic Programming Lingo

  2. A program is also known as a • Sequence of instructions • Application • App • Binary • Executable

  3. Programming text is also called • Source code • Programming code • Code listing • Source • Code

  4. Running your program • Execute your program • Execute your code

  5. Syntax errors • Errors in your code that break the rules of the language • Spelling errors • Capitalization errors • Grammar errors • Punctuation errors • Spacing errors • What are the syntax errors in the following? • i think that compooter science r0x

  6. Semantic errors • Semantic ~ meaning • An error in logic • The program does not do what you wanted it to do • A program’s syntax may be ok, but have a semantic error • What is the semantic error in the following? • “60% of the time it works every time”

  7. Run-time errors • An error that occurs when the program is running • Duh.

  8. Debug • Removing errors from your program • Where did the term “debug” come from? • http://americanhistory.si.edu/collections/comphist/objects/bug.htm

  9. Exercises • Write a sentence that has a syntax error, but no semantic error. • Write a sentence that has a semantic error, but no syntax error. • Describe what a program is to a 12-year old • Assume my program executes, but crashes in the middle and fails to do what I wanted it to do. What error(s) are there?

More Related