Class 7th CS Notes
Class 7th CS Notes
UNIT # 1
RAM ROM
RAM keeps operating system, ROM contains programs used for
application programs and data in use. booting up the computer.
Data in RAM can be modified Data in ROM cannot be modified.
UNIT # 2
1. Define the term “word processor”. Give some examples of word processing programs.
Ans: A word processor is an application software used for composing, editing, formatting, and printing documents.
Following are some available word processors:
Microsoft Word
Apple iWork
Google Docs
3. Write down purpose of three insert options available in “insert Tab” of Microsoft word.
Ans: Insert Tab helps to insert different objects in the document.
i) Table: we can insert a table through the table option.
ii) Symbol: we can insert different symbols through the table option.
iii) Page Number: we can insert page numbers through the table option.
8. Define the term email and write the uses of email address.
Ans: Email: Electronic mail is a method of exchanging messages between people using electronic devices. Uses of
Email Address: An email address is a unique identifier for an email account. It is used to send and receive
email messages over the internet.
9. Define any two of the following options used in composing an email. To, CC, BCC, Signature.
Ans: To: The “To” field indicates the recipient’s address i.e., to whom the email is sent.
CC: Stand for carbon copy. It indicates those recipient address whom we want to keep informed but not exactly
the intended recipient.
UNIT # 3
3. If the problem identified is too big to be fixed all at once, what mechanism could help you to better
solve the problem?
Ans: If the problem identified is too big to be fixed all at once, it is better to divide the problem into small
and manageable components.
UNIT # 4
2. Convert the following decimal numbers to binary numbers. (13) (17) (21) (31)
Ans:
i) (13)10:
2 13
2 6 -------- 1
2 3 -------- 0
1 -------- 1
ii) (17)10:
2 17
2 8 -------- 1
2 4 -------- 0
2 2 -------- 0
1 -------- 0
iii) (21)10:
2 21
2 10 -------- 1
2 5 -------- 0
2 2 -------- 1
1 -------- 0
iv) (31)10:
2 31
2 15 -------- 1
2 7 -------- 1
2 3 -------- 1
1 -------- 1
b. (1100)2
(1100)2 = 1 × 23 + 1 × 22 + 0 × 21 + 0 × 20
=1×8+1×4+0×2+0×1
=8+4+0+0
= 12
Decimal number for (1100)2 is 12
c. (1000)2
(1000)2 = 1 × 23 + 0 × 22 + 0 × 21 + 0 × 20
=1×8+0×4+0×2+0×1
=8+0+0+0
=8
Decimal number for (1000)2 is 8
d. (1010)
(1010)2 = 1 × 23 + 0 × 22 + 1 × 21 + 0 × 20
=1×8+0×4+1×2+0×1
=8+0+2+0
= 10
Decimal number for (1010)2 is 10
7. What will the following two sets of codes do when flag is pressed? If possible, try running these sets of
codes on a computer after your answer and compare:
Ans:
With this code the spirit will move and change direction toward mouse pointer.
With is the spirit will only change its direction toward mouse pointer.
8. Which of the following can be used to start a program?
a. b. c.
d. e.
f.
9. What is the difference between the following two commands from Motion Category?
Ans: The “change y by 10” command move the spirit 10 points up while the “set y to 10” sets the position of the
spirit to the specified coordinate (point 10 on Y).
UNIT # 5
2. What is privacy? How can you protect yourself from online theft of your personal information?
Ans: Privacy is the right to keep one’s personal information, activities and communication confidential.
We can protect ourselves from online theft of our information by:
Using strong password
Downloading from secure websites
Purchasing from secure sites
Keeping software up to date
Keeping browser privacy setting ON.
UNIT # 6
Empathize: The main objective of the empathize is to identify user needs and behaviors.
Define: It is a process in which information collected during empathize stage are further analyzed to
define the core problems.
Ideate: This stage enables a designer to generate ideas and think outside the box.
Prototype: It is a process in which best possible solutions are identified for each problem. Testing: is
done to ensure whether the suggested prototype is producing the desired output or not.