GRADE 7 Handout
GRADE 7 Handout
GRADE 7 Handout
Software
Software refers to a set of programs that makes the hardware perform a
COMPUTER SYLLABUS AND NOTES particular set of tasks in particular order. Examples of software are Ms
Grade VII (2022-23)
Word, Excel, PowerPoint, Google Chrome, Photoshop, MySQL, etc.
Marks : Total 50 (20 Marks- Practical Exam + 30 Marks Theory Exam) Hardware
Theory Exam will consist of 30 Questions of 1 Mark Each (Time : 45 Hardware refers to the physical components of a computer. Computer
Mins) Hardware is any part of the computer that we can touch these parts.
Examples of hardware in a computer are the Processor, Memory Devices,
Computer Syllabus for Monitor, Printer, Keyboard, Mouse, and the Central Processing Unit.
a) Theory Exam
1. Computer Basics –Computer definition, Hardware, Software ,Input Input devices
Device ,Output Device, CPU, Advantages, Disadvantages Input devices accept data and instructions from the user. Following are the
2. Computer Network: Types of networks, Local Area Network, examples of various input devices, which are connected to the computer for
this purpose.
Metropolitan Area Network, Wide Area Network, PAN( Personal Area
Example: 1. Keyboard 2. Mouse 3. Light Pen 4. Optical/magnetic Scanner 5.
Network)
Touch Screen 6. Microphone for voice as input 7. Track Ball
3. HTML: Empty & Container, HTML TAGS-HEAD, TITLE, BODY, FONT,
B,I ,U, H1,BR,P.
Output devices
b) Practical Exam: Output devices return processed data that is information, back to the user.
Designing a webpage using basic html tags. Some of the commonly used output devices are: 1. Monitor (Visual Display
Topic : Air Pollution/Water Pollution Unit) 2. Printers 3. Plotter 4. Speakers
CPU :
Rubrics for Practical Exam: Central Processing Unit (CPU) consists of the following features −
1. CPU is considered as the brain of the computer.
Practical (15) + Regular Assessment & Conduct (5) 2. CPU performs all types of data processing operations.
HTML 3. It stores data, intermediate results, and instructions (program).
4. It controls the operation of all parts of the computer.
Html Basic Tags REGULAR PRACTICAL
Font Heading Tag, B,I Advantages of Computers
(Html, Head, ACTIVITIES BASED Speed
Tag U Tag,BG Color ASSESSMENT
Title,body) • Computer is a very fast device capable of performing calculation of very
large amount of data.
5 5 5 5
• It can perform millions of calculations in a few
Accuracy
Computer Basics • Computers are very accurate. They perform all jobs with 100% accuracy
Introduction provided that the input is correct.
Computers are everywhere! From office desks to kitchen tables, from library Storage Capacity
tables to people’s laps in coffee shops. Computer is an electronic device for • A computer has much more storage capacity than human beings. It can
performing arithmetic and logical operation. store any type of data such as images, videos, text, audio etc.
What is Computer? Diligence
Computer is an electronic device that processes data, converting it into • Unlike human beings, computer is free from monotony, tired less, and lack
information that is useful to people. Computers have changed the way we of concentration. It can work continuously without any error and boredom.
PAN( Personal Area Network)
Disadvantages of Computers
No I.Q.
A computer cannot take any decision on its own. - is a computer network organized around an individual person. Personal area
No feeling networks typically involve a mobile computer, a cell phone and/or a handheld
Computers have no feelings or emotions. Unlike human beings’ computer computing device such as a Personal Digital Assistant( PDA).
cannot make Judgment based on feeling, taste, experience, and knowledge.
Wide Area Network: The purpose of a web browser (like Internet Explorer or Firefox) is to read
HTML documents and display them as web pages. The browser does not
display the HTML tags, but uses the tags to interpret the content of the
A wide area network (WAN) is a computer network that covers a large page:
geographic area such as a city, country, or spans even intercontinental distances, <html>
using a communications channel that combines many types of media such as <body>
telephone lines, cables, and air waves.The largest WAN in existence is the
<h1>My First Heading</h1>
Internet.
<p>My first paragraph.</p>
TAGS FUNCTION
Bold Tag It sets the text style to bold. <B>........</B> Container tags: The tags that includes both on and off tag are called
container tags. The tags are closed using a backslash(/).Container
Italics Tag It displays the text in italic form.<I>........</I> tags operate on the material between the opening tag < tag> and the
Underline Tag It is used to underline the text.<U>..........</U> closing tag </ tag>
Strike Tag Displays text in strikethrough Eg: <html> …….. </html> <body>……..</body>
style.<STRIKE>....</STRIKE>
Subscript Tag Styles text as a subscript.<SUB>......</SUB> Empty Tags: These tags have only an on tag, there are no off tags.
Superscript Tag Styles text as a superscript.<SUP>......</SUP> Eg: <hr>, <br>
Break Tag Inserts a line break into a page.<BR>
Paragraph Tag Formats text into a paragraph and adds space
before the paragraph.<P>............</P>
Horizontal Line Draws a horizontal line to seperate or group items
horizontally.The attributes are: align,color, size,
width.<HR>
Left Align Sets the alignment of the text to left.
Right Align Sets the alignment of the text to right.
Center Align Sets the alignment of the text to center.
Center Sets the alignment of the text to
center.<CENTER>.........</CENTER>
</body>
</html>
Example Explained
The text between <html> and </html> describes the web page
The text between <body> and </body> is the visible page
content
The text between <h1> and </h1> is displayed as a heading
The text between <p> and </p> is displayed as a paragraph
You can write your HTML by hand with almost any available text editor,
including notepad that comes as a standard program with Windows.
All you need to do is type in the code, then save the document, making
sure to put an .html extension or an .htm extension to the file (for instance
"mypage.html").
HTML BASICS
Tags:
The tags are written using the < and > brackets. Anything which is not in
angle brackets is taken as simple text by the web browser and is displayed
on the web page. Tags do not appear on the web page. There are two types
of tags: