Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 65

IT Applications in Business

PRACTICAL FILE
Submitted for partial fulfillment for the award of the Degree of 
BACHELOR OF BUSINESS ADMINISTRATION
         
Under the supervision of 
Ms. Masoom Singla 
Submitted by: 
 
Sahil raza
ENROLLMENT NO:-125211415537
 
BBA E1B 
Batch: 2021–2022 

GITARATTANINTERNATIONALBUSINESSSCHOOL
(Affiliated to Guru Gobind Singh Indraprastha University) 
Madhuban Chowk, ROHINI, DELHI –110085 
 Practical file Assignment for  ITAB Labvm

Prac PAGE NO. SIGNATURE


no.
Topics of Practical
P1 Windows Commands: (Explanation with Screenshot of
execution) 
 COPY CON, TYPE, DEL, REN,MD, CD, RD, TREE,
DELTREE, COPY, MOVE, DIR,  
VOL,TIME,PATH,VER,DATE, TITLE,REN
P2 . Create a file showing basic features of word:
bold ,italic ,bullets ,creating and formatting tables.  
P3 Prepare your Resume with following instructions: 
Top Margin 1.3”, Bottom margin 1.4”, Left margin 1.30”, Right
margin 1.30”, Gutter margin 1.2”,   Header 0.7”,     Footer 0.7”,
Paper size executive,  Orientation landscape.
P4 Explain Mail Merge and attach 5 mails created by mail merge feature

P5 Make a document with the following 


a.  It should have 4 pages. 
b.1st page should be index page 
 c. It should have bookmarks named book1, book2, and book3 for
the respective pages. 
d. Insert one page break on page 4 to make total no. of pages 5.
Insert page number at each page.

P6 Create the student marks list and find total, average and grade using
the formula editor.
P7 Apply Sort and filter on Student Marks List

P8 Show the functioning of any five text functions 

P9 Show the functioning of any five Date and Time functions 

P10 Show the functioning of any five Statistical functions 

P11 Show the functioning of any three Logical functions 

P12 Show the functioning of any five Mathematical functions 

P13 Create a line graph, bar chart, histogram, plot from the table created
in Practical No. 6
P14 Create a Pivot table 

P15 To create 8-10 slide presentation on yourself titled “My Aim in Life” 
(P1). Show the working of various internal and external DOS
commands with proper explaination:-

INTRODUCTION

MS-DOS stands for "Microsoft Disk Operating System" is an


operating system for x86-based personal computers. It was the most commonly
used member of the DOS family of operating systems, and was the main
operating system for IBM PC compatible personal computers during the 1980s
to the mid-1990s, until it was gradually superseded by operating systems
offering a graphical user interface (GUI), in particular by various generations of
the Microsoft Windows operating system.
DOS was developed by Microsoft primarily as a single user operating system
working on Personal Computers. From 1981 till now many versions starting
from version 1.0 till 6.2 have been released. Each successive version had its
enhancements aimed at improving the management of the computer resources
available to the users.

DOS Commands:-
A DOS command helps you to give instruction to the operating system in Character User
Interface (CUI) environment. Using DOS commands, you can perform various tasks, such as
creating and managing files and folders and monitoring your system resources.

To create and manage files and folders, perform the following steps:

1. Click the Start button, and then select Run.


2. In the Run dialog box, type cmd in the Run box.
3. Click the OK button.
The Command Prompt window is displayed as follows

1:-

2:-

3:-

In the Command Prompt window, the command is given after the command prompt and the
Enter key is pressed to execute the command.

As the drive displayed is the user directory, change the drive to D: drive by giving following
command at the command prompt.

C:\Users\AALIYA>D:
1. Internal Commands :-
These are for performing basic operations on files and directories and they do not need any external
file support.

Time:-
In computing, TIME is a command in DOS, OS/2, Microsoft Windows and Rectos that is
used to display and set the current system time of the operating system. It is included
in command-line interpreters (shells) such asCOMMAND.COM, CMD.EXE, 4DOS, 4OS2
and 4NT. Syntax:

c:\users\m1b>time

COPY CON:-
Command (copy con) and enter name ur file like (copy con sahil) and type
matter what u want like this is my first file when you,re done press to save
you,re file (ctrl z+enter) key then you’re file saved command message 1 file(s)
copied
DIR(Directory):-
In computing, dir (directory) is a command used for computer file
and directory listing, specifically in the command line interface (CLI) of the
operating systems CP/M, MP/M, DOS, OS/2, Singularity, Microsoft Windows,
ReactOS, AROS and in the DC command line interface used on VMS, RT-11
and RSX-11. Syntax: c:\users\m1b>dir. we will type command (dir) and press
the enter key

