1 / 17

Summer Term Introduction to programming

Summer Term Introduction to programming. Year 6. What is programming?. Programming is a computer language programmers use to develop applications (apps), scripts , or an other set of instructions for a computer to follow. Programming Languages.

zorina
Download Presentation

Summer Term Introduction to programming

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. Summer Term Introduction to programming Year 6

  2. What is programming? Programming is a computer language programmers use to develop applications (apps), scripts, or an other set of instructions for a computer to follow.

  3. Programming Languages You have already used a Programming language at BCMS when you made animations using Scratch.

  4. Below are some of the different programming languages and scripting languages we will be using in these lessons.Ruby HTMLJava ScriptLogo Has anyone in the class used any of these programming languages?Has anyone used any others?

  5. Keywords Flow Chart Sequence Repetition Variables Input Output Selection Algorithm Programming Ruby HTML Java Script Logo Applications (Apps)

  6. Remembering the keywords • Get into small groups of 3 or 4 • You have 1 minute to memorise the keywords • After a minute, your teacher will cover up the keywords • How many can your group remember and write down in another minute

  7. Name four programming languages Ruby HTML Java Script Logo

  8. A step by step list of well defined instructions. Algorithm

  9. A diagram used to present an algorithm. Flow Chart

  10. A language used to develop a set of instructions for a computer to follow. Programming

  11. Simple steps one after the other. Sequence

  12. Used in a computer program to decide which particular set of steps should be used. Selection

  13. Allows part of an algorithm to be done more than once if a certain condition is met. Repetition

  14. A piece of software that can run on the Internet, on a computer or on your smart phone. Application (App)

  15. A value that can change in a computer program. Variable

  16. The information produced by a program or process from a specific input. Output

  17. The information added to a program to result in a specific output. Input

More Related