Beginning Programming Lesson Plan
Beginning Programming Lesson Plan
Beginning Programming Lesson Plan
Lesson Plans
School:____________________________
Unit of Study Title: Introduction to Java
Grade Level: 9-12
Time Frame: 1 2 days
This lesson will inform student and examine computing in general, hardware and software, the
representation of information in programming.
Objectives: Upon completion of this lesson, student(s) should be able to understand:
Materials Needed:
Key Terms:
Computer -- Hardware -- Software -- Binary numbers Programs DrJava -- Math operators
Literals Integers Characters Casting Boolean Bit Bytes --Floating point numbers -Comparison(Relational) operators -- Operator order -- definitions pane interactions pane files
pane
Instructional Procedures:
Assignments:
1. Worksheet#1: Puzzle using key terms -----------------------------------------100pts.
2. Worksheet#2: Review Check-----------------------------------------------------100pts.
3. Quiz-----------------------------------------------------------------------------------100pts.
4. Problem#1----------------------------------------------------------------------------50pts.
5. Problem#2----------------------------------------------------------------------------50pts.
6. Note------------------------------------------------------------------------------------Extra points
Worksheet#3: Quiz
Instructions: For each question (1-10), choose the best answer.
1. What is an operand?
___ A. Another name for number.
___ B.
___C.
___ D.
+, *, /, -, and %.
7. Java tells the computer how to interpret numbers to determine if it is a(n) integer, floating
pointer, letter, or Boolean.
8. One use of casting is to get the result of an integer expression in a double form.
9. Java Primitive types are integers, floating point numbers, single character, and true and
false values.
10. By using parenthesis, they can change the default operator order.
___C.
___ D.
Problem#1:
Use the interactions pane to calculate how long it will take to travel 770 miles at an average
speed of 60 miles per hour?
Check students Monitors
Answer: It would take 12.83 hours.
How much shorter will it take if you average 70 miles per hour?
Check students Monitors
Answer: It would only take 11 hours at 70 miles per hour.
It would take 1.83 less hours of time at 70 miles per hour.
Problem#2:
Use the interactions pane to calculate how much money you will make if you worked 40 hours
at $13.00 and 10 hours at time and a half?
Check students Monitors
Answer: The pay would be $715.00.