Then have you seen their file matter command (type sahil) and then enter key
CLS:-
If you want to clear our screen and not deleting our information , only if u want
to clear the information type (cls) and press enter key

DATE:-
Type DATE without parameters to display the current date setting and
a prompt for a new date. Press Enter to keep the same date.
If Command Extensions are enabled, the DATE command supports the /T switch
which tells the command to just output the current date, without prompting for a
new date. Syntax: c:\users\m1b>date
VOL:-
The Vol command is a Command Prompt command used to display a
drive's volume label and volume serial number.

Note: The Vol command also shows the volume label and volume serial


number of a drive before displaying the drive's contents. Also, the vol command

is a DOS command available in MS-DOS Syntax: c:\users\m1b>vol


Basic External Dos Commands & Uses
External Dos Commands are those commands which are not embedded into the
command.com

file, this command requires external supporting files for execution.

For example, to run fdisk command you will need a fdisk.exe or fdisk.com file
inside

your computer system   or bootable drives.

FORMAT COMMAND::

Format command is an external command and to run format command you need
a supporting file

named format.com.

Format command deletes or erases all the data present in the drives.

which can be any flash drives, hard drives, or floppy disk. The format command
creates a new

allocation table and root directory and makes the drive useable.

The command also checks for bad areas of drives commonly called bad sectors.

(Syntax)

C:\> format (drive name) (Press Enter)

C:\>format A: (Press Enter)

Switches are used in the format command.


• /Q :: is used for quick formatting of hard drives

• /U :: is used for unconditional format

• /S :: is used to transfer system files to the destination drive, and hence the
destination drives

become bootable or startup.

DISKCOPY COMMAND ::

DISKCOPY is a basic dos command which comes in a category of external dos


command which

is used to copy entire content of one drive to another.

The disk copy command works only with a floppy disk.

(Syntax)

C:\>Diskcopy A: B: (Press Enter)

XCOPY COMMAND::

XCOPY DOS COMMAND is used to copy entire files,directories and


subdirectories from one

location to another.

Xcopy command is executed when the xcopy.exe file is present in hard disk or
bootable drive.

(Syntax)

C:\>xcopy (source) (destination) (Press Enter)

C:\>xcopy/s/e c:\movies d:\new (Press Enter)


In the above Example, xcopy will copy all files and directories from c:\movies
to d:\new .where

/s is used for copying nonempty subdirectories.

And /e is used for copying directories and subdirectories including empty ones.
Switches used in

XCOPY COMMAND.use xcopy/? To know all the switches used.

 /A :: Copy all the files with archive

 /P :: Prompt you before creating each destination file

 /S :: Copies Directories and subdirectories except empty ones

 /E :: Copies Directories and subdirectories including ones

 /V :: Verifies each new file

CHECKDISK COMMAND::

CHECKDISK COMMAND OR CHKDSK is an external dos command which


is used to check

file allocation table, directories structure it displays a summary of disk usage


size of the disk,

free space, and used space.

(Syntax)

C:\>chkdsk A: (Press Enter)

DOSKEY COMMAND::

DOSKEY COMMAND is used to recall or remember commands which are


previously used by
users. You need to use arrow keys to access the previously used basic dos
commands.

(Syntax)

C:\>Doskey (Press Enter)

EDIT COMMAND::

EDIT COMMAND is an external dos command which is used to create or edit


the existing file

present in the computer system.

When used edit command it allows the user to edit the information or text in a
file using a text

editor. to run or execute the edit command you need to have a supporting file
named edit.com

(Syntax)

C:\> edit (filename) (Press Enter)

For example, if you want to edit a file named abc.com use the following syntax.

C:\> edit abc.com (Press Enter)

After editing the text inside the file do not forget to save the file using the menu.

ATTRIB COMMAND::

ATTRIB COMMAND is an external dos command which is used to change the


characteristics of

any file and directory.

 +A is used to set archive attribute to a file.

 +S is used to set system attribute to a file.


 +R is used to set readonly attribute to a file.

 +h is used to set hidden attribute to a file.

For Example, if you want to hide a file or a directory use the following
command.

C:\>attrib +h abc.com (Press Enter)

Now the file abc.com is hidden and you can not view the file using the dir
command perhaps if

