Home
Mission
Blog
Professional Development
Launchpad
Plans
Community
Help
Drawing Shapes: Programming in Java Course Lesson 5
By Howlin' Husky Math Games
Hello and welcome!
Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Math and computer science are related, but are not the same!
I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. I also teach an introduction course. This is part of the course I made up for my intro students. I have a BS in computer science and know what students need to know.
This is part 5 of an introductory Programming in Java course. These lessons are meant to be done over a few days; the idea is to get students doing cool stuff as fast as possible. With Java, that is NOT an easy task.
Topics:
Programming in Java 5: Drawing Shapes
Drawing Skeleton- JFrame and JPanel
Graphics class
How to draw shapes and change colors
Making custom colors
Screen Coordinate System
All lessons will come with the following:
a pdf slideshow
a pacing guide with hints for teaching the section and common student
errors
an assignment, differentiated with three different levels!
an answer key in pdf form
an answer key in .java form
Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.
Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.
Welcome to the world of programming! It's going to be a blast!
Interested in more computer science content?? Check this out!
https://www.TeachShare.com/Product/Bundle-Learn-to-Program-Scratch-Task-Cards-LEVEL-1-3-11365530
https://www.TeachShare.com/Product/Particle-Engine-Using-ArrayLists-in-Java-9074432
Interested in more games?? Check it!
https://www.TeachShare.com/Product/Anns-Adventure-DEMO-Adding-and-Subtracting-Within-100-8812762
Interested in forms to make life easier!? Got it!
Excelling with Microsoft Excel - Beginner Activities | Distance Learning
By Innovations in Technology
The “Excelling with Excel” Beginner Lessons start students with no previous knowledge of Microsoft Excel on a path of learning the most important and frequently used commands to give them a quick start. Each lesson has a short, step-by-step tutorial that includes screenshots to walk students through the new tools they will use in the lesson. Then, they are given a creative task to solve, using those skills to create a spreadsheet. There are five lessons, each taking no more than two class periods.
Files Included with this Lesson
• Teacher Notes and Resources
• 5 Mini Lessons with Tutorial and Creative Project including rubrics
Versions of the lesson are included for MS Excel 2013/2016, and Office 365 (MS Excel 2019).
This lesson was created for middle school students (grades 6-8) but could also be used for upper elementary or high school students.
This lesson is great for distance learning/remote learning. You can upload it to your school's learning management system (Google Classroom, Edmodo, Canvas, etc.) or share with students via Google Drive.
Related Products
⭐ Excelling with Excel - Intermediate Tutorial & Activities
⭐ Pixel Art in Microsoft Excel
⭐ What Will My Car Cost? - A Project in Microsoft Excel
⭐ Stock Portfolio in Microsoft Excel
⭐ ReDesign Your Bedroom using Microsoft Excel
Remember to leave feedback for credits on future purchases!
**************************************************************************
Connect with us for free technology tips, resources and curriculum:
Follow our blog
Follow us on Facebook
Particle Engine Using ArrayLists in Java
By Howlin' Husky Math Games
A particle engine is a group of dots that work together to display an effect on the screen. This lab features effects for rain, fireworks, bubbles, and falling sand.
Particle Engine Using ArrayLists in Java is designed to be an extension lab for ArrayLists (Unit 7) in AP Computer Science. This lab can be used for this purpose or it can be used for an activity for after the AP exam.
- Use ArrayList to create a particle engine that can make the following effects:
Rainfall
Fireworks
Bubbles
Sand Falling (and piling up)
- Full student manual allows activity to be student or teacher run.
- Fully coded answer key provided.
- Skeleton code can be given to students to make coding the environment easier.
If you need help with anything I have provided please feel free to contact me! I'd be happy to help!!
Introduction to Adobe Photoshop (Basics) | Distance Learning
By Innovations in Technology
Introduction to Adobe Photoshop gives students a step-by-step tutorial to learn the beginning commands of Adobe Photoshop. After following the instruction (screen shots are included), students combine their “before” and “after” pictures into a simple PowerPoint (or Google Slides) to make grading easy. Finally, students complete a short creative activity to demonstrate their understanding of their learning. Additional links to other tutorials are also included in the lesson to assist learners, as needed. Instructions are for the paid PC version of Adobe Photoshop CC (2014 or 15), but are easily modifiable for Apple/MAC computers. This lesson was created for 8th grade students but is appropriate for any age group just starting out with Adobe Photoshop.
This lesson is great for distance learning/remote learning. You can upload it to your school's learning management system (Google Classroom, Edmodo, Canvas, etc.) or share with students via Google Drive.
Files Included with this Lesson
• Teacher Notes and Resources
• Adobe Photoshop Step-by-Step Tutorial and Mini Lessons,
including rubric
• Sample Completed Project (as .pdf)
Related Products
⭐ Adobe Photoshop "i Am" Silhouette
⭐ Basic Photo Editing in Adobe Photoshop
⭐ Creating an Animated Gif in Adobe Photoshop
Remember to leave feedback for credits on future purchases!
**************************************************************************
Connect with us for free technology tips, resources and curriculum:
Follow our blog
Follow us on Facebook
Follow us on Pinterest
Conditional Logic -if Statements: Programming in Java Course Lesson 6
By Howlin' Husky Math Games
Hello and welcome!
Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Math and computer science are related, but are not the same!
I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. I also teach an introduction course. This is part of the course I made up for my intro students. I have a BS in computer science and know what students need to know.
This is part 6 of an introductory Programming in Java course. These lessons are meant to be done over a few days; the idea is to get students doing cool stuff as fast as possible. With Java, that is NOT an easy task.
Topics:
Programming in Java 6: Conditional Logic- if Statements
How to make and use an if
the else statements
the else if statement
nested if and compound logic
pseudocode and logic errors
All lessons will come with the following:
a pdf slideshow
a pacing guide with hints for teaching the section and common student
errors
an assignment, differentiated with three different levels!
an answer key in pdf form
an answer key in .java form
Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.
Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.
Welcome to the world of programming! It's going to be a blast!
Interested in more computer science content?? Check this out!
https://www.TeachShare.com/Product/Bundle-Learn-to-Program-Scratch-Task-Cards-LEVEL-1-3-11365530
https://www.TeachShare.com/Product/Particle-Engine-Using-ArrayLists-in-Java-9074432
Interested in more games?? Check it!
https://www.TeachShare.com/Product/Anns-Adventure-DEMO-Adding-and-Subtracting-Within-100-8812762
Interested in forms to make life easier!? Got it!
Learning to Use Microsoft PowerPoint - Beginner Lessons | Distance Learning
By Innovations in Technology
The “Learning MS PowerPoint” Beginner Lessons start students with no previous knowledge of Microsoft PowerPoint on a path of learning the most important and frequently used commands to give them a quick start.
Each lesson has a short, step-by-step tutorial that includes screenshots to walk students through the new tools they will use in the lesson. Then, they are given a creative task to solve, using those skills to create a presentation. There are four lessons, each taking no more than two (50 minute) class periods.
Versions of the lesson are included for MS PowerPoint 2013/2016, and Office 365 (MS PowerPoint 2019).
This lesson was created for middle school students (grades 6-8) but could also be used for upper elementary or high school students.
This lesson is great for distance learning/remote learning. You can upload it to your school's learning management system (Google Classroom, Edmodo, Canvas, etc.) or share with students via Google Drive.
Files Included with this Lesson
• Teacher Notes and Resources
• 4 Mini Lessons with Tutorial and Creative Project including rubrics
Related Products
⭐ Learning to Use Microsoft Word - Beginner Lessons
⭐ Excelling with Excel - Beginner Activities
⭐ Excelling with Excel - Intermediate Tutorial & Activities
Remember to leave feedback for credits on future purchases!
**************************************************************************
Connect with us for free technology tips, resources and curriculum:
Follow our blog
Follow us on Facebook
How'd You Make That!? Programming in Java Lab: Pong!
By Howlin' Husky Math Games
Looking for a fun and engaging way to teach Java programming? Look no further than "How'd You Make That!? Java Programming Labs: Pong! Designed with increasing levels of difficulty, this lab helps students develop their coding skills step-by-step. Students will create the classic game of Pong!
In Bounce Beginner, students will use the code provided to create the game. Much of the background coding has been done for them so they will be concentrating on creating and using objects and designing the game. To complete this level students need to understand how to use methods and create objects. If you are following my year long curriculum, students should be about to Java 7: Looping Statements.
At the Paddle Pupil level, students will fill in some provided classes and create their own versions. Some of the lowest level code has been done for them, but they will write most of the game with a skeleton. To complete this level students need to understand anything from the Bounce Beginner level in addition to how to create objects and pass parameters. If you are following my year long curriculum, students should be about to Java 10: Advanced Techniques
At the Court Champion level, students will create the game from scratch. This requires them to understand Timers, collision, and how use graphics. Students will be given general direction, but creating the game will mostly be up to them. To complete this level students need to understand anything from the Paddle Pupil level in addition to Timers, collision, and basic use of the extends keyword. If you are following my year long curriculum, students should be about to Java 18: Collision Detection
find it here: https://www.TeachShare.com/Product/Programming-in-Java-18-Collision-Detection-12050305?st=fdb66e1be81e92fbf4d0b050bba21a23
This lab is fully equipped with an answer key, a basic lab manual for teachers, and a student guide that walks students through each level. Perfect for high school computer science classes or AP Computer Science A, this resource is ideal for both in-class instruction and independent learning.
Whether you’re teaching Java basics, game development, or want to reinforce key concepts like classes, objects, and inheritance, this lab offers everything you need for an engaging and productive lesson.
By Innovations in Technology
This project utilizes research skills, MS Word, and Sketchup (free CAD software download) to allow students to build skills in those programs along with skills in Internet research, reading, writing and critical thinking. In these projects, students research information about the history of skyscrapers, designs and changes to those designs over time, and the physics behind them. They create a scale model drawing of an existing skyscraper using Sketchup (CAD) and then design their own. Next, they brainstorm with their team to determine the best design to build from provided materials. Finally, they reflect on their learning and the dynamics of their team to complete the project. The project was created for grades 7-8 but could easily be adapted for younger or older students.
Files Included with this Lesson
• Teacher Notes and Resources
• Introduction to Skyscrapers Research project (includes answer key)
• Learning More about Skyscrapers Research project (includes answer key)
• Team Sign Up Sheet
• Skyscraper Replication - Sketchup (CAD) drawing project expectations and rubric
• Skyscraper Unique Design – Sketchup (CAD) drawing project expectations and rubric
• Team Building Project Expectations and Rubric
• Team Sign Up Sheet
• Written Reflection Assignment (MS Word or other word processing)
Related Products
⭐ First Day of School - Skyscraper Team Building Activity (Back to School)
⭐ Digital Engineering Notebook - Fully Editable in PowerPoint & Google Slides
⭐ Learning about the Engineering Design Process
Remember to leave feedback for credits on future purchases!
**************************************************************************
Connect with us for free technology tips, resources and curriculum:
Follow our blog
Follow us on Facebook
By Innovations in Technology
The “Physics of Bridges” project utilizes research skills, MS Word, and Sketchup (free CAD software download) to allow students to build skills in those programs along with skills in Internet research, reading, writing and critical thinking. In these projects, students research information about bridge design and the physics behind them. They create a scale model drawing of a bridge using Sketchup (CAD) and then brainstorm with their team to determine the best design to build from specific provided materials that they “purchase” using a set budget with the goal of building the most attractive, strongest bridge for the least cost. They utilize the software simulation “West Point Bridge Designer” (free download) to assist them in their learning. Finally, they reflect on their learning and the dynamics of their team to complete the project.
The project was created for grades 7-8 but could easily be adapted for younger or older students.
Files Included with this Lesson
• Teacher Notes and Resources
• Bridge Project Overview & Expectations
• Bridge Questions and Vocabulary (includes teacher key)
• Bridge Research project
• WestPoint Bridge Designer Project Instructions and Expectations
• Bridge Building Challenge Expectations (includes Sketchup/CAD assignment)
• Materials Planning & Price Sheet
• Construction Evaluation Sheet
• Material Control Sheet
• Written Reflection Assignment (MS Word or other word processing)
• 3 Customizable Certificates for Challenge Winners
Related Products
⭐ The Physics of Amusement Park Rides
⭐ The Physics Behind Tensegrity Structures - STEM Building & Research Activity
⭐ The Physics of Geodesic Domes - STEM Design and Construction Project
⭐ The Physics of Windmills
Remember to leave feedback for credits on future purchases!
**************************************************************************
Connect with us for free technology tips, resources and curriculum:
Follow our blog
Follow us on Facebook
Learning Adobe Illustrator | Distance Learning
By Innovations in Technology
The “Learning Adobe Illustrator” unit focuses on teaching novice students the basics of Adobe Illustrator through independent, project based learning. Students utilize a variety of resources to assist them in their hands-on learning of the program at their own pace. The “About Me” project allows students individual expression and creativity while learning the basic tools in the program. It also includes links to tutorials they can use as they need to complete the lesson. Next, students do three short “practice” lessons that allow them to expand their skills. Finally, they create their own CD cover, utilizing a template for correct size.
Files included with this lesson:
• Teacher Notes and Resources (includes extension activity ideas)
• About Me Project Expectations and Rubric
• Adobe Illustrator Practice Mini Lessons (3 lessons)
• Create a CD Cover Project Expectations and Rubric
• CD Cover Template
I've used this successfully with 7th and 8th graders who loved the creativity it involved! I hope your students will enjoy it too!
This lesson is great for distance learning/remote learning. You can upload it to your school's learning management system (Google Classroom, Edmodo, Canvas, etc.) or share with students via Google Drive.
Remember to leave feedback for credits on future purchases!
**************************************************************************
Connect with us for free technology tips, resources and curriculum:
Follow our blog
Follow us on Facebook
Create Your Own Interactive Story Creative Writing & Technology Animation
By Innovations in Technology
Reignite your students interest in reading and writing as they create a story with multiple paths and possible endings in MS Word, and then animate it using MS PowerPoint. Students get a chance to read each other’s work as they peer review it too.
This lesson is great for distance learning/remote learning. You can upload it to your school's learning management system (Google Classroom, Edmodo, Canvas, etc.) or share with students via Google Drive.
This unit includes:
1. Resources for teachers and students
2. Expectations for Story Draft
3. Story Tips (Student handout)
4. Story creation template (flowchart)
5. Peer Review Expectations
6. Peer Review Critique Form
7. Expectations for Story Revision
8. Expectations for PowerPoint creation
9. PowerPoint template with hyperlinks
This project based learning assignment gives students a fun way to express themselves using both English/Language arts skills along with technology.
This interactive story project is usually one of the lessons my students mention in their end-of-year reflection as one of their favorites. I hope your students enjoy it too!
Design & Build a City - Project Based Technology & Engineering
By Innovations in Technology
In this project based learning unit, middle school/early high school students learn about city planning and architecture as they research and design their own city. In addition to using Internet search skills, they'll utilize CAD skills using Sketchup (free download) and finally build the city from chipboard and other recyclables and name their final creation. .
Unit download includes:
1. Teacher Resources and Materials List
2. Expectations and Overview of the Unit
3. Introduction to City Planning (research and vocabulary) – includes key
4. “What’s in the City” – team worksheet
5. Project Proposal – group planning worksheet
6. Create the City in SketchUp (CAD)
7. Building the City Information (hands on construction)
8. Student Team Work Log
9. Student Daily Work Log
10. Building scale information and examples
11. Sketchup and Building Examples
12. Project Written Reflection
I've used this lesson with an 8th grade Engineering class and every year students start work on this BEFORE the bell they enjoy it so much! I know your classes will enjoy it too!
Related Products
⭐ Digital Engineering Notebook - Fully Editable in PowerPoint & Google Slides
⭐ Exploring Careers: Architecture & Construction
⭐ Real World Math - How Architects Use Math in their Career
Remember to leave feedback for credits on future purchases!
**************************************************************************
Connect with us for free technology tips, resources and curriculum:
Follow our blog
Follow us on Facebook
St. Patrick's Day Pixel Art Microsoft Excel or Google Sheets | Distance Learning
By Innovations in Technology
Need a fun way to introduce Microsoft Excel to upper elementary or middle school students? This great lesson incorporates St. Patrick's Day themed art as students learn the basics of Microsoft Excel or Google Sheets. First, they'll create a quick pixel art from a given example and then they'll create their own! These are also fun lessons to use if you just need something for a one day lesson.
This lesson is great for distance learning/remote learning. You can upload it to your school's learning management system (Google Classroom, Edmodo, Canvas, etc.) or share with students via Google Drive.
Files Included
• Teacher & Student Resources
• Introduction to Pixel Art Lesson (Microsoft Excel project) with tutorial
• Introduction to Pixel Art Lesson (Google Sheets project) with tutorial
• Legends and Sample Pictures for 5 Additional Pictures
• Full Excel (2016) editable files for all pixel art projects (note: these can be opened in Google Sheets too)
Includes instructions and samples for these pixel art designs:
Examples:
Example 1: Shamrock
Example 2: Leprechaun Hat
Additional Pictures:
1 – Pot of Gold with Rainbow
2 – Leprechaun with Pot of Gold
3 – Easy Shamrock
4 - Horseshoe
5 – Gold Coin
I've used this with 7th and 8th graders who used their free time to create even more art! I hope your students have as much fun as mine did learning Excel!
Related Products
⭐ Excelling with Excel - Beginner Activities
⭐ Excelling with Excel - Intermediate Tutorial & Activities
⭐ What Will My Car Cost? - A Project in Microsoft Excel
⭐ ReDesign Your Bedroom using Microsoft Excel
Remember to leave feedback for credits on future purchases!
**************************************************************************
Connect with us for free technology tips, resources and curriculum:
Follow our blog
Follow us on Facebook
Fall Pixel Art in MS Excel or Google Sheets
By Innovations in Technology
Need a fun way to introduce Microsoft Excel or Google Sheets to upper elementary or middle school students? This great lesson lets students learn the basics of Microsoft Excel (or Google Sheets) as they create pixel art using the program. First, they'll create a quick pixel art from a given example and then they'll create their own! These are also fun lessons to use if you just need something for a one day lesson.
I've used this with 7th and 8th graders who used their free time to create even more art! I hope your students have as much fun as mine did learning Excel or Google Sheets!
Materials Required
· Computers with Internet access for each student (or pair of students)
· Microsoft Excel or Google Sheets
Files Included
· Teacher & Student Resources
· Introduction to Pixel Art Lesson (Microsoft Excel project) with tutorial
· Introduction to Pixel Art Lesson (Google Sheets project) with tutorial
· Legends and Sample Pictures for 2 Example and 7 Additional Pictures including:
o Example 1: Rake
o Example 2: Acorn
o Easy Picture 1: Smore
o Easy Picture 2: Sweater
o Picture 1: Bonfire
o Picture 2: Hot Chocolate
o Picture 3: Fall Leaf
o Picture 4: Fall Sunset
o Picture 5: Fall Trees
· Full Excel editable files for all pixel art projects (note: these can be opened in Google Sheets too)
Approximate Lesson Duration:
· 1-2 (50 minute) class period(s) (but your students will probably want to work on it longer!)
Remember to leave feedback for credits on future purchases!
**************************************************************************
Connect with us for free technology tips, resources and curriculum:
Follow our blog
Follow us on Facebook
Follow us on Pinterest
Sports Themed Pixel Art in MS Excel or Google Sheets | Distance Learning
By Innovations in Technology
Need a fun way to introduce Microsoft Excel or Google Sheets to upper elementary or middle school students? This great lesson lets students learn the basics of Microsoft Excel (or Google Sheets) as they create pixel art using the program. First, they'll create a quick pixel art from a given example and then they'll create their own! These are also fun lessons to use if you just need something for a one day lesson.
This sports themed collection of pixel art includes these pictures:
Bowling Pin
Golf Course
Basketball
Helmet
Ice Skate
Golf Bag and Clubs
Skateboard
Football
Trophy
Baseball and Mitt
I've used this with 7th and 8th graders who used their free time to create even more art! I hope your students have as much fun as mine did learning Excel or Google Sheets!
This lesson is great for distance learning/remote learning. You can upload it to your school's learning management system (Google Classroom, Edmodo, Canvas, etc.) or share with students via Google Drive.
Materials Required
Computers with Internet access for each student (or pair of students)
Microsoft Excel or Google Sheets
Files Included
Teacher & Student Resources
Introduction to Pixel Art Lesson (Microsoft Excel project) with tutorial
Introduction to Pixel Art Lesson (Google Sheets project) with tutorial
Legends and Sample Pictures for 8 Additional Pictures (10 total)
Full Excel (2016) editable files for all pixel art projects (note: these can be opened in Google Sheets too)
Approximate Lesson Duration:
Remember to leave feedback for credits on future purchases!
**************************************************************************
Connect with us for free technology tips, resources and curriculum:
Follow our blog
Follow us on Facebook
Follow us on Pinterest
Visit our Website
What Will My Car Cost? - A Project in Microsoft Excel | Distance Learning
By Innovations in Technology
The “What Will My Car Cost?” project allows students to build skills in Internet research and critical thinking as they research costs for a car and then compute and compare payment options using Microsoft Excel. First, students research the cost for two car options (one used and one new) and then compare financing and payment options for these using formulas in Microsoft Excel. The step-by-step directions were created for Microsoft Excel 2016, but could easily be used with earlier versions of the software. Editable templates and samples are provided for both Microsoft Excel 2016 and earlier versions (2007-2013).
The project was created for grades 7-8 but could easily be adapted for high school students.
This lesson is great for distance learning/remote learning. You can upload it to your school's learning management system (Google Classroom, Edmodo, Canvas, etc.) or share with students via Google Drive.
Files Included with this Lesson
• Teacher Notes and Resources
• Student Project Overview, Expectations & Rubric - Research & Excel Project
• Student Step-by-Step Guide - Excel Project
• MS Excel Template “What Will My Car Cost” Project for use in differentiation (Two Editable Microsoft Excel files with formulas – one for version 2016; one for earlier versions 2007-2013)
• Sample “What Will My Car Cost?” Project (Two Editable Microsoft Excel files with formulas – one for version 2016; one for earlier versions 2007-2013)
Related Products
⭐ Excelling with Excel - Beginner Activities
⭐ Excelling with Excel - Intermediate Tutorial & Activities
Remember to leave feedback for credits on future purchases!
**************************************************************************
Connect with us for free technology tips, resources and curriculum:
Follow our blog
Follow us on Facebook
Follow us on Pinterest
History of Computers - Group Research & Presentation Project
By Innovations in Technology
In this lesson, students learn more about the history of the computer. The lesson starts with a Microsoft PowerPoint whole class presentation that gives an overview of computer history from the 1950’s through current times. Next, students work in small groups to research history information from an assigned decade and then to create a presentation using Microsoft PowerPoint (or Google Slides) to share with the class. Students take notes during the presentations and then culminate their learning with a short quiz over the material. A study sheet is provided to cover the material from each decade that will be tested to give students an opportunity to review the information (or to assist in the case of absences or presentations that are incomplete). This lesson was designed for middle school (grades 6-8) but could be used in upper elementary grades or high school as well. Files included: • Teacher & Student Resources • Microsoft PowerPoint presentation (for teacher presentation to the class) • Note sheet for PowerPoint presentation and student presentations • Team Planning Sheet • Student Expectations, Instructions and Grading Rubric for History Presentation Project • Study sheet: Computer History Facts • Multiple choice quiz (includes answer key) Remember to leave feedback for credits on future purchases! ************************************************************************** Connect with us for free technology tips, resources and curriculum: Follow our blog Follow us on Facebook Follow us on Pinterest Visit our Website
Music Themed Pixel Art in Microsoft Excel or Google Sheets | Distance Learning
By Innovations in Technology
Need a fun way to introduce Microsoft Excel or Google Sheets to upper elementary or middle school students? This great lesson incorporates music themed art as students learn the basics of Microsoft Excel or Google Sheets. First, they'll create a quick pixel art from a given example and then they'll create their own! These are also fun lessons to use if you just need something for a one day lesson.
This lesson is great for distance learning/remote learning. You can upload it to your school's learning management system (Google Classroom, Edmodo, Canvas, etc.) or share with students via Google Drive.
Files Included
• Teacher & Student Resources
• Introduction to Pixel Art Lesson (Microsoft Excel project) with tutorial
• Introduction to Pixel Art Lesson (Google Sheets project) with tutorial
• Legends and Sample Pictures for 6 Additional Pictures
• Full Excel (2016) editable files for all pixel art projects (note: these can be opened in Google Sheets too)
Contains instructions and samples for these pixel art designs:
Samples
Sample 1: Treble Clef
Sample 2: Headphones
Additional Pictures
Picture 1: Bass Clef
Picture 2: Harp
Picture 3: Keyboard
Picture 4: Snare Drum
Picture 5: Music Notes
Picture 6: Guitar
I've used this with 7th and 8th graders who used their free time to create even more art! I hope your students have as much fun as mine did learning Excel!
Related Products
⭐ Excelling with Excel - Beginner Activities
⭐ Excelling with Excel - Intermediate Tutorial & Activities
⭐ What Will My Car Cost? - A Project in Microsoft Excel
⭐ ReDesign Your Bedroom using Microsoft Excel
Remember to leave feedback for credits on future purchases!
**************************************************************************
Connect with us for free technology tips, resources and curriculum:
Follow our blog
Follow us on Facebook
Learning to Use Microsoft Word - Beginner Lessons | Distance Learning
By Innovations in Technology
The “Learning MS Word” Beginner Lessons start students with no previous knowledge of Microsoft Word on a path of learning the most important and frequently used commands to give them a quick start. Each lesson has a short, step-by-step tutorial that includes screenshots to walk students through the new tools they will use in the lesson. Then, they are given a creative task to solve, using those skills to create a document. There are five lessons, each taking no more than two (50 minute) class periods.
Files Included with this Lesson
• Teacher Notes and Resources
• 5 Mini Lessons with Tutorial and Creative Project including rubrics
Versions of the lesson are included for MS Word 2013/2016, and Office 365 (MS Word 2019).
This lesson was created for middle school students (grades 6-8) but could also be used for upper elementary or high school students.
This lesson is great for distance learning/remote learning. You can upload it to your school's learning management system (Google Classroom, Edmodo, Canvas, etc.) or share with students via Google Drive.
Related Products
⭐ The Evolution of Word Processing WebQuest (Internet Scavenger Hunt)
⭐ Creating a Research Paper in Microsoft Word
⭐ Creative Projects using Microsoft Word: Shapes, WordArt, Borders & MORE
Remember to leave feedback for credits on future purchases!
**************************************************************************
Connect with us for free technology tips, resources and curriculum:
Follow our blog
Follow us on Facebook
Spring Pixel Art in Microsoft Excel or Google Sheets | Distance Learning
By Innovations in Technology
Need a fun way to introduce Microsoft Excel or Google Sheets to upper elementary or middle school students? This great lesson incorporates Spring themed art as students learn the basics of Microsoft Excel or Google Sheets. First, they'll create a quick pixel art from a given example and then they'll create their own! These are also fun lessons to use if you just need something for a one day lesson.
This lesson is great for distance learning/remote learning. You can upload it to your school's learning management system (Google Classroom, Edmodo, Canvas, etc.) or share with students via Google Drive.
Files Included
• Teacher & Student Resources
• Introduction to Pixel Art Lesson (Microsoft Excel project) with tutorial
• Introduction to Pixel Art Lesson (Google Sheets project) with tutorial
• Legends and Sample Pictures for 6 Additional Pictures
• Full Excel (2016) editable files for all pixel art projects (note: these can be opened in Google Sheets too)
Includes instructions and samples for these pixel art designs:
* Daffodil
* Purple Flower
* Blue Spring Flowers
* Easter Bunny
* Easter Basket
* Pink Flower
I've used this with 7th and 8th graders who used their free time to create even more art! I hope your students have as much fun as mine did learning Excel!
Related Products
⭐ Excelling with Excel - Beginner Activities
⭐ Excelling with Excel - Intermediate Tutorial & Activities
⭐ What Will My Car Cost? - A Project in Microsoft Excel
⭐ ReDesign Your Bedroom using Microsoft Excel
Remember to leave feedback for credits on future purchases!
**************************************************************************
Connect with us for free technology tips, resources and curriculum:
Follow our blog
Follow us on Facebook