C. Application Do Activity Sheet 3.1 Pg. 25
C. Application Do Activity Sheet 3.1 Pg. 25
C. Application Do Activity Sheet 3.1 Pg. 25
Application
Do Activity Sheet 3.1 pg. 25
V. GENERALIZATION
In every food establishment, proper
sanitation in the food area is essential
Cleaning and Sanitizing are the two
important components for maintaining food
safety
VI. EVALUATION
Answer Self-Check 3.1 pg. 25
VI. ASSIGNMENT
Search for other ways for cleaning and
sanitizing kitchen appliances.
GRADE 7- Computer Leibniz Calculator- Machine
Lesson 3- Software Components of Computer that could perform various
I. OBJECTIVES calculations based on
At the end of this lesson the student should be able multiplication and division.
to: (Gottfried Leibniz 1671)
Understand how software directs the Analytical engine- First
computer to manage its resources mechanical computer (Charles
Distinguish between system software and Babbage, Father of modern
application software computer)
Understand copyright and Copyright First Generation- (ENIAC)
violations Electronics Numerical Integrator
Understand software license and calculator
Second Generation- Transistors
II. SUBJECT MATTER Third Generation- Integrated
Computer Software Circuits
System Software Fourth Generation-Micropro-
Application Software cessor
Software Copyrights and Licenses Fifth Generation- Artificial
Intelligence
III. INSTRUCTIONAL MATERIALS Data and information
Textbook: Tech Book Series 7 Data- representation of facts,
Laptop concepts, or instruction in a
Digital pictures of various generations of formalized manner which should
computers be suitable for communication.
Information- is the processed
IV. PROCEDURE data on which decisions and
A. Motivation actions are based.
List down at least five application Data processing cycle- INPUT,
installed in their phone and write down PROCESSING, OUTPUT
its purpose or use
B. Discussion
Brief history of Computer and its ICT at School, Home, and Work
Development: At school, computers can help you:
Abacus-First mechanical Finds books in the library
calculating device (Egyptian 10th Research a topic
century BC, Chinese 12th century Record or organize information
AD). Write a report; and
Napier Bones- Use bone rods for Deliver a class presentation
the device counting purpose At home many systems and appliances
(John Napier 1617). are computerized. Among these, personal
Pascal Calculator- It made use computers are especially useful because
of gears to represent the position they let you:
of digits (Blaise Pascal 1642). Communicate with friends and
family;
Find information wireless, signals etc.) to store, study,
Listen to music and watch movies; retrieve, transmit and use data.
and
Play games V. EVALUATION
At work, ICT is everywhere. Computers are Answer Tech Challenge pg. 11
used to do these and many other tasks:
Create documents VI. ASSIGNMENT
Maintain schedules Research the history and development of
Place orders and track sales computer by creating a Computer
Technology Timeline. Refer to the computer
Track products and workers
generations to help you write the significant
information of the generations. Follow the
10 Entrepreneurial traits that a
sample format given below.
successful business person should
possess:
Title
C. Application
Classify the following as First Picture Picture Picture
Generation, Second Generation, Third
Generation, Fourth Generation and Fifth
Generation. Put a check on the Description Description Description
appropriate column.
Technology 1st 2nd 3rd 4th 5th
ENIAC Picture Picture Picture
Transistor
IC
Microprocessor Description Description Description
Robot/Artificial
intelligence
C. Application
Answer Tech Booster pg.32
V. GENERALIZATION
Data representation refers to the form
wherein data is stored, processed, and
transmitted
Input and output devices are devices that
make up a computer it can use in many
different ways
There are four classifications of computers
namely: Personal computers, Laptops,
Portable Digital Devices, Mainframe
computers
The system unit contains a computer’s vital
parts
VI. EVALUATION
Answer Self –Tech Challenge p.35
GRADE 8- COMPUTER
VII. ASSIGNMENT
Lesson 1- Getting to Know the Work Area
Find the percentage value of your
I. OBJECTIVES
computer’s CPU Memory, Disk, and
At the end of this lesson the student should be able
Network found in the processes,
to:
performance, and users tab of the Task
Manager by holding Ctrl+shift+Esc. Take a Open image files in Adobe Photoshop
screenshot and record your answer in the Know the different Photoshop Interface
table provided for. Use various methods to zoom in and out on
Tab CPU Memory Disk Network/ an image
Ethernet Save and close an image in Photoshop
GRADE 8- Computer
Lesson 2- Working With Selection
I. OBJECTIVES
At the end of this lesson the student should be able
to:
Make specific areas of an image using
selection tools
Reposition a selection marquee
Move and duplicate contents of a selection
Deselect a location
Constrain the movement of a selected area
Adjust the position of a selected area using F. Application
the arrow keys Do Tech Booster on pg. 22-27
Add to and subtract from a selection
Transform a selection V. Generalization
Use multiple tools selection to make a Selection tools isolate one or more parts of
complex selection your image. By selecting specific areas, you
can edit and apply effects and filters to parts
II. SUBJECT MATTER of your image while having the unselected
Marquee Tool areas untouched
Lasso Tool (polygonal, magnetic) The tools for making selections are all
Magic Wand efficient due to the flexibility of their usage.
Quick Selection Tool
Feather VI. Evaluation
Answer Tech Box and Tech Challenge
Basic modifications to a selection
pg. 28-29
Transform a Selection
E. Discussion
Videos- Access the following Links and
let the student watch the video:
https://helpx.adobe.com/photosh
op/how to/select-part-photo.html
https://helpx.adobe.com/photosh
op/using/making-selections-
photoshop-cc/
GRADE 9- Computer
https://helpx.adobe.com/photosh
Lesson 1- Introduction to Web Design
op/using/selecting-marquee-
I. OBJECTIVES
tools.html
At the end of this lesson the student should be able
https://helpx.adobe.com/photosh
to:
op/using/selecting-lasso-
Learn HTML
tools.html
Differentiate static and dynamic website
https://design.tutsplus.com/tutori
als/0-ways-to-modify-a- Understand the process of displaying a
selection-in-photoshop--psd- website from plain text
25138 Know the shortcut keys of notepad ++ and
some simple ways on html coding
Find Ctrl + F
II. SUBJECT MATTER Undo Ctrl + Z
Web Page language Cut Ctrl + X
Paste Ctrl + V
Static vs. Dynamic Web Pages
Save Ctrl + S
HTML Select All Ctrl + A
Using the Notepad ++ Replace Ctrl + H
Website Redo Ctrl + Y
Another line Ctrl + D/ Ctrl + M
III. INSTRUCTIONAL MATERIALS Website
Tech Book Series 9 A group of related web pages that
Laptop can be accessed with the use of a
browser
IV. PROCEDURE Static website- web pages that are
A. Motivation stored on the server in the same
Ask the students what language is. Try format
to let them define it, and ask them if Dynamic website- automatically
programming language fits this changes or customizes itself to
definition display the state of dialogue between
B. Discussion its users,
Hypertext Mark-up Language-HTML
Official language for web application C. Application
and web pages. The students shall create a web
Static vs. Dynamic Web Pages document that will display “I will never
Static- Viewed by a user exactly as surrender”. They must write the codes
it is stored on a piece of paper, then compile the
Dynamic- Capable of dynamically code with Notepad ++. Execute and test
displaying multiple information or the HTML file with the web browser
content <html>
Web Browser <head><title>Sample</title></head>
Application that locates, retrieves, <body>
and displays data from the World I will never surrender
Wide Web (WWW) </body>
HTML </html>
Allows you to create web pages that V. Generalization
display various information, such as Hypertext Markup Language (HTML) is
news, advertisements, and business made up of codes that make up the structure
profiles and content of websites
Notepad ++ Static web page is a web page that is viewed
An Application that creates and edit by user exactly as it is stored
HTML easily Dynamic web page capable of dynamically
Basic Shortcut Keys in Notepad ++ displaying multiple information or content
Action Shortcut Key that varies depending on its users
Copy Ctrl + C
New File Ctrl + N
Open File Ctrl + O
A web browser is an application that locates,
retrieves, and displays data from the World
Wide Web.
V. Evaluation
Answer Tech Challenge pg. 9
VI. Assignment
Make your own html with the example code
you learn from the activity. Make your own
title in the web document
GRADE 9- Computer
Lesson 2- Working With the Website Content
I. OBJECTIVES
At the end of this lesson the student should be able
to:
Learn the basic elements of HTML
Understand the HTML outline
Know some practice to easily identify the
problem in an HTML code
Learn to use of comment tag and its essence produces a single
line break
II. SUBJECT MATTER Image <img></img It inserts an image
> in a web page
Outline of a Web Pages
Horizontal Rule <hr> It serves as
Testing The Codes divider
Adding Some Elements Heading <h1></h1> It represents
Adding Comments for the Description blocks of
paragraph
III. INSTRUCTIONAL MATERIALS Example:
Tech Book Series 9
Laptop
IV. PROCEDURE
A. Motivation
Ask the students how they think web
pages are made. Select a volunteer and
let him or her share the answer with the
class.
B. Discussion
Outline of a Web pages
<html> C. Application
<head> Do Tech Booster pg. 15
<title></title>
</head> V. Generalization
<body> Website must always have a purpose. Its
</body> design will depend on what purpose or goal
</html> the website wants to achieve
Testing the Codes A sketch will be helpful for the developers
to identify the concepts and concerns of the
website
The HTML document has an outline which
must be practiced by the developers in order
to avoid compilation errors
Testing the codes will help you to
familiarize the basics of the HTML parts
HTML has many elements that help build
the structure of a web page
GRADE 9- Computer
Lesson 1- Program Development
I. OBJECTIVES
At the end of this lesson the student should be able
to:
Identify the components of a programming
language
Differentiate the categories of programming
language
Understand how the program development
cycle
Understand the stages of program when executing a program in the
development language
Program Development Cycle
II. SUBJECT MATTER
Categories of programming language Problem
Laptop Debigging
and testing
VI. EVALUATION
Answer Tech Challenge pg. 9
VII. ASSIGNMENT
Write an essay about how program
development process guide the program
developer in creating a program
GRADE 7- Computer
Lesson 2- Number Systems
I. OBJECTIVES
At the end of this lesson the student should be able
to:
Identify and Understand different number
systems
Explain and demonstrate how different
number systems work
V. GENERALIZATION
The binary system uses 0 to 1 to represent a
range of values
Lesson Plan