used dir/ah you can see the file as the file is hidden and dir/ah is used to view
the hidden file in

the computer system. Let’s say if you need to unhide the file or want to view the
file without

using dir/ah

(Syntax)

C:\>attrib –h abc.com (Press Enter)

Other switches used in attrib command are ::

 -A :: To deactive archive attribute.

 -H :: To deactive hidden attribute set to a file or directory.

 -R :: To reset readonly attribute set to a file.

 -S :: To reset system attribute to a file.

DELTREE COMMAND::
DELTREE COMMAND is an important external dos command where
deltree.exe is a

supporting file which is used for executing the command.

Deltree command deletes the entire directory as well as subdirectories


containing files.deltree

command prompts the user whether to proceed or not.

(Syntax)

C:\>Deltree abc (Press Enter)

Here all the subdirectory and files will be deleted and a warning message will
appear if you press

Y It will delete and if you press N it will stop executing the command.

There are some switches used in deltree command to know them to use
deltree/?.

LABEL COMMAND::

This is a Basic external dos command which requires a label.exe file for
execution. Using a label

you can change, create or delete the existing label for your hard drives and
floppy disk.

(Syntax)

C:\>Label c: (Press Enter)

SCANDISK COMMAND::

It is also an external dos command which requires scandisk.exe file for


execution.This file is

used instead of chkdsk.

ScanDisk performs a surface scan and diagnosis a bad cluster of the hard drives.
(Syntax)

C:\>scandisk A: (Press Enter)

Microsoft word
Microsoft Word or MS-WORD (often called Word) is a graphical word processing
program that users can type with. It is made by the computer company Microsoft. Its purpose is to
allow users to type and save documents. Like other word processors, it has helpful tools to make
documents

(P2).Create a file showing basic features of word:


i. Bold, Italic, Underline
ii. Alignment
iii. Bullets & Numbers
iv. Font Color
v. Creating and formatting tables
vi. Finding and Replacing Text

Good Morning Sir/ Mam.

First of all, thank you for giving me this opportunity to introduce myself.

My Name is Sahil raza

I am from Delhi (India)

Now, coming to my education Qualification:

I cleared the 10th & 12th classes from CBSE Board.

My family consist of Five members including me.

My father is a business man. My mother is a Homemaker. and My younger sister is currently in the HIGH
School

My hobbies are listening to music and love to travel.

My short-term goal is to be placed in a reputed company where I can improve my skills and experience
Strength: I like things to be perfect and give my 100% effort to make it perfect. I am very genuine
fully dedicated to my work.
Weakness: I like to answer questions in short words or straight to the point.

That's all about myself.

Thank you once again.

Like:-

 Bold, Italic, Underline

 Alignment
 Bullets & Numbers

 Font Color

Now, Finding and Replacing Text example:-

1- FINDING
2-REPLACING

NOW, Creating and formatting tables example:-

NAME ENGLISH MATHS SCIENCE AVERAGE

SAHIL RAZA 13 14 32 19.67

SUNIL GROVER 43 21 31 31.67

PUSHPA RAJ 22 33 44 33

ANIRUDH 31 13 11 18.33

Example:-

(P3)-Prepare your Resume with following instructions:


Top Margin 1.3”, Bottom margin 1.4”, Left margin 1.30”, Right margin
1.30”, Gutter margin 1.2”,   Header 0.7”, Footer 0.7”, Paper size executive,
Orientation landscape.

SAHIL RAZA
Mobile No. : 8010663552
E: Mail : Sahil.raza8010663552@gmail.com
Address : WZ-668 Sri Nagar,Gali No-2,Behind Gurudwara,Shakurpur Basti,New Delhi-
110034

Educational Qualification
2018: Completed 10 th class from Rising Star Academy Sr. Sec. School affiliated to CBSE
64%
2020: Completed 12 th class from Rising Star Academy Sr. Sec. School affiliated to CBSE
61%

Core Strengths
 Hard working
 Punctuality
 Learning ability:Quick learner

Personal Details
Nationality : Indian
Date of Birth : 15th May 2002
Father Name : Mr.Ahmed raza
sehgal
Languages : Hindi (Mother Tongue), English (Intermediate)
Hobbies : Listening Music, Travelling, and dancing

Objective
Just want to share my knowledge and add a passive income source to my life,to securing a
challenging position reputable organization to expand my leanings , knowledge,and skills and
secure a responsible career opportunity to fully utilize my training and skills ,while making a
significant contribution to the success of the company

