Practical File OF Fundamentals of Computer
Practical File OF Fundamentals of Computer
OF
FUNDAMENTALS OF COMPUTER
1 Introduction to MS Word.
9 Introduction to Basic
commands of LINUX
operating System.
10 Introduction to Linux
commands for Directories.
Name Function Menu Location
Style Changes the style of the selected text FORMAT | FONT
Font Changes the font for the selected text FORMAT | FONT
Font Size Changes the point size of the selected text FORMAT | FONT
1. Open MSOffice-MSWord–File–New
Header
the name ,format it (bold and increase the font size via standard tool Bar). And
5. Whenever you want to increase the number of column in the existing row,
Select that row and go to Table- click Split Cells-enter number of columns-click
Ok.
6. In order to decrease the existing column numbers, select that columns and
7. Finally type the declaration outside the table with your name aligning right side
Objective-
To continuously enhance skills in areas of activity and an effective team member. To work in
such an organization where each and every movement of work is faced like challenging task
and to work with people who works like a team and believes in converting each opportunity
into success.
Educational qualification
I hereby affirm that the information furnished above are true to the best of my knowledge and
belief. I shall be willing to furnish additional information required.
Lekha Ahlawat
EXPERIMENT-3
What is presentation?
Power point is a good way to communicate ideas simply and effectively. For complex
topics that are rich with details, such as a scientific paper or an annual report. Each
presentation consists of one more pages or slides, which can contain text, bulleted lists,
graphics, charts and other data types.
Insert a new slide
To insert a new slide, you can perform any of the following tasks.
1. Insert a slide, go to insert menu and choose slide.
2. Choose a new slide button from standard tool bar.
3. From the power point startup screen, choose blank presentation.
4. If power point is already open, pull down the file menu. Choose new, select blank
presentation from the general tab, and click ok.
5. Click the new button on the standard toolbar.
Duplicate a slide
To duplicate a slide make that slide current slide and choose duplicate slide from the
Edit menu.
6. Click on the ok button to change slide settings for every slide in your
presentation. The slides will now be 10inches in height, have a width of 7.5inches
and the orientation will be portrait.
Saving a presentation
To save a presentation on disk, click the save button on the standard or choose save
option or save as option from the file menu. Option save is to save the file with
current name and save as the command to save file with some other name.
Types of commands:
External command
Internal command
Internal commands: These are the frequently used commands and are inbuilt into
shell. These commands are loaded at time of booting. The shell doesn't start a separate
process to run internal commands. E.g. echo.
Structure of command:
cmd [arguments]
Types of arguments:
Option: Refine and adds extra feature to the command. Options consist of single
letters and are introduced by a '-' or '+'.
There are several programs available in Linux. To run these programs you can use one
of the commands. For example when you are giving the command cal command then
you are telling the Linux command interpreter to execute or run a program with the
name cal and to display the result on the screen. Every command has its own purpose.
Before entering Linux commands, some rules will have to be followed:
When you first connect to a UNIX system, you usually see a prompt such as the following:
login:
To log in:
Have your userid (user identification) and password ready. Contact your system
administrator if you don't have these yet.
Type your userid at the login prompt, then press ENTER. Your userid is case-
sensitive, so be sure you type it exactly as your system administrator instructed.
Type your password at the password prompt, then press ENTER. Your password is
also case-sensitive.
If you provided correct userid and password then you would be allowed to enter into
the system. Read the information and messages that come up on the screen something
as below.
Commands:
SYNTAX:
type[command name]
DESCRIPTION:
OUTPUT:
SYNTAX:
tput [clear]
DESCRIPTION
OUTPUT:
OUTPUT:
SYNTAX:
cal [[month] year]
DESCRIPTION:
Cal displays a simple calendar. If arguments are not specified, the current
month is displayed. The options are as follows:
OPTIONS:
A single parameter specifies the year (1 - 9999) to be displayed; note the year must be
fully specified: 89 will not display a calendar for 1989. Two parameters denote the month
(1 - 12) and year. If no parameters are specified, the current month calendar is displayed.
OUTPUT:
SYNTAX:
echo [OPTION]... [STRING]...
DESCRIPTION:
Echo the STRING(s) to standard output.
The echo command is used to display the message on the terminal screen. This
command is mainly used in shell programs or shell scripts to display the value
of shell variables and messages. However it can also be used on shell prompt.
It is just like printf statement in C.
OPTIONS:
-n do not output the trailing newline
-e enable interpretation of backslash escapes
-E disable interpretation of backslash escapes (default)
OUTPUT:
SYNTAX:
expr [first no] [operator] [second operator]
DESCRIPTION:
It evaluates the given expression. For all operators, there is a space required
before and after all operators except the assignment operator (=).
OUTPUT:
7. bc: uses calculator.
SYNTAX:
bc
DESCRIPTION:
This command is used to use calculator. There are four special variables:
scale,
ibase,
obase,
last.
scale defines how some operations use digits after the decimal point. The default
value of scale is 0. ibase and obase define the conversion base for input and
output numbers. The default for both input and output is base 10. last (an
extension) is a variable that has the value of the last printed number.
OUTPUT:
8. passwd: To change the current password
SYNTAX:
Passwd
DESCRIPTION:
OUTOUT:
SYNTAX:
who [OPTION]... [ FILE | ARG1 ARG2 ]
DESCRIPTION:
OUTPUT:
SYNTAX:
uname [OPTION]
DESCRIPTION:
prints the name, version and other details about the current machine and the
operating system running on it.
OPTIONS:
-a, --all: print all information, in the following order, except omit -p
and -i if unknown:
-s, --kernel-name: print the kernel name
-r, --kernel-release: print the kernel release
-v, --kernel-version: print the kernel version
-m, --machine: print the machine hardware name
-p, --processor: print the processor type or "unknown"
OUTPUT:
Experiment No. 10
OBJECTIVE : Introduction to Linux commands for Directories.
1. pwd: print working directory, used to output the path of current working directory.
SYNTAX:
pwd [OPTION]
DESCRIPTION:
Linux provides a great facility to the user by placing him in a directory when
he makes a login. You can move from one directory to another directory very
easily. But at a time you are located in one directory. This directory is your
current working directory.
OPTION:
-help: displays information about pwd.
-version: displays the version number
OUTPUT:
2. tty: print the file name of the terminal connected to standard input.
SYNTAX:
tty [OPTION]
DESCRIPTION:
Linux treats everything as files. Even the terminals connected are represented
as files. If you want to know the filename of your terminal, you can do so by
using tty command.
OPTION:
-s, --silent: print nothing, only return an exit status
OUTPUT:
OPTION:
-p: will also create all directories leading up to the given directory that do not
exist already. If the given directory already exists, ignore the error.
-v: display each directory that mkdir creates. Often used with -p.
OUTPUT:
4. rmdir: remove directory.
SYNTAX:
rmdir [OPTION].. DIRECTORY...
DESCRIPTION:
Remove the DIRECTORY(ies), if they are empty. If the -I or
--interactive=once option is given, and there are more than three files or the
-r, -R, or --recursive are given, then rmdir prompts the user for whether to
proceed with the entire operation. If the response is not affirmative, the entire
command is aborted.
OPTION:
-f: Remove all files (whether write-protected or not) in a directory without
prompting the user.
-i: With this option, rmdir prompts for confirmation before removing any files.
It over- rides the -f option and remains in effect even if the standard input is
not a terminal.
-R: Same as -r option.
-r: Recursively remove directories and subdirectories in the argument list.
OUTPUT:
5. cd: change directory.
SYNTAX:
cd directory name
DESCRIPTION:
Change the current working directory to the specified one. Linux allows you
to easily move from one directory to another directory by using cd(Change
Directory) command.
OPTION:
cd .. : To move to the parent directory of the current directory
cd / : To move to the root directory
cd : To return to your home directory
OUTPUT:
OPTION:
-x: to represent file names in column.
-a: to show hidden files.
-r: to represent in reverse order
-l: long listing of files
OUTPUT: