FIT Comp 1sem
FIT Comp 1sem
BASICS OF COMPUTER
Contents
Computers are an integral part of our lives. Wherever we are sitting in our homes, working
in the office, driving on roads, sitting in a movie hall, staying in a hotel, etc.— our lives
are directly or indirectly affected by the computers. In this era of information, we are
dependent on the storage, flow and processing of data and information, which can only
be possible with the help of computers. The purpose of this chapter is to introduce you
to the ―computer‖.
INTRODUCTION
Nowadays, computers are an integral part of our lives. They are used for the reservation
of tickets for airplanes and railways, payment of telephone and electricity bills, deposit
and withdrawal of money from banks, processing of business data, forecasting of
weather conditions, diagnosis of diseases, searching for information on the Internet, etc.
Computers are also used
extensively in schools, universities, organizations, music industry, movie industry,
scientificresearch, law firms, fashion industry, etc.
Definition of Computer
The term computer is derived from the word compute. The word compute means to
calculate. A computer is an electronic machine that accepts data from the user,
processes the data by performing calculations and operations on it, and generates the
desired output results. Computer performs both simple and complex operations, with
speed and accuracy.
Speed, accuracy, diligence, storage capability and versatility are some of the key
characteristics of a computer. Computers have several limitations too. Computer can only
perform tasks that it has been programmed to do. Computer cannot do any work without
instructions from the user. It executes instructions as specified by the user and
does not take its own decisions.
HISTORY OF COMPUTER
Until the development of the first generation computers based on vacuum tubes, there
had been several developments in the computing technology related to the mechanical
computing devices. The key developments that took place till the first computer was
developed are as follows—
Calculating Machines ABACUS was the first mechanical calculating device for
counting of large numbers. The word ABACUS means calculating board. It consists
of bars in horizontal positions on which sets of beads are inserted. The horizontal
bars have 10 beads each, representing units, tens, hundreds, etc. An abacus is
shown in Figure 1.1
Napier’s Bones was a mechanical device built for the purpose of multiplication
in 1617ad. by an English mathematician John Napier.
Slide Rule was developed by an English mathematician Edmund Gunter in
the 16th century. Using the slide rule, one could perform operations like
addition, subtraction, multiplication and division. It was used extensively till late
1970s. Figure 1.2 shows aslide rule.
Figure 1.2 Slide rule
The developments discussed above and several others not discussed here, resulted in
thedevelopment of the first computer in the 1940s.
Computer is an electronic device that accepts data as input, processes the input data by
performing mathematical and logical operations on it, and gives the desired output. The
computer system consists of four parts•(1) Hardware, (2) Software, (3) Data, and
(4) Users. Theparts of computer system are shown in Figure 1.4.
Hardware consists of the mechanical parts that make up the computer as a machine.
The hardware consists of physical devices of the computer. The devices are required
for input, output, storage and processing of the data. Keyboard, monitor, hard disk drive,
floppy disk drive, printer, processor and motherboard are some of the hardware devices.
Software is a set of instructions that tells the computer about the tasks to be
performed and how these tasks are to be performed. Program is a set of instructions,
written in a language understood by the computer, to perform a specific task. A set of
programs and documents are collectively called software. The hardware of the computer
system cannot perform any task on its own. The hardware needs to be instructed about
the task to be performed. Software instructs the computer about the task to be
performed. The hardware carries out these tasks. Different software can be loaded on
the same hardware to perform different kinds of tasks.
Data are isolated values or raw facts, which by themselves have no much significance.
For example, the data like 29, January, and 1994 just represent values. The data is
provided as input to the computer, which is processed to generate some meaningful
information. For example, 29, January and 1994 are processed by the computer to give
the date of birth of a person.
Users are people who write computer programs or interact with the computer. They
are also known as skinware, liveware, humanware or peopleware. Programmers, data
entry operators, system analyst and computer hardware engineers fall into this category.
Block diagram of Computer
The I/O unit consists of the input unit and the output unit. CPU performs calculations
and processing on the input data, to generate the output. The memory unit is used to
store the data, the instructions and the output information. Figure 1.5 illustrates the
typical interaction amongthe different components of the computer.
Input/Output Unit The user interacts with the computer via the I/O unit. The Input unit accepts
data from the user and the Output unit provides the processed data i.e. the information to the user.
The Input unit converts the data that it accepts from the user, into a form that is understandable by
the computer. Similarly, the Output unit provides the output in a form that is understandable by the
user. The input is provided to the computer using input devices like keyboard, trackball and mouse.
Some of the commonly used output devices are monitor and printer.
Central Processing Unit CPU controls, coordinates and supervises the
operations ofthe computer. It is responsible for processing of the input data. CPU
consists of Arithmetic Logic Unit (ALU) and Control Unit (CU).
o ALU performs all the arithmetic and logic operations on the input data.
o CU controls the overall operations of the computer i.e. it checks the
sequence of execution of instructions, and, controls and coordinates the
overall functioning ofthe units of computer.
Additionally, CPU also has a set of registers for temporary storage of data,
instructions,addresses and intermediate results of calculation.
Memory Unit Memory unit stores the data, instructions, intermediate results
and output, temporarily, during the processing of data. This memory is also called
the main memory or primary memory of the computer. The input data that is to
be processed is brought into the main memory before processing. The instructions
required for processing of data and any intermediate results are also stored in the
main memory. The output is stored in memory before being transferred to the
output device. CPU can work with the information stored in the main memory.
Another kind of storage unit is also referred toas the secondary memory of the
computer. The data, the programs and the output are stored permanently in the
storage unit of the computer. Magnetic disks, optical disks and magnetic tapes are
examples of secondary memory.
Booting
To boot (as a verb; also "to boot up") a computer is to load an operating system
into the computer's main memory or random access memory (RAM). Once
the operating system is loaded (and, for example, on a PC, you see the initial
Windows or Mac desktop screen), it's ready for users to run applications.
Hot Booting
Hot booting is done when computer system comes to no response state/hang state.
Computer does not respond to commands supplied by user. There are many reasons for
this state, only solution is to reboot computer by using the Reset button on cabinet or by
pressing a combination of ALT + CTRL + DEL keys from keyboard.
Cold Booting
A cold boot removes power and clears memory (RAM) of all internal data and
counters that keep track of operations, which are created by the OS and applications
when they run. Erratic program behavior is often cured with a cold boot, also known as a
"hard boot."
The computer as a machine consists of different components that interact with each
other to provide the desired functionality of the computer. As a user of the computer,
we need to be aware of the main components of the computer, their functions and the
interconnection betweenthe different components of the computer.
A computer consists of three main components—(1) Input/Output (I/O) Unit, (2) Central
Processing Unit (CPU), and (3) Memory Unit. The computer user interacts with the
computer via the I/O unit. The purpose of I/O unit is to provide data and instructions as
input to the computer and to present relevant information as output from the computer.
CPU controls the operations of the computer and processes the received input to
generate the relevant output. The memory unit stores the instructions
and the data during the input activity, to make instructions readily available to CPU during
processing. It also stores the processed output. C
Central Processing Unit (CPU) or the processor is also often called the brain of
computer.
Function of CPU
CPU executes the stored program instructions, i.e. instructions and data are stored in
memory before execution. For processing, CPU gets data and instructions from the
memory. It interprets the program instructions and performs the arithmetic and logic
operations required for the processing of data. Then, it sends the processed data or result
to the memory. CPU also acts as an administrator and is responsible for supervising
operations of other parts of the computer.
The CPU is fabricated as a single Integrated Circuit (IC) chip, and is also known as the
microprocessor. The microprocessor is plugged into the motherboard of the computer
(Motherboard is a circuit board that has electronic circuit etched on it and connects the
microprocessor with the other hardware components).
Registers
Registers are high-speed storage areas within the CPU, but have the least
storage capacity. Registers are not referenced by their address, but are
directly accessed andmanipulated by the CPU during instruction execution.
Registers store data, instructions, addresses and intermediate results of processing.
Registers are often referred to as the CPU‘s working memory.
The data and instructions that require processing must be brought in the registers
of CPU before they can be processed. For example, if two numbers are to be
added, both numbers are brought in the registers, added and the result is also
placed in a register.
Registers are used for different purposes, with each register serving a specific
purpose.Some of the important registers in CPU (Figure 1.7) are as follows—
o Accumulator (ACC) stores the result of arithmetic and logic operations.
o Instruction Register (IR) contains the current instruction most recently fetched.
o Program Counter (PC) contains the address of next instruction to be processed.
o Memory Address Register (MAR) contains the address of next location
in thememory to be accessed.
o Memory Buffer Register (MBR) temporarily stores data from memory or
the datato be sent to memory.
o Data Register (DR) stores the operands and any other data.
Figure 1.7 CPU registers
The number of registers and the size of each (number of bits) register in a CPU
helps todetermine the power and the speed of a CPU.
The overall number of registers can vary from about ten to many hundreds,
depending onthe type and complexity of the processor.
The size of register, also called word size, indicates the amount of data with
which the computer can work at any given time. The bigger the size, the more
quickly it can processdata. The size of a register may be 8, 16, 32 or 64 bits. For
example, a 32–bit CPU is one in which each register is 32 bits wide and its CPU
can manipulate 32 bits of data at a time. Nowadays, PCs have 32–bit or 64–bit
registers.
32-bit processor and 64-bit processor are the terms used to refer to the size of
the registers. Other factors remaining the same, a 64-bit processor can process
the data twiceas fast as one with 32-bit processor.
Control Unit
The control unit of a computer does not do any actual processing of data. It
organizes the processing of data and instructions. It acts as a supervisor and,
controls and coordinates the activity of the other units of computer.
CU coordinates the input and output devices of a computer. It directs the
computer to carry out stored program instructions by communicating with the
ALU and the registers. CU uses the instructions in the Instruction Register (IR)
to decide which circuit needs to be activated. It also instructs the ALU to perform
the arithmetic or logic operations. When a program is run, the Program Counter
(PC) register keeps track of the program instruction to be executed next.
CU tells when to fetch the data and instructions, what to do, where to store the
results, thesequencing of events during processing etc.
CU also holds the CPU‘s Instruction Set, which is a list of all operations that the
CPU canperform.
MEMORY
The computer memory stores different kinds of data like input data, output data,
intermediate results, etc., and the instructions. Binary digit or bit is the basic unit of
memory. A bit is a single
binary digit, i.e., 0 or 1. A bit is the smallest unit of representation of data in a computer.
However, the data is handled by the computer as a combination of bits. A group of 8 bits
form a byte. One byte is the smallest unit of data that is handled by the computer. One
byte can store 28, i.e., 256 different combinations of bits, and thus can be used to
represent 256 different symbols. In a byte, the different combinations of bits
fall in the range 00000000 to 11111111. A group of bytes can be further combined to
form a word. A word can be a group of 2, 4 or 8 bytes.
1 bit = 0 or 1
1 Nibble = 4 bits
1024KB
Memory is logically organized as a linear array of locations. For a processor, the range of
the memory addresses is 0 to the maximum size of memory. Figure 1.8 shows the
organization of a16 MB block of memory for a processor with a 32-bit word length.
MEMORY HIERARCHY
The memory is characterized on the basis of two key factors—capacity and access time.
Capacity is the amount of information (in bits) that a memory can store. Access time is
the time interval between the read/ write request and the availability of data. The lesser
the access time, the faster is the speed of memory. Ideally, we want the
memory with fastest speed and largest capacity. However, the cost of fast memory is
very high. The computer uses a hierarchy of
memory that is organized in a manner to enable the fastest speed and largest capacity
of memory.The hierarchy of the different memory types is shown in Figure 1.9.
The internal memory and external memory are the two broad categories of memory
used in the computer. The internal memory consists of the CPU registers, cache memory
and primary memory. The internal memory is used by the CPU to perform the computing
tasks. The external memory is also called the secondary memory. The secondary
memory is used to store the large amount of data and the software .
Cache Memory
The data and instructions that are required during the processing of data are
brought from the secondary storage devices and stored in the RAM. For
processing, it is required that the data and instructions are accessed from the
RAM and stored in the registers. The time taken to move the data between RAM
and CPU registers is large. This affects the speed of processing of computer, and
results in decreasing the performance of CPU.
Cache memory is a very high speed memory placed in between RAM and CPU.
Cachememory increases the speed of processing.
Cache memory is a storage buffer that stores the data that is used more often,
temporarily, and makes them available to CPU at a fast rate. During processing,
CPU first checks cache for the required data. If data is not found in cache, then it
looks in theRAM for data.
To access the cache memory, CPU does not have to use the motherboard‘s system
bus fordata transfer. (The data transfer speed slows to the motherboard‘s
capability, when data is passed through system bus. CPU can process data at a
much faster rate by avoiding the system bus.)
Cache memory is built into the processor, and may also be located next to it on a
separate chip between the CPU and RAM. Cache built into the CPU is faster than
separate cache, running at the speed of the microprocessor itself. However,
separate cache is roughly twice as fast as RAM.
The CPU has a built-in Level 1 (L1) cache and Level2 (L2) cache, as shown in
Figure 1.10. In addition to the built-in L1 and L2 cache, some CPUs have a
separate cache chip on the motherboard. This cache on the motherboard is called
Level 3 (L3) cache. Nowadays, high-end processor comes with built-in L3 cache,
like in Intel core i7. The L1, L2 and L3 cache store the most recently run
instructions, the next ones and the possible ones, respectively. Typically, CPUs
have cache size varying from 256KB (L1), 6 MB (L2), to 12MB (L3) cache.
Cache memory is very expensive, so it is smaller in size. Generally, computers
havecache memory of sizes 256 KB to 2 MB.
Primary Memory
Primary memory is the main memory of computer. It is used to store data and
instructions during the processing of data. Primary memory is semiconductor
memory.
Primary memory is of two kinds—Random Access Memory (RAM) and Read
OnlyMemory (ROM).
RAM is volatile. It stores data when the computer is on. The information stored
in RAM gets erased when the computer is turned off. RAM provides temporary
storage for data and instructions.
ROM is non-volatile memory, but is a read only memory. The storage in ROM
is permanent in nature, and is used for storing standard processing programs
that permanently reside in the computer. ROM comes programmed by the
manufacturer.
RAM stores data and instructions during the execution of instructions. The data
and instructions that require processing are brought into the RAM from the
storage devices like hard disk. CPU accesses the data and the instructions from
RAM, as it can access it at a fast speed than the storage devices connected to
the input and output unit (Figure 1.11).
The input data that is entered using the input unit is stored in RAM, to be made
available during the processing of data. Similarly, the output data generated after
processing is stored in RAM before being sent to the output device. Any
intermediate results generated during the processing of program are stored in
RAM.
RAM provides a limited storage capacity, due to its high cost.
Secondary Memory
Magnetic tape drives, disk drives and optical disk drives are the different types of
storagedevices.
is performed.
o
Storing CPU writes back the results of execution, to the computer‘s memory.
o
Memory Chips
The RAM consists of chips on a small circuit board (Figure 1.12). Two types of memory
chips— Single In-line Memory Module (SIMM) and Dual In-line Memory Module (DIMM)
are used in desktop computers. The CPU can retrieve information from DIMM chip at 64
bits compared to 32 bits or 16 bits transfer with SIMM chips. DIMM chips are used in
Pentium 4 onwards to increase the access speed.
Figure 1.12 RAM memory chip
Storage Devices
The disk drives are present inside the machine. The common disk drives in a machine are
hard disk drive, floppy drive (Figure 1.13 (i & ii)) and CD drive or DVD drive. High- storage
devices like hard disk, floppy disk and CDs (Figure 1.13 (iii) & (iv)) are inserted into the
hard disk drive, floppy drive and CD drive, respectively. These storage devices can store
large amounts of data, permanently.
Processor
The processor or the CPU is the main component of the computer. Select a processor
based on factors like its speed, performance, reliability and motherboard support.
Pentium Pro, Pentium 2and Pentium 4 are some of the processors.
Figure 1.13 Storage devices (i) Hard disk drive, (ii) DVD drive, (iii) Floppy disk, (iv) CD
SUMMARY
QUESTIONS
ABACUS was the first mechanical calculating device for counting of large numbers. The word
ABACUS means calculating board. It consists of bars in horizontal positions on which sets of beads
are inserted.
18. The Cache memory is placed between the RAM and the CPU.
19. There are 3 levels of cache memory.
The I/O unit consists of the input unit and the output unit. CPU performs calculations
and processing on the input data, to generate the output. The memory unit is used to
store the data, the instructions and the output information.
Input/Output Unit The user interacts with the computer via the I/O unit. The Input
unit accepts data from the user and the Output unit provides the processed data i.e. the
information to the user. The Input unit converts the data that it accepts from the user,
into a form that is understandable by the computer. Similarly, the Output unit provides
the output in a form that is understandable by the user. The input is provided to the
computer using input devices like keyboard, trackball and mouse. Some of the commonly
used output devices are monitor and printer.
Central Processing Unit CPU controls, coordinates and supervises the operations of
the computer. It is responsible for processing of the input data. CPU consists of Arithmetic
Logic Unit (ALU) and Control Unit (CU).
o ALU performs all the arithmetic and logic operations on the input data.
o CU controls the overall operations of the computer i.e. it checks the
sequence of execution of instructions, and, controls and coordinates the
overall functioning ofthe units of computer.
Additionally, CPU also has a set of registers for temporary storage of data,
instructions,addresses and intermediate results of calculation.
Memory Unit Memory unit stores the data, instructions, intermediate results and
output, temporarily, during the processing of data. This memory is also called the main
memory or primary memory of the computer. The input data that is to be processed is
brought into the main memory before processing. The instructions required for processing
of data andany intermediate results are also stored in the main memory. The output is
stored in memory before being transferred to the output device. CPU can work with the
information stored in the main memory. Another kind of storage unit is also referred to as
the secondary memory of the computer. The data, the programs and the output are
stored permanently in the storage unit of the computer. Magnetic disks, optical disks and
magnetic tapes are examples of secondary memory.
Calculating Machines ABACUS was the first mechanical calculating device for
counting of large numbers. The word ABACUS means calculating board. It consists
of bars in horizontal positions on which sets of beads are inserted. The horizontal
bars have10 beads each, representing units, tens, hundreds, etc.
Napier’s Bones was a mechanical device built for the purpose of multiplication
in 1617ad. by an English mathematician John Napier.
Slide Rule was developed by an English mathematician Edmund Gunter in
the 16th century. Using the slide rule, one could perform operations like
addition, subtraction, multiplication and division. It was used extensively till
late 1970s.
Pascal’s Adding and Subtraction Machine was developed by Blaise Pascal. It
could addand subtract. The machine consisted of wheels, gears and cylinders.
Leibniz’s Multiplication and Dividing Machine was a mechanical device that
could both multiply and divide. The German philosopher and mathematician
Gottfried Leibniz built it around 1673.
Punch Card System was developed by Jacquard to control the power loom in
1801. He invented the punched card reader that could recognize the presence of
hole in the punched card as binary one and the absence of the hole as binary zero.
Babbage’s Analytical Engine An English man Charles Babbage built a
mechanical machine to do complex mathematical calculations, in the year 1823.
The machine was called as difference engine. Later, Charles Babbage and Lady
Ada Lovelace developed a general-purpose calculating machine, the analytical
engine.
Hollerith’s Punched Card Tabulating Machine was invented by Herman
Hollerith. The machine could read the information from a punched card and
process it electronically.
a. CPU
b. I/O
c. ALU
d. CU
A 1.Central Processing Unit
2. Input/Output
3. Arithmetic and Logic Unit
4, Control Unit
26. Two types of memory chips— Single In-line Memory Module (SIMM) and Dual In-line Memory
Module (DIMM) are used in desktop computers.
27. List any three storage devices that are attached to the computer.
Every one of you has heard of the Internet and most of you would have used it. You
connect to the Internet, maybe, from your home, school, college, or a cyber café. Once
connected, you may browse the WWW, use the e-mail facility or chat with a friend.
Internet is considered as an important part of the using of the computer. The purpose of
this chapter is to introduce you to thebasics of the Internet and the services provided by
the Internet.
INTRODUCTION
Internet is defined as an interconnection of networks. Internet allows computers on
different kinds of networks to interact with each other. Any two computers, often having
different software and hardware, can exchange information over the Internet, as long
as they obey the technical rules of Internet communication. The exchange of information
may be among connected computers located anywhere, like military and research
institutions, different kinds of organizations, banks, educational institutions (elementary
schools, high schools, colleges), publiclibraries, commercial sectors etc.
In 1980s, many Internet applications like electronic mail, newsgroups, file transfer facility
and remote login were developed. The Electronic mail facility allowed users to compose,
send, and receive messages. Users having common interests could exchange messages
using forums like Newsgroups. The Telnet command allowed users to login to a remote
computer. The File Transfer Protocol program was used to copy files from one computer
to another on the Internet.
In the early 1990s, a new application World Wide Web (WWW) changed the way in which
Internet was used. WWW is a system of creating, organizing, and linking documents, and
was created by British scientist Tim Berners Lee. A protocol based on hypertext was
developed that allowed the documents and content on WWW to be connected via
hyperlink.
In 1993, Marc Andreessen at the University of Illinois developed the Mosaic browser. The
WWW along with the browser made it possible to set up number of web pages that may
consist of text, pictures or sound, and with link to other pages.
CONNECTING TO INTERNET
To be able to connect your computer to the Internet, you require—(1) a TCP/IP enabled
computer, (2) web browser software, (3) an account with an ISP, (4) a telephone line,
and (5) a modem or Network Interface Card (NIC) to connect the telephone line to the
computer (Figure2…1).
INTERNET SERVICES
Web Browser
Web Browser (or browser) is a software program that extracts information on user
request from the Internet and presents it as a web page to the user. It is also
referred to as the user interface of the web. Some of the popular web browsers
are—Internet Explorer from Microsoft, Mosaic browser, Google‘s chrome, and
Netscape Navigator from Netscape Inc. Some of the browser icons are shown in
Figure 2.5.
Browsers are of two types—graphical browser and text-based browser.
Graphical browsers provide a graphical user interface where the user can jump
from one web page to the other by clicking on the hyperlink (displayed in blue
color with underline) on a web page. Internet Explorer, Chrome and Mosaic are
examples of graphical browsers. (Figure 2.6)
One of the most exciting things a user can do on the Internet is to search for information
from multiple sources. There are hundreds of millions of web pages available, containing
information on a wide variety of topics. There is no single catalog maintained (similar to
a library) that lists all the web pages and their information. The user needs to search the
Internet to find the information relevant to his/her requirement. Internet Search engines
or Search engines are
specific web sites that help the users to find information stored on the Internet. Search
engines (Figure 2.7(a)) search the Internet based on some important words (keywords)
or combinations of words. Some of the common and well-known search engines are
www.google.com, www.lycos.com and www.yahoo.com
Using the Search Engine: The user uses the search engine as follows:
Search engines maintain a data repository of words along with the URL‘s at
which these words are found.
When the user uses the search engine to search for a word or group of words, the
search engine checks its data repository and returns a list of URLs that satisfy the
search. (Figure 2.7(b))
To narrow down the scope of search, the search engines also provide different
criteria for search. For example, some of the search criteria provided by Google
search engine are Images, News, and Scholar to search for images, news, and
published papers, respectively.
Sites like www.msn.com are metasearch engines. Such sites do not maintain
their own data repository, but send the search request to other search engines.
The search results are collected from different search engines and displayed to
the user.
Figure 2.7 (a) Search engine ―Bing‖ by Microsoft (b) Search result by ―Bing‖
Electronic Mail
Electronic mail (E-mail) is an electronic message transmitted over a network from one
user to another. E-mail is a text-based mail consisting of lines of text, and can include
attachments such as audio messages, pictures and documents. The features of e-mail are
as follows:
E-mail can be sent to one person or more than one person at the same time.
Communicating via e-mail does not require physical presence of the recipient.
The recipient canopen the e-mail at his/her convenience.
Since messages are transmitted electronically, e-mail is a fast way to
communicate with the people in your office or to people located in a distant
country, as compared to postal system.
E-mail messages can be sent at any time of the day.
A copy of e-mail message that the sender has sent is available on the senders
computer for later reference.
In addition to sending messages, e-mail is an ideal method for sending documents
already on the computer, as attachments. E-mail has features of the regular postal
service. The sender of e-mail gets the e-mail address of the recipient, composes
the message and sends it. The recipient of e-mail can read the mail, forward it or
reply back. The recipient can also store the e-mail or delete it.
E-mail Address
To use e-mail, a user must have an e-mail address. The e-mail address contains all
information required to send or receive a message from anywhere in the world. An e-
mail address consists of two parts separated by @ symbol (spelled as at)—the first part
is user_name and the second part is host computer name. The e-mail address may look
like
[email protected]
where, abcdgoel is the user_name,
gmail.com is the host computer name (domain name) i.e. the mailbox where finally the
mail willbe delivered. gmail is the mail server where the mailbox ―abcdgoel‖ exists.
The body contains the text of the message and any attachments to be sent. Figure 2.8 shows
the ―compose mail‖ on gmail.com to create a new e-mail message.
Figure 2.8 The ―compose mail‖ screen on gmail
E-mail Services
There are two kinds of e-mail services—Application-based e-mail, and Web-based e-mail.
Application-based e-mail is installed onto the user‘s computer. The mail is stored
on the user‘s computer. For using an application based e-mail, the user uses a
program such as Microsoft Outlook, Outlook Express etc. The user must have an
e-mail account on the Internet mail server with a domain name (e.g. vsnl.com),
which is provided by the ISP whose services the user is using to connect to the
Internet. The user also has an e-mail address (create e-mail address by adding
your username to e-mail server‘s domain name. E.g. [email protected]), which
identifies the user uniquely on the e-mail server.
Web-based e-mail or Webmail appears in a web browser‘s window. A web-based
e-mail can be accessed by the user from any Internet-connected computer
anywhere in the world. Web-based e-mail is not stored on the user‘s computer.
Many free web-based e-mail services are available. Hotmail, yahoo, and gmail
provide free e-mail accounts. An example of web-based e-mail address is
[email protected].
An email attachment is a file that one person sends to another with an accompanying email. Its
purpose is usually to enhance the value or benefit that the email offers the reader by providing
additional content that you can't express in the body of the email. The attachment can have different
formats and sizes, with the most typical attachments being large text files, various types of documents,
spreadsheets, scanned files, forms, pictures and videos.
Consider these five steps when composing and sending an email containing an attachment:
The next step is composing the email's subject line. As many potential recipients tend to disregard
emails with attachments unless they know what the attached files are, the email's subject should
reflect the fact that it contains one or more attached files and provide information regarding what they
are.
If the attachments are the only reason you need to send a message, the email's body can simply be
a brief description of the attached files. If the attached files are only a part of what the email aims to
transmit, they need to be mentioned somewhere in the body, ideally with a short sentence that
specifies what they are. Sending an email with attachments and no text is not recommended, as the
recipient or their email provider may confuse them with spam.
After composing the email, the final step before sending it is attaching the necessary file or files.
However, this step can take place at any time during the composing and sending process. Many
senders prefer to attach the files before writing the email because it eliminates the risk of forgetting
to attach them altogether.
Once the email's subject and body are written and the files are attached, you can do a quick
proofread and send the email to the recipient.
Gmail
Gmail is a free email service provided by Google. In many ways, Gmail is like any other email service:
You can send and receive emails, block spam, create an address book, and perform other
basic email tasks. But it also has some more unique features that help make it one of the most
popular online email services.
Creating a Google account is needed to access Gmail because it is just one of the
many services offered by Google to registered users. Signing up for a Google account is
free and easy, and naming your new Gmail address will be a part of the sign-up process.
This means whenever you're signed in to Gmail, you are automatically signed in to your
Google account. You'll be able to easily access other Google services like Google
Docs, Calendar, and YouTube.
In order to use Google Drive, you will need a Google account. Google accounts are free, and signing
up for one is fairly simple. In order to create a Google account, you'll need to enter some information,
including your name, birth date, and location. Creating a Google account will automatically create
a Gmail email address and a Google+ profile.
If you have a Gmail address, you already have a Google account, so you won't need to create an
account—you can simply sign in to Drive using your Gmail information.
4. Next enter your phone number. Google will send a verification code to your phone that
you will use to complete the sign up process.
5. Enter the verification code sent to your phone and click Verify.
6. The personal information page will appear. Follow the directions and enter your
information, including your birth date and gender.
7. Review Google's Terms of Service and Privacy Policy, then click I agree.
Just like with any online service, it's important to choose a strong password—in other words, one
that's difficult for someone to guess.
When you're working with Gmail, you'll primarily be using the main Gmail interface.
This window contains your inbox, and it allows you to navigate to
your contacts, mail settings, and more. Also, if you use other Google services like
YouTube or Calendar, you'll be able to access them from the top of the Gmail window.
Google Drive
Google Drive is a free service from Google that allows you to store files online and access them
anywhere using the cloud. Google Drive also gives you access to free web-based applications
for creating documents, spreadsheets, presentations, and more.
Google Drive is one of the most popular cloud storage services available today. If you've never used
a cloud-based storage service like Google Drive before, take a moment to consider
the advantages of keeping your files online. Because files can be accessed from any computer with
an Internet connection, Drive eliminates the need to email or save a file to a USB drive. And because
Drive allows you to share files, working with others becomes much easier.
Google Drive doesn't just store your files; it also allows you to create, share,
and manage documents with its own productivity apps. If you've ever used a suite like Microsoft
Office, some things about Google Drive's apps might seem familiar. For instance, the types of files you
can work with are similar to files that can be created with various Microsoft Office programs.
Below are the types of files you can create and share on Google Drive:
Documents: For composing letters, flyers, essays, and other text-based files (similar
to Microsoft Word documents)
Spreadsheets: For storing and organizing information (similar to Microsoft Excel
workbooks)
Presentations: For creating slideshows (similar to Microsoft PowerPoint
presentations)
Forms: For collecting and organizing data
Drawings: For creating simple vector graphics or diagrams
Once you've set up your Google account, you can access Google Drive by going
to http://drive.google.com in your web browser.
You can also navigate to Google Drive from any Google page (such as Gmail or Google search) by
selecting the grid icon near the top-right corner, then clicking Drive.
Your Google Drive may be empty right now, but as you begin to upload and create files you'll need
to know how to view, manage, and organize them in the interface.
GOOGLE CALENDAR
You can use Google Calendar to keep track of all your events.
Note: JavaScript and cookies need to be turned on for the browser you're using.
Google Calendar works with current and major previous versions of these browsers:
Google Chrome
Microsoft Edge
Firefox
Safari
Uses
You can create calendars to keep track of different types of events. For example, you could create a
calendar called "Soccer" that tracks upcoming practices and games.
You can only create new calendars from a browser and not from the Google Calendar app. Once the
calendar is created, you can find it on your browser and in the app.
Tip: After you create and share a calendar, you can schedule events for that calendar.
.
Find the calendars you've created
GOOGLE SITES
Build internal project hubs, team sites, public-facing websites, and more—all without designer,
programmer, or IT help. With Google Sites, building websites is easy. Just drag content where you
need it.
When you create a new site, it‘s automatically added to Drive, like your other files stored in Drive. You
can edit a Google Site together with someone else in real time, and see each other‘s changes live.
Publish the site for everyone to see, or restrict sharing permissions and make the site accessible only
to people you want to share it with, like vendors or suppliers.
Google Sites websites are responsive, which means they‘re optimized for tablets and smartphones,
too.
1 Choose an option:
From the Sites homepage, at the top, click Create , or to choose a template,
click Template gallery and select a template.
From Google Drive, click New More Google Sites.
When you create a new site, it's added to Drive, just like other Drive files. Sites automatically saves
every change you make, but your site isn‘t public until you publish it.
On the right, click Layouts and choose a different layout for your sections.
Choose a look for your site. Each theme comes with a preset background, color scheme, and font
selection. You can adjust fonts, colors, and the background later, and you can always change the
theme after the site is created. If you need to make any changes, click Undo , or Redo .
Add pages for more content. Keep related information together by nesting pages. Nested pages
appear as a subtopic of another page.
Add pages:
1. Click Pages.
2. Drag a page up or down in the list to reorder it.
3. Drag a page on top of another page to nest it.
4. (Optional) To un-nest a page, drag it to the bottom of the list.
Under Pages, select a page and next to it, click More and choose an option:
If you've more than one page, visitors to your site use the navigation menu to jump to different pages.
By default, the navigation menu is at the top of your site. In the top-right corner, click your homepage
to see the menu.
You can move the navigation menu to the left side if you want, but you need to have one or more
pages on your site to change where it appears.
1. Point to the site name and click Navigation settings Top navigation or Side
navigation.
2. (Optional) To move the pages in the navigation menu, see 5 Add, reorder, and nest pages.
GOOGLE SHEETS
Google Sheets allows you to organize, edit, and analyze different types of information using
spreadsheets.
Google Sheets is a web-based spreadsheet application that allows you to store and organize
different types of information, much like Microsoft Excel. While Google Sheets does not offer all of
Excel's advanced features, it's easy to create and edit spreadsheets ranging from the simple to the
complex.
While you might think spreadsheets are only used by certain people to process complicated numbers
and data, they can actually be used for a variety of everyday tasks. Whether you're starting a
budget, planning a garden, or creating an invoice or just about anything else you can think of,
spreadsheets are a great way to organize information.
You may notice that there is no save button. This is because Google Drive uses autosave, which
automatically and immediately saves your files as you edit them.
GOOGLE MEET
When you can't meet in person, video chatting is a good alternative. Google Meet is a video calling
service which allows you to connect face-to-face. Joining a Google Meet call is easy to do, and all
you'll need is a link or code.
If you're using Chrome as your browser, you can also click the visual effects icon in the lower
right corner. This will allow you to blur your background, choose a unique one, or use a style
filter.
Once you have selected your settings, click Join now.
Once you've joined the call, you'll see your video tile as well as the tiles of the people
you're chatting with on your desktop screen.
To see the bottom toolbar, hover your mouse over the Google Meet window. You can
turn your microphone and camera on or off at any time just by clicking their icons.
On the bottom toolbar, click the three dots icon. A pop-up menu appears showing
other features. We'll talk more about Settings later in this lesson.
Typing a Message in the Chat
Navigate to the right-hand corner of the bottom toolbar. You can see written messages
by clicking the chat icon.
Type your message in the field. Then click the arrow button to send it to everyone on
the video call. You can also read and respond to messages from other participants, too.
To close out of the chat box, click the X.
Adjusting Settings
On the bottom toolbar, click the three dots icon followed by Settings.
Hover your mouse over the Google Meet window to make the bottom toolbar appear. When you're
ready to end the video call, click the red Leave call icon.
SUMMARY
E-mail is an electronic message transmitted over a network from one user to another.
The e- mail message consists of the e-mail header and the e-mail body. E-mail header
contains information about the message. E-mail body contains message text and
attachment to be sent.
Gmail is a free email service provided by Google. You can send and receive emails,
block spam, create an address book, and perform other basic email tasks.
Google Drive is a free service from Google that allows you to store files online and
access them anywhere using the cloud. Google Drive also gives you access to
free web-based applications for
creating documents, spreadsheets, presentations, and more.
Google Calendar is a service developed by Google to keep track of all your events.
Google Sites is used to build internal project hubs, team sites, public-facing
websites, and more—all without designer, programmer, or IT help.
Google Sheets is a web-based spreadsheet application that allows you to
store and organize different types of information, much like Microsoft Excel
Google Meet is a video calling service which allows you to connect face-to-face.
QUESTIONS
8. Define—web browser.
Web Browser (or browser) is a software program that extracts information on user request from
the Internet and presents it as a web page to the user. It is also referred to as the user interface
of the web.
E-mail can be sent to one person or more than one person at the same time.
Communicating via e-mail does not require physical presence of the recipient.
The recipient canopen the e-mail at his/her convenience.
E-mail messages can be sent at any time of the day.
A copy of e-mail message that the sender has sent is available on the senders
computer for later reference.
In addition to sending messages, e-mail is an ideal method for sending
documents already on the computer, as attachments.
The recipient can also store the e-mail or delete it.
[email protected]
where, abcdgoel is the user_name,gmail.com is the host computer name (domain name) i.e. the
mailbox where finally the mail will be delivered. gmail is the mail server where the mailbox
―abcdgoel‖ exists.
Application-based e-mail is installed onto the user‘s computer. The mail is stored
on the user‘s computer. For using an application based e-mail, the user uses a
program such as Microsoft Outlook, Outlook Express etc. The user must have an
e-mail account on the Internet mail server with a domain name (e.g. vsnl.com),
which is provided by the ISP whose services the user is using to connect to the
Internet. The user also has an e-mail address (create e-mail address by adding
your username to e-mail server‘s domain name. E.g. [email protected]), which
identifies the user uniquely on the e-mail server.
Web-based e-mail or Webmail appears in a web browser‘s window. A web-based
e-mail can be accessed by the user from any Internet-connected computer
anywhere in the world. Web-based e-mail is not stored on the user‘s computer.
Many free web-based e-mail services are available. Hotmail, yahoo, and gmail
provide free e-mail accounts. An example of web-based e-mail address is
[email protected].
such as—
7. What is Gmail ?
Gmail is a free email service provided by Google. You can send and receive
emails, block spam, create an address book, and perform other basic email tasks.
8. What is Google calendar and its uses?
Google Calendar is a service developed by Google to keep track of all your events.
Uses
Google Sites is used to build internal project hubs, team sites, public-facing websites, and
more—all without designer, programmer, or IT help. When you create a new site, it‘s automatically
added to Drive, like your other files stored in Drive. You can edit a Google Site together with someone
else in real time, and see each other‘s changes live. Publish the site for everyone to see, or restrict
sharing permissions and make the site accessible only to people you want to share it with, like vendors
or suppliers.
1 Choose an option:
From the Sites homepage, at the top, click Create , or to choose a template,
click Template gallery and select a template.
From Google Drive, click New More Google Sites.
2 Name your site Name different parts of your site i.e Site document name,
On the right, click Layouts and choose a different layout for your sections.
Choose a look for your site. Each theme comes with a preset background, color scheme, and font
selection. You can adjust fonts, colors, and the background later, and you can always change the
theme after the site is created. If you need to make any changes, click Undo , or Redo .
5 Add, reorder, and nest pages
Add pages for more content. Keep related information together by nesting pages. Nested pages
appear as a subtopic of another page.
If you've more than one page, visitors to your site use the navigation menu to jump to different pages.
By default, the navigation menu is at the top of your site. In the top-right corner, click your homepage
to see the menu.
You can move the navigation menu to the left side if you want, but you need to have one or more
pages on your site to change where it appears.
3. Point to the site name and click Navigation settings Top navigation or Side
navigation.
4. (Optional) To move the pages in the navigation menu, see 5 Add, reorder, and nest pages.
Contents
Introduction to Programming
Steps involved in problem solving—Problem analysis, program design,
program development, program documentation and maintenance
Algorithm- Steps involved in algorithm development
Control structures—Sequential, selection (branch or conditional), iterative (loop)
Flowchart—Flowchart symbols, preparing a flowchart
Introduction to Programming
A program is a set of instructions written for performing a specific task. However, writing
a goodprogram is not a straightforward task. For writing a program, we have to follow
the program development life cycle which includes choosing a programming paradigm,
and selecting a computer programming language in which to write the program. With
practice, you can easily acquire the skill of program writing. The purpose of this chapter
is to introduce you to the basic logic building.
Computer is an electronic device that accepts data, processes it, and generates the
relevant output. It can perform both simple and complex tasks with very high speed and
accuracy. However, a computer cannot perform any task—simple or complex, of its own.
Computers needto be instructed about ―how‖ the task is to be performed. The set of
instructions that instruct the computer about the way the task is to be performed is called
a program. A program is required for processing all kind of tasks—simple tasks like
addition of two numbers, and complex tasks like gaming etc.
In this chapter, we will discuss the steps that are followed while writing a computer
program. A brief description of different programming constructs is also presented. We
will also learn logic building using flowchart and algorithm.
As stated earlier, a program is needed to instruct the computer about the way a task is
to beperformed. The instructions in a program have three essential parts:
Program Development
o The computer programming languages are of different kinds—low-level
languages, and high- level languages like C, C++ and Java. The pseudo
code is coded using a suitable programming language.
o The program is compiled for any syntax errors. Syntax errors arise due to
the incorrect use of programming language or due to the grammatical
errors with respect to the programming language used. During compilation,
the syntax errors, if any, are removed.
o The successfully compiled program is now ready for execution.
o The executed program generates the output result, which may be correct
or incorrect. The program is tested with various inputs, to see that it
generates the desired results. If incorrect results are displayed, then the
program has semantic error (logical error). The semantic errors are
removed from the program to get the correct results.
o The successfully tested program is ready for use and is installed on the user‘s machine.
Program Documentation and Maintenance—The program is properly
documented, so that later on, anyone can use it and understand its working. Any
changes made to the program, after installation, forms part of the maintenance of
program. The program may require updating, fixing of errors etc. during the
maintenance phase.
ALGORITHM
For accomplishing a particular task, different algorithms can be written. The different
algorithms differ in their requirements of time and space. The programmer selects the
best-suited algorithm for the given task to be solved.
Let‘s now look at two simple algorithms to find the greatest among three numbers, as follows:
Step 6: Stop
ALGORITHM 2.
Step 7: Start
Step 10: Compare MAX and C. If MAX is greater, output ―MAX is greatest‖ else output
―C isgreatest‖.
CONTROL STRUCTURES
The logic of a program may not always be a linear sequence of statements to be executed
in that order. The logic of the program may require execution of a statement based on a
decision. It may repetitively execute a set of statements unless some condition is met.
Control structures specify the statements to be executed and the order of execution of
statements.
Flowcharts use control structures for representation. There are three kinds of control
structures:
FLOWCHART
Flowchart Symbols
A flowchart is drawn using different kinds of symbols. A symbol used in a flowchart is for
a specific purpose. Figure 3.1 shows the different symbols of the flowchart along with
their names. The flowchart symbols are available in most word processors including MS-
WORD, facilitating the programmer to draw a flowchart on the computer using the word
processor.
A single line description of the flowchart symbols is given in Table 3.2.
Preparing a Flowchart
A flowchart may be simple or complex. The most common symbols that are used to draw
a flowchart are—Process, Decision, Data, Terminator, Connector and Flow lines. While
drawing aflowchart, some rules need to be followed—(1) A flowchart should have a start
and end, (2) The direction of flow in a flowchart must be from top to bottom and left to
right, and (3) The relevant symbols must be used while drawing a flowchart. While
preparing the flowchart, the sequence, selection or iterative structures may be used
wherever required. Figure 8.2 shows the sequence, selection and iteration structures.
a form
Merge—
We see that in a sequence, the steps are executed in linear order one after the other. In
aselection operation, the step to be executed next is based on a decision taken. If the
condition is true (yes) a different path is followed than if the condition evaluates to false
(no). In case of iterative operation, a condition is checked. Based upon the result of this
conditional check, true or false, different paths are followed. Either the next step in the
sequence is executed or the control goes back to one of the already executed steps to
make a loop.
Here, we will illustrate the method to draw flowchart, by discussing three different
examples. To draw the flowcharts, relevant boxes are used and are connected via flow
lines. The flowchart forthe examples is shown in Figure 8.3.
Figure 3.3 Examples of flowchart
The first flowchart computes the product of any two numbers and givesthe result.
The flowchart is a simple sequence of steps to be performed in a sequential order.
The second flowchart compares three numbers and finds the maximum of the three
numbers. This flowchart uses selection. In this flowchart, decision is taken based upon a
condition, which decides the next path to be followed, i.e. If A is greater than B then the
true (Yes) path is followed else the false (No) path is followed. Another decision is again
made while comparing MAX with C.
The third flowchart finds the sum of first 100 integers. Here, iteration (loop) is performed
so that some steps are executed repetitively until they fulfill some condition to exit from
the repetition. In the decision box, the value of I is compared with 100. If it is false (No),
a loop is created which breaks when the condition becomes true (Yes).
Flowcharts have their own benefits; however, they have some limitations too. A complex and long
flowchart may run into multiple pages, which becomes difficult to understand and follow.
Moreover, updating a flowchart with the changing requirements is a challenging job.
Program is a set of instructions that instruct the computer about the way the task
is to be performed.
Program development life cycle consists of—analyze problem to select a solution, write
algorithm, draw flowchart and write pseudo code for the selected solution, write program
code in a programming language, remove syntax and semantic errors, and install
successfully tested program. Also, document the program to make program maintenance
easy.
Algorithm is an ordered sequence of finite, well-defined, unambiguous
instructions for completing a task.
Control structures specify the statements that are to be executed and the order of
the statements that have to be executed. Sequential, selection, and iteration are three
kinds of control structures.
Flowchart is a diagrammatic representation of the logic for solving a task. Flowchart is a
tool to document and represent the algorithm. Flowchart is drawn using the flowchart
symbols.
QUESTIONS
1. Define a program.
A program is a set of instructions written for performing a specific task.
6. Define flowchart.
Flowchart is a diagrammatic representation of the logic for solving a task.
8. Draw the control structures (Sequence, Selection and Iteration) for the flowchart.
Programming Exercise
9. Write the algorithm and draw a flowchart, for the following:
Starting Writer
If you are reading this document in OpenOffice.org, you already know how to start
Writer. However, if this is a printed version or a PDF version, you may not know how
to start Writer. So let‘s look at three ways to do that:
• From the system menu
• From an existing document
• From the command line
Typesetting Text and Basic Formatting
Selecting text
Before you can do anything with text, you need to select it. Selecting text in
Writer is similar to selecting anything in other applications.
In addition to selecting blocks of text, you can select items that are not consecutive, and
columns (vertical blocks) of text.
Now you can work with the selected text (copy it, delete it, change thestyle, or whatever).
Figure 53: Selecting items that are not next to each other
Press Esc to exit from this mode.
Cutting and copying text in Writer is similar to cutting and copying text in other
applications. You can copy or move text within a document, or between documents,
by dragging or by using menu selections, icons, orkeyboard shortcuts. You can also
copy text from other sources such as Web pages and paste it into a Writer document.
To move (cut and paste) selected text using the mouse, drag it to thenew location
and release it. To copy selected text, hold down the Control key while dragging.
The text retains the formatting it had before dragging.
After selecting text, you can use the mouse or the keyboard for theseoperations.
Cut: Use Edit > Cut or the keyboard shortcut Control+X or the
Cut icon on the toolbar.
Copy: Use Edit > Copy or the keyboard shortcut Control+C or the
Copy icon.
Paste: Use Edit > Paste or the keyboard shortcut Control+V orthe Paste
icon.
The result of a paste operation depends on the source of the text to be pasted. If
you simply click on the Paste icon, any formatting the text has (such as bold or
italics) is retained. Text pasted from Web sites and other sources may also be placed
into frames or tables. If you do not like the results, click the Undo icon or press
Control+Z.
To make the pasted text take on the formatting of the surrounding textwhere it is
to be pasted, choose:
• Edit > Paste Special
• or click the triangle to the right of the Paste icon
• or click the Paste icon without releasing the left mouse button
Then select Unformatted text from the resulting menu.
The range of choices on the Paste Special menu varies depending upon the origin and
formatting of the text (or other object) to be pasted. See Figure for an example with text on
the clipboard.
When looking for certain words in a 3000-word essay, it is inefficient togo through
every word manually. Writer has a Find and Replace feature that automates the
process of searching for text inside a document.
In addition to finding and replacing words and phrases, you can:
• Use wildcards and regular expressions to fine-tune a search.
• Find and replace specific formatting.
• Find and replace paragraph styles.
To display the Find & Replace dialog box (Error: Reference source not found), use
the keyboard shortcut Control+F or select Edit > Find & Replace.
2) To replace the text with different text, type the new text in the
Replace with box.
3) You can select various options, such as matching the case, matching whole
words only, or doing a search for similar words. (See below for some other
choices.)
4) When you have set up your search, click Find. To replace text, click
Replace instead.
Tip
Writer selects all instances of the search text in the document.
If you
Similarly, if you click Replace All button, Writer replaces all
click
matches.
Find
All,
Use Replace All with caution; otherwise, you may end up with
some hilarious (and highly embarrassing) mistakes. A mistake with
Replace All might require a manual, word-by-word search to fix,
if not discovered in time to undo.
The online help describes many more regular expressions and their
uses.
Use this
To find expression Examples and comments
Unless you plan to search for other text using those same
attributes, click No Format to remove the attributes after
Tip completing your search. If you forget to do this, you may wonder
why your next search fails to find words you know arein the
document.
Figure : The Special Characters dialog box, where you can insert special
characters.
Inserting non-breaking spaces and hyphens
Non-breaking spaces
To prevent two words from being separated at the end of a line, press
Control+spacebar after the first word.
Non-breaking hyphen
You can use a non-breaking hyphen in cases where you do not want thehyphen to
appear at the end of a line, for example in a number such as 123-4567. To insert
a non-breaking hyphen, press Shift+Control+minus sign .
Inserting dashes
To enter en and em dashes, you can use the Replace dashes option under
Tools > AutoCorrect > Options (Figure 66). This option replaces two
hyphens, under certain conditions, with the corresponding dash.
In the following table, the A and B represent text consisting of letters A to z or
digits 0 to 9.
You can also record macros to insert en and em dashes and assign
Tip those macros to unused key combinations, for example
Ctrl+Shift+N and Ctrl+Shift+M. For more information, see
Chapter 17 (Customizing Writer).
Windows
Hold down one of the Alt keys and type on the numeric keypad: 0150 for an en
dash or 0151 for an em dash. The dash appears when you release the Alt key.
Formatting paragraphs
You can apply many formats to paragraphs using the buttons on the Formatting
toolbar. Figure shows the Formatting toolbar as a floating toolbar, customized to
show only the buttons for paragraphformatting.
These options are controlled in the Alignment page of the Format > Paragraph
dialog box (see Figure ).
Figure : Options for the last line of a justified paragraph
Formatting characters
You can apply many formats to characters using the buttons on the Formatting
toolbar. Figure shows the Formatting toolbar as a floating toolbar, customized to
show only the buttons for characterformatting.
It is possible to move a list entry up, together with all of its sub-
Tip entries. Do this by clicking the Promote One Level With
Subpoints button.
If you create a nested list using the predefined styles, all the levels of the list (up to
10) apply the same numbering (or bullet), however in many circumstances you will
want to use a combination of numbering formats and bullets when creating nested
lists. Such lists with a mixture of numbering formats and bullets can be easily
configured as described in the following example.
When creating nested lists one option is to enter all the list
paragraphs first and apply the levels afterwards.
You can use keyboard shortcuts to move paragraphs up or down
the outline levels. Place the cursor at the beginning of the
Tip numbered paragraph and press:
Tab Down a level
Shift+Tab Up a level
To insert a tab stop at the beginning of a numbered paragraph (that
is, after the number but before the text), press Control+Tab.
Footnotes appear at the bottom of the page on which they are referenced.
Endnotes are collected at the end of a document.
To work effectively with footnotes and endnotes, you need to:
• Insert footnotes.
• Define the format of footnotes.
• Define the location of footnotes on the page.
Inserting footnotes/endnotes
To insert a footnote or an endnote, put the cursor where you want the
footnote/endnote marker to appear. Then select Insert > Footnote from the menu
bar or click the Insert Footnote Directly or Insert Endnote Directly icon on
the Insert toolbar (see Figure ).
A footnote (or endnote) marker is inserted in the text, and the cursor isrelocated to
the footnote area at the bottom of the page (or to the endnote area at the end of
the document). Type the footnote or endnote content in this area.
If you use Insert > Footnote, the Insert Footnote dialog box (Figure) is displayed.
Here you can choose whether to use the automatic numbering sequence specified
in the footnote settings and whether to insert the item as a footnote or an endnote.
Figure: Inserting a footnote directly
If you use the Insert Footnote Directly or Insert Endnote Directly icon, the
footnote or endnote automatically takes on the attributes previously defined in the
Footnote Settings dialog box (Figure 74).
You can edit an existing footnote or endnote the same way you edit anyother text.
To delete a footnote or endnote, delete the footnote marker. The contents of the
footnote or endnote are deleted automatically, and thenumbering of other footnotes
or endnotes is adjusted automatically.
OOo provides some tools that make your work easier if you mix multiple languages
within the same document or write documents invarious languages.
You can set the language for the whole document, individual paragraphs, or even
individual words and characters. In versions earlier than OOo 3.0 it was necessary
to use styles in order to insert within a document paragraphs or individual groups of
characters that use a different language, while now this can be conveniently done
fromthe main menu.
The main advantage of changing the language is that you can then use the
correct dictionaries to check spelling and apply the localized versions of Autocorrect
replacement tables, thesaurus, and hyphenation rules.
The language tools can be found in Tools > Languages on the main menu, as shown
in Figure .
Spelling checking is available only for those languages in the list which have the
symbol next to them. If you do not see the symbol next to your preferred
language, you can install the additional dictionary using Tools > Languages >
More dictionaries online.
The language used for checking spelling is also shown in the statusbar, next to the
page style in use.
You can also configure the language for a paragraph or a group of characters as
None. This option is particularly useful in the case where you insert in the document
text that you do not want to spellcheck, such as web addresses or programming
language snippets.
Using the thesaurus
The thesaurus offers alternative words and phrases. Select the word or phrase you
want to find alternatives for and select Tools > Language
> Thesaurus or press Control+F7. Click on a meaning to show alternative words
and phrases for that meaning of the word. For example, when given the word
―house‖, the thesaurus offers several meanings, including ―dwelling‖,
―legislature‖, and ―sign of the zodiac‖. If you click on ―dwelling‖, you will see
―dwelling‖, ―home‖, ―domicile‖, ―abode‖, and other alternatives, as shown in
Figure .
Hyphenating words
You can also set hyphenation choices through Tools > Options > Language
Settings > Writing Aids. In Options, near the bottom ofthe dialog box, scroll
down to find the hyphenation settings (see Figure).
To change the minimal number of characters for hyphenation, the minimum number
of characters before a line break, or the minimum number of characters after a line
break, select the item, and then clickEdit.
Hyphenate without inquiry specifies that you will never be asked to manually
hyphenate words that the hyphenation dictionary does not recognize. If this box is
not selected, when a word is not recognized, adialog box will open where you can
manually enter hyphens.
Hyphenate special regions specifies that hyphenation will also becarried out in
footnotes, headers, and footers.
Hyphenation options set on the Writing Aids dialog box are effective
only if hyphenation is turned on through paragraph styles.
Note Choices on the Writing Aids dialog box for ―characters before line
break‖ and ―characters after line break‖ override settings in
paragraph styles for ―characters at line end‖ and ―characters at
line begin‖.
To enter a conditional hyphen inside a word, press Control+minus sign. The word
is hyphenated at this position when it is at the end of the line, even if automatic
hyphenation for this paragraph is switchedoff.
Using AutoCorrect
Writer‘s AutoCorrect function has a long list of common misspellings and typing
errors, which it corrects automatically. For example, ―hte‖will be changed to ―the‖.
Select Tools > AutoCorrect to open the AutoCorrect dialog box. There you can
define what strings of text arecorrected and how. In most cases, the defaults are
fine.
If Word Completion is enabled, Writer tries to guess which word you are typing
and offers to complete this word for you. To accept the suggestion, press Enter.
Otherwise, continue typing.
Many people prefer not to use Word Completion. If you do not want
Tip to use it, select Tools > AutoCorrect > Word Completion and
deselect Enable word completion.
You can customize word completion from the Tools > AutoCorrect > Word
Completion page (Figure ).
Using AutoText
AutoText allows you to assign text, tables, graphics, and other items to a key
combination. For example, rather than typing ―Senior Management‖, you just have
to type ―sm‖ and press F3. Or you can save a formatted Tip (like the one on this
page) as AutoText and then insert a copy by typing ―tip‖ and pressing F3.
To assign some text to an AutoText shortcut:
1) Type the text into your document.
2) Select the text.
3) Go to Edit > AutoText (or press Control+F3).
4) Enter a name for your shortcut. Writer will suggest a one-letter shortcut,
which you can change.
5) Click the AutoText button on the right of the AutoText dialog box and
select New (text only) from the menu.
6) Click Close to return to your document.
To insert AutoText, type the shortcut and press F3.
Line numbering
Line numbering puts line numbers in the margin. The line numbers are displayed on
screen and are printed. Figure shows an example with numbering on every line.
Click Tools > Line Numbering and select the Show numbering
option in the top left corner. Then click OK.
Figure : Line numbering example
You can choose how many lines are numbered (for example, every line or every
tenth line), the numbering type and whether numbers restart on each page. In
addition, a text separator (any text you choose) can be set on a different numbering
scheme (one every 12 lines, for example).
To undo the most recent change, press Control+Z, click the Undo icon
on the Standard toolbar, or select Edit > Undo from the menu bar.The Edit
menu shows the latest change that can be undone.
If you type in references to other parts of the document, those references can easily
get out of date if you reorganize the order of topics, add or remove material, or
reword a heading, OOo provides three ways to ensure that your references are up
to date, by inserting links to other parts of the same document or to a different
document.
• Hyperlinks
• Cross-references
• Bookmarks
The first two methods have the same result if you Control+click the link when the
document is open in OOo: you are taken directly to the cross-referenced item.
However, they also have two major differences:
• The text in a hyperlink does not automatically update if you change the
text of the linked item (although you can change it manually), but changed
text does automatically update in a cross-reference.
• When using a hyperlink, you do not have a choice of the content of the link
(for example text or page number), but when using a cross-reference, you
do have several choices, including bookmarks.
Using hyperlinks
To insert a cross-reference as a hyperlink in your document, use theNavigator:
1) Open the documents containing the items you want to cross-
reference.
2) Open the Navigator (by clicking its icon, choosing Edit >
Navigator, or pressing F5.
3) Click the arrow next to the Drag Mode icon and select
Insert as Hyperlink.
4) In the list at the bottom of the Navigator, select the document
containing the item that you want to cross-reference.
5) In the Navigator list, select the item that you want to insert as a
hyperlink.
6) Drag the item to where you want to insert the hyperlink in the document.
The name of the item is inserted in the document as anactive hyperlink.
Using cross-references
To ensure that references update if you reword a heading, caption, orother linked
item, use automatic cross-references. See ―Using automatic cross-references‖ in
Chapter 14 (Working with Fields) for details.
Using bookmarks
Bookmarks are listed in the Navigator and can be accessed directly from there
with a single mouse click. In HTML documents, bookmarks are converted to anchors
that you can jump to by hyperlink. For more about bookmarks, see ―Using
bookmarks‖ in Chapter 14 (Working withFields).
When you type text (such as a website address or URL) that can be used as a
hyperlink, and then type a space, OOo formats the URL automatically, creating
the hyperlink and applying to the text a color and underlining. If this does not
happen, you can enable this featureusing Tools > AutoCorrect > Options and
selecting the URL Recognition option.
Inserting hyperlinks
You can also insert and modify links using the Hyperlink dialog (Figure 91). To
display the dialog, click the Hyperlink icon on the
Standard toolbar or select Insert > Hyperlink from the menu bar. To turn
existing text into a link, highlight it before opening the Hyperlinkdialog.
Editing hyperlinks
To edit a hyperlink, you can either click anywhere in the link text, or position the
cursor in the link text using the arrow keys, and then openthe Hyperlink dialog by
clicking the Hyperlink icon on the Standard toolbar or selecting Edit > Hyperlink
from the menu bar.
To activate a hyperlink, that is, to open the URL in your default browser, it is
necessary to hold down the Control key while clicking on the link. A tooltip is
displayed reminding you to press the Control key when the mouse pointer hovers
over the hyperlink text.
If you need to edit several hyperlinks, you can leave the Hyperlink
Tip dialog open until you have edited all of them. Be sure to click
Apply after each one. When you are finished, click Close.
Tables and Table Properties
Creating a table
Before you insert a table into a document, it helps to have an idea of the visual result
you want to obtain as well as an estimate of the number of rows and columns
required. Every parameter can be changed at a later stage; however, thinking ahead
can save a large amount of time as changes to fully formatted tables often require
a significant effort.
To directly insert a table with the default properties, click on the little
arrow next to the Table icon on the Standard toolbar. A graphic
Tip appears where you can choose the table‘s size (rows and columns).
To create the table, click on the cell that you want to be on the last
row of the last column. Holding down the mouse button over the
Table icon will also display the graphic.
When using tabs instead of a table to line up your data, always make
Caution sure that you know how wide they are set and remember that default
tabs may be different when the document is displayed on a different
computer or even when copying the same data in a new document.
Example
In this example we will convert the following text into a table.
Row 1 Column 1; Row 1 Column 2; Row 1 Column 3
Row 2 Column 1; Row 2 Column 2; Row 2 Column 3
In this case, the separator between elements is a semicolon. By selecting the text
and applying the conversion, we obtain the followingresult.
Note that, unlike when creating a table with other mechanisms, the conversion
from text to table preserves the paragraph style applied tothe original text.
You can also use the Convert menu to perform the opposite operation;that is, to
transform a table into plain text. This may be useful when you want to export the
table contents into a different program.
To transform a table into text, place the cursor anywhere in the table, select Table
> Convert > Table to Text in the main menu, pick the preferred row separator,
and click OK to finish.
Default parameters
If you create a table using the Insert Table dialog box or the Table icon on the
Standard toolbar and activate the Heading option, the following defaults are set:
• The cells in the heading row (or rows) use the Table Heading paragraph
style. In the default template, the text is centered andset with a bold and
italic font.
• The remaining cells use the Table Contents paragraph style, which, in
the default template, is identical to the Default paragraph style.
• The default table occupies all the space from margin to margin (text
area).
• The default table has thin black borders around each cell (grid).
Resizing and positioning the table
Using the default settings, any newly created table will occupy the entire width of
the text area; this is sometimes what you want while inother occasions you may
prefer a smaller table. To quickly resize a table, move first the mouse to either
the left or right edge. When the cursor changes shape into a double arrow, drag the
border to the new position. This operation will, however, only change the size of the
first or last cell and will not change the alignment of the table on the page.
If you need more precise control over the size and position of the table on the page,
you need to use the Table Format dialog box. Open this dialog box by selecting
Table > Table Properties or by right-clickinganywhere in the table and selecting
Table from the pop-up menu.
Select the first page of the dialog box (Table) so that it appears likeFigure .
Right-click on the table and select Table from the pop-up menu or select Table
> Table Properties from the menu bar. On the Table Format dialog box,
select the Columns tab.
• Adapt table width: If a table already stretches to the page margins, it cannot
stretch any wider and the Adapt table widthoption is not available. If the
table is narrower, increasing the width of a column will increase the width
of the whole table.
If the table width already extends pasts the margins with the Adapt table
width option checked, attempting to change a columnwidth will automatically
decrease that column‘s size so that the table will now shrink to the page
margins while keeping any othercolumn sizes intact.
• Adjust columns proportionally results in all columns changing their widths by
the same percentage when one is changed. For example, if you reduce
by half the size of a column, all the othercolumns sizes will be halved.
• Remaining space shows how much further the table can expand before hitting
the limit of the margins. This value cannot be edited and will not be negative in
the event that the table width is already larger than the space between the left
and right margins.
• Under Column width, each individual column can be adjusted. If you have
more than six columns, use the arrows at the right and left to view them all.
Rather than start from the Table Format dialog box, it is often more efficient to
make rough adjustments to a new table using the mouse, and then fine tune the
layout using the Columns page in conjunction with the Table page of the Table
Format dialog box.
It is also possible to resize a table using only the keyboard. This is on occasions easier
than using the mouse.
1) Place the cursor on the cell whose size you want to change.
2) Press and hold the Alt key while using the arrow keys to changethe size.
To adjust the resizing parameters and behavior for keyboard handling,select Tools
> Options > OpenOffice.org Writer > Table.
Use the Row and Column values in the Move cells section to determine the amount
of change produced by a single keystroke while resizing. In the Behavior of rows/columns
section you can choose one of the following three strategies when resizing:
• Fixed: select this if you want the resizing to only affect the adjacent cell, and
not the entire table. The width of the table does not change when resizing its
cells.
• Fixed, proportional: when resizing a cell with this option selected,all the other
cells are also resized proportionally, Also in this case the width of the table
remains constant.
• Variable: this is the default value. Resizing a cell affects the table size. For
example, when you widen a cell, the width of the table increases.
Clicking on the Insert Row icon on the Table toolbar inserts one row
below the selected one. Clicking on the Insert Column icon on the
Table toolbar inserts a column after (to the right of) the selected one.
Note
Regardless of how they are inserted, new rows or columns have the
same formatting as the row or column where the cursor was when
the insert command was issued.
You can also quickly insert a row or a column using only the keyboard:
1) Place the cursor in the row or column next to the row or columnyou want
to insert.
2) Use the Alt+Insert keystroke combination to activate keyboardhandling.
3) Use the arrow keys as desired to add a row or column:
Left to insert a new column to the left of the cell where the cursor is
located.
Right to insert a new column to the right of the cell where thecursor is.
Down to insert a new row below the cell where the cursor is.
Up to insert a new row above the cell where the cursor is.
The above keyboard technique can also be used to delete rows or columns by
substituting the Alt+Insert keystroke combination in Step2 with Alt+Delete.
When the selected group of cells have different styles of border the
User-defined area shows this border as a gray line. You can
Note override this with a new border style (first click), leave the borders
as they are (second click) or delete all the borders (thirdclick).
You can also turn table boundaries on and off through Tools >
Tip Options > OpenOffice.org > Appearance. On that page,
youcan display or hide boundaries around text, pages headers and
footers, figures, and other parts of a document.
Once the table layout is satisfactory, you can move on to formatting thetext in the
individual cells. You can apply manual formatting as with any other paragraph in the
text, but it is highly recommended, for the sake of consistency and ease of
maintenance, that you define your ownparagraph and character styles.
Besides the paragraph and character styles, there are other aspects to consider
when placing text in a table cell; such as text flow, alignment and orientation.
You can format each cell independently of other cells, or you can simultaneously
format a group of cells by selecting them before applying the desired formatting.
• Select the vertical alignment of the text in the table or the selected cells;
the choices are to align with the top of the cell, the center of the cell, or
the bottom of the cell. This alignment is in addition to the Left-Right alignment
options available on the Table page of the Table Format dialog box.
A table heading row can not span two pages, but any other row can.
A one-row table (often used for page layout purposes), if set up with
Note the default of including a heading, will not break across pages. The
cure is to make sure the table is defined without a heading row.
Vertical alignment
By default, text entered into a table is aligned to the top-left of the cell. You can
change the default for the entire table, as described above, or for individually selected
cells.
To vertically align the text in specific cells:
• Place the cursor in the cell you wish to change, or click and dragto select
multiple cells.
• Right-click in the selected area and select Cell > Center, Top, or
Bottom in the pop-up menu to vertically align the text as desired.
Number formats
The number format can be set for a whole table or group of cells. For example,
cells can be set to display in a particular currency, to four decimal places, or in a
particular date format.
Number recognition specifies that numbers in a text table are recognized and
formatted as numbers. If number recognition is selected, numbers are
automatically bottom-right aligned. Number recognition option can be enabled
under Tools > Options > OpenOffice.org Writer > Table.
Select the cells to format, then right-click and select Number Format from the pop-
up menu. The Number Format dialog box opens for you to set options for various
categories of numerical data.
• In the Category list, select the category you want, such ascurrency,
date, or text.
• In the Format list, choose a format for the category you justselected.
• For some categories, such as date, you may wish to change the language
using the Language list while for other numerical categories the Options
section of the dialog box allows you to customize the appearance.
You will notice that OOo displays the formatting code for the category
and format selected in Format Code section at the bottom of the
Tip dialog box. For example, if you select a date format such as 31 Dec
1999 the corresponding code is D MMM YYYY. Advanced users can
easily customize this formatting code as well as create new user-
defined codes.
Text rotation within table cells can also be achieved with the use of
Note paragraph styles, discussed in greater detail in Chapter 7 (Working
with Styles).
To enter a Tab character as part of the text of the cell, press the
Control and Tab keys at the same time.
You have to select all cells that might be affected by the sorting.
Note For example, if you select only the cells of one column, the sort affects
that column only, while the others remain unchanged. In such a case,
you risk mixing the data of the rows.
For example, suppose you had two numbers in cells <B1> and <C2>and wanted to
display the sum of the two in cell <A1>, as shown in Figure 280.
Do the following:
1) Click in cell <A1> and press the = key. The Formula bar appears
automatically, near the top of the screen. In the leftmost side of the bar, you
can see the coordinates of the selected cell.
2) Click in cell <B1>. The identifiers of this cell are automaticallydisplayed
in the Formula bar and inserted into cell <A1>.
3) Press the + key.
4) Click on cell <C2>. You can see the final formula = <B1>+<C2>
displayed both in the selected cell and in the Object bar.
5) Press the Enter key or click the green tick (checkmark) on the Formula
Bar.
To display the list of the mathematical functions that you can use in a
table:
Tip
1) Display the Formula toolbar by pressing F2 or by selecting a
blank cell and pressing the = key.
2) Click and hold the Formula f(x) icon.
In our example, this gives the result 9 in the top left cell. For contiguous cells,
you can simply select the cells in the row, column, or the rectangle of rows and
columns. Thus, for example, to add a columnof numbers, do this:
1) Type an equals sign = in an empty cell.
2) Select the cells to be added together—in this case the cells fromA2 to A5.
The formula should be something like =<A2:A5>.
3) Press the Enter key or click the green tick (checkmark) on the Formula
Bar.
4) The answer appears in the cell you have selected.
When using a function, you can enter the cells manually or by selectingthem. Thus,
to add up the four numbers that we added above (A2, A3, A4, A5), do this:
1) Type an equals sign = in an empty cell.
2) Type sum or select it from the function list f(x).
3) Select the cells to be added together. The formula should be
something like =sum<A2:A5>.
4) Press the Enter key or click the green tick (checkmark) on the Formula
Bar.
5) The answer appears in the cell you have selected.
consistent looking tables across your document. You can also create your own table
formats and save them as another AutoFormat option.
To apply an AutoFormat, place the cursor anywhere in the table and select Table
> AutoFormat. This opens the dialog box shown in Figure 281.
Select from the list on the left the Format most suitable for your table and click OK
to apply it. Clicking the More button opens another section of the dialog box where
you can rename the selected table format scheme as well as decide which parts of
the predefined formatting you want to apply to your table. You can selectively apply
the number format, the font, the alignment, the border, or the pattern.
To see clearly where the paragraphs are and to delete them easily,
Tip select View > Nonprinting Characters (Ctrl+F10) or click the
¶ button in the Standard toolbar.
Deleting a table
To delete a table:
1) Click anywhere in the table.
2) Select Table > Delete > Table from the main menu.Or:
1) Select from the end of the paragraph before the table to the start
of the paragraph after the table.
2) Press the Delete or the Backspace key.
The second method also merges the paragraph after the table with
Note the paragraph before the table, which may not be what youwant.
Copying a table
To copy a table from one part of the document and paste it into anotherpart:
1) Click anywhere in the table.
2) From the main menu select Table > Select > Table.
3) Press Control+C or click the Copy icon on the Standard toolbar.
4) Move the cursor to the target position and click on it to fix theinsertion
point.
5) Press Control+V or click the Paste icon in the Standard toolbar.
Moving a table
To move a table from one part of a document to another part:
1) Click anywhere in the table.
2) From the main menu, select Table > Select > Table.
3) Press Control+X or click the Cut icon in the Standard toolbar.
4) Move the cursor to the target position and click on it to fix theinsertion
point.
5) Press Control+V or click the Paste icon in the Standard toolbar.
6) Return to the original table, click somewhere in it and then select
Table > Delete > Table from the main menu.
Inserting a paragraph before or after a table
To insert a paragraph before or after a table, position the cursor in thefirst or last
cell and press Alt+Enter.
When inserting a table used for layout, you may wish to deselect the
Heading and Border options (see Inserting a new table on page
298).
Tip
To remove the borders from an existing table, right-click on the table,
select Table from the pop-up menu, select the Borders tab (see
Figure 275 on page 308), and select the icon for no borders.
All of the table commands described in this chapter are convenientlylocated in the
main menu under the Table item and on the Table toolbar, shown in Figure 282.
Table 7 describes the effects of using these icons. When you create a table or select
an existing table, the Table toolbar may be displayed automatically, or you can
manually display it by clicking View > Toolbars > Table. The toolbar can float
over the main Writer window (as shown in Figure 282), or it can be docked along
any edge of the main window.
1 Table 9 Top 17 Select Column
2 Line Style 10 Center (vertical) 18 Select Row
3 Line Color 11 Bottom 19 AutoFormat
(border)
4 Borders 12 Insert Row 20 Table
Properties
5 Background Color 13 Insert Column 21 Sort
6 Merge Cells 14 Delete Row 22 Sum
7 Split Cells 15 Delete Column
8 Optimize 16 Select Table
Figure 282: Table toolbar
Name Description
Table Opens the Insert Table dialog box where you can set up and
insert a table into the document, name the table for use with
the Navigator, and set some other options. If you press the
small black triangle pointing down next to the icon, you can use
the mouse to drag to select the number of rows and columns to
include in the table.
Line Style Opens the Border Style window where you can modify the
border line style.
Line Color Opens the Border Color window where you can modify the
(border) border color.
Borders Opens the Borders window where you can select which sides
of the table or of the selected cells will have a border.
Background Opens the Background toolbar where you can select the
Color background color of the table or of the selected cells.
Merge Combines the selected cells into a single cell. Refer to Merging
Cells and splitting cells on page 307 for an example of using this
button.
Name Description
Split Cells Opens the Split Cell dialog box where you can define how to
split a cell. Refer to Merging and splitting cells on page 307 for
an example of using this button.
Optimize Opens the a drop down menu with four options you can use to
let OOo optimize the distribution of the columns or rows or
optimize the row height or column width.
Top Press this button to align the contents of the selected cellsto
the top of the cell.
Center Press this button to align the contents of the selected cellsto
(vertical) the vertical center of the cell.
Bottom Press this button to align the contents of the selected cellsto
the bottom of the cell.
Insert Row Inserts a row below the selected row.
Insert Column Inserts a column after the selected column.
Table Opens the Table Format dialog box where you can control all
Properties the properties of the table—for example: name, alignment,
spacing, column width, borders, and background.
Sort Opens the Sort dialog box where you can specify the sort
criteria for the selected cells.
Sum Activates the sum function. Refer to ―Using spreadsheet
functions in a table‖ on page 316 for an example of usingthis
function.
Graphics in Writer
When you create a text document using OpenOffice.org (OOo) Writer, you may
need to include some graphic illustrations. Graphics are added to textual documents
for a wide variety of reasons: from supporting the description provided in the text—
such as that used in this Guide—to providing an immediate visual impact of the
contents, such as what is often found in a newspaper.
Graphics in Writer are of three basic types:
• Image files, including photos, drawings, scanned images, andothers
• Diagrams created using OOo‘s drawing tools
• Charts created using OOo‘s Chart facility
This chapter covers the first two types of graphic illustrations.
More detailed descriptions on working with drawing tools can be foundin the Draw Guide
and Impress Guide . Instructions on how to create charts are given in the Calc Guide.
Images (also called ‗pictures‘ in this guide) can be taken from a variety of sources.
They may be downloaded from the Internet, scanned, or created with a graphics
program; or they may be photos taken with a digital camera.
Do not worry too much about the exact placement of the image
Note at this stage as this can be easily changed later as described in
section ―Positioning graphics within the text‖ on page 279.
2) On the main menu, select Insert > Picture > From File. This
displays the dialog box shown in Figure 249.
3) Navigate to the file to be inserted, select it, and click Open.
At the bottom of the Insert picture dialog box are two check boxes.
If Preview is checked, the selected graphic file is previewed in a
Note pane, as shown in Figure 249, so you can verify that you have the
correct file. The Link option is discussed below.
Graphics program
You can use many different graphics programs to edit a graphic file. From these
programs, you can select, copy, and paste an image or part of a graphic into an OOo
document. Figure 251 shows an example of this procedure, which can be recreated
with these steps:
1) In the graphic program window, select an area of the image to becopied.
2) Move the cursor over the selected area and press Control+C tocopy.
OpenOffice.org Gallery
The Gallery contains objects (graphics and sounds) that you can insert into your
documents. The Gallery is available in all components of OOo. For an introduction to
the Gallery, see Chapter 11 (Graphics, the Gallery, and Fontwork) in the Getting
Started guide.
To select a graphic from the Gallery and drag it into the document:
1) Click on the Gallery icon (located in the right side of the
Standard toolbar) or choose Tools > Gallery.
2) Select the theme containing the image you want to insert.
3) Click on the image with the left mouse button, then drag and dropthe image
into the document. You can also right-click on the object and select Insert
> Copy.
Figure 252 shows an example of an image dragged from the Gallery.
When you insert a new image, you may need to modify it to make it more suitable
for fitting into the document. The placement of the picture relative to the text is
discussed in ―Positioning graphics within the text‖ on page 279. This section
describes the use of the Picture toolbar, resizing, and cropping, as well as a
workaround to rotate a picture.
Although OOo provides many tools for working with images, for best
results it is generally better to use an image manipulation program
Note
such as GIMP2, to modify images (for example, to crop, resize,
rotate, and change color values) and then insert the result into OOo.
Filters
Table 5provides a short description of the available filters, however the best way
to understand them is to see them in action. Feel free to experiment with the different
filters and filters settings, remembering that you can undo all the changes by pressing
Ctrl+Z or Alt+Backspace or by selecting Edit > Undo.
1 2 4 5 6 7 1 From File
3 8 2 Filter
3 Graphics mode
4 Color
5 Transparency
9 19 6 Flip Horizontally
10 20 7 Flip Vertically
18
8 Graphics Properties
11 17 21 9 Invert
12 22 10 Smooth
13 14 15 16 11 Solarization
23 12 Aging
24 13 Charcoal Sketch
14 Relief
25 15 Mosaic
16 Posterize
17 Pop Art
Note: Graphics mode (3) can be Default, Grayscale, 18 Sharpen
Black/White, or Watermark. 19 Remove Noise
20 Red
21 Green
22 Blue
Figure 253. Picture toolbar plus tear-off Graphic Filter 23 Brightness
toolbar and floating Color toolbar 24 Contrast
25 Gamma
Figure 254 shows examples of some of the changes available on the Picture
toolbar.
Figure 254. Some graphic effects available from the Picture toolbar
Table 5: Graphic filters and their effects
Color
Use this dialog box to modify the individual RGB color components of the image
(red, green, blue) as well as the brightness, contrast, and gamma of the image.
If the result is not satisfactory, you can press Control+Z to restore the default
values.
Cropping images
When you are only interested in a section of the image for the purpose of your
document, you may wish to crop (cut off) parts of it. To start cropping the image,
right-click on it and select Picture from the pop- up menu. In the Picture dialog box,
select the Crop page (Figure 255).
Resizing an image
It is possible, and quite likely, that the inserted image will not fit perfectly into
the document because it is too big or too small. In these cases you will need to
resize the image.
1) Click the picture, if necessary, to show the green resizing handles.
2) Position the pointer over one of the green resizing handles. The pointer
changes shape giving a graphical representation of the direction of the
resizing.
3) Click and drag to resize the picture.
4) Release the mouse button when satisfied with the new size.
The corner handles resize both the width and the height of the graphic object
simultaneously, while the other four handles only resize one dimension at a time.
Be aware that re-sizing a bit-mapped (raster) image will adversely affect the
resolution, causing some degree of blurring. It is better to externally size your
picture correctly before insertion into your presentation, if possible.
Figure 256 shows three examples of an image inserted into a document and
resized.
For more accurate resizing, use either the Crop page of the Picture dialog box
(Figure 255) or, for images, the Type page of the Picture dialog box. On the
Crop page you can either adjust the following settings or use the settings in the
Crop section as described on page272.
• Scale Width and Height: specify in percentages the scaling of the picture.
The size of the image changes accordingly. For a scaled resizing, both
values should be identical.
• Image size: specify the size of the image in your preferred unit of
measurement. The image enlarges or shrinks accordingly.
• Original size button: when clicked, restores the image to itsoriginal
size.
In the Type page of the Picture dialog box, select the Relative optionto toggle
between percentage and actual dimension. For a scaled
resizing, select the Keep ratio option. As for the Crop page, clicking on the
Original Size button restores the original image size.
Rotating a picture
Writer does not provide a tool for rotating a picture; however, there is a very simple
workaround:
1) Open a new Draw or Impress document.
2) Insert the image you want to rotate. You can use any of the mechanisms
described in ―Adding images to a document‖ on page 264, although there are
some slight variations in the position of the menu entries and icons.
3) Select the image, then in the drawing toolbar (shown by default at the bottom
of the window in Impress and Draw), select the Rotate icon .
4) Rotate the image as desired. Use the red handles at the corners of the picture
and move the mouse in the direction you wish to rotate. By default the picture
rotates around its center (indicated by a black crosshair), but you can
change the pivot point by moving the black crosshair to the desired rotation
center.
Other settings
The Picture dialog box (Figure 255) consists of eight pages. The Crop page was
described on page 272, while the use of the Type and the Wrap pages is explained
in ―Positioning graphics within the text‖ on page 279. The other pages serve the
following purposes:
• Options: use this page to give the picture a descriptive name (as you
want it to appear in the Navigator), display alternative text when the mouse
hovers over the picture, and protect some of the picture settings from
accidental changes. You can also prevent the picture from being printed by
deselecting the corresponding option.
• Borders: use this page to create borders around the picture. The Borders
dialog box is the same as the one used for defining table or paragraph
borders. You can also add a shadow to the image if so desired.
• Background: use this page to change the background color of the picture.
This setting produces the desired results only for images with a transparent
color.
• Hyperlink: use this page to associate a hyperlink to the picture. you can also
create an image map so that only certain areas of the picture respond to a
mouse click by opening the associated URI (Uniform Resource Identifier) in
the default browser. More information on image maps can be found in the
Impress Guide.
• Picture: use this page to flip the picture as well as to display the original
location of the file in case the image is linked rather than embedded.
• Macro: allows you to associate a macro to the picture. You can choose
among the predefined macros or write your own.
Deleting a picture
To delete a picture:
1) Click on the picture, if necessary, to show the green resizinghandles.
2) Press Delete.
You can use Writer‘s drawing tools to create graphics, such as simple diagrams using
rectangles, circles, lines, text, and other predefined shapes. You can also group
several drawing objects to make sure theymaintain their relative position and
proportion.
You can place the drawing objects directly on a page in your document, or you can
insert them into a frame.
You can also use the drawing tools to annotate photographs, screen captures, or other
illustrations produced by other programs, but this is not recommended because:
• You cannot include images in a group with drawing objects, sothey may
get out of alignment in your document.
If you convert a Writer document to another format, such as HTML, the drawing objects and
the graphics will not remainassociated; they are saved separately
Open Office Calc(Spreadsheet)
Introduction
What is a Spreadsheet?
The math that goes on behind the scenes on the paper ledger can be overwhelming.
If you change the loan amount, you will have to start the math all over again (from
scratch). The nice thing about using a computer and spreadsheet is that you can
experiment with numbers without having to redo all the calculations. Let the
COMPUTER do the calculations for you! Once you have the formulas set up,
you can change the variables that are called from the formulaand watch the
answers change. Spreadsheets are instantly updated if one of the entries is
changed. NO erasers! NO new formulas! NO calculators!
Procedure
Title Bar
Function Toolbar
Menu Bar
Object Toolbar
Calculation toolbar
Column
Instrumen
tToolbar
Row
Active Cell
Cell
28
The Menu toolbar contains the main menus of the Calc module. The Function
toolbar provides user access to function icons such as Open, Save, Copy, Cut,
Paste and other common tasks in Open Office. The Object toolbar consists of
aset of tools that are specific to calculation and cell formatting (number format,
text alignment, borders). Finally, the Calculation toolbar is intended for the
entry of formulae necessary for your calculations, and also shows you the position
of the cursor within the spreadsheet.
On the left of the screen, you will notice the Instrument toolbar (show heren
on the right). This toolbar provides the tools that you will need to wor withk
your spreadsheet. The basic functions of the toolbar are explained in thi s
`How-to'. At the bottom of the screen, you will notice the Status Bar. This
bar provides essential information such as the sheet that you're currently
working on, the page style, and in normal mode, the sum of the cell in
whichthe cursor is situated.
You will also notice that the folder you have just opened contains three
worksheets by default, indicated by the presence of three small tabs above
the Status Bar and bearing the names: Sheet1, Sheet2, Sheet3.
Procedures
1. Type CTRL+N on your keyboard (hold down the CTRL key and type N).
2. Select File, New, Spreadsheet from the Menu Bar OR
3. Click on the New Document Icon on the Function Bar and
selectSpreadsheet.
28
Entering Data
Procedures
28
Selecting (Highlighting) Cell(s)
1. On the first cell of the range (e.g. A1), click and hold the left mouse
buttonwhile dragging the mouse to the last cell of the range (e/g. G5).
2. All cells will turn black except the first cell will remain white.
Deleting Cell(s)
Procedures
28
3. Check the boxes of what you wish to delete (e.g. checking Formats
willdelete things like bold, italics, font color, borders).
4. Click the OK button.
The opening, saving, and printing of files are the most common actions in a
wordprocessor, and therefore, they have to be very easy and accessible.
28
Opening a File
Procedures
4. When a list of files appears, double click on the filename to open the file.
Saving a File
Procedures
28
6. Click the Save button.
You can perform four main actions on a selected text: copying, cutting,
deleting,and formatting.
Procedures
1. Select cell(s) that contain the information you wish to cut (move).
2. Click the Cut button on the toolbar or CTRL + X on the keyboard.
3. Click in the cell where you want to paste the information.
4. Click the Paste button on the toolbar or CTRL+ V on the keyboard.
Procedures
28
1. Select cell(s) you wish to cut (move).
2. Click the Copy button on the toolbar or CTRL + C on the keyboard.
3. Place the cursor where to place the cut cell(s).
Formatting Text
The formatting action in Open Office is slightly different from other Office
applications such as Microsoft Office. There are two ways to format text in Open
Office Writer.
Procedure
Procedures
28
Bold, Italics, Underline
Procedures
Cell Alignment
Procedures
Font Color
Procedures
2. Click the background color button on the toolbar and pick the color
ofyour choice.
28
Undo/Redo Buttons
If you perform an action that does not give you the desired result, you can use
the Undo button to reverse the last action. Likewise, the Redo button
canbe used to Redo an action that has been undone.
Spelling/Grammar Check
There is only a spell check available in Open Office. Words spelled incorrectlywill
be underlined in red if the spell check toggle button is turned on.
Procedures
1. To turn the spell check on/off as you are typing, click the button on
thetoolbar.
2. If you wish to spell check the entire document in order to
makecorrections, click the button on the toolbar.
Headers/Footers
Adding Headers/Footers
A header is space at the top of the page reserved for such things as page
numbers. A footer is space reserved at the bottom of the page.
Procedures
29
4. The button More allows you to add a border or background to the footer.
5. Click the Edit button.
6. Click in the area you want to place information (each area corresponds
tothe area of your page).
7. Use the buttons to add information (e.g. page numbers). For example,
click on the icon Page , you will see the page number written into
theselected window or type your own information.
8. Click OK to return to the Page Style window.
9. Click OK to close this window.
Deleting a header/footer
Procedures
Adding Pictures
Follow these steps if you wish to add pictures that are saved in a file.
Procedures
29
1. Place your cursor where you want to place a picture.
2. Click Insert menu, Click Graphics, Click From File (as shown below)
29
3. Pick the location where the file has been saved.
4. Double click filename to insert into document.
Creating Formulas/Calculations
As mentioned above, the boxes that you see formed by the grid are called cells.
You can enter text, numbers or formulae in these cells. Of course, the whole
purpose of a spreadsheet application is to be able to carry out calculations within
these cells. A calculation can be simply adding two numbers or taking the average
of ten numbers.
Note: A right mouse button click in the box where Sum is written will give you
access to a context-sensitive menu that proposes other choices, such as mean,
maximum, minimum...
Formula Basics
Just like in Microsoft Excel, formulas are started with an EQUAL (=)
sign.(e.g. =b3+b4)
Use cell references (e.g. b3) instead of actual values (e.g. 56)
whereverpossible.
Use FUNCTIONS (e.g. SUM, AVERAGE) to save time when creating
formulas.
29
e.g. =SUM(A1:A9) Instead of =A1+A2+A3+A4+A5+A6+A7+A8+A9
By typing the colon [ : ] between the cell references, you have told the
software that you want to add up the values in the range of cells from A1
to A9. The range is indicated on the screen by a red border. By typing
―=sum()‖, you are telling the software the type of mathematical
operation that you want to carry out on the referenced cells that are
between parentheses.
You can also select the ranges to be added together using the mouse. After having
typed "= sum()" into the target cell, click on the first cell and whilst holding the
mouse button down, drag the mouse to the last cell of the range, and then let go
of the mouse button, and you will see the end of the formula inserted in
automatically into the Formula bar.
of any given column and drag the separator rightwards (to broaden) or
leftwards(to narrow). The same function can be reached through the command
Format - Column - Optimal width.
29
Cell References
It is important to grasp the basics of references when you want to carry
outcalculations on cells containing formulae.
A relative reference is a range whose references are adjusted when the formula
is moved:
e.g. If you copy the formula "=sum(A1:A9)" to column B, it will
become"=sum(B1:B9)"
e.g. If you copy the formula ―=$B$3 * B8‖ from cell C8 to cell C9, the formula
would read ―=$B$3 * B9. Notice the first part of the formula (=$B$3) did not
changed when copied. A good example of when you might use an absolute cell
reference is when you are calculating the tax on an item. The tax (7%) will not
change. Each item will be multiplied by the same tax amount
29
Formatting Cell(s)
Text Alignment
Use these buttons found on the toolbar to change the alignment of cell
contents.
Merging Cells
Sometimes you might want to center a title between many columns.
Procedures
29
A border such as a thick dark border can be added to emphasize a range of
cells.
Procedures
Renaming Sheets
Procedures
29
Page Settings
Page settings allows you to change settings related to a page as a whole such as
changing the page orientation (e.g. portrait - 8.5‖ x 11‖ or landscape- 11‖ x 8.5‖),
adding headers/footers, and margins.
In the Margins section of the Page tab, you set the margin sizes. If
youset them beyond the printing area, a message will warn you.
In the Layout settings section of the Page tab, Page Layout lets
youselect how to align the content of the cells inside the sheet.
In the Sheet Tab under Scale, the Reduce/enlarge printout
option allows you to decrease or increase the size of the printed page.
29
In the Sheet Tab under Scale, the Fit printout on number of pages
option allows you to determine the exact number of pages on which the
spreadsheet will be printed. The size of the sheets will be adjusted to fit
that number of pages.
This feature formats a range of cells with color, borders, font, font size,
etc.automatically rather than you having to do it one step at a time.
Procedures
29
4. Click the format you want from the left side. You can create your own
format (see the Add. ..button to the right) and delete it when you do not
want it anymore. By clicking on the More button, some additional
formatting options appear. If you modify them, the result will be
presentedin the preview image displayed in the AutoFormat window.
5. Click OK.
30
Creating Charts
A chart (e.g. bar chart, pie chart) is a visual representation of data contained in
aspreadsheet.
Procedures
Printing a File
It is a good habit to check how the document will look when printed,
beforeprinting. It can be done by using the Page Preview feature.
Procedures
1. Select File, Page Preview from the menu bar to switch to the
PagePreview Mode.
2. Click Page Preview button in Page Preview to close Page Preview
and return to the main document.
You may want to print part of your spreadsheet, the entire workbook
(allworksheets) or even only one sheet.
1. Select the worksheets you wish to print by clicking the first sheet tab at the
bottom of the page, press and hold the CTRL key on the keyboard and
select the remaining sheets you wish to print.
2. Click on the icon Quick printing in the function toolbar.
3. To undo selected sheets, press and hold the CTRL key and click once
more on the sheet tab.
30
Getting Started with
Impress
Presentations in OpenOffice.org
30
What is Impress?
Starting Impress
The main Impress window (Figure 1) has three parts: the Slides pane ,
Workspace, and Tasks pane. Additionally, several toolbars can be displayed
or hidden during thecreation of a presentation.
You can remove the Slides pane or Tasks pane from view by
clicking the X in the upper right corner. You can also show or hide
Tip these panes using View > Slide Pane or View > Tasks Pane.
You can also hide these panes in order to maximize the
Workspace area by clicking the Hide/Show marker in the middle
of the vertical separator line and restore them by clicking again
on the same area.
Slides pane
The Slides pane contains thumbnail pictures of the slides in your presentation,
in the order they will be shown (unless you change the slide show order).
Clicking a slide in this pane selects it and places it in the Workspace. When a
slide is in the Workspace, you can apply to it any changes desired.
Several additional operations can be performed on one or more slides
simultaneously in the Slides pane:
• Add new slides to the presentation.
• Mark a slide as hidden so that it will not be shown as part of the
presentation.
• Delete a slide from the presentation if it is no longer needed.
• Rename a slide.
• Duplicate a slide (copy and paste) or move it to a different
position in the presentation (cut and paste).
Layout
The prepackaged layouts are shown here. You can choose the one you want,
use it as it is or modify it to your own requirements. At present it is not
possible to create custom layouts.
Table Design
The standard table styles are provided in this pane. You can further modify
the appearance of a table with the selections to show or hide specific rows
and columns, or to apply a banded appearance to the rows and columns.
Custom Animation
A variety of animations for selected elements of a slide are listed. Animation
can be added to a slide, and it can also be changed or removed later.
Slide Transition
Many transitions are available, including No Transition . You can select the
transition speed (slow, medium, fast), choose between an automatic or
manual transition, and choose how long the selected slide will be shown.
Workspace
The Workspace has five tabs: Normal, Outline, Notes, Handout, and Slide
Sorter. These five tabs are called View buttons. The Workspace below the View
buttons changes depending on the chosen view.
Status bar
The Status bar, located at the bottom of the Impress window, contains
information that you may find useful when working on a presentation.
The sizes are given in the current measurement unit (not to be
confused with the ruler units). This unit is defined in Tools >
Note Options
> OpenOffice.org Draw > General, where you can also
change the scale of the page. Another way to change the scale
is to double-click on the number shown in the status bar.
Navigator
The Navigator displays all objects contained in a
document. It provides another convenient way to
move around a document and find items in it. To
Figure 5: Navigator
Each of the workspace views is designed to ease the completion of certain tasks;
it is therefore useful to familiarize yourself with them in order to quickly
accomplish those tasks.
Normal view
Normal view is the main view for working with individual slides. Use this view to
format and design and to add text, graphics, and animation effects.
To place a slide in the slide design area (Normal view), click the slide
thumbnail inthe Slides pane or double-click it in the Navigator.
Outline view
Outline view contains all the slides of the presentation in their numbered
sequence. It shows topic titles, bulleted lists, and numbered lists for each slide
in outline format.
Only the text contained in the default text boxes in each slide is shown, so
if your slide includes other text boxes or drawing objects, the text in these
objects is not displayed. Slide names are also not included.
Notes view
Use the Notes view to add notes to a slide.
1) Click the Notes tab in the Workspace.
2) Select the slide to which you want to add notes.
• Click the slide in the Slides pane, or
• Double-click the slide‘s name in the Navigator.
3) In the text box below the slide, click on the words Click to add notes
and begin typing.
You can resize the Notes text box using the green resizing handles which
appear when you click on the edge of the box. You can also move the box by
placing the pointer on the border, then clicking and dragging. To make changes
in the text style, press the F11 key to open the Styles and Formatting window.
Figure 9: Dialog to set the page information for handouts and notes
Slide Sorter view
Slide Sorter view contains all of the slide thumbnails. Use this view to work
with a group of slides or with only one slide.
Renaming slides
Right-click on a thumbnail in the Slides pane or the Slide Sorter and choose
Rename Slide from the pop-up menu. In the Name field, delete the old name
of the slide and type the new name. Click OK.
Creating a new presentation
This section describes how to start a new presentation using the Presentation
Wizard. When you start Impress, the Presentation Wizard appears.
If you do not want the wizard to start every time you launch
Impress, select the Do not show this wizard again option.
Tip You can enable the wizard again later under Tools
> Options > OpenOffice.org Impress
> General > Wizard, and select the Start with wizard
option.
Leave the Preview option selected, so templates, slide
designs, and slide transitions appear in the preview box as you
choose them.
3) Choose a design under Select a slide design. The slide design section
gives you two main choices: Presentation Backgrounds and Presentations.
Each one has a list of choices for slide designs. If you want to use one
of these other than <Original>, click it to select it.
• The types of Presentation Backgrounds are shown in Figure 13. By
clicking an item, you will see a preview of the slide design in the Preview
window. Impress contains three choices under Presentations:
<Original>, Introducing a New Product , and Recommendation of a
Strategy.
• <Original> is for a blank presentation slide design.
• Both Introducing a New Product and Recommendation of a Strategy
have their own prepackaged slide designs. Each design appears in
the Preview window when its name is clicked.
A new presentation contains only one empty slide. In this section we will start
addingnew slides and preparing them for the intended contents.
Inserting slides
This can be done in a variety of ways; take your pick.
• Insert > Slide.
• Right-click on the present slide, and select Slide > New Slide from the
pop-upmenu.
• Click the Slide icon in the Presentation toolbar.
Sometimes, rather than starting from a new slide you want to duplicate a slide
you have already inserted. To do so select the slide you want to duplicate from
the Slides pane and then choose Insert > Duplicate Slide.
Selecting a layout
In the Tasks pane, select the Layout drawer to display the available layouts.
The Layouts differ in the number of elements a slide will contain, spanning from
the empty slide (Blank Slide) to a slide with 6 contents boxes and a title
(Title, 6 contents).
Figure 15: Available slide layouts
The Title Slide (which also contains a section for a subtitle) or Title Only
are suitable layouts for the first slide, while for most of the slides you will
probably use the Title, Contents layout.
Several layouts contain one or more content boxes. Each of these boxes can
be configured to contain one of the following elements: Text, Media clip,
Picture, Chart or Table.
You can choose the type of contents by clicking on the corresponding icon that
is displayed in the middle of the contents box as shown in Figure 16. If instead
you intend to use the contents box for text, just click anywhere on the box
to get a cursor.
To select or change the layout, place the slide in the work area and select the
desired layout from the layout drawer in the Task Pane.
If you have selected a layout with one or more contents boxes, this is a good
time to decide what type of contents you want to insert.
Modifying the slide elements
At present each slide will contain only the elements that are present in the slide
master you are using such as background images, logos, header, footer and so
on. It is however unlikely that the predefined layouts will suit all your needs.
Although Impress does not have the functionality to create new layouts, it
allows you to resize and move the layout elements. It is also possible to add
slide elements without being limited to the size and position of the layout
boxes.
To resize a contents box, click on the outer frame so that the 8 resizing handles
are displayed. To move it place the mouse cursor on the frame so that the cursor
changes shape. You can now click the left mouse button and drag the contents
box to its new position on the slide.
At this step you may also want to remove unwanted frames. To do this:
• Click the element to highlight it. (The green squares show it is
highlighted.)
• Press the Delete key to remove it.
Many of your slides are likely to contain some text. This section gives you
some guidelines on how to add text and how to change its appearance. Text in
slides iscontained in text boxes.
There are two types of text boxes that you can add to a slide:
• Choose a predefined layout from the Layouts section of the Tasks pane
and do not select any special contents type. These text boxes are called
AutoLayout text boxes.
• Create a text box using the text tool in the Drawing toolbar.
1) Click on the Text icon on the Drawing toolbar. If the toolbar with
the text icon is not visible, choose View > Toolbars > Drawing.
2) Click and drag to draw a box for the text on the slide. Do not worry
about thevertical size and position—the text box will expand if needed
as you type.
3) Release the mouse button when finished. The cursor appears in the
text box, which is now in edit mode (gray hashed border with green
resizing handles shown in Figure 17).
4) Type or paste your text in the text box.
5) Click outside the text box to deselect it.
Pasting text
You can insert text into a text box by copying it from another document and
pasting it into Impress. However, the pasted text will probably not match the
formatting of the surrounding text or that of the other slides in the presentation.
This may be what you want on some occasions; however in most cases you want
to make sure that the presentation does not become a patchwork of different
paragraph styles, font types, bullet points and so on. There are several ways to
ensure consistency; these methods are explained below.
small black triangle next to the paste symbol in the standard toolbar
and select Unformatted text. The unformatted text will be formatted with
the outline style at the cursor position in an AutoLayout text box or with the
default graphic style in a normal text box.
As we have seen, besides text a contents box can contain also pictures, tables,
charts or media clips. This section provides a quick overview of how to work
with these objects, however for a more detailed description you are invited to
consult the Impress Guide.
Adding pictures
To add a picture to a contents box :
• Click the Insert Picture icon.
• Use the file browser to select the picture file you want to include. To
see a preview of the picture, check Preview at the bottom of the
Insert picture dialog.
• Click Open.
The picture will resize itself to fill the area of the contents box. Follow the
directions in the Caution note below when resizing it by hand.
When resizing a graphic, right-click the picture. Select Position
and Size from the context menu and make sure that Keep
ratio is selected. Then adjust the height or width to the size
Caution you need. (As you adjust one dimension. both dimensions will
change.) Failure to do so will cause the picture to become
distorted. Remember also that resizing a bitmap image will
reduce its quality; better by far to create an image of the
desired size outside of Impress.
Adding tables
For displaying tabular data, you can insert basic tables directly into your slides
by choosing the Table contents type. It is also possible to add a table outside a
contentsbox in a number of ways:
• Choose Insert > Table from the menu bar
your table.
Figure 18. Creating a table with the Insert Table dialog
Adding charts
To insert a chart in a slide you can either use the Insert Chart feature or select
Chart as type for one of the contents box. In both cases Impress will insert a
default chart. To modify the chart type, insert your own data and change the
formatting refer to the Impress Guide.
A slide master is a slide that is used as the starting point for other slides. It is
similar to a page style in Writer: it controls the basic formatting of all slides
based on it. A slide show can have more than one slide master.
OOo uses three terms for a slide that is used to create other slides:
Note master slide, slide master, and master page . This book uses the
term slide master, except when describing the user interface.
A slide master has a defined set of characteristics, including the background
color, graphic, or gradient; objects (such as logos, decorative lines, and other
graphics) in the background; headers and footers; placement and size of text
frames; and the formatting of text.
Styles
All of the characteristics of slide masters are controlled by styles. The styles of
any new slide you create are inherited from the slide master from which it
was created. In other words, the styles of the slide master are available and
applied to all slides created from that slide master. Changing a style in a slide
master results in changes to all the slides based on that slide master, but you
can modify individual slides without affecting the slide master.
Slide masters have two types of styles associated with them: presentation
styles and graphic styles. The prepackaged presentation styles can be
modified, but new presentation styles cannot be created. In the case of graphic
styles, you can modify the prepackaged ones and also create new ones.
Presentation styles affect three elements of a slide master: the
background, background objects (such as icons, decorative lines, and text
frames), and the text placed on the slide. Text styles are further divided into
Notes, Outline 1 through Outline 9, Subtitle, and Title. The outline styles are
used for the different levels of the outline to which they belong. For example,
Outline 2 is used for the subpoints of Outline 1, and Outline 3 is used for the
subpoints of Outline 2.
Graphic styles affect many of the elements of a slide. Notice that text styles
exist inboth the presentation and graphic style selections.
Slide masters
Impress comes with several prepackaged slide masters. They are shown in the
Master Pages section of the Tasks pane. This section has three subsections:
Used in This Presentation, Recently Used, and Available for Use . Click the + sign
next to the name of a subsection to expand it to show thumbnails of the slides,
or click the – sign to collapse the subsection to hide the thumbnails.
Each of the slide masters shown in the Available for Use list is from a template
of the same name. If you have created your own templates, or added templates
from other sources, slide masters from those templates will also appear in this
list.
Figure 19: Available master pages (slides)
Any changes made to one slide when in Master View mode will
Cautio appear on all slides using this slide master. Always make sure
n you close Master View and return to Normal view before working
on any of the presentation slides. Select View > Normal from
the menu bar, or click Close Master View in the Master View
toolbar to return to the normal slide view.
The changes made to one of the slides in Normal view (for example changes to
the bullet point style or the color of the title area and so on...) will not be
overridden by subsequent changes to the slide master. There are cases,
however, where it is desirable to revert a manually modified element of the slide
to the style defined in the slide master: to do that, select that element and
choose Format > Default Formatting from the menu bar.
Select Insert > Page Number or Insert > Date and Time to open a
dialog boxwhere you can configure these three areas.
To change the number format (1,2,3 or a,b,c or i,ii,iii, etc.) for the
page number field, choose Format > Page and then select a
Tip format from thelist in the Layout Settings area.
To change the paragraph style modify the Background Objects
Presentation style.
To add a other information, such as the Author of the presentation or the name
of the file, choose Insert > Fields. and select the required field from the
submenu. If you want to edit a field in your slide, select it and choose Edit >
Fields.
The fields you can use in Impress are:
• Date (fixed)
• Date (variable)—updates automatically when you reload the file
• Time (fixed)
• Time (variable)—updates automatically when you reload the file
• Author—First and last names listed in the OpenOffice.org user data
• Page number (slide number)
• File name
Starting with OOo 3.2, Impress supports comments (formerly called sticky notes)
similar to those in Writer and Calc.
In Normal View, choose Insert > Comment from the menu bar. A small
box containing your initials appears in the upper left-hand corner of the slide,
with a larger text box beside it (see Figure 22). Impress has automatically added
your nameand the date at the bottom of this text box.
Type or paste your comment into the text box. You can optionally apply some
basic formatting to parts of the text by selecting it, right-clicking, and
choosing from the pop-up menu. (From this menu, you can also delete the
current comment, all the comments from the same author, or all the
comments in the document.)
You can move the small comment markers to anywhere you wish on the page.
Typically you might place it on or near an object you refer to in the
comment.
To show or hide the comment markers, choose View > Comments.
Select Tools > Options > User Data to configure the name you want to
appear inthe Author field of the comment, or to change it.
If more than one person edits the document, each author is automatically
allocated adifferent background color.
Slide transitions
Slide transition is the animation that is played when a slide is changed. You can
configure the slide transition from the Slide Transition drawer in the Tasks
pane. Select the desired transition, the speed of the animation, and whether
the transition should happen when you click the mouse (preferred) or
automatically after a certain number of seconds. Click Apply to all slides
unless you prefer to have different transitions in the presentation.
2. The suit of free software offered by Apache foundation for document preparation, spreadsheet,
presentation, drawing and database management is called .
(a) OpenOffice.org
(b) Microsoft Office
(c) Star Office
(d) K Office
Ans. a
A) File
B) Format
C) Data
D) Sheet
A) =A1*16%
B) =A1%16
C) =A1#16%
D) A1%16
B) 3
C) 1
D) 5
A) Book1
B) Title1
C) Untitled1
D) Sheet1
A) 10
B) 11
C) 12
D) 15
11. In Calc which shortcut key is use to open the cell format dialog box?
A) Shift + 1
B) Ctrl + 1
C) Alt + 1
D) Ctrl+Alt+1
A) Ctrl + ;
B) Ctrl+Shift+;
C) Ctrl + T
D) None of these
A) Ctrl+Shift+N
B) Ctrl+N
C) Shift+N
D) Shift+Alt+N
A) Ctrl+Shift+S
B) Ctrl+S
C) Shift+Alt+S
D) None of these
A) Format
B) Style
C) Sheet
D) Edit
A) Ctrl + +
B) Ctrl + -
C) Ctrl + D
D) Delete
17. In Calc, Freeze Rows and Columns option available in which menu?
A) File
B) View
C) Format
D) Data
A) AMJ
B) AMA
C) ALZ
D) ALX
19. The total number of Columns in Calc is
A) 10241
B) 1024
C) 48523
D) None of these
20. In Calc, the name of the Cell made by the intersection of last column and last row is
A) AMJ65536
B) AMX1048576
C) AMJ1024
D) AMJ1048576
21. In Calc which shortcut key you press to change the number format as date ?
A) Ctrl+1
B) Ctrl+Shift+3
C) Ctrl+Shift+5
D) All of these
A) F2
B) F3
C) Ctrl+F2
D) Ctrl+F3
A) 0.18
B) 0.23
C) 0.25
D) 0.21
A) 0.79
B) 0.84
C) 0.89
D) None of these
A) 200%
B) 400%
C) 500%
D) 600%
26. Which shortcut key is use to open the Format Cell?
A) Ctrl+2
B) Ctrl+3
C) Ctrl+4
D) Ctrl+1
A) Format
B) Help
C) View
D) Sheet
28. Font Size, Font Face, Bold, Italic etc. options available in which Toolbar?
A) Standard
B) Formatting
C) Drawing
D) None of these
29. In Calc which shortcut key is use to select the whole worksheet?
A) Ctrl+A
B) Ctrl+Shift+Space
C) Ctrl+Space
D) Both A and B
30. You can change the user interface in Calc Program with ….?
A) Single Toolbar
B) Tabbed
C) Tabbed Compact
D) All of these
A) Ctrl+Shift+N
B) Ctrl+Alt+N
C) Ctrl+N
D) None of these
A) View
B) Tools
C) File
D) Sheet
33. The shortcut key to hide the sidebar in Calc is
A) Ctrl+F3
B) Ctrl+F5
C) Ctrl+F7
D) Shift+F5
34. In Calc, the shortcut key to convert a number in a Cell into Date is?
A) Ctrl+Shift+F3
B) Ctrl+Alt+3
C) Ctrl+Shift+3
D) None of these
A) Ctrl+X
B) Ctrl+W
C) Ctrl+R
D) None of these
A) 1,073,741,824
B) 1,073,741,842
C) 1,073,824,741
D) No Limit
37. In Calc, you press which key with Ctrl to insert a new line or paragraph in a Cell?
A) Shift
B) Alt
C) Tab
D) Enter
A) .odp
B) .ods
C) .odd
D) .odt
A) %
B) $
C) &
D) =
B) 3
C) 4
D) 5
A) 7,2
B) 7+2
C) 9
D) 5,7
42. In Calc if the value is large then the Cell, then what is the result?
A) ####
B) %%%%
C) &&&&
D) #Name?
A) Formula Bar
B) Address Book
C) Name Box
D) None of these
44. What is the result of the Formula =Product(80,-5)?
A) 400
B) -400
C) Null
D) None of these
A) Right
B) Left
C) Center
D) Justified
46. If the Cell address is changed when you copy a formula then the formula is known as
A) Relative Address
B) Absolute Address
C) Mixed Address
D) Dynamic Address
47. In Calc, the maximum number of Row and Column is
A) Ctrl+F12
B) F12
C) Ctrl+Shift+O
D) Ctrl+O
49. In Calc, the toolbar which has the commands like save, open, print, cut, copy etc. is called?
A) Formatting Toolbar
B) Standard Toolbar
C) Drawing Toolbar
D) None of these
A) Ctrl+Space
B) Shift+Space
C) Ctrl+Shift+End
D) None of these
A) Ctrl+Shift+C
B) Ctrl + C
C) Ctrl+Shift+T
D) Ctrl+Alt+C
52. In Calc, the shortcut key to convert a number into currency format is?
A) Ctrl+Shift+1
B) Ctrl+Shift+5
C) Ctrl+Shift+4
D) Ctrl+Shift+3
A) 1000
B) 1024
C) 10000
D) No Limit
54. In Calc you can write maximum characters in a Cell.
A) 32767
B) 32654
C) 356547
D) None of these
A) Ctrl + V
B) Ctrl + M
C) Ctrl + Shift + F
D) Ctrl + 1
A) Tab
B) Ctrl + Tab
A) Ctrl + F6
B) Ctrl
C) Ctrl + F8
D) Ctrl + F1
A) $D$10
B) AMJ1048576
C) XFD1048576
D) $AMD$1048576
60. In Calc, to split a merged cell click button after selecting the cell
A) Center
B) Split
61. In Spreadsheet which shortcut key is use to select the row of the selected cell.
A) Ctrl+Space Bar
B) Shift+Space Bar
C) Shift+ +
D) Ctrl+ +
A) Join Cells
B) Merge Cells
C) Join Table
D) Merge Table
63. In Calc which shortcut key is use to move to the left of a cell?
A) Alt + Tab
B) Tab
C) Alt
D) Shift + Tab
A) Cell
B) Table
C) Sheet
D) Book
65. In Calc which Symbol shows after a Formula Error?
A) $
B) @
C) \
D) #
A) 6
B) 10
C) 12
D) 15
A) Ctrl + Alt + V
B) Ctrl + Shift + V
D) None of these
A) Ctrl + Shift + V
B) Ctrl + V
C) Alt + V
D) None of these
69. Which shortcut key is used to move to the last of the document?
A) Shift + End
B) Alt + End
C) Ctrl + End
D) End
70. Where does the page number appear in the status bar?
A) Right Side
B) Left Side
C) In Middle
D) None of these
B) Shift + F12
C) Ctrl + F12
D) Shift + F11
A) Standard Toolbar
B) Menu Bar
C) Formatting Bar
A) .odt
B) .ott
C) .otp
D) .opt
74. How many scrollbars will appear when we Zoom the document to 200%?
A) 1
B) 2
C) 3
D) 4
A) Portrait
B) Landscape
C) Legal
D) A4
A) Date
B) Time
C) Page number
A) Authentication
B) Integrity
C) Non-Repudiation
A) Document
B) Untitled
C) Doc
D) None of these
79. Which shortcut key is used to break the Line in LibreOffice Writer?
A) Shift + Enter
B) Ctrl + Enter
C) Alt + Enter
D) None of these
A) Sentence Case
C) Toggle Case
D) Cycle Case
81. What is used for the Line above the Text?
A) Top Line
B) Underline
C) Overline
D) Upper Line
B) Ctrl + F11
C) Ctrl + F12
A) Transfer to Libreoffice
B) Donate to Libreoffice
C) Help to Libreoffice
D) Give to Libreoffice
84. Which of the following shortcut key is used to save a file with a different name?
A) Save
B) Ctrl + S
C) Ctrl + Shift + S
D) Save All
85. Which shortcut key is used to increase the font size in Office?
A) Ctrl + <
B) Ctrl + [
C) Ctrl + ]
D) Ctrl + >
A) Ctrl + T
B) Ctrl + Q
C) Ctrl + W
D) None of these
A) File
B) View
C) Edit
D) Tools
88. Which of the following appears blurred behind the Text in a Document?
A) Image
B) Front land
C) Water mark
D) Background
89. What is the shortcut key for jump to the last Edited Slide in LibreOffice Impress?
A) Ctrl + J
B) Ctrl + Shift + F5
C) Ctrl + E
D) Ctrl + Shift + T
A) File
B) View
C) Edit
D) Insert
A) File
B) Format
C) Editor
D) Tools
92. Which one of the following options is not available in the print dialog box?
A) Copy
B) Save
C) Page Number
D) Paper Size
A) Insert
B) Design
C) Edit
D) Format
94. What is the shortcut key to close the current window in LibreOffice?
A) Ctrl + T
B) Ctrl + W
C) Ctrl + Q
D) None of these
A) .ods
B) .odb
C) .odf
D) None
A) 120
B) 115
C) 125
D) 100
A) Alt + 1
B) Ctrl + 1
C) Alt + 2
D) Ctrl + 2
A) Ctrl + C
B) Tab
C) Shift + A
D) Ctrl + Enter
100. Which of the following shortcut key is used to directly upload a document to Google Drive?
A) Ctrl + U
B) Shift + U
C) Ctrl + L
D) Shift + L
A) Format
B) File
C) Insert
D) Edit
102. Which shortcut key is used to go to the beginning of the Line in LibreOffice Writer?
A) Ctrl + Home
B) Home
C) Shift + Home
D) Alt + Home
A) Go to Text
B) Go to Page
C) Go to Line
D) Go to Heading
A) In the Taskbar
B) In the scrollbar
C) In the Title Bar
A) F8
B) F6
C) F12
D) F10
A) File
B) View
C) Tools
D) Windows
107. In which menu the cut, copy and paste commands are?
A) File Menu
B) View Menu
C) Edit Menu
A) Ctrl + Shift + R
B) Ctrl + R
C) Window + L + R
D) Alt + Shift + C
A) Ctrl + P
B) Ctrl + Shift + P
C) Shift + P
D) Ctrl + Shift + B
A) View
B) Insert
C) Format
D) Style
111. Put the following in order- Status bar, Title bar, Standard bar.
A) Left
B) Right
C) Center
D) Top
A) 4
B) 6
C) 8
D) 10
114. What is the shortcut key for Past Unformatted Text in LibreOffice?
B) Ctrl + Shift + V
C) Ctrl + V
D) None of these
A) Ctrl + D
B) Ctrl + L
C) Ctrl + Shift + D
D) None of these
116. What is the maximum number of views you can add to a Slide?
A) 2
B) 4
C) 6
D) 10
117. Which shortcut key in LibreOffice Impress is used for Paste Unformatted Text?
B) Ctrl + Shift + V
C) Ctrl + Alt + V
D) None of these
A) Letter
C) Over head
D) A type of slide
119. In LibreOffice Impress the shortcut key for print preview of a presentation is?
A) Ctrl + P
B) Ctrl + Shift + P
D) None of these
A) BMP
B) PDF
C) GIF
D) All
A) Presentation 1
B) Untitled 1
C) Untitle
D) Document1
A) 5%
B) 10%
C) 15%
D) 20%
123. The slide sorter option available in which menu of LibreOffice Impress?
A) Insert
B) View
C) Format
D) Slide show
A) Fade
B) Dissolve
C) Fly in
D) Diagonal
A) Slide sorter
B) Print preview
C) Handouts
D) None of these
126. In LibreOffice Impress which shortcut key is used for duplicate slide?
A) Ctrl + S
B) Ctrl + D
C) Ctrl + Shift + D
D) None of these
127. Which shortcut key is used to add a new slide in Libreoffice Impress?
A) Ctrl + N
B) Ctrl + M
C) Ctrl + S
D) Ctrl + T
128. The default template in LibreOffice Impress Presentation is?
A) Image
B) Content only
D) Title only
129. In LibreOffice Impress which shortcut key is used to repeat the slide show continuously?
A) Loop
B) Repeat
C) Move
D) None
A) Slide Pan
C) Both A and B
D) None of these
A) Ctrl + Page up
B) Ctrl + home
A) Normal view
B) Outline view
C) Notes view
133. In LibreOffice Impress which option is used to remove the slide transition?
A) None Transition
B) Split Transition
C) Wipe Transition
D) Push Transition
134. In LibreOffice Impress the maximum number of hand outs in a slide is?
A) 3
B) 4
C) 6
D) 9
135. Which shortcut key is used to perform a slide show in LibreOffice Impress?
A) Alt + F5
B) Ctrl + F5
C) Shift + F5
D) F5
A) Portrait
B) Vertical
C) Landscape
D) Horizontal
A) First slide
B) Last slide
C) Master slide
D) None of these
A) Page down
B) Page up
C) Enter
D) Home
139. How can we go directly to the menu while the slide is running?
C) By mouse click
D) All of the above
D) None of these
A) Alt + F5
B) Ctrl + F5
C) Ctrl + Shift + F5
D) None of these
142. Which type of sound file from the following can be added to LibreOffice Impress?
A) .dat
B) .log
C) .wav
D) .drv
A) Tools menu
B) Insert menu
C) View menu
D) Slide menu
144. In LibreOffice Impress which shortcut key is used to go to the first slide of the presentation?
A) Ctrl + Home
B) Home
C) Shift + Home
D) Both A and B
C) Sorter view
D) None of these
146. Which of the following option is used to set the time for each object in a slide?
A) Right Align
B) Left Align
C) Center Align
D) None of these
148. Which menu has the option of master slide in LibreOffice Impress?
A) Format
B) Slide show
C) View
D) Slide
149. In LibreOffice Impress the slide transition option available in which menu?
A) View
B) Slide
C) Insert
D) Both A and B
A) GIF
B) HTML
C) JPEG
D) WAV
A) Main Slide
B) Home Slide
C) Title Slide
D) None of these
A) Right Alignment
B) Central Alignment
C) Left Alignment
D) Justification
A) Slide Timer
B) Rehearsal
C) Slide Tool
A) True
B) False
155. The first slide of a presentation in LibreOffice Impress is called Master Slide?
A) True
B) False
A) True
B) False
157. When we insert a new slide, it insets according to its previous slide layout?
A) True
B) False
A) True
B) False
A) True
B) False
160. If you add a graphic in a Master Slide it will appear on every slide of your presentation?
A) True
B) False
Ans. c. Impress
163. is a free, open source and widely used by large community to create presentation.
a. Microsoft PowerPoint
b. Impress
c. Both of the above
d. None of the above
Ans. b. Impress
164. Which of the following is not the component of LibreOffice?
a. Impress
b. Calc
c. Writer
d. Internet Explorer
Ans. d. Internet Explorer
165. The presentation created in LibreOffice Impress can be opened in MS PowerPoint.(T/F)
a. True
b. False
Ans. a. True
166. LibreOffice Impress runs on operating system.
a. Windows
b. Linux
c. Mac
d. All of the above
Ans. d. All of the above
167. is/are an online presentation software.
a. MS-Office 365 PowerPoint
b. Google Presentation
c. Microsoft SkyDrive PowerPoint
d. All of the above
Ans. d. All of the above
168. A good presentation is one which
a. can convey the message clearly to the audience
b. has 5 – 8 lines in one slide.
c. has good color combination.
d. All of the above
Ans. d. All of the above
169. Font size used in presentation depends on
a. Size of the room where we have to play the presentation
b. Distance between the audience and the screen.
c. Both of the above
d. None of the above
Ans. c. Both of the above
170. Characteristics of a good quality presentation is/are
a. The grammar and language should be correct in your presentation
b. Avoid inserting more than two graphics (images, drawings, tables or charts) in any slide.
c. Pay attention to target group
d. All of the above
Ans. d. All of the above
a. Status bar
b. Menu bar
c. Title bar
d. None of the above
Ans. c. Title bar
174. Which of the following bar shows Minimize, Maximize/ Restore and Close buttons.
a. Blue bar
b. Title bar
c. Standard Toolbar
d. None of the above
Ans. b. Title bar
175. Extension of file in Impress is
a. .odf
b. .odn
c. .odp
d. .opd
Ans. c. .odp
176. Which menu contains functions for copying, cutting and pasting text segments.
a. File
b. View
c. Insert
d. Edit
Ans. d. Edit
177. menu is used to insert various objects like tables, shapes, textbox, and charts into
a presentation.
a. File
b. Edit
c. Insert
d. View
Ans. c. Insert
178. menu is used to insert new slide, duplicate slide or delete slide.
a. Slide
b. Slide Show
c. Insert
d. View
Ans. a. Slide
179. Which of the following menu is used to control spelling of text in a presentation?
a. Slide
b. View
c. Insert
d. Tools
Ans. d. Tools
180. menu is used for saving a file, opening an existing file, creating a new file etc.
a. File
b. Edit
c. View
d. Tools
Ans. a. File
181. bar displays information about the active presentation, the current position of the cursor
and also contain zoom slider.
a. Status
b. Zoom
c. Menu
d. None of the above
Ans. a. Status
182. toolbar, helps to make various artistic works in the presentation.
a. Insert
b. View
c. Slide
d. Drawing
Ans. d. Drawing
183. Shortcut to close the Impress application is
a. Alt+F4
b. Ctrl+Q
c. Both of the above
d. None of the above
Ans. c. Both of the above
184. In LibreOffice Impress, shortcut is used to open new presentation.
a. Ctrl + O
b. Ctrl + N
c. Ctrl + P
d. Ctrl + S
Ans. b. Ctrl + N
185. Which menu has the option to open a new presentation?
a. File
b. Edit
c. Slide
d. Slideshow
Ans. a. File
186. We can select a slide layout by clicking on
a. Slide → Slide Layout
b. Slideshow → Slide Layout
c. Insert→ Slide Layout
d. Edit → Slide Layout
Ans. a. Slide → Slide Layout
187. Shortcut to save presentation is
a. Ctrl + P
b. Ctrl + S
c. Alt + S
d. Ctrl + R
Ans. b. Ctrl + S
188. Which toolbar has icon to save the presentation?
a. Formatting
b. Standard
c. Status
d. None of the above
Ans. b. Standard
189. To save the presentation with a different name select
a. File→ Save As
b. File→ Save
c. Both of the above
d. None of the above
Ans. a. File→ Save As
190. Shortcut for Save As is
a. Shift+Ctrl+S
b. Alt+Ctrl+S
c. Shift+Alt+S
d. None of the above
Ans. a. Shift+Ctrl+S
191. Which of the following method is used to run slide show in LibreOffice Impress is/are
a. Click Slide Show→Start from First Slide
b. Click the Slide Show icon on the Presentation toolbar
c. Press F5
d. All of the above
Ans. d. All of the above
192. During slide show, we can move to the next slide by
a. Clicking the mouse button
b. Pressing right arrow keys on the keyboard.
c. Press the Spacebar key on the keyboard
d. All of the above
Ans. d. All of the above
193. Just after the last slide of presentation, you will get a message
a. Click anywhere to exit presentation.
b. Click to exit presentation.
c. Press any key to exit presentation.
d. None of the above
Ans. b. Click to exit presentation.
194. To exit the slide show at any time, just press the key
a. Escape
b. Enter
c. Space
d. None of the above
Ans. a. Escape
195. To publish the presentation on the web save it in format.
a. PDF
b. PNG
c. HTML
d. None of the above
Ans. c. HTML
196. To save the presentation in html format
a. Click on File → Export
b. Click on File → Save As
c. Click on View → Export
d. None of the above
Ans. a. Click on File → Export
197. PDF stands for
a. Portable Document Frame
b. Print Document Format
c. Portable Document Format
d. Portable Document Form
Ans. c. Portable Document Format
198. Keyboard shortcut to close the presentation is
a. Ctrl + C
b. Ctrl + E
c. Ctrl + Q
d. Ctrl + W
Ans. d. Ctrl + W
199. Keyboard shortcut to open File menu is
a. Ctrl + F
b. Alt + F
c. Ctrl + M
d. Ctrl + E
Ans. b. Alt + F
200. Keyboard shortcut to open an existing presentation is
a. Alt + O
b. Ctrl + O
c. Alt + N
d. Ctrl + N
Ans. b. Ctrl + O
201. Keyboard Shortcut to open Help in LibreOffice Impress is
a. F1 Key
b. F2 Key
c. Ctrl + H
d. None of the above
Ans. a. F1 Key
202. New slide can be inserted in Impress by
a. Delete
b. Backspace
c. Both of the above
d. None of the above
Ans. c. Both of the above
209. button deletes the character on the left of the cursor.
a. Backspace
b. Delete
c. Home
d. End
Ans. a. Backspace
210. Pressing delete key or backspace keys deletes one at a time
a. Word
b. Line
c. Paragraph
d. Character
Ans. d. Character
211. Slide Layout option is available in menu.
a. Slide show
b. Slide
c. View
d. Insert
Ans. b. Slide
212. Duplicate slide can be inserted by
a. Selecting Slide → Duplicate Slide
b. Right-click on the slide and select Duplicate Slide from the context menu
c. Both of the above
d. None of the above
Ans. c. Both of the above
213. Sometimes we may delete some text or image by mistake. To revert this mistake, there is an option
called
a. Undo
b. Redo
c. Reverse
d. None of the above
Ans. a. Undo
214. Undo and Redo options are available in toolbar.
a. Formatting
b. Standard
c. Drawing
d. None of the above
Ans. b. Standard
215. Keyboard Shortcut for Undo is
a. Ctrl + Y
b. Ctrl + R
c. Ctrl + Z
d. Ctrl + U
Ans. c. Ctrl + Z
a. Ctrl + Z
b. Ctrl + R
c. Ctrl + Y
d. Ctrl + M
Ans. c. Ctrl + Y
217. If you want to rollback your undo command, you can use .
a. Edit —> Redo
b. Ctrl + Y
c. Both of the above
d. None of the above
Ans. c. Both of the above
218. Zoom slider on the Status bar has marked sections.
a. 1
b. 2
c. 3
d. 4
Ans. b. 2
219. Which of the following view is not available in LibreOffice Impress?
a. Normal
b. Outline
c. Notes
d. Slide Notes
a. Left
b. Right
c. Central
d. Justified
Ans. c. Central
225. To make the text bold
a. Press Ctrl + B
b. Select Format —>Text —> Bold
c. Both of the above
d. None of the above
Ans. c. Both of the above
226. Keyboard Shortcut of Increase Font Size is
a. Ctrl + >
b. Ctrl + ]
c. Ctrl + [
d. Ctrl + <
Ans. b. Ctrl + ]
227. Decrease Font Size icon shows arrow.
a. Upward
b. Downward
c. Left
d. Right
Ans. b. Downward
228. Which of the following option help us to write the formula of water.
a. Superscript
b. Subscript
c. Font Style
d. None of the above
Ans. b. Subscript
229. Keyboard Shortcut of Superscript is
a. Ctrl + Shift + P
b. Ctrl + Shift + S
c. Shift + P
d. Ctrl + P
Ans. a. Ctrl + Shift + P
230. Which of the following option raises the selected text above baseline?
a. Superscript
b. Subscript
c. Both of the above
d. None of the above
Ans. a. Superscript
231. A bulleted list is called
a. Ordered List
b. Unordered List
c. Nested List
d. None of the above
Ans. b. Unordered List
232. When we have to write the steps of doing a task , we preferred
a. Bulleted or Unordered List
b. Numbered or Ordered List
c. Both of the above
d. None of the above
Ans. b. Numbered or Ordered List
233. Insertion point or cursor can be moved to next column in table by
a. Pressing Tab key from Keyboard
b. Pressing Right arrow key
c. Both of the above
d. None of the above
Ans. c. Both of the above
234. In LibreOffice Impress, to select a cell within a table, position the mouse cursor along its left edge,
and when the cursor changes to a sloped white arrow, press mouse button.
a. Left
b. Left and Right together
c. Both of the above
d. None of the above
Ans. a. Left
235. We can not adjust the row height or column width in LibreOffice Impress.(T/F)
a. True
b. False
Ans. b. False
236. Which of the following is not the vertical alignment of text?
a. Top align
b. Bottom align
c. Left align
d. None of the above
a. Font
b. Font Effects
c. Font Color
d. None of the above
Ans. c. Font Color
239. Keyboard Shortcut to insert text box in Impress is
a. F1
b. F2
c. F3
d. F4
Ans. b. F2
240. We can insert a new column side of selected cell.
a. only left
b. only right
c. Either left or right
d. None of the above
Ans. c. Either left or right
241. In LibreOffice Impress Images can be inserted from
a. Gallery
b. local hard disk of Computer
c. Both of the above
d. None of the above
Ans. c. Both of the above
242. Insert image dialog box can be opened by clicking
a. Insert → Image
b. View → Image
c. Format → Image
d. None of the above
Ans. a. Insert → Image
243. To insert an image from the gallery:
268. List the types of data that can be entered in the calc.
Ans: Data that can be entered in a calc can be of following types:
Text
Numbers
Formula
269. Mention the keyboard keys to perform the following in OpenOffice Calc.
(a) Go to the next column
Ans: Tab
(b) To display a series of values such as Monday, Tuesday and so on. In a selected range of cells.
Ans: Autofill
In calc workbook is a file that contains many worksheets, that you can use to organize various kinds of
related information. By default, workbook contains three worksheets namely ‗sheet 1‘, ‗sheet 2‘, and
‗sheet 3‘.
Worksheet:
In calc worksheet is a single spreadsheet that contains cell, rows and columns. A worksheet begins with
row number ‗1‘ and column A. Each cell can contain a number, text or formula.
273: Which cell format Calc should be used to display the numbers as shown below?
(a) 4.5E + 01
Ans: Scientific
(b) $50
Ans: Currency
274: Observe the following Calc worksheet and answer the questions:
A B C D
23 Neha 00-1 95 86
24 Aman 00-2 97 90
25 Shikha 00-3 94 77
26 Neetu 00-4 87 80
27 Gaurav 00-5 90 82
28 Ankush 00-6 77 85
(a) Cell address of Aman.
Answer: A24
(b) Which cell format should be used for Stu-Id?
Answer: Text
(c) Which function should be used to find the total marks of Neha in Exam 1 and Exam 2?
Answer: Sum() function
(d) Specify the cell range of the selected area.
Answer: A26:C26
275. What's the maximum number of rows and cells for a spreadsheet file?
Cell protection is active for all cells by default. If only certain cells are to be protected, this setting must
be turned off.
To exclude cells from the protection:
Right-click the sheet tab you wish to rename and select Rename Sheet from the popup menu,
or
Select Format → Sheet → Rename from the main menu, or
Double-click the sheet to rename it (OOo 3.1 and higher)
You can move a sheet to a different position, click and hold the sheet tab at the bottom of the screen
with the mouse and drag it to its new position.
You can also move sheets (even across different documents) using the menu:
1. Right-click the sheet you want to move and select Move/Copy Sheet... from the pop-up
menu, or
select Edit → Sheet → Move/Copy from the main menu.
2. Specify the new position of the sheet in the dialog.
You can even move the sheet to a different document that is opened in Calc.
3. Click OK .
279. How can I see the row and column captions as I scroll through a sheet that is larger than my display?
1. Click on the cell just below and to the right of the row and column that will contain your
caption.
2. Select Window → Freeze from the main menu.
If you have either row captions or column labels, you can create a cross freezing by clicking on the
uppermost left side cell that does not contain a caption. For example, in a sheet with single row and column
captions, choose the B2 cell. The position of all cells above and to the left of the cell where the Freeze was
activated will be frozen.
Mode 2 (with multiple row or column captions): Split the sheet.
1. Click on the cell just below and to the right of the row and column that you want to contain
your caption.
2. Select Window → Split from the main menu.
The sheet window will be split. The result is different from Mode 1 because you can scroll all sections of
the split window, showing the caption according to your needs.
There is another (almost hidden) way to split a sheet window:
At the top of the right scroll bar and at the right of the bottom one, you can see little black lines. When
the mouse is over one of these zones, the mouse pointer changes into a dragging icon.
1. When this icon shows, click and hold down the left mouse button to display a borderline in
the grid of cells.
2. With the mouse, drag the line on the grid to the row or column that will contain your
caption.
3. Release the mousebutton. The sheet will be split at this border.
Digital Marketing refers to the marketing of products and services of a company or business through digital
channels such as search engines, websites, email, social media, mobile apps, etc. It involves the use of
electronic devices and the internet
Digital marketing mainly comprises Search Engine Optimization (SEO), Social Media Optimization (SMO),
and Search Engine Marketing (SEM). We can say that it can be divided into three parts SEO, SMO, and
SEM. However, Email Marketing and Affiliate Marketing have also become important components of digital
marketing over the past few years. So, in digital marketing, we mainly deal with the following components:
o SEO
o SMO
o SEM
o Email Marketing
o Affiliate Marketing
Characteristics of digital marketing
1. Two Way
Unlike traditional marketing, digital marketing uses a unidirectional message encouraging the
customers to interact with the brand instantaneously. It is a great way to involve the audience in your
promotion and advertising process rather than them being a mere recipient. Social users interested in the
product form a network of interactions, spreading the word wider and developing a platform of queries and
clarification in the form of comments. The new digital marketing era has made it simpler for a brand to
advertise multiple products in a single ad through ‗People also bought‘ and for customers to save them in
their ‗wishlist‘ and revisit later.
2. Measurable: One important characteristic of a digital marketing campaign is measurability. The word
digital in itself has ‘digit.’ So whether you are putting up a social media ad or inviting clients to an offline
event to play around with the installation, you should be able to collect the reach of these ads and
responses numerically. The collection of this data is more straightforward in digital marketing and acts
as an asset for future marketing purposes. It helps to know which audience you can narrow how, how
effective your copy was and which strategy worked well or failed in the past.
3. Targeted
Every digital or online marketing strategy is targeted, meaning it focuses on a specific audience group.
The data collected helps the marketers to target specific key demographics. For instance, a vegan cosmetics
brand would target a female audience between the ages of 16 to 45, previously known to search for vegan
brands and a particular region if the company only delivers in certain areas. It also helps gain numerical of
the number of times the ad is viewed and determine the strategy that works well. The aim should be to
deliver a meaningful message and enhance user and brand engagement.
4. Personalization
When your digital marketing copy is measurable, you can also track your customer‘s shopping habits,
frequently viewed products, and preferences. It helps you personalize product suggestions for each
customer and recommend related goods or services. You can also send a user personalized, one- time-
use discount vouchers based on their ‗Watch list‘ or ‗wishlist‘, which they cannot share with another. The
internet enables you to match the customers‘ requirements, making digital marketing budget-friendly and
user-friendly.
5. Remarketing
Another significant characteristic and digital marketing tactic is Remarketing. It stems from previous
marketing advertisements wherein the company shows ads specifically to those who have visited
their page earlier or showed interest. It is mainly used for services or products for which the customer
frequently visits the website. Remarketing could be of three types: Audience based, behavioural and
contextual. For instance, you might have noticed that you see advertisements from merchants whose
products you‘ve seen but not bought. It is a great feature to increase brand awareness and traffic drive
directing them to the target landing page of your website. Now that you know what to show whom, you
could add richer product information and details in the form of frequently answered questions and
descriptions.
6. Multi-channel:
A digital marketing strategy needs to be used on multi-channels. Not all of the audience uses all of the
platforms, or maybe they act selectively active on some. The goal is to reach the prospective buyer
through various modes of online communication. The communication method should be easier and
simpler to navigate through. For instance, would your audience want to complete product checkout through
a reminder on Instagram or a personalized checkout link sent through email? It engages the prospect with
the brand on an ongoing basis and cuts down printing and posting costs. The goal is to make the content
accessible and easy to respond to.
Tip: Rather than spending time on all channels, learn the ones that benefit you the most and utilize your
time on the chosen one or two platforms to build an engaging empire.
7. Adaptability
Digital marketing demands flexibility and adaptability to the changing technological, customer,
and media requirements. The campaign is supposed to adapt to the evolving situations of the target
audience. Being a digital marketer could be pretty challenging, although it calls for creative minds to track
and match the buyer signals and create an adaptable call-to-action message. Companies need to be flexible
as new trends come and go quickly in the fast-changing environment.
Tip: Considering the changing industry needs does not mean you need to forget the true brand ethnicity,
which must be maintained while matching the market trend.
8. Integration:
It realizes the perfect integration between the front desk and to the back office. This integration is the basis
for quickly responding to the personalized needs of consumers. It can be achieved from the product
information to collections and after-sales service in one go, so it is also a full-range marketing channel. On
the other side, enterprises can use the Internet to carrying out unified design planning and coordinated
implementations of different communication and marketing activities, to avoid the negative effects caused
by the inconsistency of different communication.
The Internet can tell us detailed specifications, technical indicators, warranty information, usage methods,
etc. of current products, and even answers to the common questions. Users can easily find out products,
prices, brands, etc. via the Internet.
Digital marketing won‘t be limited by shelves and inventory and provides an enormous products display
and sales ballroom so that consumers provide almost unlimited choice space.
Publishing real information on the Internet has a limited cost, selling products directly to consumers, which
can shorten the distribution link, and anyone can get the published information independently and can
expand the scope of the sale, which can also save the promotional costs, Thereby reducing costs and
making products competitive in price will prove beneficial. Most customers who come to visit are highly
interested in such products. The audience is accurate, which avoids many useless information transfers and
can also save costs.
Digital marketing also has similarities and characteristics of multimedia, time and space, interactive,
anthropomorphic, advanced, efficient, and economical. Due to the use of specific attributes of digital
products, digital marketing has added many new characteristics and features based on transforming
traditional marketing techniques.
Facebook: As we all know, Facebook is one of the popular and top levels of the social network.
Facebook allows users to create their own profile on the site from that you can connect with your
friends and family, and the important point is that you can share and upload the photo and video
with your friend, family, and colleagues with just one click.
Twitter: This is another popular and powerful network. Twitter is a microblogging service that is
free for registered members. We can also say that Twitter Tweets are the most powerful in the
world. In Twitter, we can follow any registered twitter member to see their tweets using multiple
platforms.
Google Plus: Google plus is also one of the famous networks which Google manages. To Join with
Google plus, first of all, we need an account on Google. When you first sign up, some groups,
including Friends and colleagues, have been set up by Google. You can add your own as well. In
this, you can share images and links with your friends and relatives.
LinkedIn: This one is famous for business purposes. This LinkedIn network is specifically designed
for business uses. The purpose of the site is to allow registered members to set up and document
network-aware from trusted networks of people.
Instagram: According to the search, about 850 mill users are active, with that 1.8 billion like have
been given to post. There are also a lot of influencers with a lot of supporters on the site. And you
can also become an important brand with the correct strategy. To keep applicable to the present
supporters, you must post the correct kind of data and also add fresh ones.
There are some powerful tips from you that can make more visitors to your platform.
Yoast SEO: If you use WordPress, then Yoast SEO is the best plugin you can use. Yoast SEO is
used to optimize the content, metatags, keyword density, SEO title, etc.
Google Analytics: Google Analytics is a website analyzer tool. The organization uses this tool to
analyze its website. It gives overviews of the traffic for the website. Google Analytics gives
information about the website like the number of users visiting the site, how much time they spent,
which page of the site the user visits, etc. It discovers and fixes any technical issues using the search
console.
Keywordtool.IO: Keywordtoll.IO is a keyword analyzer tool. This tool is used to get an idea about
the keyword mostly used by the users for any web browser. It gives the keywords search volume
over the web like Google, Amazon, youtube, bing, play store, Instagram, Twitter, and eBay.
Ahrefs’ Backlink checker: The organization uses this tool to get backlinks for their web pages. It
also shows DR, i.e. Domain Rating, and UR, i.e. URL rating.
3. Affiliate Marketing
Affiliate marketing has become one of the oldest ways of digital marketing tools where you refer somebody
to an online product. If that person buys that product, you will get a commission based on that
recommendation. The advertisements in affiliate programs are connected to websites of companies and are
referred to as affiliate links. Affiliates usually have to apply for affiliate programs, while most affiliate
programs have no price to join. Affiliates decide which banners or advertisements they will place on their
websites within their affiliate programs. They will also agree to membership programs with the highest
Commission structure for merchants, although the structure is not usually considered very paying or
beneficial.
4. PPC
PPC means Pay Per Click. In this model of marketing, the owner pays money as per click. The most
important PPC ad format appears on the search results pages of search engines like Google or Bing. Most,
but not all, PPC ads appear in the search results. There are three major types of marketing ads PPC.
Text Ads: Text Ads mean written content by the owner of the site. Format and character depend
on the PPC platform on which you are working. Text advertisements are most frequently initiated
through the Search Network when consumers search within your PPC campaign on Google or Bing
for a keyword.
Display Ads: this type of ad is in the form of an image or GIF. PPC platforms offering display
advertising often have size, and advertisers need to comply with content requirements when creating
their visual creative.
Shopping Ads: Typically, a shopping advertisement is provided after a search engine or shopping
engine submits a query. Typically shopping advertisements contain a picture of the item, its price,
and any here specifications such as size, color, dimensions, etc.
5. Landing Page Tools
Lead-pages: This Leadpages tool will help to make a user-friendly landing page. It will Offer lead
magnets and collect email addresses and integrate your email automation software with your pages.
Click-Funnels: You don‘t need a hosting platform, a domain name, a high-end theme, a coding
developer, email automation software or any other technical expertise to make a shopping funnel.
Click-Funnels create the levels of Landing pages to collect the Email address; Product sells and many
more.
Optimize-Press: This Optimize-press was designed to produce comparable look and feel pages for
your WordPress website. You can edit your landing pages in real-time with loads of templates and
customizable components to get your content up quickly.
6. Email Automation Tools
Active-Campaign: Active-Campaign is an all-in-one packet platform for your CRM software for
email marketing, marketing automation, and sales. It allows you to communicate with welcome
posts, trigger campaigns, follow-up sales, and more with your contacts. In addition, you can ensure
that you never miss a chance with a prospective lead with multiple data-driven automation.
Hatch-buck: Hatchback automates the communication of lead generation and customers. Its CRM
is intended specifically for small companies to allow you to see their activity in real-time and trigger
hot leads when they are prepared to purchase.
HubSpot Sales: HubSpot Sales gives you the opportunity to see who opens your messages and
when. It also pulls up the professional background, business data, and recent tweets of the contact
and even allows you to schedule messages to be sent later.
Omniscient: This is the bonus tool for marketing for E-commerce. You can reach your clients by
email, SMS, Web Push or Facebook Messenger, depending on their behavior.
7. Visual Design Tools
Canva: It will help you to design a beautiful image with the help of the Drag and drop option.
Choose one of their countless different templates, or choose a pre-sized blank design for your chosen
platform. Even the branding section can be customized, so you always have your choice of colors,
fonts, and logos on your platform.
Animoto: From this, you can create a professional video, GIF, Custom Text Visual effect, and many
more things that you make from this Animoto.
Design Wizard: Design Wizard is outstanding graphic design software that helps you modify
pictures and videos of high quality within seconds. This tool is best suited for advertisers of social
media, company owners and party planners! The tool‘s standard features include a custom color
palette, a free font library, and resize functionality.
FreePik: FreePik has a collection of images, and it is free for everyone. Be aware that Freepik‘s
resources have their own copyright (Freepik), so you will not be able to register an image containing
any of our resources. This will give you millions of pictures, icons, photos, and many
more. You can find the ideal stock photo for your blog or your Company logo icon without worrying
about the authorship.
8. Content Curation Tool
Feedly: Feedly picks up all of your favorite blogs in one location so you can quickly scroll through
them. It even says how many shares an article has, helps you to explore the most famous stocks for
social media sharing.
Buffer: Buffer is the quick way to share anything you read. Simply download the chrome extension
or application, and there are links to the device, and the social media platform of your choice will
automatically add your post.
Snip.ly: Snip.ly will create a call-to-action for each shared blog post and social media post. With
topics, colors, logos, and more, you can personalize your connections, making it a wonderful way to
boost conversions.
1. Social Publishing
Social publishing allows us to publish information in the content form(written text and videos).
Social Networking helps us to stay connected with our friends, business partners, relatives, and customers.
Photo-based social networking is used to share photos using social networking sites.
Social Media Marketing includes various social media platforms to reach new customers, promote their
business, create brand awareness, and increase sales.
Some most common social media platforms that we frequently used in social media marketing are given
below -
1. Facebook
Facebook is the best social media marketing platform, which is founded by Mark Zuckerberg on February
4, 2004. It allows us to invite and connect with our friends, relatives, colleagues, and customers by sending
them messages, images, audios, and videos. It also allows us to like and comment on the posts, which are
shared by them.
Most of the small as well as large organizations use Facebook as a "center" of their social media marketing.
Organizations use Facebook to promote their brand, create awareness about their product, and reach out
to a wider audience. Facebook also helps the audience to see our latest content, our
working hours, write their reviews on a particular product, and also see our organization's location on a
map.
There are the following advantages of using the Facebook platform for social media marketing -
2. Twitter
Twitter is one of the most effective, popular, and fast-paced social media marketing platform created
by Jack Dorsey, Noah Glass, Biz Stone, Evan Williams, and launched in July 2006. It is an SMS-
based communication platform, which allows registered users to read and write small messages
called "tweets." Using Twitter, marketers can easily reach hundreds and thousands of customers to share
the latest news and promote their brand. The main disadvantage of using twitter is that we can use only
use 280 characters for the message.
Instagram is maintained by Facebook. It is an effective tool to reach the audience and allows the marketer
to share images, memes, and videos to promote their business. According to a survey, 80% of accounts
follow a business on Instagram. It works flawlessly on mobile phones and tablets. Recently Instagram
introduces a new feature that is shared stories every day. This feature helps marketers to easily update
their customers about new products on a daily basis.
4. LinkedIn
No. of registered users - 562 million
LinkedIn is the best B2B (Business 2 Business) social media marketing platform, which was founded in
2002. It allows us to create profiles as a fresher or as a professional. It is a place that helps us to search
for jobs, stay connected with professionals, recruit new employees, and discuss business ideas with
experienced employees to promote our business. A company profile on LinkedIn not only helps us to
generate the local leads but also helps us to draw global leads.
There are the following reasons which make LinkedIn as a very effective platform for social media marketing
-
5. Pinterest
Pinterest is a combination of the two words "Pin" (Thumbtack) and "Interest" (Interesting). It is quite
different from all other social media marketing platforms. It is an image-pinning website introduced in 2009.
Currently, Pinterest becomes one of the largest visual social networks to share and discover ideas, images,
recipes, videos, new brands, infographics, and more.
There are the following reasons to use Pinterest for social media marketing -
6. YouTube
YouTube is an excellent free video-sharing platform for social media marketing. It was created
in 2005. YouTube helps us to create and upload our videos on the valuable content and deliver it to the
audience in the form of tutorials. YouTube is like a platform where we can show our talent to attract the
audience. In YouTube, content mainly available in the form of Podcasts, Infographics, Presentations, and
video series.
o YouTube is the 2nd largest search engine and the 3rd most visited website.
o It is the best and easiest way to learn new technologies.
o It helps us to promote and sell our products worldwide.
o It is completely free to use and helps to acquire qualified traffic.
o It will expose you to connect with a huge audience.
Note: YouTube is a mixture of both social media marketing and content marketing.
7. Snapchat
Snapchat is a great platform for adults. It is free to download. It allows us to create a new type of social
media on a network. Snapchat mobile app is used to share photos, videos, and doubles as messaging
services for users. It is most known due to the fact that messages and content disappear on it. Users can
either send the content directly to another user or upload this content as their "story," which is viewable to
users till the next 24 hours.
There are the following reasons to use Snapchat in social media marketing -
o It allows us to share and collect snaps from specific events to create stories on the social media
platform.
o It is used to add a filter on photos to make them more attractive.
o It allows customers to interact with other experienced customers to know about the pros and cons
of a product.
o Using Snapchat, customers can directly communicate with companies.
o It is a user-friendly platform for newcomers.
8. Google+
No. of registered users - 2 billion
Google+ was a powerful social media marketing tool, which was developed by Google. It helped us to
improve our local search visibility, build relationships with customers, and other businesses.
There are the following advantages of using Google+ in social media marketing -
9. Starbucks
Starbucks is one of the engaging brands on Facebook. The main objective of introducing Starbucks is that
it helps to build an online community of loyal fans and engage with them.
Recently, Starbucks introduced a strategy to launch new variants of its existing products based on
consumer's suggestions on their Facebook page, so customers not only enjoy the clicks-ins, photographs
put by marketers but can also enjoy live audiences on Facebook.
10. TikTok
TikTok is one of the best social media marketing platforms launched in 2018. It is a popular video
streaming and sharing app which allows us to create and share a 15-second video on a particular topic.
There are the following reasons to use TikTok for social media marketing -
Social media plays a critical role in assisting individuals. There are numerous communities dedicated
to social work on social media, and people can join these communities and talk about their problems
with them.
People in the communities can assist them and provide them with the best possible counsel and
financial assistance.
Other types of government-sponsored communities undertake social work, assist individuals, and resolve
societal concerns.
Most people use social media to help others and do charitable work. By doing so, they may assist
people in solving difficulties and making their lives comfortable and happier.
Social media is beneficial for promotion and advertising. Because the entire world is connected
and uses social media, people may share their business products and services with the whole
world.
Both online and non-online businesses require promotions and advertisements to promote their products
and services to the general public.
You can freely promote your product with individuals in groups on social media, or you can pay to
have paid adverts appear. Others can use social media to promote their products and reach out to
people interested in what they have to offer.
The true beauty and best advantage of social media are that it allows people to connect. With the
help of social media, you may connect with the people you desire from anywhere in the world. Social
networking platforms give you the ability to communicate with individuals all over the world.
You may make friends from anywhere or follow someone on social media. Others might also use
social media to follow and contact you.
Social networking is the most refined platform for exchanging ideas with individuals who share
your interests.
Most users use social media platforms such as Facebook, Instagram, and WhatsApp to quickly communicate
with their friends, coworkers, and family members.
Social media is also a great place to receive the most up-to-date information and news.
People used to wait for daily newspapers to acquire the latest news and updates from worldwide
before using social media.
People no longer have to wait for a daily newspaper or a television newscast. They may simply obtain
the most up-to-date information and updates on current events worldwide by going on social
media.
Social media is beneficial to education. You can learn from others on social media, and it delivers the
best learning chances ever.
There are many professors and lecturers on social media that can assist you. People can follow them
and contact them, and they can receive assistance in their profession without h aving to pay them.
Students primarily used social media to communicate with their friends and classmates and debate
educational matters with one another.
70% of students use social media to discuss school tests and assignments with their friends and
peers.
The most significant way to drive traffic to your website is to use social media.
It lets you publish on your timeline, bio, or in a group with a link to your websites, directing visitors
to them. To generate visitors to their websites, most internet businesses and bloggers use social
networking.
Visitors to your websites can read about your products and services and learn more about them.
You can increase the amount of relevant, organic visitors to your website. With a connection to your
website, you may create adverts and market your business to a big audience.
7. Social Media Assists in the Formation of People’s Communities
Social media plays a critical role in the formation of communities. The majority of people use
social media to create groups of people who share common interests.
People also form communities based on shared interests, religions, and beliefs. You can talk about anything
relevant to your interest with other individuals in the community and groups who share your interests.
You can completely participate in talks with them. You can discover a lot more about your interests,
beliefs, and religions this way.
One of the best and most valuable advantages of social media is swiftly reaching a large audience.
Social networking allows you to promote your brand to a broad audience swiftly and simply.
There are millions of people who are interested in your business and goods who use social media.
With the help of social media, you may contact them.
On social media, you have the option of creating social media adverts to promote your business and
product to a broader audience.
You can target your audience in a specific place and radius on social media, and this greatly aids
in attracting customers to your retail or online establishment.
It may be a reliable means for the government to communicate with the public and a communication
and entertainment medium.
The use of social media reduces the amount of money spent by the government on crime -fighting.
By using social media, companies can quickly monitor what people are doing.
Because the general population widely uses social media platforms, the government can use them to
raise public awareness.
As a result, spreading public awareness through social media becomes quite simple for the government.
10. Entertainment with Social Media
Social media is a new form of entertainment, and the majority of people use social media to pass
the time.
Humans are social beings. They desire to communicate with other individuals and initiate
conversations about various topics with people from different regions.
People often spend 40 to 60 minutes on various social media networks. They can exchange
images, comments, posts, videos, and other media with others.
They can also watch other people‘s photos, remarks, and videos for pleasure. They are pleased
and content with the likes and comments on her social media post.
According to research, 88 percent of individuals consider social media platforms such as Facebook,
Twitter, and Instagram a new kind of entertainment.
1. Cyberbullying
One of the worst aspects of social media is cyberbullying, which is one of the top disadvantages of
social media.
Bullying that takes place on social media platforms is known as cyberbullying. The majority of
people use false social media accounts to tease others.
They are untraceable and can do anything they want. They bully others by sending them
derogatory photographs and videos, as well as mocking them.
Bullying is made much easier by the use of social media. They make other individuals feel
uncomfortable by making unpleasant remarks and teasing them in different ways.
Cyberbullying primarily affects teenagers and children. People who are subjected to cyberbullying
experience despair, anxiety, and a high level of stress-like symptoms.
Hacking is the most severe drawback of social media, and it affects the majority of people.
Hacking is a prohibited action, and it is the act of gaining access to another person‘s personal and
limited information.
In my research and study on the pros and cons of Social Media, I discovered that hackers target the
youngest youth and children.
Several people‘s personal Facebook, WhatsApp, and Twitter accounts were hacked in January 2019.
Typically, hackers hijack people‘s accounts and then blackmail them by revealing their personal information
on social media.
Nowadays, social media is the most prevalent form of communication. The majority of people use
social media to communicate with others.
One of the worst aspects of social media is that it reduces the ability to communicate face to face. Everyone
used social media to interact with others, and as a result, they gradually lost their ability to
communicate face to face.
People who communicated over social media did not learn how to share face to face, and face-to-
face communication became extremely difficult for them. This also increases the chances of being affected
by bipolar and other mental sufferings.
4. Fake News
Fake News Spreads Rapidly on Social Media. This is definitely another demerit of social media nowadays.
People create false social media posts and share them with others worldwide, spreading them to
groups.
Social media plays a significant role in the dissemination of fake news. Anyone can manufacture fake
news on a hot topic and post it on social media networks without any verification.
Other people can also share and pass it on to other people and groups, spreading fake news around
the globe.
One of the worst aspects of social media is the ability to become addicted to it, and this is a severe
disadvantage of social media in the world is facing.
Most individuals use social media so much that they become addicted to it. They are constantly
browsing through their newsfeeds and contributing to them.
People who use social media excessively develop a significant addition to it. Addiction to social media
has affected the majority of teens.
People were cut off from society and the natural world when social media was introduced. They didn‘t
want to see what was going on in the real world around them.
Excessive usage of social media platforms has been linked to a variety of health issues in people.
They become sedentary due to their constant use of social media platforms at all hours of the day
and night.
Users who are addicted to social media become sedentary and gain weight. They disliked going for a
walk outside or participating in activities and exercise games.
This causes a slew of problems in their everyday health routines and exposes them to various harmful
ailments.
The majority of people use social media platforms to unwind and kill time.
In my extensive research on the Advantages and Disadvantages of Social Media, I discovered that
it is the most time-consuming activity for people.
The majority of those affected are youths and students. They only used social media to scroll through
the newsfeed and share photos and videos.
They squander their valuable time on social media. And they failed to take any steps toward a better
future and professional success.
Excessive usage of social media platforms causes sleep problems for the majority of social media
users.
Social media is highly addictive. People use social media extensively at all hours of the day and night.
Excessive use of social media damages the sleeping cells in the human body, resulting in sleep
disturbances.
Excessive usage of social media causes sleeping problems, primarily in students and teenagers. People
who get less sleep are more likely to develop a variety of severe disorders.
People who spend too much time on social media get depressed and lonely.
Our lives have become increasingly reliant on social media, and people nowadays use social media as
their primary mode of communication.
The majority of people become addicted to social media. They are constantly occupied with social
media users, which causes them to become depressed.
Constantly settling in The amount of time we spend in front of devices has a significant impact on
our brain. We may have a headache, depression, or anxiety due to our excessive usage of social
media.
People are diverted from their life goals and objectives by social media.
The use of social media is steadily expanding. People use social media in more significant
numbers. However, they are unaware that social media was diverting their attention away from their
objectives.
The majority of pupils are distracted by social media, They utilize social media for fun and
pleasure, and they are constantly browsing through the newsfeed, wasting their time.
Social media distraction has a significant impact on people‘s futures and professional prospects.
Q1. How can you categorize Digital marketing?
Ans: Digital marketing is all about the tactics for brand marketing via online channels. It includes
various techniques like SEO, SEM, Link building, Email marketing, PPC, Affiliate Marketing, etc.
Content Marketing
Email Marketing
E-commerce Marketing
Keyword Discovery
RankWatch
Moz
Alexa Ranking
Google Analytics
Favicon Generator
Google Trends
Kissmetrics
SEMrush
Ahrefs
Buzzsumo
AdExpresso
Buffer App
MailChimp
Unbounce
Hasoffers
1. Two Way
Unlike traditional marketing, digital marketing uses a unidirectional message encouraging the
customers to interact with the brand instantaneously. It is a great way to involve the audience in your
promotion and advertising process rather than them being a mere recipient. Social users interested in the
product form a network of interactions, spreading the word wider and developing a platform of queries and
clarification in the form of comments. The new digital marketing era has made it simpler for a brand to
advertise multiple products in a single ad through ‗People also bought‘ and for customers to save them in
their ‗wishlist‘ and revisit later.
2. Measurable: One important characteristic of a digital marketing campaign is measurability. The word
digital in itself has ‘digit.’ So whether you are putting up a social media ad or inviting clients to an offline
event to play around with the installation, you should be able to collect the reach of these ads and
responses numerically. The collection of this data is more straightforward in digital marketing and acts
as an asset for future marketing purposes. It helps to know which audience you can narrow how, how
effective your copy was and which strategy worked well or failed in the past.
3. Targeted
Every digital or online marketing strategy is targeted, meaning it focuses on a specific audience group.
The data collected helps the marketers to target specific key demographics. For instance, a vegan cosmetics
brand would target a female audience between the ages of 16 to 45, previously known to search for vegan
brands and a particular region if the company only delivers in certain areas. It also helps gain numerical of
the number of times the ad is viewed and determine the strategy that works well. The aim should be to
deliver a meaningful message and enhance user and brand engagement.
4. Personalization
When your digital marketing copy is measurable, you can also track your customer‘s shopping habits,
frequently viewed products, and preferences. It helps you personalize product suggestions for each
customer and recommend related goods or services. You can also send a user personalized, one- time-
use discount vouchers based on their ‗Watch list‘ or ‗wishlist‘, which they cannot share with another. The
internet enables you to match the customers‘ requirements, making digital marketing budget-friendly and
user-friendly.
5. Remarketing
Another significant characteristic and digital marketing tactic is Remarketing. It stems from previous
marketing advertisements wherein the company shows ads specifically to those who have visited
their page earlier or showed interest. It is mainly used for services or products for which the customer
frequently visits the website. Remarketing could be of three types: Audience based, behavioural and
contextual. For instance, you might have noticed that you see advertisements from merchants whose
products you‘ve seen but not bought. It is a great feature to increase brand awareness and traffic drive
directing them to the target landing page of your website. Now that you know what to show whom, you
could add richer product information and details in the form of frequently answered questions and
descriptions.
6. Multi-channel:
A digital marketing strategy needs to be used on multi-channels. Not all of the audience uses all of the
platforms, or maybe they act selectively active on some. The goal is to reach the prospective buyer
through various modes of online communication. The communication method should be easier and
simpler to navigate through. For instance, would your audience want to complete product checkout through
a reminder on Instagram or a personalized checkout link sent through email? It engages the prospect with
the brand on an ongoing basis and cuts down printing and posting costs. The goal is to make the content
accessible and easy to respond to.
Tip: Rather than spending time on all channels, learn the ones that benefit you the most and utilize your
time on the chosen one or two platforms to build an engaging empire.
7. Adaptability
Digital marketing demands flexibility and adaptability to the changing technological, customer,
and media requirements. The campaign is supposed to adapt to the evolving situations of the target
audience. Being a digital marketer could be pretty challenging, although it calls for creative minds to track
and match the buyer signals and create an adaptable call-to-action message. Companies need to be flexible
as new trends come and go quickly in the fast-changing environment.
Tip: Considering the changing industry needs does not mean you need to forget the true brand ethnicity,
which must be maintained while matching the market trend.
8. Integration:
It realizes the perfect integration between the front desk and to the back office. This integration is the basis
for quickly responding to the personalized needs of consumers. It can be achieved from the product
information to collections and after-sales service in one go, so it is also a full-range marketing channel. On
the other side, enterprises can use the Internet to carrying out unified design planning and coordinated
implementations of different communication and marketing activities, to avoid the negative effects caused
by the inconsistency of different communication.
The Internet can tell us detailed specifications, technical indicators, warranty information, usage methods,
etc. of current products, and even answers to the common questions. Users can easily find out products,
prices, brands, etc. via the Internet.
Digital marketing won‘t be limited by shelves and inventory and provides an enormous products display
and sales ballroom so that consumers provide almost unlimited choice space.
Publishing real information on the Internet has a limited cost, selling products directly to consumers, which
can shorten the distribution link, and anyone can get the published information independently and can
expand the scope of the sale, which can also save the promotional costs, Thereby reducing costs and
making products competitive in price will prove beneficial. Most customers who come to visit are highly
interested in such products. The audience is accurate, which avoids many useless information transfers and
can also save costs.
Digital marketing also has similarities and characteristics of multimedia, time and space, interactive,
anthropomorphic, advanced, efficient, and economical. Due to the use of specific attributes of digital
products, digital marketing has added many new characteristics and features based on transforming
traditional marketing techniques.
1. Social Media
This one is the most powerful one as we all know that Social media is the collection of communication,
interactions, and collaboration. Apps and Websites will dedicate the social networking blogging, and many
more are there. This technique supports the understanding of your brand and content on your social media
channels; it will drive traffic and generates directions for your company.
Some important digital marketing tools of Social media:
Facebook: As we all know, Facebook is one of the popular and top levels of the social network.
Facebook allows users to create their own profile on the site from that you can connect with your
friends and family, and the important point is that you can share and upload the photo and video
with your friend, family, and colleagues with just one click.
Twitter: This is another popular and powerful network. Twitter is a microblogging service that is
free for registered members. We can also say that Twitter Tweets are the most powerful in the
world. In Twitter, we can follow any registered twitter member to see their tweets using multiple
platforms.
Google Plus: Google plus is also one of the famous networks which Google manages. To Join with
Google plus, first of all, we need an account on Google. When you first sign up, some groups,
including Friends and colleagues, have been set up by Google. You can add your own as well. In
this, you can share images and links with your friends and relatives.
LinkedIn: This one is famous for business purposes. This LinkedIn network is specifically designed
for business uses. The purpose of the site is to allow registered members to set up and document
network-aware from trusted networks of people.
Instagram: According to the search, about 850 mill users are active, with that 1.8 billion like have
been given to post. There are also a lot of influencers with a lot of supporters on the site. And you
can also become an important brand with the correct strategy. To keep applicable to the present
supporters, you must post the correct kind of data and also add fresh ones.
There are some powerful tips from you that can make more visitors to your platform.
Yoast SEO: If you use WordPress, then Yoast SEO is the best plugin you can use. Yoast SEO is
used to optimize the content, metatags, keyword density, SEO title, etc.
Google Analytics: Google Analytics is a website analyzer tool. The organization uses this tool to
analyze its website. It gives overviews of the traffic for the website. Google Analytics gives
information about the website like the number of users visiting the site, how much time they spent,
which page of the site the user visits, etc. It discovers and fixes any technical issues using the search
console.
Keywordtool.IO: Keywordtoll.IO is a keyword analyzer tool. This tool is used to get an idea about
the keyword mostly used by the users for any web browser. It gives the keywords search volume
over the web like Google, Amazon, youtube, bing, play store, Instagram, Twitter, and eBay.
Ahrefs’ Backlink checker: The organization uses this tool to get backlinks for their web pages. It
also shows DR, i.e. Domain Rating, and UR, i.e. URL rating.
3. Affiliate Marketing
Affiliate marketing has become one of the oldest ways of digital marketing tools where you refer somebody
to an online product. If that person buys that product, you will get a commission based on that
recommendation. The advertisements in affiliate programs are connected to websites of companies and are
referred to as affiliate links. Affiliates usually have to apply for affiliate programs, while most affiliate
programs have no price to join. Affiliates decide which banners or advertisements they will place on their
websites within their affiliate programs. They will also agree to membership programs with the highest
Commission structure for merchants, although the structure is not usually considered very paying or
beneficial.
4. PPC
PPC means Pay Per Click. In this model of marketing, the owner pays money as per click. The most
important PPC ad format appears on the search results pages of search engines like Google or Bing. Most,
but not all, PPC ads appear in the search results. There are three major types of marketing ads PPC.
Text Ads: Text Ads mean written content by the owner of the site. Format and character depend
on the PPC platform on which you are working. Text advertisements are most frequently initiated
through the Search Network when consumers search within your PPC campaign on Google or Bing
for a keyword.
Display Ads: this type of ad is in the form of an image or GIF. PPC platforms offering display
advertising often have size, and advertisers need to comply with content requirements when creating
their visual creative.
Shopping Ads: Typically, a shopping advertisement is provided after a search engine or shopping
engine submits a query. Typically shopping advertisements contain a picture of the item, its price,
and any here specifications such as size, color, dimensions, etc.
5. Landing Page Tools
Lead-pages: This Leadpages tool will help to make a user-friendly landing page. It will Offer lead
magnets and collect email addresses and integrate your email automation software with your pages.
Click-Funnels: You don‘t need a hosting platform, a domain name, a high-end theme, a coding
developer, email automation software or any other technical expertise to make a shopping funnel.
Click-Funnels create the levels of Landing pages to collect the Email address; Product sells and many
more.
Optimize-Press: This Optimize-press was designed to produce comparable look and feel pages for
your WordPress website. You can edit your landing pages in real-time with loads of templates and
customizable components to get your content up quickly.
6. Email Automation Tools
Active-Campaign: Active-Campaign is an all-in-one packet platform for your CRM software for
email marketing, marketing automation, and sales. It allows you to communicate with welcome
posts, trigger campaigns, follow-up sales, and more with your contacts. In addition, you can ensure
that you never miss a chance with a prospective lead with multiple data-driven automation.
Hatch-buck: Hatchback automates the communication of lead generation and customers. Its CRM
is intended specifically for small companies to allow you to see their activity in real-time and trigger
hot leads when they are prepared to purchase.
HubSpot Sales: HubSpot Sales gives you the opportunity to see who opens your messages and
when. It also pulls up the professional background, business data, and recent tweets of the contact
and even allows you to schedule messages to be sent later.
Omniscient: This is the bonus tool for marketing for E-commerce. You can reach your clients by
email, SMS, Web Push or Facebook Messenger, depending on their behavior.
7. Visual Design Tools
Canva: It will help you to design a beautiful image with the help of the Drag and drop option.
Choose one of their countless different templates, or choose a pre-sized blank design for your chosen
platform. Even the branding section can be customized, so you always have your choice of colors,
fonts, and logos on your platform.
Animoto: From this, you can create a professional video, GIF, Custom Text Visual effect, and many
more things that you make from this Animoto.
Design Wizard: Design Wizard is outstanding graphic design software that helps you modify
pictures and videos of high quality within seconds. This tool is best suited for advertisers of social
media, company owners and party planners! The tool‘s standard features include a custom color
palette, a free font library, and resize functionality.
FreePik: FreePik has a collection of images, and it is free for everyone. Be aware that Freepik‘s
resources have their own copyright (Freepik), so you will not be able to register an image containing
any of our resources. This will give you millions of pictures, icons, photos, and many more. You can
find the ideal stock photo for your blog or your Company logo icon without worrying about the
authorship.
8. Content Curation Tool
Feedly: Feedly picks up all of your favorite blogs in one location so you can quickly scroll through
them. It even says how many shares an article has, helps you to explore the most famous stocks for
social media sharing.
Buffer: Buffer is the quick way to share anything you read. Simply download the chrome extension
or application, and there are links to the device, and the social media platform of your choice will
automatically add your post.
Snip.ly: Snip.ly will create a call-to-action for each shared blog post and social media post. With
topics, colors, logos, and more, you can personalize your connections, making it a wonderful way to
boost conversions.
Objective Questions
a. E-mail Marketing
b. Social Media Marketing
c. Web Marketing
d. All of the above
Explanation: Digital marketing refers to a process of promoting content, videos, products, services, etc.,
thru social media marketing, e-mail marketing, web marketing, affiliate marketing, etc.
a. TV
b. Billboard
c. Radio
d. All of the above
Explanation: All the given options are totally irrelevant to the concept of digital marketing.
a. 1
b. 2
c. 3
d. 4
Answer: b) 2
Explanation: There are two main pillars in digital marketing such as online marketing and offline
marketing.
a. RSA
b. Voice Broadcasting
c. Podcasting
d. All of the above
Explanation: Digital marketing includes e-mail marketing, RSS, voice broadcast, fax broadcast, blogging,
podcasting, video streams, wireless text messaging, affiliate marketing, social media marketing, and instant
messaging.
Explanation: All the options explained above are irrelevant in terms of the company's front or
homepage.
7) What is the name of the process in which marketing is achieved by incorporating tools, techniques,
electronic devices, technologies, or systems?
a. Internet Marketing
b. Direct Marketing
c. Electronic Marketing
d. Interactive Marketing
Explanation: Electronic marketing refers to the application of marketing principles and techniques via
electronic media and, more specifically, the Internet.
Explanation: The search engine does not necessitate poor user experience, keyword stuffing, and
buying links.
9. Which social media company has released its first annual human rights report?
[A]Twitter
[B]Meta
[C]LinkedIn
[D] Snapchat
11. What is the time limit for the resolution of an appeal under the new social media legislation developed
by the central government?
[A] 5Days
[B]30Days
[C]15Days
[D] 20 Days
12. Which social media platform launched SMBSaathi Utsav to support small businesses?
[A]Facebook
[B]WhatsApp
[C]Twitter
[D] Koo
13. Which social media company just announced the global launch of ‗Take a Break‘, which includes India?
[A]Instagram
[B]Twitter
[C]Pinterest
[D] LinkedIn
Hide Answer
Correct Answer: A [Instagram ]
Notes:
Instagram has announced the launch of ‗Take a Break‘ in all countries, including India, to empower
people to make informed decisions about the way they are spending their time.
14. Which country proposed the ‗Social Media (Basic Expectations and Defamation) Bill 2021‘?
[A]USA
[B]Australia
[C]China
[D] India
15. Which social media platform has launched two cyber safety campaigns named ‗Safe Stree‘ and ‗My
Kanoon‘?
[A] SnapChat
[B]Instagram
[C]Facebook
[D] Twitter
Hide Answer
Correct Answer: B [Instagram]
Notes:
Instagram has launched two campaigns named ‗Safe Stree‘ and ‗My Kanoon‘ to provide online safety to
young users.
Instagram has partnered with a youth media and insights-company and a women‘s rights and laws platform
to launch ‗Safe Stree‘. It aims to spread awareness about the safety features available on the platform.
‗My Kanoon‘ will inform users about the legal rights and protection available to them.
16. Which famous personality has announced to launch a new social media network, called TRUTH Social?
[A]DonaldTrump
[B]NarendraModi
[C]HillaryClinton
[D] Kim Jong-un
Correct Answer: A [Donald Trump]
17. Recently, Ministry of Information and Broadcasting has launched its account in which social media
platform to counter fake news?
[A] WhatsApp
[B]Telegram
[C]Instagram
[D] Twitter
Correct Answer: B [Telegram]
Notes:
The Information and Broadcasting Ministry has launched its account on social media platform Telegram to
counter fake news. It was launched as ‗PIB Fact Check‘, which is one of the few government entities to
have a telegram channel, and aims to verify information related to the Centre and disseminate to its
subscribers. Earlier, fake channels were being run on Telegram in the name of fact check.