SUMMARY:-
How to a prepare resume in given Q. Instruction:-

(P4) Create the list of 5 candidates for sending offer letter and use Mail Merge in MS-WORD
to send them emails.

«candidate_Name»
«Address_Line_1»
«State»
«pin_Code»
«Country_»
«contact_no»
«Email_Address»

Subject- offer letter for company ( Manager ) job profile

 
TCS (Tata Consultancy Service) is delighted to offer you the full-time position of Manager
with an anticipated start date of 1 April .
 
As the Manager, you will be responsible for all the job responsibilities and expectations.
 
You will report directly to CEO at Gurugram. Working hours are from 6 hrs per day.
 
The starting salary for this position is 75000 per month. Payment is on a monthly basis by
direct check. 
 
TCS (Tata Consultancy Service) offers a comprehensive benefits program, which includes
[medical insurance, paid time off, etc.]. 
 
Your employment with TCS (Tata Consultancy Service) will be on an at-will basis, which
means you and the company are free to terminate employment at any time, with or without
cause or advance notice. This letter is not a contract indicating employment terms or
duration.
 
Please confirm your acceptance of this offer by signing and returning this letter by 15 April
(Expiring Date). 

 
Sincerely,
 
Sahil Raza
CEO (Company)
 
Candidate Printed Name: Sahil raza
 
Date: 1 April,2022
_________________________________________________________________________
_________________________________________________________________________
________________

(1):-

anirudh
wz-668 sri nagar ,gali no -2
new delhi
110034
india
8010663552
anirudh.2@gmail.com

Subject- offer letter for company ( Manager ) job profile

 
TCS (Tata Consultancy Service) is delighted to offer you the full-time position of Manager
with an anticipated start date of 1 April .
 
As the Manager, you will be responsible for all the job responsibilities and expectations.
 
You will report directly to CEO at Gurugram. Working hours are from 6 hrs per day.
 
The starting salary for this position is 75000 per month. Payment is on a monthly basis by
direct check. 
 
TCS (Tata Consultancy Service) offers a comprehensive benefits program, which includes
[medical insurance, paid time off, etc.]. 
 
Your employment with TCS (Tata Consultancy Service) will be on an at-will basis, which
means you and the company are free to terminate employment at any time, with or without
cause or advance notice. This letter is not a contract indicating employment terms or
duration.
 
Please confirm your acceptance of this offer by signing and returning this letter by 15 April
(Expiring Date). 

 
Sincerely,
 
Sahil Raza
CEO (Company)
 
Candidate Printed Name: Sahil raza
 
Date: 1 April,2022
_________________________________________________________________________
_________________________________________________________________________
_______________
(2)-

rishabh
L-12 gautam nagar,
jodhpur
100056
india
9717723402
risabh.1@gmail.com

Subject- offer letter for company ( Manager ) job profile

 
TCS (Tata Consultancy Service) is delighted to offer you the full-time position of Manager with
an anticipated start date of 1 April .
 
As the Manager, you will be responsible for all the job responsibilities and expectations.
 
You will report directly to CEO at Gurugram. Working hours are from 6 hrs per day.
 
The starting salary for this position is 75000 per month. Payment is on a monthly basis by direct
check. 
 
TCS (Tata Consultancy Service) offers a comprehensive benefits program, which includes
[medical insurance, paid time off, etc.]. 
 
Your employment with TCS (Tata Consultancy Service) will be on an at-will basis, which means
you and the company are free to terminate employment at any time, with or without cause or
advance notice. This letter is not a contract indicating employment terms or duration.
 
Please confirm your acceptance of this offer by signing and returning this letter by 15 April
(Expiring Date). 

 
Sincerely,
 
Sahil Raza
CEO (Company)
 
Candidate Printed Name: Sahil raza
 
Date: 1 April,2022
____________________________________________________________________________
____________________________________________________________________________
__________
(3):-

hashir alam
H-112 shakurpur
ranchi
122552
india
9599519511
hashir.3@gmail.com

Subject- offer letter for company ( Manager ) job profile

 
TCS (Tata Consultancy Service) is delighted to offer you the full-time position of Manager with
an anticipated start date of 1 April .
 
As the Manager, you will be responsible for all the job responsibilities and expectations.
 
You will report directly to CEO at Gurugram. Working hours are from 6 hrs per day.
 
The starting salary for this position is 75000 per month. Payment is on a monthly basis by direct
check. 
 
