Just Basic Lessons 11 - 13 Mr. Kalmes.

Slides:



Advertisements
Similar presentations
SPIM and MIPS programming
Advertisements

1 Lab Session-III CSIT-120 Spring 2001 Revising Previous session Data input and output While loop Exercise Limits and Bounds GOTO SLIDE 13 Lab session.
Python File Handling. In all the programs you have made so far when program is closed all the data is lost, but what if you want to keep the data to use.
08/10/ Iteration Loops For … To … Next. 208/10/2015 Learning Objectives Define a program loop. State when a loop will end. State when the For.
Engrade Lesson Plans. Engrade’s help section is good for creating lesson plans so this will guide you to the videos/pages in the help section.help section.
Arrays. Lesson Objectives  To understand what an array is and it’s function  To know how code and array in VB.
Advanced Work with Embedded and Summative Assessment Dr. Steve Broskoske Misericordia University EDU 533 Computer-based Education.
Sample CBT Template Dr. Steve Broskoske Misericordia University EDU 533 Computer-based Education.
Teacher Notes Use this template presentation to introduce the beginning of the Civil War TEKS 5.23C, and 5.23D. This template can also be used by students.
CS320n – Elements of Visual Programming Assignment Help Session.
GCSE Computing: Programming GCSE Programming Remembering Python.
Microsoft® Small Basic Conditions and Loops Estimated time to complete this lesson: 2 hours.
Web Database Programming Using PHP
JUST BASIC Lessons 6 – 9 Mr. Kalmes.
Python Lesson 12 Mr. Kalmes.
Exercise : Write a program that print the final price of purchase at a store where everything costs exactly one dollar. Ask for the number of items purchased.
Starter You have been asked to write a program to store the names of everybody in a class. Assuming there are 20 pupils in the class, how would you do.
FOP: JavaScript Arrays(Lists)
Web Database Programming Using PHP
Formative Assessments to Drive Instruction
Starter Write a program that asks the user if it is raining today.
Python Lesson 6 Mr. Kalmes.
By Sanjay and Arvind Seshan
Python Lesson 3 Mr. Kalmes.
Introduction to TouchDevelop
Python Lessons 9 & 10 Mr. Kalmes.
For -G7 programing language Teacher / Shamsa Hassan Alhassouni.
LESSON 13 – INTRO TO ARRAYS
Python Lessons 13 & 14 Mr. Kalmes.
Data Structures – 1D Lists
Just Basic lesson 16 Mr. Kalmes.
By Sanjay and Arvind Seshan
Java Lesson 36 Mr. Kalmes.
Python Lesson 21 Mr. Kalmes.
Java Lessons 17 – 20 Mr. Kalmes.
Do … Loop Until (condition is true)
Java Lessons 28 – 32 Mr. Kalmes.
Java Lesson 35 Mr. Kalmes.
Python Lessons 9 & 10 Mr. Husch.
Java Lessons 5 – 8 Mr. Kalmes.
3.1 Iteration Loops For … To … Next 18/01/2019.
Introduction to Flowcharts
Just Basic Lesson 17 Part 1 Mr. Kalmes.
Just Basic Lessons 14 Mr. Kalmes.
ARRAYS 2 GCSE COMPUTER SCIENCE.
Python Lesson’S 1 & 2 Mr. Kalmes.
To understand what arrays are and how to use them
Just Basic Lessons 7&8 Mr. Kalmes.
Just Basic Lesson 15 Mr. Kalmes.
Just Basic Lessons Mr. Kalmes.
Basic Lessons 5 & 6 Mr. Kalmes.
Just Basic Lesson 12 Mr. Kalmes.
Just Basic Lessons 9 Mr. Kalmes.
Just Basic Lesson 19 Mr. Kalmes.
Python Lessons 7 & 8 Mr. Kalmes.
The key to success, Yesform
Java Lessons Mr. Kalmes.
Basic Mr. Husch.
Python Lessons 7 & 8 Mr. Husch.
Python 10 Mr. Husch.
Just Basic Lesson 13 Mr. Kalmes.
Just Basic Lessons Mr. Kalmes.
Java Lessons 9 – 12 Mr. Kalmes.
Python 8 Mr. Husch.
Basic 9 Mr. Husch.
Flyer Template Customize and print flyers to promote your efinancing application. Page 2 – Flyer Front, Option #1 Set-up: Insert your logo and QR code.
Text / Serial / Sequential Files
Just Basic Lessons 7 Mr. Kalmes.
Just Basic Lessons 8 Mr. Kalmes.
Publisher Tutorial.
Presentation transcript:

Just Basic Lessons 11 - 13 Mr. Kalmes

Lesson 11 Learning Targets Construct a program that records 10 names Understand the value of arrays in coding

Lesson 11 Activity You will create a program that can ask, store, and print out a list of 10 names

Start of Program

End of List

End of program

program example

Lesson 12 Learning Targets Develop programs that utilize arrays

Lesson 12 Activity Open up BASIC and create the following program. You need to add the final part of the program that prints out the index.

What’s New DIM: This function sets the dimensions for your array INDEX: This acts like count but is used to catalog names : This symbol allows the user to insert grey text which can be used for instructional purposes '

Lesson 13 Learning Targets Develop a program using numeric arrays

Lesson assignment This assignment is an extension on the previous program. You need to build a numerical array that will hold numbers instead of names. This program should hold up to 50 numbers at a time. It does need to print the at the end of the program. Reopen your program from the previous lessons and use that as your template on how to start this new build. It does not need to be exactly the same, it just needs to work.

Exit Slip Questions