Group C Manual
Group C Manual
Practice Manual
for Group C
DIRECTORATE
OF TECHNICAL
EDUCATION,
UNION TERRITORY,
CHANDIGARH
2
2. DigiLocker
3. e-Tendering with use of Digital Signature
4. GeM
5. E-office
Fig. 1
These parts of the Computer and some other devices are connected together with the help of
wires and cables.
• Input Devices
Input devices are used to provide information to a computer, such as typing a letter or
giving instructions to a Computer. Some examples of input devices are as follows:
Mouse: A standard mouse has a left and a right button. You use the left button to select
items and provide instructions by clicking an active area on the screen. You use the right
button to display commonly used menu items on the screen.
Keyboard: A set of keys that resembles a keyboard on a typewriter. You use the keyboard
to type text such as letters or numbers into the computer.
Scanner: A device that is similar to a photocopy machine. You can use this device to
transfer an exact copy of a photograph or document into a computer. A scanner reads a page
and translates it into a digital format that a computer can read. For example, you can scan
photographs of your family using a scanner.
Fig. 2
2
Introduction
Computer Hardware is the physical part of a computer, as distinguished from the computer
software that executes or runs on the hardware. The hardware of a computer is infrequently
changed, while software and data are modified frequently. The term soft refers to readily
created, modified, or erased. These are unlike the physical components within the computer
which are hard.
When you think of the term computer hardware you probably think of the guts inside your
personal computer at home or the one in your classroom. However, computer hardware
does not specifically refer to personal computers. Instead, it is all types of computer
systems. Computer hardware is in embedded systems in automobiles, microwave ovens,
CD players, DVD players, and many more devices. In 2003, only 0.2% of all
microprocessors sold were for personal computers. How many other things in your house
or your classroom use computer hardware?
Fig. 3
Motherboard
The motherboard is the body or mainframe of the computer, through which all other
components interface. It is the central circuit board making up a complex electronic system.
A motherboard provides the electrical connections by which the other components of the
system communicate. The mother board includes many components such as: central
processing unit (CPU), random access memory (RAM), firmware, and internal and external
buses.
Fig. 4
3
Fig. 5
There are four steps that nearly all CPUs use in their operation: fetch, decode, execute, and
write back. The first step, fetch, involves retrieving an instruction from program memory.
In the decode step, the instruction is broken up into parts that have significance to other
portions of the CPU. During the execute step various portions of the CPU, such as the
arithmetic logic unit (ALU) and the floating point unit (FPU) are connected so they can
perform the desired operation. The final step, write back, simply writes back the results of
the execute step to some form of memory.
Fig. 6
4
Firmware
Firmware is loaded from the Read only memory (ROM) run from the Basic Input-Output
System (BIOS). It is a computer program that is embedded in a hardware device, for
example a microcontroller. As it name suggests, firmware is somewhere between hardware
and software. Like software, it is a computer program which is executed by a
microprocessor or a microcontroller. But it is also tightly linked to a piece of hardware, and
has little meaning outside of it. Most devices attached to modern systems are special-
purpose computers in their own right, running their own software. Some of these devices
store that software (“firmware”) in a ROM within the device itself.
Power Supply
The power supply as its name might suggest is the device that supplies power to all the
components in the computer. Its case holds a transformer, voltage control, and (usually) a
cooling fan. The power supply converts about 100-120 volts of AC power to low-voltage
DC power for the internal components to use. The most common computer power supplies
are built to conform to the ATX form factor. This enables different power supplies to be
interchangeable with different components inside the computer. ATX power supplies also
are designed to turn on and off using a signal from the motherboard, and provide support
for modern functions such as standby mode.
CD
CDs are the most common type of removable media. They are inexpensive but also have
short life-span. There are a few different kinds of CDs. CD-ROM which stands for
Compact Disc read-only memory are popularly used to distribute computer software
although any type of data can be stored on them. CD-R is another variation which can only
be written to once but can be read many times. CD-RW (rewritable) can be written to more
than once as well as read more than once. Some other types of CDs which are not as
popular include Super Audio CD (SACD), Video Compact Discs (VCD), Super Video
Compact Discs (SVCD), Photo CD, PictureCD, CD-i, and Enhanced CD.
Fig. 7
5
DVD
DVDs (digital versatile discs) are another popular optical disc storage media format. The
main uses for DVDs are video and data storage. Most DVDs are of the same dimensions as
compact discs. Just like CDs there are many different variations. DVD-ROM has data
which can only be read and not written. DVD-R and DVD+R can be written once and then
function as a DVD-ROM. DVD-RAM, DVD-RW, or DVD+RW hold data that can be
erased and re-written multiple times. DVD-Video and DVD-Audio discs respectively refer
to properly formatted and structured video and audio content. The devices that use DVDs
are very similar to the devices that use CDs. There is a DVD-ROM drive as well as a DVD
writer that work the same way as a CD-ROM drive and CD writer. There is also a DVD-
RAM drive that reads and writes to the DVD-RAM variation of DVD.
Fig. 8
Blu-ray
Blu-ray is a newer optical disc storage media format. Its main uses are high-definition
video and data storage. The disc has the same dimensions as a CD or DVD. The term “Blu-
ray” comes from the blue laser used to read and write to the disc. The Blu-ray discs can
store much more data then CDs or DVDs. A dual layer Blu-ray disc can store up to 50GB,
almost six times the capacity of a dual layer DVD (WOW!). Blu-ray discs have similar
devices used to read them and write to them as CDs have. A BD-ROM drive can only read
a Blu-ray disc and a BD writer can read and write a Blu-ray disc.
Internal Storage
Internal storage is hardware that keeps data inside the computer for later use and remains
persistent even when the computer has no power. There are a few different types of internal
storage. Hard disks are the most popular type of internal storage. Solid-state drives have
grown in popularity slowly. A disk array controller is popular when you need more storage
then a single hard disk can hold.
6
Fig. 9
Solid-State Drive
A solid-state drive (SSD) is a data storage device that uses solid-state memory to store
persistent data. An SSD emulates a hard disk drive, thus easily replacing it in any
application. SSDs have begun to appear in laptops because they can be smaller than HDDs.
SSDs are currently more expensive per unit of capacity than HDDs which is why they have
not caught on so quickly.
A disk array controller is a device which manages the physical disk drives and presents
them to the computer as logical units. It almost always implements hardware RAID. RAID
(Redundant Array of Independent Drives) is a technology that employs the simultaneous
use of two or more hard disk drives to achieve greater levels of performance, reliability,
and/or larger data volume sizes. A disk array controller also provides additional disk cache.
7
2. Software
System software can be separated into two different categories, utility programs and
operating systems. Operating systems are the foundation of your computer and almost
every electronic device. The OS boots up the computer and makes sure everything is
operational. The OS is also what runs your cell phone and most of your electronic devices.
The OS is, for the most part, the GUI (graphical user interface) that shows you all of your
applications, and without the OS you cannot use the computer. There are many different
types of OS’s which are discussed later. Utility programs perform a very specific task, to
either enhance or manage your computer. For example, your virus protection program, like
Norton, is an example of a utility program along with the install/uninstall program that
comes standard with Windows.
Systems Software
The operating system is a type of system software kernel that sits between computer
hardware and end user. Systems Software are applications that are designed specifically for
running the hardware on a personal computer and are used to maintain a platform for
Application Software to be used. This means that systems software is designed to
communicate with the internal parts of your computer such as the hard drive, RAM, ROM,
cache, microprocessors, etc. so that the user doesn't have to. It contains all of the drivers
necessary for this type of communication and, in the simplest sense; it is the interface
between the user and the hardware. The Operating System (OS) is not only one of the most
important systems software on a computer, but is also the most frequently used. It is the
software that runs in the background and brings the separate physical parts of the computer
together in order to provide the seamless stream of activity that a user experience. Some of
its responsibilities include the transfer of data between the memory and disks (on the hard
drive) as well as providing the information needed to display icons, text, cursors and other
visible necessities on the display screen. This display is called the graphical user interface
(GUI) and is entirely the result of the OS on the computer. This can be compared by
viewing the differences between the Ubuntu OS and the Mac Snow Leopard OS. The icons
between the two are positioned differently and they look different too. The Mac OS and
GUI tends to have a more three-dimensional aspect to it where Windows tends to appear
flatter. It should also be remembered that the operating system conducts itself
8
independently of both the user and any application software being used. This means that it
is not directly dependent on the user or other programs in order to operate. Some other
systems software would include BIOS and other device firmware. These help the user
interact with other utilities such as diagnostic tools, language translators, data
communication programs, as well as data management programs.
Windows
Windows is a series of operating systems that is designed by Microsoft. The first two
versions of the Windows operating system, introduced in 1985 and 1987 respectively, were
primitive. Windows 1.0 had only basic functions such as MS Paint and a word processor
and Windows 2.0 had very rudimentary versions of Word and Excel. Windows did not
become popular until its third release in 1990. Windows 3.0 had enhanced graphics, the
ability to “multi-task”, and (for the first time) virtual memory. This version was so popular
that it stayed on the market for eleven years. The next big improvement came with
Windows 95, which expanded from 16-bit to 32-bit (short for binary digit). Windows 2000
was known for its increase in plug-in devices that were congruent with the operating
system. Windows XP, or Windows 2001, included a comprehensive help center to allow
users to utilize different types of media and was designed mostly for user ease and
convenience. The main feature of Windows Vista is the Instant Search at the bottom of the
start menu. Then Windows 7 came out and the improvements were mainly to make it faster
and easier to use. The most recent version of Windows is Windows 10. Windows 10 came
out late July 2015. The new Windows will allow you do to more than one thing at once. It
also allows for a new way to search and there is a way to open the Windows store from
your home page. Windows is the most commonly used operating system and is used on
about 90% of all personal computers.
9
Application Software
Application Software is the most common programs that run in the foreground of the
computer. They tend to perform useful tasks which are not associated with computer
maintenance, system boot-up, or hardware communication. Application software is directly
reliant on the Systems Software to communicate to the physical components of the
computer and cannot operate without it. If you were to visualize this, the Application
Software would operate on top of the Systems Software and would be the most visible to
the user while the Systems Software would remain in the background unnoticed. The
Systems Software would then communicate to the Hardware on its behalf and deliver any
information to it from the Application Software. In turn, any information needed from the
Hardware would pass through the Systems Software to the Application Software.
Application Software is the most familiar forms of software and come in a variety of types.
Most often they can be accessed through the graphical user interface of the operating
system being used by double-clicking on an icon. Some of the most popular examples
include word processors, spreadsheets, photo-editing programs, database programs, and
accounting programs to name a few. This list is by no means the extent to which
application software may be used and many more programs are being created constantly to
help individuals with daily activities.
3. Driver
A device driver is a software module that enables communication between a user process
and a peripheral device. It may perform some or all of the following functions:
• Take the device online and offline
• Set parameters in the device
• Transmit data from the kernel to the device
• Receive data from the device and pass it to the kernel
• Handle and report I/O errors
• Handle exclusion and other multiuser, multitasking arbitration
Hardware Devices
Some examples of hardware devices are CD ROMs, disk drives, tape drives, printers,
scanners, and terminals.
Hardware devices are categorized as block devices, character devices, mapped devices, or
networked devices. A block device is a mass storage device (such as a disk) that can accept
data, store it, and return data to the processor in fixed-length transfers. A block device
driver uses the integrated page cache for all data transfers. Device drivers that support the
block interface are complex and are not covered in this manual.
4. File Formats
Following are some of the different types of file formats: -
GIF-GIF is most common in the animated form.
PDF-Invented by Adobe with the goal of capturing and reviewing rich information from
any application, on any computer, with anyone, anywhere.
MP3- This format of file contains an audio file.
ZIP-This file format contains files which are achieved.
PPTX-These files have a PowerPoint presentation.
MPEG-It is a video file format.
JPEG-JPEGs might be the most common file type your uncross on the web, and more than
likely the kind of image that is in your company's MSW versions fits letter head.
11
Steps:-
1. Go to https://online2pdf.com/convert-docx-to-pdf.
2. Click on ‘Select files’ and browse the file on your computer.
3. Click on ‘convert’.
5. Printer Sharing
How to Share a Printer
Sharing printers on a network used to be a nightmare, especially if the computers were all
running different operating systems. Technology has progressed, however, and sharing a
printer now is simpler than it has ever been. This is especially true if you are running
Windows 7, 8, or Mac OS X. To learn how to share your printer on the network, and how
to connect other computers to that share printer, see Step 1 below.
Install the printer drivers. In order to share a printer, it must be installed on the
computer it is connected to. Most modern printers connect via USB and will install
automatically when they are connected.
12
???????
Open the Control Panel. You can access the Control Panel in Windows 7 by clicking the Start menu and selecting
Control Panel. In Windows 8, press ⊞ Win + X and select Control Panel from the menu.
Open the Network and Sharing Center. If your Control Panel is in Category view, click
"Network and Internet", and then select "Network and Sharing Center”. Click on
"Network and Internet". If your Control Panel is in Icon view, click the "Network and
Sharing Center" icon.
Click the "Change advanced sharing settings" link. This is located in the left
navigation pane of the Network and Sharing Center.
13
?????
Expand the profile you need to change. You will see three different options when you
open the "Advanced share settings": Private, Guest or Public, and All Networks. If you
are on a Home network, expand the Private section.
Enable "File and printer sharing". Toggle this on to allow other devices to connect to
your printer. This will also allow you to share files and folders with other computers on
the network.
Toggle the password protection. You can decide whether or not you want to enable
password protection for your printer. If it is turned on, only users who have a user
account on your computer will be able to access the printer.
• You can toggle password protection in the "All Networks" section.
14
Share the printer. Now that file and printer sharing has been turned on, you will need to
share the printer itself. To do this, go back to the Control Panel and open the Devices and
Printers option. Right-click on the printer you want to share and click "Printer properties".
Click the Sharing tab, and then check the "Share this printer" box.
PRACTICE QUESTIONS
1. Convert the doc file into PDF using any online software provided on the Internet.
B. MICROSOFT OFFICE
1. MICROSOFT WORD
Familiarization with MSWord
Microsoft Word (or simply Word) is a word processor developed by Microsoft. It was
first released on October 25, 1983 under the name Multi-Tool Word for Xenix systems.
Subsequent versions were later written for several other platforms including IBM PCs
running DOS(1983), Apple Macintosh running the Classic Mac OS (1985), AT&T Unix
PC (1985), Atari ST (1988), OS/2 (1989), Microsoft Windows (1989), SCOU nix (1994),
and OSX (2001).
Microsoft Word (Fig 80) is a word-processing application that can be part of the
Microsoft Office suite or a stand-alone program installed on to your computer. The
program can be used to write letters and different types of documents that can include
graphics and pictures. Microsoft Word allows users to alter the appearance of text easily
by changing its color, font style and size. The document is easily saved as a file on a
computer or other media device and retrieved whenever needed for editing, sharing or
printing.
Step 2: Click File in the top left-hand corner of the screen. Some versions of Word may
have an ‘Office’ button in the top left-hand corner. Click on this to bring up the menu to
continue.
Step 3: From the menu, choose Save.
Step 4: A ‘Save’ dialogue box will come up. At the top and at the left-hand side in the list
of folder options, it will show the folder where you’ll be saving the document. If you wish
to change this folder, navigate through the folders on the left-hand side of the dialogue box
to choose the one where you want to save your document.
Step 5: Word will automatically give your document a name, based on the first few words
of your text. If you don’t like the given one, once you have chosen the destination folder,
type a name for your document in the ‘Filename’ box. Come up with a name that is
concise but will allow you to find the document easily again.
Step 6: Once you have typed in the name of your document, click Save.
Step 7: Your document will now have a name, which will be shown at the very top of
your document screen. If you make changes to your document and then save them after it
has been saved originally, the dialogue box will not come up again. It will just save your
changes without any visual notification being shown.
Step 8: The ‘Save As’ menu–the link to which is on the left-hand side of the ‘File’
dialogue box, beneath ‘Save’– is used to save an existing document under another name.
17
Other than Tables, Pictures, ClipArt, Shapes, Header, Footers and Charts can also be
inserted into Blank Document.
Microsoft Word allows you to embed objects created in other programs into one
document. These objects can offer data and other resources to support your document’s
objectives and create a visually pleasing layout for your recipients’ view. Open the Word
document and click the “Insert” tab on the command ribbon. Click the "Object" button in
the Text group to open the Object dialog box. In the Object dialog box, click the Create
New tab, and then select an option from the Object type list.
?????
18
In the Page Layout tab, a drop-down menu will appear. Click the predefined margin
size you want. The margins of the document can be changed using the Margins
command. In Page layout Tab, Page Orientation can be set as: Portrait or Landscape
to change the page orientation.
On the Page Layout Tab, in the Paragraph group, use the spacing controls to
adjust the line spacing before and after each line. You will see the changes in your
document.
In the Paragraph group, use the Left and Right indent controls to indent the
paragraph at the left, right or both margins.
19
Move down and click Print in the menu. This will bring up the ‘Print’ dialogue
box. Choose how many copies of your document you need.
Depending on your printer options, you can choose other printing features such as
whether you want to print all pages or only certain pages. You can also change the
orientation of the print from portrait to landscape and tell your computer and
printer whether you’re printing on a certain size of paper.
You’ll also see, on the right, a preview of your printed document will look like.
When you’re happy with your settings, click Print. The document will now start
printing on your printer.
Column names in your spreadsheet match the field names you want to insert in your
mail merge.
All data to be merge dispersant in the first sheet of your spread sheet.
20
Choose Select Recipients for adding new list or existing list of recipients. In the
Mail Merge Recipients dialog box, clear the check box next to the name of any
person who you don't want to receive your mailing.
Step 3:-To insert an address block for an envelope, a label, an email message, or
a letter.
a) On the Mailings tab, in the Write & Insert Fields group, choose Address Block.
b) in the Insert Address Block dialog box, choose a format for the recipient's name
as it will appear on the envelope. Finish the mail merge. In the Finish group,
choose Finish & Merge and choose Print Documents or Send Email Messages.
21
PRACTICE QUESTIONS
Q.1: Start the Mail Merge under Mailings, Select Recipients, Create New List, adding
about 5 records to the List, save your document, and then fill in the Template
document by adding Merge Fields to the document that reflect the data records
that you just created. Also add some text. Save the Template Document.
Q.2: In a given following figure, Change the Page Margins to Narrow, Sort the students
names alphabetically in ascending order, Add numbering to the "Students" and
"Teachers" lists separately, Change the layout of the "Students" list into two
columns
Q.3: Copy the logo of Chandigarh Administration from the website, resize and crop
picture, change its text wrapping attributes to “In Front of Text” so that you can
move the logo around the page at will and place it in front of any text on the page.
22
Q.4: Get the newspaper and see the text-based advertisement and Design that
advertisement in Microsoft Word.
Design and create text or image-based advertisements that you saw in the
newspaper. Designing such an advertisement will be a very beneficial role for
Microsoft Word students or people learning Advanced Microsoft Word skills.
Advertisement designs contain high-quality images, text, and layout. It will make
you master in MS word. And I think doing exercise after completing the class
topic is the best way to learn MS-Word.
Q.5: Take a double-column book or newspaper and design or create a similar paragraph
style in the word document..
Q.6: Create a letterhead, Identity card of any company or institution that you got and
insert the Watermark with that company name in the document.
You can create an identity card, visiting card or birthday cards in MS word. As
you’re seeing below this is an example of cards and letterheads. But you can find
such things. And practice your MS-Word knowledge in creating an identity card,
letterhead. This will give you the idea of how to adjust the text in different shapes
and areas. Also, this is a good exercise in which you learn after printing, what size
you need to adjust on the page. And when you do that, you learn very precious
things in MS-Word.
23
??????
Q.7: Decorate word document with page border, content border, add pattern, and write
beautiful text in it.
This is the easiest page layout option, in which you can learn about page border in
MS-Word, text border, color, or shading in the page and pattern. These options are
very beautiful when you’re creating eBooks, making notes, and doing anything
that required the following type of style. See the image below and try to create
similar to this one.
Q.8: Insert template or download the new template in Microsoft Word from the Internet
and edit those templates with your content.
There are 100+ templates almost for anything in the Microsoft Word Template
option. The top benefit of using the template is that if you don’t know how to
create or design certain thing then you can just download the template and replace
the existed text with your text. And it’s done. This is a most important option
which you should learn because it’s tough when you don’t know about how to
design or create anything, so try to practice on 10+ templates and see how it will
look like.
24
???????
Q.9: Design E-book cover pages / Magazine front/ books front/back page using cover
page option in Insert Menu.
This practice is an advance. But try to find the books, magazine cover pages. And
try to make similar in MS-Word. Imagine if you’re the designer, how you will
design the same content or front page. You will learn while practicing this about
the Cover Page option in MS-Word or you can design without using that option.
People use Adobe Photoshop, Corel Draw, and websites to create business cards
nowadays automatically and manually. You can also use that. But it’s about
mastering in MS Word options and skills. When you create and design anything in
Microsoft word. Your basic computers skills become strong. That helps you in the
future when you start working on a Computer or MS-office or MS-Word. Also,
basic computer skills are very important before doing any degree course in IT. So,
Design the business cards similarly you’re seeing in the below sample picture.
25
?????
This is an advanced exercise, but if you do it and create cards then options you’ve
learned during your computer courses in MS-Word remain forever in your brain.
Q.13: Use smart art and create organization charts
Smart Art is one of the favorite options in Microsoft Word. Smart art used to draw
diagrams that are used to showcase the content visually that will be easy to
understand and manage. Such as you’re seeing below the smart art image
Hierarchy Diagram that is used to create an organizational chart or structure of the
Telecom company. This is the best method to understand and teach about certain
things to students, teachers, parents, and companies. You will see such
organizational charts in the companies office and government head offices.
When you practice MS-Word Option to create the following diagram or any other,
you got many problems. Those problems are not there while you were learning
MS-Word. These are the problem such as font size adjustment, lines adjustment,
etc. colors and shape adjustment, etc. So, when you solve these problems by
yourself or with the help of your computer course instructor it will be great for
your computer knowledge and MS-Office skills. Because when you solve the
problem and you learn very important working lessons of MS Word. This is why
you’re learning.
26
2. MICROSOFT
EXCEL Spreadsheet
Microsoft Excel has the basic features of all spreadsheets using a grid of cells arranged
in numbered rows and letter-named columns to organize data manipulations like
arithmetic operations. It has a battery of supplied functions to answer statistical,
engineering and financial needs. In addition, it can display data as line graphs,
histograms and charts.
To save a workbook:
1. To create a new blank workbook: Select the File tab (fig 92). Keyboard shortcut: To
quickly create a new, blank workbook, you can also press CTRL+N
2. Select New, then click Blank workbook. A new blank workbook will appear.
Locate and select the Save command on the Quick Access Toolbar.
3. You'll then need to choose where to save the file and give it a file name. To save the
workbook to your computer, select Computer, then click Browse
4. The Save As dialog box will appear. Select the location where you want to save the
workbook.
5. Enter a file name for the workbook, then click Save.
27
Each cell in a worksheet can be formatted with many properties. However, we must
point out here that the format of a cell does not affect the actual value in the cell.
The Number tab contains categories for the type of data that is in the cell. The default
category is General. Other categories are number, currency, accounting, date, time,
percentage, fraction, scientific, text, special, and custom.
The second tab is Alignment. There are three "Text Control" options on this tab that are
especially useful when formatting a spreadsheet with titles, subtitles, and column
headings. They are "Wrap text" and "Merge Cells." The option, "Shrink to fit" will take
the cell value and make the font small enough to be completely displayed.
Font Formatting
The third tab is Font and the usual options that one sees in most Microsoft Office
products are available: font name, font style (regular, italic, bold), color, size, underline
style (single, double, etc.), and the special effects of strike-through, superscript, and
subscript.
The Border tab provides a variety of border styles, and any color may be selected for a
border. A border style and border color can be set for each side of an individual cell or a
group of cells.
Patterns or Fill
The back ground of a single cell orange of cell scan be filled with any imaginable color,
and a variety of pattern styles are available, such horizontal, vertical, or diagonal stripes,
dots, and crosshatches of different widths and percentages of gray.
This feature allows the user to define certain cells as Locked and/or Hidden. If a cell is
formatted as Hidden, when that cell is selected in the worksheet, its contents will not
display in the Formula Bar.
28
9 DAYS Date & Time Returns the number of days between two
dates
10 NOW Date & Time Returns the current system date and time
Numeric functions
As the name suggests, these functions operate on numeric data. For e.g. IS NUMBER,
RAND, ROUND, MEDIAN, PI etc.
29
String functions
These functions are used to manipulate text data. Some of the common string functions
are LEFT, RIGHT, MID, ISTEXT etc.
VLOOKUP function
The VLOOKUP function is used to perform a vertical look up in the left most column
and return a value in the same row from a column that you specify.
There are two types of cell references: relative and absolute. Relative and absolute
references behave differently when copied and filled to other cells. Relative references
change when a formula is copied to another cell. Absolute references, on the other hand,
remain constant, no matter where they are copied.
Relative References
By default, all cell references are relative references. When copied across multiple
cells, they change based on the relative position of rows and columns. For example, if
you copy the formula =A1+B1 from row 1 to row 2, the formula will become =A2+B2.
Relative references are especially convenient whenever you need to repeat the same
calculation across multiple rows or columns.
Absolute References
There may be times when you do not want a cell reference to change when filling cells.
Unlike relative references, absolute references do not change when copied or filled.
You can use an absolute reference to keep a row and/or column constant. An absolute
reference is designated in a formula by the addition of a dollar sign ($). It can precede
the column reference, the row reference, or both.
Select the Data tab on the Ribbon and then click A-Z command to sort A to Z, or the
Z-A command to sort Z to A.
The worksheet will be sorted by the selected column
30
Click the Filter command. Drop-down arrows will appear in the header of each
column. Click the drop-down arrow for the column you want to filter. In this
example, we'll filter the Type column to view only certainty pes of equipment.
The Filter menu appears.
Uncheck the boxes next to the data you don't want to view, or uncheck the box next to
Select All to quick lyun check all. Check the boxes next to the data you do want to
view. In this example, we'll check Laptop and Projector to view only these types of
equipment. Click OK. All other data will be filtered, or temporarily hidden. Only
laptops and projectors will be visible.
Scaling: Enlarges or reduces the worksheet or selection when you print so that it fits on
the specified number of pages.
Adjust to when you select Adjust to, you can enter a percentage in the %
normal size box.
Fit to when you select Fit to, you can enter a number in the page(s) wide box and
the tall box.
Creating Charts
Step 2:- From the Charts grouping; choose the type of chart you wish to create
Step3:-A blank chart will appear, from the Data grouping, choose Select Data
Step 4:-Click inside the box labeled Chart data range, then click and drag to select
those cells in Excel that contain your chart data.
PRACTICE QUESTIONS
There's no SUBTRACT function in Excel. However, there are several ways to subtract
numbers in Excel. Are you ready to improve your Excel skills?
1. For example, the formula below subtracts numbers in a cell. Simply use the minus sign
(-). Don't forget, always start a formula with an equal sign (=).
32
2. The formula below subtracts the value in cell A2 and the value in cell A3 from the value
in cell A1.
3. As you can imagine, this formula can get quite long. Simply use the SUM function to
shorten your formula. For example, the formula below subtracts the values in the range
A2:A9 from the value in cell A1.
Take a look at the screenshot below. To subtract the numbers in column B from the
numbers in column A, execute the following steps.
4a. First, subtract the value in cell B1 from the value in cell A1.
33
4b. Next, select cell C1, click on the lower right corner of cell C1 and drag it down to cell
C6.
Take a look at the screenshot below. To subtract a number from a range of cells, execute
the following steps.
5a. First, subtract the value in cell A8 from the value in cell A1. Fix the reference to cell A8
by placing a $ symbol in front of the column letter and row number ($A$8).
5b.Next, select cell B1, click on the lower right corner of cell B1 and drag it down to cell
B6.
Explanation: when we drag the formula down, the absolute reference ($A$8) stays the
same, while the relative reference (A1) changes to A2, A3, A4, etc. Maybe this is one
step too far for you at this stage, but it shows you one of the many other powerful
features Excel has to offer.
34
6. Create a table, see a picture below. Enter the appropriate data that you want to show in
the chart. In this example, we are using the India-Pakistan T20 cricket match, in which
we are highlighting scored run per over.
7. Calculate the total runs of each team. By using Auto Sum (please see in the picture
below)
8. Now select all three rows and columns, as you can see in the picture below.
35
10. Now stretch the chart form edges as looking in the image below. Add heading of the
chart, OX axis, and OY axis Values; please see in the image below.
It’s because we can use it as a column chart to visualize a comparison between 2-3
columns data such as in the final image above, you can see that on the OX axis you can
see overs. And on OY Axis, there are runs and in two different column bars in colors
highlighting team runs. You often see this kind of chart in a cricket match on TV.
While this is a basic exercise, but practicing it means a lot to beginners in Excel.
Exercise 1-
Uses of Microsoft Excel in Education: –
One can use table styles, shapes, charts, data tools, and formulas to teach students in the
classrooms. Students can learn and solve basic and logical-mathematical problems and
statistics in excel.One can educate by creating a table in an Excel sheet. They can
highlight more interesting cells in colors, emphasize important values and visualize data
using bars and charts.
Below is the basic example 1.0 of data visualization in Microsoft Excel 2010 (Note: data
used in this example is not correct it’s just for educational example.)
36
Hint: The above data visualization example is easy to understand which is created by the
use of two excel functions conditional formatting and chart. You can see in the first picture
that the literacy rate of countries is highlighted in red color by the use of conditional
formatting. Conditional formatting is used to decorate, design, visually appeal of data by
using data bars, color scales, and icons based on figures. Such as you can see 99% literacy
rate cell is filled more than others and 45% cell is filled with less color than others.
In charts, you can see China data bar is bigger than others. Charts are used to compare
values visually written inside the cell. You can access this option in the Insert menu.
Exercise 2-
How to use Excel for teachers to schedule periods?
You can insert the above period planner by using the template function in Excel, visit the
Template menu and select the Education category and you will find out some outstanding
pre-defined template with formulas for various educational purposes.
The above example can be used in Business similar, only need to change the values. The
options of Microsoft Excel are the same for all users but it depends on us, how we use a
particular option.
37
Exercise -3
How Uses of Microsoft Excel in Business?
Microsoft Excel application can be used in various business operations. Such as goal setting,
budgeting process, and planning, team management, account management, income, and
expenses calculation, product and service valuation, and management of client’s data, etc. in
business.
The uses of Microsoft Excel in business make such daily official operations faster, accurate
and predictable. Because Excel provides great features such as filters, charts, conditional
formatting and pivot table, logical and financial formulas.
Let’s see below the basic account management example 2.0 in Microsoft Excel (Note: This is
just for example)
Hint: In the above example 2.0 you can see the basic income and expenses report month
wise with a quote of the month in the end. In quote formula: column I used this
=IF(F6>=400000,” Outstanding”, IF(F6>=300000,” Above Average”,
IF(F6>=200000,” Average”, “Below Average”)))
This is just but you can understand that only with IF formula you can create thousands of
types of logic in your business calculation. The above exercise is just created manually not
a big deal. But if you want to access the real power of Microsoft Excel in Business
operations then visit the template menu.
As you can see template picture that there are various high-quality templates that business
users can use in their business calculation. Such as VAT Invoice, Marketing Campaign
tracker, break-even analysis are very beneficial. The benefit of using the template in Excel
38
that you don’t need to create everything from scratch, you only need to select or search and
then download. After then you can edit the downloaded template according to your choice.
This is that simple!
Exercise 4-
How to Uses of Microsoft Excel in Goal Setting and Planning?
Goal setting and planning is a task that all we do repeatedly each day. Goal setting and
planning are very important for everyone from students to business owners. But goal
setting and planning take white paper, time and lots of calculation but if you use Excel then
it becomes very easy and environmentally friendly.
Example 5
39
Hint: In this example, you can see that it’s very easy to design the complete financial plan
and goals by using formulas, raw and columns.
Example 6
Hint: You can see in example 6 that it’s easy to track goals and planning each day on
excel.
40
Design layout
Open power point presentation and create a new file. Then select the appropriate layout as
per your desire. Following are different layout mainly used (Fig104).
Open power point presentation and create a new file. Then go to the ‘Insert Menu’ and
select the object which you want to insert.
41
To apply a slide design only to the currently selected slide in PowerPoint, follow these
steps: In the Design Tab, browse to the slide design that you want.
1. When you rest the mouse pointer over your selected design in the Slide Design task
pane, a gray options button with an arrow appears. Click this button.
2. Double Click on the theme which you want to apply tithe current slides.
Step 1- Select the object or text on the slide that you want to animate.
Step 2- On the Animations tab of the ribbon, click Add Animation, and pick an
animation effect.
Setup a slideshow
Once you have all your slides completed and in the order you want, view your slide show.
Click the 'Slide Show' tab at the top of the page and select 'From Beginning'. You can go
through your entire slideshow, and change slides by clicking or pressing the right arrow.
A shortcut to this is pressingF5.
42
PRACTICE QUESTIONS
Q1: Create a power point presentation of 3 slides on “Uses of Internet” that contain
header with images, apply animation on the images.
Q2: Make Power Point presentation on "Disadvantages of Internet" and then apply
transition effects (such that while going from one slide to another there is a
transition).
Q3: Prepare the presentation about advantage and disadvantage of Television of at least 3
slides and when the slideshow starts from beginning, second slide will display after
30 seconds without clicking mouse and using keyboard.
Q4: Create a Power point presentation of 3 slides on your “department.
Q5: Make a Power point Presentation of 3 Slides on the topic "Indian Army", apply the
animation on the texts and use WordArt for Heading "Indian Army".
Slides Exercise!
1. Create a new PowerPoint presentation, or open our practice presentation.
2. Insert a new slide with the Title and Content layout.
3. Try adding some text to the title placeholder.
4. Change the layout of a slide. If you are using the example, change the layout of slide 3
to Section Header.
5. Copy and paste a slide, then move it to a new location.
6. Apply a theme to your presentation. If you're using the example, apply the Integral
theme.
7. Insert a blank slide, then insert a text box on the slide.
8. Change the slide size from Widescreen to Standard.
Text Exercise!
1. Open an existing PowerPoint presentation. If you want, you can use our practice
presentation.
2. Select some text, and try the Copy, Cut, and Paste commands.
3. Try applying different formatting to the text.
4. Experiment with horizontal and vertical alignment.
5. Try using the Find and Replace commands. If you are using the example, change the
word Likes to Enjoys.
43
Themes Exercise!
1. Open an existing PowerPoint presentation. If you want, you can use our practice
presentation.
2. Try applying several different themes. If you are using the example, try the Organic
theme.
3. Try selecting a theme variant.
Transitions Exercise!
1. Open an existing PowerPoint presentation. If you want, you can use our practice
presentation.
2. Select a slide, and apply a transition.
3. Change the transition duration.
4. Add a sound effect to the transition.
5. Apply a dynamic slide transition. If you are using the example, apply a dynamic
transition to slide 5.
Managing Slides Exercise!
1. Open an existing PowerPoint presentation. If you want, you can use our practice
presentation.
2. Try switching between various slide views.
3. View an outline of your presentation.
4. Try adding speaker notes to your presentation using the Notes pane and the Notes
Page view.
5. Divide your presentation into at least two sections, then try collapsing and expanding
them. If you are using the example, create one section for Dogs and another for Cats
and Other Pets.
1. Open an existing PowerPoint presentation. If you want, you can use our practice
presentation.
2. Practice playing a slide show and navigating through the slides.
3. Change your mouse pointer to a pen or highlighter, and try marking a slide. If you are
using the example, add markings to the chart on slide 8.
4. Try using Presenter view.
5. Open the Set Up Show dialog box, and try modifying the options.
44
2. Add an entrance effect to an object. If you are using the example, use one of the
objects on slide 3.
3. Use the Animation Painter to copy the effect to another object.
4. Use the Animation Pane to reorder the effects.
5. Experiment with different start options and timings.
6. Add two additional effects to one of the objects.
7. Several animation effects have been applied to the objects on slide 3. Use the
Animation Pane to explore and experiment with the effects.
2. Insert a new slide with the Title and Content layout. Try adding some text to the title
placeholder.
3. Insert a blank slide, then insert a text box on the slide.
4. Insert new slide this time add a picture and also text.
5. Insert new slide this time add a video and also text.
6. Try applying different formatting to the text of all your slides.
7. Choose a theme for you slides and apply to all.
8. Add a transition to your slides and also add sound effects.
9. Finally start and play your PowerPoint Presentation
45
Conversations can be in your Inbox another in your sent folder, and others in
another folder. If you move a conversation from one folder to another, all messages
within that conversation are also moved to that folder. Messages in the Sent folder
and in the Trash folder are not moved.
To create a new conversation thread, you must create a new message, not reply to
or forward an existing message.
b. Attachments
i. Select one or more files from your desktop and hold down the cursor on
the file(s) to be attached.
ii. Drag the files to the message header area and release the cursor. The file
names are displayed in the header.
a. Removing an Attachment
You can download or remove all attachments individually as the per user’s choice by
clicking on the file or you can also download all the attachments as a zip file by
b. Undo Send
In the mail folders go to the last folder named as Undo send (Inside Zimlets). Click on
“undo send”. You can enable and set the number of seconds after which your mail will be
sent. Compose an email and it will show a timer i.e. the number of seconds after which the
mail will be sent. You can click on OK to proceed further or Cancel the sending process.
Please enable undo send before proceeding.
48
c. Dumpster
User can restore all the deleted mails from the trash folder within the defined number of
days (i.e. within the timestamp of 90 days).
For example, you could use your primary account persona test<[email protected]>for your
business email correspondence, and create a new persona for your personal email
correspondencetest1<[email protected]>
49
??????
ii. Click on Add Persona. The account name New Persona1 displays in the Account
Name column. Now, in the Persona Settings>Persona Name text box(you can change
the name of the persona accordingly)
iii. In the Persona Name text box enter a descriptive word to identify the persona in the
“From” list when you are composing an email. For eg: ABC (This is the from name of
the persona). This name does not appear in the email message.
iv. In the Settings for Sent Messages section, specify the “From” information for this
persona.
In the “From” text box type the name that appears in the “From” field of your outgoing
email messages. This is the name that is shown before your email address.
In the drop-down menu next to the text box, select the email address from which to
send messages.
**If this field is not editable, you do not have additional external accounts identified.
v. To direct replies to email messages from this persona to a name and address different
from that which you configured in From, check Reply-to>Set the "Reply-to" field of
email messages to, and enter the name to use in the textbox.
50
?????
vi. (Optional) To associate a signature with the persona, click Signature: Manage your
signatures...
vii. To automatically Use this persona when replying to messages sent to a specific email
address or when forwarding messages from that address, select when replying or
forwarding messages sent to, and type the email address in the text box. If you are
entering more than one email address, separate the addresses with either a comma or a
semi-colon.
viii. To automatically Use this persona when replying to messages in a specific folder or
when forwarding messages from this folder, select when composing, replying to or
forwarding messages in folder(s). Click the folder icon to select one or more folders or
to create a new folder. **If you are selecting more than one folder, separate the folder
names with either a comma or a semi-colon.
ix. Click Save.
51
2. Search
User can search in respective folder by clicking on search tab on the top right corner of the
page. Search can be performed using various attributes with a colon (:) symbol.
a) You can use these attributes to search in all the folders or they can be combined with
other attributes to search in a specific folder.
b) In the search box type in: inbox from: test subject: Hello to: support cc:test, this
will search in respective folder “Inbox” with from, subject, to and cc specified and if
you search using from: test in the search box, without specifying any folder, this will
search in all the folders for the user “test” from which the mail is received.)
Few examples are listed below:-
i. from: Specifies a sender name or email address that is in the From header. This can
be a text, as in "Aruna", an email address such [email protected] a domain such
as"@gov.in".
ii. to:It specifies one of the people to whom the email was addressed in the To:header.
iv. subject:It specifies text that must appear in the subject header of the message. An
example might be subject: new vacation policy.
v. in:It specifies a folder in which search is to be performed. For example, in: sentwould
52
show all items in your 'Sent' folder. Similarly in: Inbox, in: Draft, in: Trash etc.
will search in the respective folders.
vi. date: Use this keyword search messages for a specific date, using the format that is
default for your browser's locale (format is MM/DD/YYYY). For example, date:
2/1/2007 would find messages dated February 1, 2007. The greater than (>) or less
than (<) symbols can be used instead of after or before.
i. Go to settings>>Mail>>Accounts>>Add Account
v. IMAP Port:993
i. Click on settings>>Mail>>Accounts>>AddAccounts>>Others
(Step-1)
(Step-2)
(Step-3)
54
(Step-4)
Incoming Servers
(Step-5)
Outgoing Server
55
Incoming Server
Outgoing Server
(Step-1)
57
(Step-1)
(Step-2)
(Step-3)
58
(Step-1)
(Step-2)
59
(Step-3)
Note: - Please fill all the required fields as directed and if you require any help contact
support on 1800-111-555 (Toll Free) for help.
i. Enter the email address for which you wish to reset your password.
ii. Also, enter the Captcha value as displayed in the box.
iii. Click on submit button to proceed further.
61
Enter the random number which is sent to your mobile number. You can also resend
OTP if not received at once (** Random number will be generated twice in 24 hours)
Now, enter the Captcha value and confirm your submission.
Now you will be redirected to a page which will prompt you to enter your new
password twice. Enter the Captcha value to confirm.
You must follow the password policy as prompted to reset your password.
5. Offline Mode
➢
This feature allows you to access the data without network connectivity.
➢
The web client will be automatically restored to online mode when network
connectivity is in transition.
➢
The work performed in offline mode is stored in cache and synched with the server
when restored to online mode.
Note: -For any issues please contact support at 1800-111-555(toll free) or email at:
[email protected]
62
Browser plug-in
A browser extension is a small software module for customizing a web browser. Browsers
typically allow a variety of extensions, including user interface modifications, ad blocking,
and cookie management.
Browser extensions extend your web browser with additional features, modify web pages,
and integrate your browser with the other services you use. This guide will introduce you
to the world of browser extensions and help you get started.
Browser plug-ins are a separate type of module. The main difference is that extensions are
usually just source code, but plug-ins are always executables (i.e. object code). As of 2020,
plug-ins have been deprecated by most browsers, while extensions are widely
used.[citation needed] The most popular browser, Google Chrome, has thousands of
extensions available but only one plug-in: the Adobe Flash Player that is disabled by
default.
• To integrate with other services, you use. For example, Ever note offers an extension that
allows you to easily clip websites and save them to your Ever note account.
• To add additional features to your browser. For example, the Join Tabs extension for
Chrome gives you a button you can click to combine all your Chrome tabs from multiple
windows into a single window.
Extensions can do many other things. They’re like any other piece of software, although
browsers place some limits on what they can do. If you want to integrate your browser with
a service or get an additional feature, there’s a good chance you can do it with a browser
extension that already exists.
63
Capture a screenshot of your current page in entirety and reliably—without requesting any
extra permissions!
The simplest way to take a full-page screenshot of your current browser window. Click on
the extension icon (or press Alt+Shift+P), watch the extension capture each part of the
page, and be transported to a new tab of your screenshot where you can download it as an
image or PDF or even just drag it to your desktop.
*No bloat, no ads, no unnecessary permissions, just a simple way to turn a full web page
into an image. *
64
In order to screenshot the entire page, it must scroll to each visible part, so please be patient
as it quickly assembles all the pieces. For the rare scenario where your page is too large for
Chrome to store in one image, it will let you know and split it up into images in separate
tabs.
Export your result to PNG, JPEG, or various PDF paper sizes—all configurable from the
extension’s options.
PRACTICE QUESTIONS
Working with a Browser
1. Identity the Browsers available in a computer.
2. How to switch among different tabs of a Browser?
3. Observe the elements: Back arrow, Forward arrow and Refresh Button and try to
find their usage. Also move the Mouse pointer over the elements for a while and
try to read the tooltip.
4. Type the address: https://www.google.co.in and press Enter.
Using the search field/box try to find different information on your own.
Learn different searching techniques.
5. How to open a Browser as In Private Window?
6. Access an URL without typing its address in the address bar.
7. How to reload an opening/opened web page?
8. Work in a full screen window using Browser.
9. Set site permissions by blocking third party cookies.
10. Create your own profile with your own settings in a Browser.
2. Google Drive
Google Drive is a file storage and synchronization service developed by Google.
Launched on April 24, 2012. Google Drive allows users to store files on their servers,
synchronize files across devices, and share files. In addition to a website, Google Drive
offers apps with offline capabilities for Windows and macOS computers, and
65
Android and iOSsmart phones and tablets. Google Drive encompasses Google Docs,
Sheets and Slides, an office suite that permits collaborative editing of documents,
spreadsheets, presentations, drawings, forms, and more. Files created and edited through
the office suite are saved in Google Drive.
PRACTICE QUESTIONS
3. Google Docs
Google Docs is a free Web-based application in which documents and spreadsheets can
be created, edited and stored online. Files can be accessed from any computer with an
Internet connection and a full-featured Web browser. Google Docs is a part of a
comprehensive package of online applications offered by and associated with Google.
Users of Google Docs can import, create, edit and update documents and spreadsheets in
various fonts and file formats, combining text with formulas, lists, tables and images.
Google Docs is compatible with most presentation software and word processor
applications. Work can be published as a Web page or as a print-ready manuscript. Users
can control who sees their work. Google Docs is ideal for publishing within an enterprise,
maintaining blogs or composing work for viewing by the general public.
66
PRACTICE QUESTIONS
1. Create a Blank document using Google Docs and type some text information in
the document. Change the file name.
2. Import and convert existing MS-Word files into Google Docs
3. Stop sharing Google Doc among few people
4. Use Brochure Template for Google Docs and create a product brochure
4. Google Forms
About
Google form is a free Google application that allows you to quickly create and distribute a
form to gather information. Form responses are saved in a Google spreadsheet in Google
drive.
Name a Form
Step 1. Click the “Untitled Form” name in
the top left corner of the screen, then enter the
form’s name. Hit the “Enter” key to submit
your changes.
Form Title
Enter a form title and description by clicking
on the fields.
Edit Questions
Step 1. Select “Untitled question” to enter
Your first question text.
Add Questions
Copy/Duplicate Question
Delete Questions
Required Questions
More Button
Form Colors/Themes
You can change the form color or theme by ??????
clicking the (Color Palate) button in the top
right corner of the page.
Preview Form
Send Form
Viewing Responses
Close Form
Delete Form
5. Google Hangouts
Google Hangouts is a communication platform developed by Google which includes
messaging, video chat, SMS and VOIP features. It replaces three messaging products that
Google had implemented concurrently within its services, including Google Talk,
Google+ Messenger (formerly: Huddle), and Hangouts, a video chat system present within
Google+. Google has also stated that Hangouts is designed to be "the future" of its
telephony product, Google Voice, and integrated some of the capabilities of Google Voice
into Hangouts.
74
PRACTICE QUESTIONS
1. Connect to your friend using Google Hangout/Google Meet
2. Use only voice facility and talk about Covid
3. Send a document to friend
4. Send direct messages to other end
5. Save chat for future reference
6. Net Banking
Net banking, also known as internet banking is an electronic payment system that enables
customers of a bank or other financial institution to conduct a range of financial
transactions through the financial institution's website. The online banking system will
typically connect to or be part of the core banking system operated by a bank and is in
contrast to branch banking which was the traditional way customers accessed banking
services.
PRACTICE QUESTIONS
1. Add third party payment profile with help of Net Banking feature
2. Apply for Gift card using Net Banking
3. Create State Bank Virtual Card for Rs. 49,000/-
7. UPI
Requirements for registration on UPI
SBI app, PNB UPI, UPI Collect (ICICI), Axis Pay, Canara Bank UPI, UCO UPI, Union
Bank UPI,
Registering on UPI
????
76
Sending Money
??????
PRACTICE QUESTIONS
1. Create an account in Google to use Google drive and then create folder in it. Now make
new excel spreadsheet and save the sheet in Google drive.
2. To converse with another Google account using Google hangout.
3. Make an account on any e-commerce website; initiate shopping as per your requirement
and make payment using net banking, debit or credit card.
4. Connect two computer system using team viewer and access one system from another.
5. Create an account on Digi Locker (digilocker.gov.in) and access it with Aadhaar card and
upload document on it.
6. Create an account in YouTube, blogging site or any social networking website and use its
basic features like uploading videos, posting blogs etc.
7. Download antivirus from its legitimate website and install it on computer system and
access its various functions like scanning drive or files etc.
78
8. BLOGS
In the beginning, a blog was more of personal diary that people shared online, and it goes
back to 1994.
Purpose of a Blog
There are many reasons to start a blog for personal use and only a handful of strong ones for
business blogging. Blogging for business, projects, or anything else that might bring you
money has a very straightforward purpose – to rank your website higher in Google SERPs
As a business, you rely on consumers to keep buying your products and services. As a new
business, you rely on blogging to help you get to these consumers and grab their attention.
Without blogging, your website would remain invisible, whereas running a blog makes
you searchable and competitive.
So, the main purpose of a blog is to connect you to the relevant audience. Another one is
to boost your traffic and send quality leads to your website.
Blog structure
The appearance of blogs changed over time, and nowadays blogs include different items.
But, most blogs include some standard features and structure. Here are common features
that a typical blog will include:
• Header with the menu or navigation bar
• Main content area with highlighted or latest blog posts
• Sidebar with social profiles, favorite content, or call-to-action
• Footer with relevant links like a disclaimer, privacy policy, contact page, etc.
A majority of people still wonder whether there is any difference between a blog and a
website. What is a blog and what is a website? It’s even more challenging to differentiate
between the two today. Many companies are integrating blogs into their sites to perform
the same function.
79
What differentiates blogs from websites?
80
Blogs need frequent updates. Good examples include a food blog sharing meal recipes or a
company writing about their industry news.
Blogs promote perfect reader engagement. Readers get a chance to comment and voice their
different concerns to the viewer. Static websites, on the other hand, consists of the content
presented on static pages. Static website owners rarely update their pages. Blog owners
update their site with new blog posts on a regular basis.
Key elements that identify a blog post from a static page include a publishing date, author
reference, categories, and tags within a byline. While not all blog posts have all those byline
elements, static website pages do not have any of these items. From a visitor perspective,
the content on a static site will not change from one visit to the next. The content on a
blog, yet, has the potential to offer something new each day, week, or month. Depending
on the
blog owner’s publishing schedule.
2. TWITTER
It's a platform wherein users share their thoughts, news, information and jokes in 140
characters of text or less. Twitter makes global communication cheap and measurable.
Profiles are (usually) public — anyone in the world can see what you write, unless you
elect to make your profile private. Users "follow" each other in order to keep tabs on and
converse with specific people.
It all begins with a Tweet. Join or start any conversation in the world with a simple
Tweet. It is a 140 long characters message.
Retweet
See something you like? Retweet it to spread the word instantly. Re-sharing or giving
credit to someone else's tweet.
Follow
Never miss an update from the people that matter to you. Building your timeline all starts
with a follow.
81
Search
Wondering what something is all about. Search and see the conversation unfold line.
3. You Tube
What is YouTube?
YouTube is a video sharing website on which users can upload and share videos.
Three former PayPal employees created YouTube in February 2005. In November 2006,
YouTube, LLC was bought by Google Inc. for $1.65 billion, and is now operated as a
subsidiary of Google.
What’s on YouTube?
You can use YouTube in many ways, but since it’s a video -sharing network, two obvious
options are to watch other people's videos and to upload your own videos so other folks can
watch them. The site's motto is "Broadcast Yourself," but you don't have to, of course. You
can simply watch other people broadcasting themselves. Unlike any other social networks,
YouTube doesn't require you to create an account before you can search for content or view
videos. Searching and watching are two activities you can engage in anonymously on the site.
But if you want to broadcast yourself or anything else, you'll have to register for a Google
account and get a username and password, because you can't upload videos without a user ID.
82
YouTube Logo
On home page, there is a search option that can be used to find videos of your interest. Type
in key terms- that is, names, places, events in the search field (the box to the left of “search”
at the top of the page.
Once you have searched for a topic, you can refine your search by clicking on “search
options” or you can click on links to open the video
The vast collectionof videos are organized in your homepage (after you’ve signed in, if you
choose to create an account) in a few wats. The nice things are that you can remove any of
the categories if you don’t like particular.
83
Features Videos: Mostly videos provided by YouTube commercial partners, although
occasionally contains user –submitted videos that are high popular
Subscriptions: If you like the video(s) posted by one user/organization/company, you can
subscribe to that channel and see all of their videos on your main YouTube page.
Recommended for You: Videos suggested by YouTube based on videos you’ve see or
ones you’ve marked as a “favorite”.
Recent Activity: Videos you have watched recently
Most Popular/Most viewed: “MostPopular” seems to be calculated by some kind of
YouTube-designed algorithm
Creating YouTube Channel
If you have a Google account, you can watch, share and comment on YouTube content.
However, Google accounts don’t automatically create YouTube channels. Getting a new
channel set up is a simple and quick process, though.
Go to YouTube and Sign In
Go to YouTube and click “Sign In” in top right corner of the page
Then log in using the Google Account you’d like your channel to be associated with:
Head over to your YouTube settings
In the top right corner of the screen, click on your profile icon and then click “Settings”
link
Under your settings, you’ll see the option to “Create a Channel”, click on that link:
84
Next, you’ll have the option to create a personal channel or create a channel using a
business or other name
Now its time to name your channel and select a category. The channel options available
include:
• Product or Brand
• Company or organization
• Other
85
????????
4. Instagram
What is Instagram?
Instagram is an American photo and video sharing social networking service owned by
Facebook. It was created by Kevin Systrom and Mike Krieger, and launched in October
2010 on iOS. A version for Android devices was released in April 2012.
People can upload photos or videos to our service and share them with their followers or
with a select group of friends. They can also view, comment and like posts shared by their
friends on Instagram. Anyone 13 and older can create an account by registering an email
address and selecting a username.
Over the past few years, Instagram has seen exponential growth – from one million users
in December 2010, to over one billion user in 2019.
86
If you don’t have Instagram app on your phone, you can download it from the App Store,
Google Play Store, or Microsoft Store. After download, you need to create your account and
profile. When you create your account on the mobile app, the app will guide you through a
few basic steps for getting set up.
2. Profile Photo
Your Instagram profile photo will be displayed as a circle. You can select profile photo
from gallery or you can click at the moment while setting up your profile.
3. Profile Information
The app will not prompt you to fill out your profile information but it will be great to do
so. To fill out your profile information, go to your profile in the app and tap on “Edit-
Profile”.
When you want to post a photo or video, just hot the “+” icon at the bottom. Instagram
will show you the most recent photos in your photo library. You can also choose to take a
new photo or video by tapping on “Photo” or “Video” respectively.
87
??????????
Once you have selected your media for your post, you can add a filter or edit its
orientation, brightness, contrast, and more. When your media is ready to go, just tap
“Next” to fill out your post details.
Write a caption: Your caption appears just below your media when your post is published.
You can mention another Instagram account (i.e. @username) and add hashtags. Accounts that
you mention will receive a notification about it, and your post will appear when someone
searches for the hashtags you used.
88
• Tag People: If you are posting a photo or a collection of photos, you can tag multiple
Instagram accounts in each photo. The accounts you tag will also receive a notification
about it.
• Add Location: If your media is a photo or video of a location, you could add a location
tag to your post. Your post will appear when someone searches for posts in that specific
location.
• Social shares: If you have connected other social media profiles to your Instagram
account, you can easily share your posts on those profiles by toggling the switch.
If you have not followed any accounts, Instagram will prompt you to “Find people to
follow” on your feed and provide three ways to discover people to follow. You can either
connect your Facebook account, connect your contacts, or follow profiles suggested by
Instagram. A better approach, I feel, is to use the Instagram search and explore feature.
In the search and explore tab, Instagram will show you Instagram stories and posts that
you might like. Here’s how I would go about finding people to follow:
• Type in a keyword that is relevant to your business in the search bar
• Check out the suggested Instagram profiles or hashtags
• Follow the profiles that are relevant to your business
• Check out profiles that are recommended to you when you follow a profile
5. Facebook
89
What is Facebook?
Facebook (FB) is a very popular social networking site that was launched in 2004.
Registered users create a profile, which allows them to upload photos/videos, send
messages, and connect with other people and businesses. It is international, and available
in approximately 50 languages. Facebook also allows for creating events (and sending
invitations) as well as a host of other things, such as playing games.
Businesses, bands, and organizations often create a Facebook page to market or promote
themselves. This class will focus on the basics for the individual, not the business.
Signing Up
To create an account, you must have a working email address.
Please keep in mind that when you are signing up, you do not have to provide all the
information that you are asked for – you can limit it to what you feel comfortable
submitting. Remember, depending on your privacy settings or the specific piece of
information, it may be seen by a great number of people.
Note: though you must provide your birthday when signing up, you can change the
setting so that it is not viewable (or that only the month and day are viewable.) When
registering, your birthdate is asked to verify that you are at least 13 years old and to,
according to Facebook, “make sure you get the right Facebook experience for your age.”
Your Profile
By signing up, you created an account -- you didn’t set up your profile. Your profile,
which is what people can see about you, is still probably blank.
By default, there are some sections that everyone can see, unless you change your
settings. Contact information is available only to your confirmed friends by default.
We’ll get more in to privacy settings later
90
D. e-Governance Portals
➢
To collate the data for creation of posts, determining staff strength and expected
number of retirements in a year and rational deployment of staff in various field offices
➢
To develop HR related databases for analyzing the skill set of each employee by
collecting the information like skills, compensation, personal details, demographic
information, and other detailed relevant information.
➢
To link with attendance management (Biometric Based attendance System) for
collecting and analyzing information about employees working hours and then to use
in evaluating cost account for the departments.
➢
For providing Salary and Compensation Management to the departments to compute
the pay roll details of the employees by using inputs of employees working hours and
attendance.
➢
To developer Benefits Management System for calculating additional allowances and
benefits provided to employees using details about insurance policies, pension plans.
91
2. DigiLocker
https://digilocker.gov.in/
Introduction
DigiLocker, one of the key initiatives under the Digital India initiative, is aimed at
eliminating the usage of physical documents and enable sharing of e- documents across
government agencies via a mechanism to verify “authenticity” of the documents online.
Residents can also upload their own electronic documents and digitally sign them using
the e-sign facility. These digitally signed documents can be shared with Government
organizations or other entities.
USER ID CREATION
• Go to https://digilocker.gov.in/
• Click on Sign In at the top of the page
???????
Entering Aadhaar OTP if Aadhaar number option is selected. Click on Verify OTP
Entering User ID and Password if User Name option selected. Click on Sign In button after
that
93
?????????
Entering Facebook ID and Password if Social Media (Facebook) option 3.1.3 Uploading
Certificates & Documents
94
• After signing into Digital Locker, click on Uploaded Documents and then click on
Upload to upload your documents in the Digital Locker Account
Choose the location and select the file(s). After selecting file(s), click on Open
button Multiple documents can be uploaded at a time
• Click on ‘Select Doc Type’ for any document listed in Uploaded Documents list
• If your document does not match with any of the predefined document types then
select “Others” from the drop down.
Viewing Certificates
• After login into Digital Locker account, click on Uploaded Documents to view all
user uploaded certificates and documents
• Users can edit (file names, Doc type), download, and share files from here.
97
Sign Document/Certificate
• Click on eSign link provided for each document in Uploaded Document section.
• User will receive an OTP on mobile which needs to be filled in the text box.
• After entering OTP, click on eSign button.
• Selected document will be eSigned (and converted into pdf if not already a pdf
document)
• Only one document can be eSigned at a time
98
Share Document
• Click on share link provided for each document in Uploaded Document section.
User will get a pop up for entering email ID with whom this document will be shared.
Viewing Activity
• After login into DigiLocker account, click on Activity to view all the activities
performed by the logged in user in the system.
• Activity list is only for viewing. It cannot be edited or deleted.
100
Viewing Issuers
• After login into DigiLocker account, click on Issuers to view all registered issuers
who are part of the DigiLocker system.
3. E-Tendering
An internet based process wherein the complete tendering process; from advertising to
receiving and submitting tender-related information are done online. This enables firms to
be more efficient as paper-based transactions are reduced or eliminated, facilitating for a
more speedy exchange of information.
Login Page
Bid Opening Process Flow: Authenticating using Encrypting Keys for Bid opening.
Bid Opening on Specific Date and mentioned time as per Portal Date/Time settings.
101
102
Buyer Registration
103
Similarly, the seller also registers on the GeM portal and below displayed figure shows
the step to follow.
Login Page
104
Advanced Search
This feature allow user to search the product under various classifications and filter the
product as per desired requirement. Below mentioned figure shows the list of products
of different vendors which fulfill the searched criteria of user.
Purchase a Product
There are four ways to purchase a product from GeM portal and these are buy (without
comparison), buy (with comparison), bidding purchase and reverse auction purchase.
In direct buy (without comparison) just select the single product from the list and click
buy button or add to cart if purchase more item. This type of purchase can be initiated
when the total purchase amount of all products should be less than 25K as per latest
government terms and condition. The same is shown in figure shown below.
Buy (With comparison) method can be used when the amount of the all the product to
amount is greater than 25K, in that can user must have at least 3 comparison of same
product from different vendors and award the buy call to the vendor who quoted the
lowest price of the desired filtered product. This step is shown in figure mentioned
below.
After selecting the product by buy option of with comparison and without comparison
the below mentioned steps comes in which user click proceed to check out to move to
next step of payment.
Applying the purchase through bidding and reverse auction is similar as direct buy in
GeM portal.
Reverse Auction: A reverse auction is a type of auction in which the roles of buyer and
seller are reversed. In a reverse auction, the sellers compete to obtain business from the
buyer and prices will typically decrease as the sellers under bid each other.
Below mentioned figure show the integration of GeM portal with the public
procurement ecosystem.
108
???????
Raising a Ticket
If any user faces any problem related to the GeM portal, then they can raise a ticket
which have unique Id which can be tracked to check the status of the ticket whether the
problem is resolved or not. Raise a Ticket option is available at the footer of GeM
postal as shown in figure.
????????
Features of LMS
110
Steps to use the LMS portal of GeM: Following steps is to followed to use the GeM
LMS portal.
5. E-office
Introduction
111
Why eOffice?
eOffice – Benefits
• Enhance transparency
• Increase accountability
• Assure data security and data integrity
• Transform the government work culture and ethics
• Promote innovation by releasing staff energy and time from unproductive
procedures
112
eFile Process
KMS - Dashboard
117
MIS-Reports
• Helps you to connect with multiple computers together to send and receive information
when accessing the network.
• Helps you to share printers, scanners, and email.
• Helps you to share information at very fast speed
• Electronic communication is more efficient and less expensive than without the network.
Computer Network Components
Switch
A switch is a networking device which connects other devices in a network and uses
packet switching to send and receive data over the network.
122
??????
Like a hub, a switch also has many ports, to which computers are plugged in. However,
when a data frame arrives at any port of a network switch, it examines the destination
address and sends the frame to the corresponding device(s).
Routers
A router is a networking device that forwards data packets between computer networks.
Routers perform the traffic directing functions on the Internet. Data sent through the
internet, such as a web page or email, is in the form of data packets. A packet is typically
forwarded from one router to another router through the networks that constitute an
internetwork (e.g. the Internet) until it reaches its destination node. It automatically
selects the best route for data to travel and send it on its way.
123
Servers:
Servers are computers that hold shared programs, files, and the network operating system.
Servers allow access to network resources to all the users of the network.
Clients:
Clients are computer devices which access and uses the network as well as shares
network resources. They are also users of the network, as they can send and receive
requests from the server.
Transmission Media:
Transmission media is a pathway that carries the information from sender to receiver.
We use different types of cables or waves to transmit data. Transmission media is broadly
classified into two types.
1. Bounded media (wired)
2. Unbounded media (wireless).
Access points
In computer networking, a wireless access point, or more generally just access point, is a
networking hardware device that allows other Wi-Fi devices to connect to a wired
network. The AP usually connects to a router as a standalone device, but it can also be an
integral component of the router itself
Network Interface Card:
A protocol is the set of defined rules that allows two entities to communicate across the
network. Some standard protocols used for this purpose are TCP,IP, UDP, FTP, etc.
124
Hub:
A hub is a networking device which is used to connect multiple devices in a network.
They are generally used to connect computers in a LAN.
A hub has many ports in it. A computer which intends to be connected to the network is
plugged in to one of these ports. When a data frame arrives at a port, it is broadcast to
every other port, without considering whether it is destined for a particular destination or
not
.
LAN Cable:
Local Area Network(LAN) cable is also called as Ethernet or data cable. It is used for
connecting a device to the internet.
OSI:
OSI stands for Open Systems Interconnection. It is a reference model which allows you to
specify standards for communications.
Unique Identifiers of Network
Below given are some unique network identifiers:
Hostname:
Every device of the network is associated with a unique device name, which is called
hostname.
IP Address:
125
• Each of the 4 bytes is represented by a number from 0 to 255, separated with dots. For
example 137.170.4.124
DNS Server:
DNS stands for Domain Name System. It is a server which translates URL or web
addresses into their corresponding IP addresses.
MAC Address:
Port is a logical channel which allows network users to send or receive data to an
application. Every host can have multiple applications running. Each of these applications
are identified using the port number on which they are running.
126
Backup refers to the process of making copies of data or data files to use in the event the
original data or data files are lost or destroyed.
It is suggested that in bigger companies which have a large volume of data, it is necessary
to have a backup administrator, which is one of the most trusted persons in the company
because he has access to all the data of that organization and generally deals with the
backup routine check and the health of the backup.
Backup Devices
CD and DVD, Blue-Rays − They are used for home/personal usage where people can
store their documents, mainly personal or office related documents because they have
small capacities varying from 750MB to 50GB.
Removable Devices − They are again for home usage (data, documents, music, photos,
movies) which can be a Removable USB or external hard disks. Their capacities lately
have increased a lot, they vary from 2 GB to 2 TB.
127
Network attached storage (NAS) − They are generally devices that are used in small
businesses for backup purposes because they offer a centralized manner of backup. All
the users can connect through the network to access this device and save data.
They are lesser in cost when compared to other solutions and they also offer a good fault
tolerance as they are configured in RAID (redundant array of independent disks). They
can be rack or non-rack mounted. They offer a good level of authentication of users and
web console managing.
Generally local backups store the data in a CD, NA Storages, etc. as there can be a simple
copying of files or by using any third party software. One of them in the server is the
Windows backup which is included in the Windows Server Edition License.
128
????????
One of the biggest trend is online storage where the companies and users can store their
data somewhere in the cloud, and it is cheaper as well rather than doing it all by yourself.
There is also no need for any backup infrastructure and maintenance.
For a personal user it is offered for free by the biggest vendors like Microsoft. It offers
One Drive and you can store up to 5GB in their cloud and it has an interface for different
Operating Systems.
The second is the Google Drive, which is a product by Google, wherein the files
synchronizes automatically.
129
For small or big companies, mentioned before, online or cloud backup solution are a good
solution for them because of the cost and the liability.
The biggest vendors offering such service are Microsoft with AZURE solution which is
offering a very high performance and scalability for this solution.
The other is Amazon with it product S3 details about this product can be found on
− http://aws.amazon.com/s3/
The standard best practice for backing up data is known as the 3-2-1 rule. The 3-2-1
backup strategy simply states that you should have 3 copies of your data (one production
data and 2 backup copies) .Keep the backup copies on different media. Keep one backup
copy offsite. This prevents losing copies of the database in case of an event such as a
natural disaster. One of the most common examples of an offsite backup is through the
use of the cloud. Another alternative is to keep a physical copy in another secure location.
2. Email Scams
Phishing
Phishing is a scam where criminals typically send emails to thousands of people. These
emails pretend to come from banks, credit card companies, online shops and auction sites
as well as other trusted organizations. They usually try to trick you into going to the site,
for example to update your password to avoid your account being suspended. The
embedded link in the email itself goes to a website that looks exactly like the real thing but
is actually a fake designed to trick victims into entering personal information.
Email scams
Email is an excellent communication tool. However, email is frequently used to deliver
unwanted material which could be annoying and malicious, causing considerable harm to
your computer and yourself. This is Spam (or Junk) email. The vast majority of email sent
every day is unsolicited junk mail. Examples include:
• Advertising, for example online pharmacies, gambling.
• Get rich quick and work from home schemes.
• Hoax virus warnings.
• Hoax charity appeals.
• Chain emails which encourage you to forward them to multiple contacts (often to
bring ‘good luck’).
130
Malware, short for malicious software, is software designed to disrupt computer operation,
gather sensitive information, or gain unauthorized access to computer systems. While it is
sometimes software, it can also appear in the form of script or code. Malware is a general
term used to describe any kind of software or code specifically designed to exploit a
computer, or the data it contains, without consent. The expression is a general term used
by computer professionals to mean a variety of forms of hostile, intrusive, or annoying
software.
132
Avoid Malware
Following the tips below can help reduce your risk of downloading unwanted malware
and spyware: • Keep your security software updated. At a minimum, your computer
should have anti-virus and anti-spyware software, and a firewall. Set your security
software, internet browser, and operating system (like Windows or Mac OS) to update
automatically.
• Don't click on any links or open any attachments in emails unless you know who sent
it and what it is. Clicking on links and opening attachments – even in emails that seem
to be from friends or family – can install malware on your computer.
• Download and install software only from websites you know and trust. Downloading
free games, file-sharing programs, and customized toolbars may sound appealing, but
free software can come with malware.
• Minimize "drive-by" downloads. Make sure your browser security setting is high
enough to detect unauthorized downloads. For Internet Explorer, for example, use the
"medium" setting at a minimum.
• Use a pop-up blocker and don't click on any links within pop-ups. If you do, you may
install malware on your computer. Close pop-up windows by clicking on the "X" in
the title bar.
• Resist buying software in response to unexpected pop-up messages or emails,
especially ads that claim to have scanned your computer and detected malware. That's
a tactic scammers use to spread malware.
• Talk about safe computing. Tell your kids that some online actions can put the
computer at risk: clicking on pop-ups, downloading "free" games or programs,
opening chain emails, or posting personal information.
• Back up your data regularly. Whether it's text files or photos that are important to you,
back up any data that you'd want to keep in case your computer crashes.
Detect Malware
Follow the tips below if you suspect there is malware is on your computer.
• Disconnect your computer from the Internet.
• Update your security software, and then perform a manual scan of your entire system.
• If the manual scan doesn’t locate and remove the infection, you may need to reinstall
your operating system, usually with a system restore disk that is often supplied with a
new computer. Note that reinstalling or restoring the operating system typically erases
all of your files and any additional software that you have installed on your computer.
• After reinstalling the operating system and any other software, install all of the
appropriate patches to fix known vulnerabilities.
4. Password Protection
Passwords provide the first line of defense to your business computers and electronic
devices. It’s important that you use strong passwords that are hard to guess. Understand
what makes a strong password, and how to create one.
Use strong passwords to protect your business
If passwords are too simple, hackers can easily guess or gather them, giving
cybercriminals free access to your system. Once they’re in, you have a major problem.
The stronger and more complex your passwords, the safer your network will be from a
cyber-attack.
Passwords should:
• Use the letters of a song, musical or movie title and change some of the characters
to make a strong password.
• Use a password manager – this will create and securely store unique passwords for
you
• Don’t write passwords down on paper or store a list in a word document – they can
be stolen and used to access your accounts
• Always give employees different logins (user name and passwords) for your
business systems.