TCS (Tata Consultancy Service) offers a comprehensive benefits program, which includes
[medical insurance, paid time off, etc.]. 
 
Your employment with TCS (Tata Consultancy Service) will be on an at-will basis, which means
you and the company are free to terminate employment at any time, with or without cause or
advance notice. This letter is not a contract indicating employment terms or duration.
 
Please confirm your acceptance of this offer by signing and returning this letter by 15 April
(Expiring Date). 

 
Sincerely,
 
Sahil Raza
CEO (Company)
 
Candidate Printed Name: Sahil raza
 
Date: 1 April,2022
____________________________________________________________________________
____________________________________________________________________________
__________
(4):-

aman gupta
c-55 rani bagh
kolkata
112266
india
9898556622
aman.4@gmail.com

Subject- offer letter for company ( Manager ) job profile

 
TCS (Tata Consultancy Service) is delighted to offer you the full-time position of Manager with
an anticipated start date of 1 April .
 
As the Manager, you will be responsible for all the job responsibilities and expectations.
 
You will report directly to CEO at Gurugram. Working hours are from 6 hrs per day.
 
The starting salary for this position is 75000 per month. Payment is on a monthly basis by direct
check. 
 
TCS (Tata Consultancy Service) offers a comprehensive benefits program, which includes
[medical insurance, paid time off, etc.]. 
 
Your employment with TCS (Tata Consultancy Service) will be on an at-will basis, which means
you and the company are free to terminate employment at any time, with or without cause or
advance notice. This letter is not a contract indicating employment terms or duration.
 
Please confirm your acceptance of this offer by signing and returning this letter by 15 April
(Expiring Date). 

 
Sincerely,
 
Sahil Raza
CEO (Company)
 
Candidate Printed Name: Sahil raza
 
Date: 1 April,2022
____________________________________________________________________________
____________________________________________________________________________
__________
(5):-

rahul
m-02 ashok vihar
patna
552266
india
9563322556
rahul.5@gmail.com

Subject- offer letter for company ( Manager ) job profile

 
TCS (Tata Consultancy Service) is delighted to offer you the full-time position of Manager with
an anticipated start date of 1 April .
 
As the Manager, you will be responsible for all the job responsibilities and expectations.
 
You will report directly to CEO at Gurugram. Working hours are from 6 hrs per day.
 
The starting salary for this position is 75000 per month. Payment is on a monthly basis by direct
check. 
 
TCS (Tata Consultancy Service) offers a comprehensive benefits program, which includes
[medical insurance, paid time off, etc.]. 
 
Your employment with TCS (Tata Consultancy Service) will be on an at-will basis, which means
you and the company are free to terminate employment at any time, with or without cause or
advance notice. This letter is not a contract indicating employment terms or duration.
 
Please confirm your acceptance of this offer by signing and returning this letter by 15 April
(Expiring Date). 

 
Sincerely,
 
Sahil Raza
CEO (Company)
 
Candidate Printed Name: Sahil raza
 
Date: 1 April,2022
____________________________________________________________________________
____________________________________________________________________________
__________

HOW TO MAKE AND STEP TO BE FOLLOW:-

STEP:1- Click their start mail merge option, then click email messgages
STEP:2- Click select recipients option ,then click type a new list
STEP:3- To customize their column according your information and click ok, then save your
merge in desktop
STEP:4- Click edit recipients list ,incase you’re not edit their mail merge , then click ok
STEP:5- Click insert mail merge, then select candidate name ,address line ,state etc given their
further list and then click insert and also you,re check their mail merge given their select
recipients option , click the previous results
STEP:6- And final , click finish & merge option and click send email message to their candidate
emails

STEP 1-

STEP 2-
STEP 3-

STEP 4- a)

b)
STEP 5-

STEP 6-
(P5):- Make a document with the following

a. It should have 4 pages.

b.1st page should be index page

c. It should have bookmarks named book1, book2, and book3 for the respective

pages.

d. Insert one page break on page 4 to make total no. of pages 5. Insert page number

at each page.

Page.n Particular Date Signature


o
1 Book 1 26-01-2022

Book 2 27-01-2022
2
Book 3 28-01-2022
3

INDEX

P.T.O
Page - 1 By 26-01-2022

Book 1

