Class 8th Computer Notes 1
Class 8th Computer Notes 1
UNIT01-EMERGING TECHNOLOGIES
Q1. Differentiate between LAN and WAN.
Answer:
LAN:
LAN stands for Local Area Network. A LAN is a network that covers a small geographical
area such as homes, offices, and groups of buildings.
LAN overview
WAN:
Whereas WAN stands for Wide Area Network. WAN is a network that covers larger
geographical areas that can span the globe.
Perfect24u.com
Page | 1
Answer:
1. Get fresh ideas 2. Raise your profile. 3. Advance your career. 4. Gain more
knowledge
In a network, a switch is a hardware device that filters and forwards network packets
Perfect24u.com
from one networking device (switch, router, computer, server, etc.) to another.
Page | 2
Network Switch
Q4. Differentiate between wire and wireless network.
Answer:
“Wireless” means without wire. Wireless network does not use wires for data or voice
communication; it uses radio frequency waves as. The examples are WI-Fi, Bluetooth and
cell phone etc.
A wired network uses cables to connect devices, such as laptop or desktop computers, to the
Internet or another network.
Perfect24u.com
Wire and wireless network
It is used when workload is too much for a single server to handle. Some examples of distributed
applications are cellular networks, online banking a social network etc.
Q7 what is the purposes of block chain technology?
Answer:
Page | 3
The goal of block chain is to allow digital information to be recorded and distributed, but
not edited. In this way, a block chain is the foundation for records of transactions that
cannot be changed, deleted, or destroyed.
3D Holographic imaging is a new technology that uses laser beams to create three-
dimensional images called Holograms.
Excel is typically used to organize data and perform financial analysis. It is used across all
business functions and at companies from small to large.
Data entry
Data management
Accounting
Financial analysis
Charting and graphing
Almost anything, that needs to be organized.
Formula Bar is used to enter data or formula into a cell. It can also be used to perform most
Perfect24u.com
calculations that you can do on a calculator.
Formula-Bar-With-Active-Cell
Page | 4
Answer:
Worksheet is a collection of cells organized in rows and columns while a workbook is
collection of one or more worksheets in a single file.
1. In your spreadsheet, select the data to use for your pie chart. ...
2. Click Insert > Insert Pie Chart, and then pick the chart you want.
3. Click the chart and then click the icons next to the chart to add finishing touches.
Perfect24u.com
Page | 5
A nested loop is a (inner) loop that appears in the loop body of another (outer loop). Nested
loops are useful when an iterative task is to be done for multiple times.
Here in calendar the outer loop, it is easiest to have an outer loop print the weeks, and an
inner loop print the days of the week, printing all the months in a year might have three
nested loops
Outer loop {
Inner loop {
}
}
Q4. Differentiate between scope and limitation of a problem.
Answer:
Page | 6
The Scope defines the boundaries of the problem. Solution must fulfil the requirements.
Limitation: it defines implementation of the problem.
Example:(i) calculator problem/ design is the scope of the problem.
(ii) Email not opening issue is the limitation of the problem.
Unit 4 Programming
Q1: For the following cods block a sprit will turn to 30 degrees. How many clicks are
Answer:
Here in the left side, the sprite will move slowly and steadily... While on right, the sprite will
move faster than first one. It is due to the wait state. Where one is inside loop and other one is
outside loop.
Q3: for the maze game, duplicate the map ‘maze map and rename it as ‘maze
Perfect24u.com
Map 2. Next change the color of lines in the new map form blue to red. Add
Script such that the game becomes a multi-level game with the 2 distinct image.
Answer:
For additional levels we can simply choose the maze-map sprit and duplicate
It as a new costume and rename it. Thereafter we can rearrange or change the existing lines
and draw new ones to add difficulty level. This way new maze design
Is created in no time. Additionally, you can download maze images form www.
Inventwitchscratch.com/downloads and load these images as new sprites as well
To provide a better understanding, let’s use such a maze-images for our next level,
As a first step, we download our maze background and load these images as another
Costume to our ‘maze-map’ sprite.
Page | 7
Next adjust the position of this images such that starting point of both the maze
images turn out to be same this way for each level the starting position of ‘Pico’ will
be same and no additional cods will be required.
Before proceeding further, we need to ensure first that the movement of ‘Pico’ spirit.
On the new map with arrow-keys is working and does not cross through the lines of
the maze. Since, the color of lines in both the maps is same; there the code will work
in new map now, if not then it means colors in both the maps are different. Now set
the maps color to be the same.
Now load the new map in the game. for this purpose, when the Pico touches the end
mark in a level, the next maze map sends a broad cast message,
Q4. Take a 4-digit number as input for a year and check if the year is a leaf year or not.
Display your output as: “the year 1979 in not a leaf year” or “the year 2020 is a leaf
year”
Answer:
Def(id Rectangle(a,b,c,d):
If(a==b and d==c) or (a==c and b==d) or (a==d and b==c):
Return True
Perfect24u.com
Else:
Return false
Q6. Write a program in python for the following output (print a triangle):
Answer:
Page | 8
Q7 Write a program in python which displays square of the numbers and prints in the
form of a triangle, as shown below.
Answer:1
rows = int(input("Enter number of rows: "))4 9
coef = 116 25 36
49 64 81 100
fori in range(1, rows+1):
for space in range(1, rows-i+1):
print(" ",end="")
for j in range(0, i):
Perfect24u.com
Q4.how creator of copyright work financially benefits from it?
Copyright protects literary, artistic, dramatic and musical works, It also protects computer
software, book and television broadcasting. The owner of the copyright has the right to
publish, reproduce or broadcast his work.
Q5. Why digital piracy is a crime?
Digital piracy means illegally copying digital content in any form without the consent of the
owner. Digital piracy is a crime as it is violation of owner's copyright.
Q6.why hackers break into computer systems?
Answer:
Hackers break into computer systems to steal data, funds, and critical business
information without the owner's consent.
Q7. How spyware can be harmful?
Answer:
Spyware is much more threatening and dangerous to your computer. Spyware not only floods
you with advertisements, but it also accesses information on your computer and delivers it to
other companies and dangerous people.
Page | 9
(i) Product, (ii) Price, (iii) Place, and (iv) Promotion, and are discussed as
follows:
1. Product: Product means goods or services or ‘anything of value’, which is
offered to the market for exchange.
2. Price: Price is the amount of money customers have to pay to obtain the
product.
3. Place:Place is the consideration of where the product should be
available, in brick-and-mortar stores and online, and how it will be
displayed.
4. Promotion: Promotion refers to the awareness of a product to increase sale
Perfect24u.com
and services. For example, advertising it the media to be used (example print-
media–newspaper, magazines, etc...).
Q3 what is the difference between payment and Transaction?
Answer:
Payment is the act of paying while the transaction is the act of conducting or carrying
out (business, negotiations, and plans).
Q4 Why a quality assurance is important to assess the quality of a product or service.
Answer:
Quality assurance helps a company create products and services that meet the
needs, expectations and requirements of customers. It yields high-quality product
offerings that build trust and loyalty with customers.
Page | 10
To reach the customers very fast is a major challenge to become the brand successful.
2. LOWER COST
Compared to traditional marketing, one of the digital marketing advantages is lower cost.
3. SOCIAL CURRENCY
Doing customer service online is very challenging. If a customer writes a negative review, it
will be visible to the whole audience.
Perfect24u.com
3. SECURITY AND PRIVACY ISSUES
THE END
Page | 11