Variables, Constants, Assign.

Slides:



Advertisements
Similar presentations
Sequencing Miss Regan. Blood Hound  Does anyone know what the Bloodhound project is?  Video 1 Video 1  Video 2 Video 2  Link to website Link to website.
Advertisements

Prototype & Design Computer Inputs. How to Prototype & Design Computer Inputs Step 1: Review Input Requirements Step 2: Select the GUI Controls Step 3:
Real World Programming BBrewer Fall Programming - Bellwork 1.Log on 2.Go to edmodo 3.Open & Save Vocabulary Graphic Organizer and Analaysis Document.
The Scratch Calculator You are all going to be real computer programmers!!!
An Introduction to Textual Programming
CATCH SCRATCH! Programming from Scratch. Remember Scratch?
Python Programming Using Variables and input. Objectives We’re learning to make use of if statements to enable code to ask questions. Outcomes Build an.
PYTHON. Python is a high-level, interpreted, interactive and object- oriented scripting language. Python was designed to be highly readable which uses.
The Game Trivia game based on the popular TV show: “Who Wants to Be a Millionaire?” Course review for TEE2O Covers all concepts discussed throughout the.
Learning the skills for programming Advanced Visual Programming.
Python Programming Using Variables and input. Objectives We’re learning to build functions and to use inputs and outputs. Outcomes Build a function Use.
IB Computer Science Unit 1 – Introduction to Java Variables.
Python Repetition. We use repetition to prevent typing the same code out many times and to make our code more efficient. FOR is used when you know how.
PROGRAMMING In. Objectives  We’re learning to develop basic code with the use of the correct syntax and variables. Outcomes  Explain what syntax is.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Python programming 1: Introduction.
Introduction to Testing CSIS 1595: Fundamentals of Programming and Problem Solving 1.
Data Types and Conversions, Input from the Keyboard If you can't write it down in English, you can't code it. -- Peter Halpern If you lie to the computer,
Sound Monitor KS2: Design, write and debug programs which control physical systems.
Lives and Scoring Games Programming in Scratch. Games Programming in Scratch L2 Lives and Scoring Learning Objectives Define a variable Understand the.
Microsoft® Small Basic Conditions and Loops Estimated time to complete this lesson: 2 hours.
PYTHON FUNCTIONS. What you should already know Example: f(x) = 2 * x f(3) = 6 f(3)  using f() 3 is the x input parameter 6 is the output of f(3)
C++ Programming Basics C++ Lecture 1 Stacy MacAllister.
Input, Output and Variables GCSE Computer Science – Python.
Maths quiz - adding a score KS 2: Work with variables.
PYTHON PROGRAMMING Year 9. Objective and Outcome Teaching Objective Today we will look at conditional statements in order to understand how programs can.
7 - Programming 7J, K, L, M, N, O – Handling Data.
Topic: Python’s building blocks -> Variables, Values, and Types
Python Lesson 12 Mr. Kalmes.
Rate of Change A ratio (fraction) of the amount of change in the dependent variable (output) to the amount of change in the independent variable (input)
Week of 12/12/16 Test Review.
Data Types and Conversions, Input from the Keyboard
Topic: Python’s building blocks -> Variables, Values, and Types
Why Be Random? What is it about chance outcomes being random that makes random selection seem fair? Two things: Nobody can guess the outcome before it.
Haidong Xue Summer 2011, at GSU
Lesson Outcomes Be able to identify differentiate between types of error in programs Be able to interpret error messages and identify, locate.
Learning to Program in Python
Writing Functions( ) (Part 5)
Software Programming J. Holvikivi 2014.
TASK: Define the memory keywords.
User access levels, Passwords, Encryption, Cipher, Key
Today’s lesson – Python next steps
Do it now – PAGE 8 You will find your do it now task in your workbook – look for the start button! Tuesday, 20 November 2018.
Learning to Program in Python
شاخصهای عملکردی بیمارستان
Slope How did we define slope yesterday?
Language Basics.
Assignment 4 For this assignment refer to the notes on MATLAB from an MIT course that you can find here (or at the original website, lectures 14, 15, 16).
مدل زنجیره ای در برنامه های سلامت
Escape sequences: Practice using the escape sequences on the code below to see what happens. Try this next code to help you understand the last two sequences.
فرق بین خوب وعالی فقط اندکی تلاش بیشتر است
Story time Task 5 Computer Programming Gray , Calibri 24
Warm-Up 1) Write the Now-Next equation for each sequence of numbers. Then find the 10th term of the sequence. a) – 3, 5, 13, 21, … b) 2, – 12, 72, – 432,
PYTHON: BUILDING BLOCKS Sequencing & Selection
See requirements for practice program on next slide.
Team Investigation Activity using National Geographic online
Introduction to Python
Dividing integers.
Explain what touch develop is to your students:
Python 12 Mr. Husch.
Scientific Method—Be a Scientist
Give 6 different extension strategies and explain the problems that businesses might face implementing them. What’s happening here and what potential problems.
WJEC GCSE Computer Science
Primary School Computing
Types of software.
Rolling Powerpoint Quiz – join in and answer all the questions!
Year 8 Computer Science Digital Portfolio
COMPUTING.
Programming Techniques
Inputs, Outputs and Assignment
Presentation transcript:

Variables, Constants, Assign. Keywords Variables, Constants, Assign. Programming keywords – how to say them and what they mean. Making a Quiz

Keywords Objectives BEGINNER: Explain constants and variables. ADVANCED: Create a program that uses constants and variables. EXPERT: Test and debug quiz code. If we were making a quiz, what would be a variable and what would be a question?

Programming Debugging Objectives BEGINNER: Explain constants and variables. ADVANCED: Create a program that uses constants and variables. EXPERT: Test and debug quiz code. EXPECTED 10 questions programmed and working. EMBEDDED 10 questions and 10 answers programmed. EXCEPTIONAL 10 questions and 10 answers programmed and working (debugging) Debugging

Selection Objectives Where might selection take place in the quiz? BEGINNER: Explain constants, variables and selection. ADVANCED: Create a program that uses constants, variables and selection. EXPERT: Test and debug quiz code. Where might selection take place in the quiz?

Programming Objectives EXPECTED BEGINNER: Explain constants, variables and selection. ADVANCED: Create a program that uses constants, variables and selection. EXPERT: Test and debug quiz code. EXPECTED Minimum of 3 questions programmed and working. EMBEDDED Minimum of 3 questions and answers programmed and working. EXCEPTIONAL Selection used to gain points.

Input/Output Code Input and Output Outcomes Define selection in Computing. Perform real life selection. Produce a Python password program that features selection. Input and Output What do you think will happen when you run this program?

selection Keyword Outcomes Define the word selection. Explain Scratch game code. Create a Scratch game that uses selection. selection In a selection, a question is asked, and depending on the answer, the program takes one of two courses of action.

The Code Outcomes Define the word selection. Explain Scratch game code. Create a Scratch game that uses selection.

The Code Outcomes Define the word selection. Explain Scratch game code. Create a Scratch game that uses selection.