K.G.F: Chapter 1 is a 2018 Indian Kannada language period drama action film[5][6]
written and directed by Prashanth Neel, and produced by Vijay Kiragandur under the
banner of Hombale Films. It is the first installment in the two-part series, followed by
K.G.F: Chapter 2. The film features Yash as Rocky, in the lead role, while debutante
Ramachandra Raju features as Garuda. Anant Nag narrates the film, while Srinidhi
Shetty, Vasishta N. Simha, Achyuth Kumar, and Malavika Avinash appear in supporting
roles. The film was shot in Kannada on a budget of ₹80 crore, making it the most
expensive Kannada-language film at its time of release.[2] The film focuses on Rocky, high-
ranking assassin in Mumbai, who was born in poverty. Later, he poses as a slave-laborer in
the Narachi Company (Kolar Gold Fields), aiming to assassinate a billionaire gold
smuggler named Garuda, who is the son of Narachi's owner.
The film's development began in early 2015, after Neel finished writing the screenplay.[7]
Filming began two years later, on 15 January 2017.[8] Most of the film is set in the Kolar
Gold Fields and was filmed in locales such as Kolar, Mysore, and parts of North
Karnataka. The film's production was completed on 17 August 2018.[9] Bhuvan Gowda
handled the cinematography and Srikanth Gowda edited the film. Composer Ravi Basrur
scored the film.[10]
The Kannada version of K.G.F: Chapter 1 was released on 20 December 2018 and the
dubbed versions in Telugu , Tamil, Malayalam and Hindi released the next day, receiving
positive response from audiences.[11] However, critics gave the film mixed reviews. The
film performed well commercially and collected ₹250 crore in its entire theatrical run,
breaking the record for the highest grossing Kannada film of all time.[12] At the 66th
National Film Awards, the film won two awards for Best Action and Best Special Effects.
[13] At the 66th Filmfare Awards South, the film won two awards from five nominations,
including the award for Best Film and Best Actor for Yash, respectively.[14]
PAGE – 2 by 27-01-2022

Book 2

Pushpa: The Rise – Part 01 is a 2021 Indian Telugu-language action drama


film[5] written and directed by Sukumar. Produced by Mythri Movie Makers in
association with Muttamsetty Media, it stars Allu Arjun as the titular character alongside
Fahadh Faasil (in his Telugu debut) and Rashmika Mandanna while Jagadeesh Prathap
Bandari, Sunil, Rao Ramesh, Dhananjaya, Anasuya Bharadwaj, Ajay and Ajay Ghosh play
supporting roles. The first of two cinematic parts, the film depicts the rise of a coolie in the
smuggling syndicate of red sanders, a rare wood that grows only in the Seshachalam Hills
of Andhra Pradesh state.

Devi Sri Prasad composed the film's score and soundtrack while the cinematography and
editing are performed by Miroslaw Kuba Brozek and Karthika Srinivas–Ruben
respectively. The Rise was released on 17 December 2021 in Telugu along with dubbed
versions in Malayalam, Tamil, Kannada, and Hindi languages.[6][7] The film received
mostly positive reviews from critics with praise for Allu Arjun's performance and
characterisation, action sequences, direction and score but criticised the runtime and
climax.[8][9][10]The Rise is commercially successful, grossing est. ₹342 crore at the box
office. The film emerged as the highest-grossing Indian film in 2021, and ranks among the
highest-grossing Telugu films of all time.[11] Its second part titled Pushpa 2: The Rule is
scheduled to commence production in April 2022.[12]
In the 1990s,[13] Pushpa Raj is a coolie who works to smuggle red sanders, a rare wood
that only grows in the Seshachalam Hills of the Chittoor district in Andhra Pradesh. When
DSP Govindappa raids them in the forest, Pushpa hides and recovers the stock, thereby
gaining the trust of his employer Konda Reddy. With the help of novel ideas to smuggle the
red sanders, he quickly rises through the ranks and becomes Konda Reddy's partner.
Mangalam Srinu, a merciless dealer who manages the red sanders syndicate entrusts
Konda Reddy to keep 200 tons of his stock safe. As Konda's younger brother, Jolly Reddy
is deemed incompetent, Pushpa is given the job. Govindappa attempts to raid them but
Pushpa throws all the logs into the river, saving it from being seized. At a party, Pushpa
overhears that Srinu is selling the wood at a much higher rate than what they're paid. He
asks Konda to demand a fair share but backs down as going against Srinu seems risky.

PAGE – 3 BY – 28-01-2022

Book 3

