0% found this document useful (0 votes)
18 views6 pages

Hardware Software Worksheet

The document is a lesson plan for Grade 7 students at The Indian High School, Dubai, focusing on physical computing and assistive technology. It covers hardware components like Raspberry Pi, sensors, and LCDs, as well as software concepts including coding blocks and variables. The document also includes practical exercises related to identifying components and understanding control statements.

Uploaded by

milind46219js
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views6 pages

Hardware Software Worksheet

The document is a lesson plan for Grade 7 students at The Indian High School, Dubai, focusing on physical computing and assistive technology. It covers hardware components like Raspberry Pi, sensors, and LCDs, as well as software concepts including coding blocks and variables. The document also includes practical exercises related to identifying components and understanding control statements.

Uploaded by

milind46219js
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

THE INDIAN HIGH SCHOOL, DUBAI

TERM-2 PHYSICAL COMPUTING


GRADE 7 – SMART LIVING - (ASSISTIVE TECHNOLOGY)
COMPUTER SCIENCE – INTRODUCTION TO HARDWARE AND SOFTWARE

Name: Milind Manoj Class & Div: 7 M Date: 23/01/2024

Part-A - Hardware

Hardware: Computer hardware is the physical part or component of a computer, such as the monitor,
keyboard, computer data storage, graphic card, sound card and motherboard.

About Raspberry-Pi:
Video:
https://www.youtube.com/watch?v=uXUjwk2-qx4&feature=youtube

 It is a small credit card sized computer (microcontroller unit) that can be used in electronic projects.
 Operating system is- Raspbian (It is a version of Linux built specifically for the Raspberry Pi).

Why Raspberry Pi 3 is used?

Page | 1
THE INDIAN HIGH SCHOOL, DUBAI

 The Raspberry Pi 3 Model B is the latest version of Raspberry Pi computer.


 It is very easy to connect to internet.
 Can be programmed using variety of programming languages, mostly in Python.
 It is used in applications like Home Automation system.
Difference between Micro-Controller and Micro Processor

S.No Micro controller Micro Processor


1. It has external processor along with internal It is just a processor. Memory & IO Components
Memory & IO Components have to be connected externally
2. It is mainly used in washing machines, MP3 It is mainly used in Personal Computers.
Players etc.
3. Power Consumption is low Power Consumption is high

Electronic Components:
Sensors:

A sensor is a device that detects and responds to some type of input from the physical environment.

Relay: Relays are switches that open and close circuits electronically.

LCD:

 LCD is a flat panel display technology commonly used in TVs,


computer monitors, mobiles and laptops.
 Liquid crystal display provides an even light source behind the
screen.

LINUX:

Identify the Parts in the below circuit.

Helping Words:
HDMI Output, USB ports, Video & Audio Output Jack, Power Input, Input & Output Pin,
LAN Port, RAM

Page | 2
THE INDIAN HIGH SCHOOL, DUBAI

1-Input & Output Pin

2-USB
Ports

7-RAM

3-LAN
Port

6-Power 5-HDMI 4-Video & Audio


input Output Output Jack
UBUNTU:

i) Which sensor is used to save energy in unoccupied spaces?


ii) Trigger a doorbell when someone approaches the front door.

Choose the sensor used to do the above tasks from the given list.

Answer Here:

1.Temperature sensor
Page | 3
2.Motion Sensor
THE INDIAN HIGH SCHOOL, DUBAI

Part-B Software

PART-B SOFTWARE

Software:

It includes the operating system (Ubuntu, Linux), utilities (MS office) and application software (Python,
Photoshop).

Visual Coding Tools:

Forever Block:

It is a Control Block. Once the block is activated, all blocks inside of it will be read "forever", forming a loop
.The only way to break is to end or a Stop Script/l block to be read

Repeat Block:

It will process the code it contains for a given amount of time, before allowing its script to continue.

Wait Block:

It is used to break (or) pause the repetition for a time interval.

Control statement:

IF statements - used to execute a statement under a certain condition. ELSE enables the selection of
statements to be executed after a condition is tested.

Operators:

 It is a symbol that usually represents an action or process. These symbols were adapted from
mathematics and logic.

Page | 4
THE INDIAN HIGH SCHOOL, DUBAI

 Operators are the backbone of any program.

 Operators has some Boolean Blocks also

Variables:

 Areas allocated by the computer memory to hold data.


 In the below example Celsius is the variable name that is created.
 While creating the variable the methods (set and change) will appear automatically.

 Example: Number1 =100 Age = 10


Variable
 Identify the variable from the following
X =100;
Sname=” IHS”

Answer Here:

X=100

ANDROID:

1. Which of the following control statement is used for an infinite loop?

Answer Here:

Forever Block

2. In General, for checking conditions we use if blocks.


Then, for replicated condition which block is used?

Page | 5
THE INDIAN HIGH SCHOOL, DUBAI

Answer Here:

Wait Block

3. When we are visiting Malls & restaurants we might have noticed the water tap and hand dryer which
automatically releases the water and air. List the components used in hardware and software.

Hardware Software

It includes the mother board, and sensors. It includes the operating system, utilities and
application software.

Page | 6

You might also like