Presentation is loading. Please wait.

Presentation is loading. Please wait.

Real World Programming BBrewer Fall 2013. Programming - Bellwork 1.Log on 2.Go to edmodo 3.Open & Save Vocabulary Graphic Organizer and Analaysis Document.

Similar presentations


Presentation on theme: "Real World Programming BBrewer Fall 2013. Programming - Bellwork 1.Log on 2.Go to edmodo 3.Open & Save Vocabulary Graphic Organizer and Analaysis Document."— Presentation transcript:

1 Real World Programming BBrewer Fall 2013

2 Programming - Bellwork 1.Log on 2.Go to edmodo 3.Open & Save Vocabulary Graphic Organizer and Analaysis Document 4.Keep edmodo OPEN – just minimize

3 Programming - Activator Superpower Video! http://www.youtube.com/watch?v=dU1xS0 7N-FA&edufilter=oSb3mzqNjRLVa- k_WUo0PA&safe=active

4 Key Learning Knowing how to read a computer program and translate it into English is an essential programming practice.

5 Unit Essential Question What are the elements of a basic computer program?

6 Lesson Essential Question How is a basic computer program structured?

7 Lesson Essential Question What type of commands are used in a basic computer program?

8 Lesson Essential Question How can I determine if there is an error in the computer program?

9 Vocabulary Source Code Algorithm Variables Comments String Syntax Debugger Bugs Iteration Program Boolean Function Condition Constant Loop If Statements Pseudocode

10 Brainstorm: What do we program???

11 Programmable Cars…

12 Bellwork To Be Turned In: 1.Polices and Procedures Powerpoint Bbrewer Shared Folder 1.Get to Know You Document Bbrewer Shared Folder 2.Quiz edmodo – Policies and Procedures

13 Activate…Can you translate in English??? Click the button to display a confirm box. Try it function myFunction() { var x; var r=confirm("Press a button!"); if (r==true) { x="You pressed OK!"; } else { x="You pressed Cancel!"; } document.getElementById("demo").innerHTML=x; }

14 Let’s Test your Theories… http://www.w3schools.com/js/tryit.asp?file name=tryjs_confirm

15 Program: Collection of instructions that can process input and produce output when run by a computer.

16 Syntax: Rules of how code is ordered in programming language.

17 Source Code: text you type to write a program.

18 Algorithm: Series of instructions to compute something.

19 Pseudocode: Brief explanation of code in plain English

20 Comments: Part of code that explains the process.

21 String: Values made up of text.

22 If Statement: code that asks questions which are only run by the computer if the statement is true.

23 Summary 1.Compare and Contrast different types of code: Details, Patterns, Generalizations 2.Label Comments, Algorithms, If Statements 3.Write Pseudocode for one of the programs.

24 Bellwork - Vocabulary Review 1.Comments 2.Algorithm 3.Source Code 4.Syntax 5.If Statement 6.String 7.Program 8.Pseudocode Collection of instructions that can process input and produce output when run by a computer. Rules of how code is ordered in programming language. Text you type to write a program. Series of instructions to compute something. Brief explanation of code in plain English. Part of code that explains the process. Values made up of text. Code that asks questions which are only run by the computer is the statement is true.

25 Bellwork - Vocabulary Review 1.Comments 2.Algorithm 3.Source Code 4.Syntax 5.If Statement 6.String 7.Program 8.Pseudocode Collection of instructions that can process input and produce output when run by a computer. Rules of how code is ordered in programming language. Text you type to write a program. Series of instructions to compute something. Brief explanation of code in plain English. Part of code that explains the process. Values made up of text. Code that asks questions which are only run by the computer is the statement is true.

26 Karel the Dog… CodeHS.com Sign Up! Individual Use ‘home’ email – write in class folder! Password – write in class folder!


Download ppt "Real World Programming BBrewer Fall 2013. Programming - Bellwork 1.Log on 2.Go to edmodo 3.Open & Save Vocabulary Graphic Organizer and Analaysis Document."

Similar presentations


Ads by Google