Aashram is a Hindi-language crime drama web series directed by Prakash Jha for MX
Player original.[1] It is produced by Prakash Jha under Prakash Jha Productions.[2] The
series stars Bobby Deol along with Aaditi Pohankar, Darshan Kumar, Chandan Roy
Sanyal, Tushar Pandey, Anupriya Goenka, Adhyayan Suman, Vikram Kochhar, Tridha
Choudhury, Rajeev Siddhartha, Sachin Shroff, Anurita Jha, Parinitaa Seth, Jahangir
Khan, Kanupriya Gupta, Preeti Sood and Navdeep Tomar in key roles.[3][4] It is written
by Madhvi Bhatt, Avinash Kumar, Sanjay Masoomm, Tejpal Singh Rawat and Kuldeep
Ruhil.[5] Its first season was made available for streaming on OTT platform MX Player for
free from 28 August 2020.[6]
The trailer of the second season titled "Aashram Chapter 2: The Dark Side" was released
on 29 October 2020.[7] This season, the story continues, while more colours of the Baba's
Aashram are revealed and a mix of blind faith and politics are put on display.[8] The
second season is available for streaming on OTT platform MX Player from 11 November
2020 for free.
The story revolves around a preacher Baba Nirala (Bobby Deol), whose followers (mostly
from the disadvantaged sections of the society) have blind faith in him and will do anything
that he asks of them. But in reality, Baba Nirala is a conman turned godman, who ensures
that his devotees devote their wealth to him and stay attached to the ashram for life, while
politicians Hukum Singh (Sachin Shroff) and incumbent CM Sundar Lal (Anil Rastogi) vie
for his support in the upcoming State Legislative Assembly Elections owing to his large
number of followers, which only increase after a pop singer, Tinka Singh (Adhyayan
Suman) decides to conduct tours with Baba Nirala to promote his new song.
Meanwhile, SI Ujagar Singh (Darshan Kumar) is a cop who isn't really interested in his job
and simply follows his seniors' orders, until he meets Dr. Natasha (Anupriya Goenka) in a
case related to a skeleton found on the property of an industrial group which has good ties
with Sundar Lal. Her constant pestering, along with the stubbornness of a small-time
journalist Akhivendra Rathi a.k.a Akki (Rajeev Siddhartha) encourages him to take up
this case, along with his assistant-cum-sidekick Sadhu Sharma (Vikram Kocchar).

Summary :-
how to make bookmark in ms word
Step 1:- GO TO INSERT
Step 2:- THEN, GO TO BOOKMARK
Step 3:- AND WRITE THEIR BOOKMARK NAME AND CLICK TO ADD

STEP 1:-

STEP 2:-
STEP 3:-

MICROSOFT EXCEL
Microsoft Excel is a proprietary Spreadsheet application written and distributed by
Microsoft for Microsoft Windows and Mac OS.
Excel form parts of Microsoft Office. The current version are 2010 for Microsoft Windows and
2011 for Mac OS X.
How to open MS Excel sheet:-
STEP 1:- All Program – Microsoft Office – Microsoft Office Excel
Or
STEP 1:- Run – type Excel and press OK

(P6):- To created the student mark list and find to total, average and grade using the
formula editor.

STEP 1:- Create a student mark list and apply formula ( =SUM(B5:C5:D5:E5:F5) ) in Total
column And then enter.
STEP 2:- Create a student mark list and apply formula ( =G2/500*100 ) in Average column And
then enter

STEP 3:- Create a student mark list and apply formula


[=IF(H2>=50,”A+”,IF(H2>=40,”A”,IF(H2>=35,”B”,IF(H2>=30,”FAIL”)))) ] in Grade column And
then enter
P6.1:- To Insert an object, picture in the worksheet and to protect a sheet by setting
passwords

STEP 1:- Create a Excel sheet properly and save as their file to desktop

STEP 2:- Go to tools and click general option and then click.
STEP 3:- Create a password to open and password to modify and click ok

STEP 4:- And confirm password to reenter password to proceed.


(P7):- To sort the given data in the worksheet using filters on student marks list
STEP 1:- Create a Excel sheet proper and then go to home and select all the given data, and go
to sort and filter option

STEP 2:- Go to filter option and then click.


STEP 3:- U have seen all the given data column like (name,English,maths,etc) have been
Filterize

STEP 4:- All the filter option have open.


STEP 5:- And now u have select according to your filter like:- Sort A to Z, Sort Z to A, Sort by
colour, Text filter,…etc.

(P8):- Show the functioning of any five text functions.


1:- TRIM

2:- PROPER
TRIM 1:- In the given excel, names a capital letter and a small case
3:- UPPER , wheather a extra space wheather no space, then u have to remove
unwanted Space , Capital , you just type TRIM column and apply
4:- LOWER formula ( =TRIM(A2) ) and then enter.

5:- LEN
PROPER 2:- In the given excel, every First Alphabet each word should be capital, type PROPER
column and apply formula (=PROPER(B2) ) and then enter.

UPPER 3:- In the given excel, all Alphabet should be capital letters, type UPPER column and
apply formula ( =UPPER(C2) ) and then enter.
LOWER 4:- In the given excel, all Alphabet should be small letters, type lOWER column and
apply formula (=LOWER(D2) ) and then enter.

LEN 5:- In the given excel, all Alphabet should be countable include space, type LEN column
and apply formula (=LEN(E2) ) and then enter.
(P9):- Show the functioning of any five date and time functions.
DATE TIME

YEAR HOUR

DAY MINUTES

MONTH SECOND

DATE:-
Create a date excel and apply formula in
DATE ( =DATE(B1,B2,B3) )
YEAR ( =YEAR(B4) )
DAY ( =DAY(B4) )
MONTH ( =MONTH(B4) )
TIME :-
Create a time excel and apply formula in
TIME :- ( =TIME(B1,B2,B3) )
HOUR :- ( =HOUR(B4) )
MINUTE :- ( =MINUTE(B4) )
SECOND :- ( =SECOND(B4) )

(P10):- Show the functioning of any five statistical functions.


1:- Sum of number less then 50
Apply formula in column box ( =SUMIF(C2:C10,”<50”) ) and then enter.
2:- Sum of number against Mon
Apply formula in column box ( =SUMIF(B2:B10,”MON”,C2:C10) ) and then enter.

3:- Count of number less then 50


Apply formula in column box ( =COUNTIF(C2:C10,”<50”) ) and then enter.
4:- Average of number less then 50
Apply formula in column box ( =AVERAGEIF(C2:C10,”<50”) ) and then enter.

5:- Count of Mon are repeated


Apply formula in column box ( =COUNTIF(B2:B10,”MON”) ) and then enter.
Now, you have seen all formula worked properly.

(P11):- Show the functioning of any three logical functions


1:- IF(……..) Logical function
2:- OR(……...) Logical function
3:- AND(…….) Logical function

1:- Apply formula in column box ( =IF(B2<35,”FAILED”,”PASSED”) ) and then enter.


2:- Apply formula in column box ( =OR(B2<35,C2<35,D2<35,E2<35) ) and then enter.

3:- Apply formula in column box ( =AND(B2<35,C2<35,D2<35,E2<35) ) and then enter.


(P12):- Show the functioning of any five Mathematical functions
1:- SUM
2:- SQRT(SQUARE ROOT)
3:- ABS(ABSOLUTE VALUE WITHOUT ANY SIGN)
4:-INT(INTEGER VALUE WITHOUT ANY DECIMAL NO.)
5:-ROUND(ROUND FIGURE VALUE IN DECIMAL NO)

1:- Apply formula in column box ( =SUM(C2:D2:E2) ) and then enter.

2:- Apply formula in column box ( =SQRT(C3:D3:E3) ) and then enter.


3:- Apply formula in column box ( =ABS(-100) ) and then enter.

4:- Apply formula in column box ( =INT(500.66) ) and then enter.

5:-
5.1:- Apply formula in column box, if you value put 0 ( =ROUND(500.69,0) ) and then enter.

5.2:- Apply formula in column box , if you value put 1 ( =ROUND(500.69,1) ) and then enter.
(P13):- Create a line graph, bar chart, histogram, plot from the table created in practical no. 6
Create a excel sheet and go to insert option ,then click column and bar graph, line graph,…..etc,
and then click enter.

(P14):- Create a Pivot table


STEP 1:- Select a insert option and then click pivot table option.
STEP 2:- Select a excel sheet shell and click ok.

STEP 3:- Select according your pivot table field and modify their page.
(P15):- To create 8-10 Slide Presentation on yourself titled “MY AIM IN LIFE”.
STEP 1:- Go to start option and open Microsoft Powerpoint Presentation, then create a
Presentation like:-

SLIDE 1:-

SLIDE 2:-
SLIDE 3:-

SLIDE 4:-
SLIDE 5:-

SLIDE 6:-
SLIDE 7:-

SLIDE 8:-

You might also like