Practical
Practical
PRACTICAL-1
Introduction to Computers
Page | 1
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
Introduction To Computers
A peripheral device is generally defined as any auxiliary device such as a computer mouse or
keyboard that connects to and works with the computer in some way.
Page | 2
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
Types of ROM:
Page | 3
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
6) MOTHERBOARD:
A motherboard is a crucial component in a computer. It’s essentially the main circuit board
that connects and allows communication between various components of the computer,
including the CPU (central processing unit), RAM (random access memory), storage drives,
and peripherals. It also provides expansion slots for additional cards like graphics cards or
sound cards.
Page | 4
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
1) MONITOR:
A monitor is an electronic visual display for computers. It shows the graphical user interface
(GUI), including text, images, and videos. Monitors come in various sizes and resolutions,
and they use technologies like LCD, LED, or OLED to display information.
Page | 5
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
2) KEYBOARD:
A keyboard is an input device used to enter text and commands into a computer or other
electronic devices. It consists of a set of keys or buttons, each representing different letters,
numbers, symbols, and functions. Keyboards can vary in design, including mechanical,
membrane, Ergonomic Keyboards, Backlit Keyboards, Compact Keyboards, Wireless
Keyboards, and scissor switch keyboard, but they all serve the fundamental purpose of
facilitating user interaction with a computer or device.
TYPES OF KEYBOARD:
Mechanical Keyboards: These use individual mechanical switches under each key. They
offer tactile feedback and durability, making them popular among gamers and typists. You
can find different switch types, like Cherry MX, Razer, or Romer-G, each with its own feel
and sound.
Membrane Keyboards: These have a softer, quieter feel and use a pressure pad system
rather than individual switches. They’re generally more affordable and quieter, but may not
last as long as mechanical keyboards.
Scissor Switch Keyboards: Often found in laptops and some desktop keyboards, these use
a scissor-like mechanism to provide a low-profile, stable key press.
Ergonomic Keyboards: Designed to reduce strain on your hands and wrists, these
keyboards may have a split layout, tenting options, or other features to improve comfort.
Wireless Keyboards: These connect via Bluetooth or a wireless USB dongle, reducing
cable clutter. They can be a good choice if you value a clean desk setup or need to switch
between devices.
Backlit Keyboards: These have illuminated keys, which can be helpful in low-light
conditions. Some have customizable RGB lighting for a more personalized look.
Compact Keyboards: These may have a smaller form factor, such as 60% or 75% layouts,
which save desk space and are often favored by those who prioritize portability or a
minimalist setup.
Page | 6
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
3) MOUSE:
A mouse is an input device used to interact with a computer or other electronic devices. It
typically consists of a small hand-held unit that you move across a surface to control a pointer
or cursor on the screen. Most mice have at least two primary buttons (left and right) and a
scroll wheel in the middle. Mouse uses either an optical or laser sensor to detect movement
across a surface. Optical mice use LED lights, while laser mice use lasers for more precise
tracking.
4) SPEAKER:
A speaker is a device that converts electrical audio signals into sound. It produces audible
sound by using electrical energy to create vibrations in the air. Driver generates sound by
vibrating in response to electrical signals. Enclosure is the casing that holds the driver and
helps amplify the sound.
5) PRINTER:
A printer is a device that produces physical copies of digital documents, images, or graphics.
It converts electronic files from a computer or other devices into printed output on paper or
other media. Printers are used in homes, offices, and industrial settings for various purposes,
from producing documents and reports to creating detailed graphics and prototypes.
Page | 7
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
Page | 8
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
PRACTICAL-2
Introduction to Operating System
Page | 9
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
Operating System
An operating system (OS) is the primary software that manages a computer's
hardware and software resources. It acts as an intermediary between you and your
computer, allowing you to interact with your device and use it effectively.
Examples of Operating system: Windows, MacOs, Android, IOS, Linux, Ubuntu
Sr.
Commands Functions
No.
1 Dir Gives the list of directories
2 d: Change the directory
mkdir(name of the
3 Make new file or folder
folder)
cd(name of the
4 To work with the folder
folder)
5 echo To print certain message
echo(message)>(file
6 To create a file in folder or another folder
name).txt
7 help List of all documents
8 ipconfig Gives the Ip address of system
9 cls Clear the screen
color(number of
10 Change color of the font and background
color)
11 time To know the time of the system
12 date Gives the date of system
13 tree It provides tree sytructure of directory of file
To work on the previous directory or move to previous
14 cd.
directory
del(name of the
15 Delete the file
folder)
ren(name of the first
16 Changes the filename
file)
17 rmdir To delete the directory(folder)
18 startcalc To start calculator
19 startcertainapp To start certain app
20 driverquery List of query
Attrib +H +S
21 To hide the file
+R(name of the file)
Atrrib –H –S –
22 Unhide the file
R(name of the file)
Page | 10
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
tree:-
Page | 11
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
ipconfig:-
time:-
date:-
Page | 12
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
LINUX COMMANDS
Command Description
LESS [OPTIONS]
View the contents of a file one page at a time.
[FILENAME]
SU [OPTIONS] [USER
Switch to another user account.
[ARGUMENTS]]
TAR [OPTIONS] FILENAME Store and extract files from a tar file (.tar).
KILL [OPTIONS] PID Stop a process. If the process refuses to stop, use kill -9.
DU [OPTIONS] Show how much space each file takes up.
LPR [OPTIONS] Send a print job.
FIND [PATHNAME]
Search for files matching a provided pattern.
[EXPRESSION]
GREP [OPTIONS] PATTERN
Search files or output for a particular pattern.
[FILESNAME]
LOCATE FILENAME Search a copy of your file system for the specified
MV [OPTIONS] SOURCE
Rename or move file(s) or directories.
DESTINATION
RM [OPTIONS] DIRECTORY Remove (delete) file(s) and/or directories.
SSH [OPTIONS]
Remotely log in to another Linux machine, over the network.
USER@MACHINE
LS [OPTIONS] List directory contents.
Leave an ssh session by typing exit.
Filename.
Exit.
TOP Displays the resources being used on your system. Press q to
WHO [OPTIONS] Display who is logged on.
DF [OPTIONS] Display used and available disk space.
PWD Display the pathname for the current directory.
TAIL [OPTIONS]
Display the last n lines of a file (the default is
[FILENAME]
MAN [COMMAND] Display the help information for the specified command.
DATE [OPTIONS] Display or set the system date and time.
CAT [FILENAME] Display file‟s contents to the standard output device
PS [OPTIONS] Display a snapshot of the currently running processes.
FILE [OPTIONS] FILENAME Determine what type of data is within a file.
RMDIR [OPTIONS]
Delete empty directories.
DIRECTORY
TOUCH FILENAME Create an empty file with the specified name.
LN [OPTIONS] SOURCE
Create a shortcut.
[DESTINATION]
MKDIR [OPTIONS]
Create a new directory.
DIRECTORY
CP [OPTIONS] SOURCE
Copy files and directories.
DESTINATION
CLEAR Clear a command line screen/window for a fresh start.
CHOWN [OPTIONS]
Change who owns a file.
FILENAME
CD /DIRECTORYPATH Change to directory.
PASSWD [NAME
Change the password or allow (for the system administrator) to
[PASSWORD]]
Change any password.
Page | 13
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
Page | 14
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
PRACTICAL-3
Basics IT Troubleshooting, E-mail and communication
Page | 15
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
An operating system is the most important software that runs on a computer.It manages
the computer’s memory and processes as well as all of it’s software and hardware.It also
allows you to communicate with the computer.
Step-6:Install now
Page | 16
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
Page | 17
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
Page | 18
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
PRACTICAL-4
Word & Spreadsheet Basics
Page | 19
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
Undo Ctrl + Z
Redo Ctrl + Y
Repeat F4
Page | 20
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
Go To F5
Spell check F7
Save as F12
Refresh F9
Page | 21
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
Page | 22
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
Page | 23
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
PRACTICAL-5
Introduction to programming
Page | 24
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
Arrays: A basic data structure that stores a fixed length sequence of elements of same
data type. The elements in array can be accessed by the user by referring to their
indices.
Variables: A variable is a data name which is used to store data values.A variable acts
as a container for storing values.
Rules:
1var (invalid)
Var 1 (invalid)
Page | 25
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
Datatype: A datatype is a set of values that a variable can contain and the rules that
govern how data is used.The compiler allocates the memory based on datatype to save
the space.Basic datatypes include integers,floating point numbers and character.
Output:
Output:
Page | 26
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
Output:
4.To print n natural numbers and to calculate their sum and average.
Page | 27
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
Output:
Output:
Page | 28
114ES: IT ESSENTIAL WORKSHOP ID Number:24IT412
Page | 29