GE-161L ICT Lab-03
GE-161L ICT Lab-03
GE-161L ICT Lab-03
Laboratory 03
Version: 1.0.0
Contents:
Learning Objectives
Required Resources
General Instructions
Background and Overview
o Microsoft ® Windows Control Panel
What is the Microsoft ® Windows Control Panel?
Sections of Microsoft ® Windows Control Panel:
o Linux
Terminal
Basic Commands
o Microsoft ® Windows Task Manager
Activities
o Pre-Lab Activity
Exploring Microsoft ® Windows Control Panel
– Appearance and Personalization
– Network and Internet
– Programs
– User Accounts
Task 01: Make Changes to Account on PC
o In-Lab Activity
Connecting Two Computers
– How to Connect Two Computers with an Ethernet Cable?
– Four wires in Ethernet Cable:
Linux Terminal
– Demonstration on Linux Terminal
– Start Learning Commands
– List detailed content of your current working directory
– Show hidden files
– Change to a different directory
– Create a file
– Creating a File with “cat” Command
– Create Directory
– Copy Files and Directories
– Removing Directories with rmdir
– Move file or directory:
– Self-Learning
Task 01: Creating and moving directories in Linux using terminal
o Post-Lab Activity
Task Manager
– Explore Task Manager
– Task Manager Detail View
Task 01: Describe Linux Terminal Commands
Submissions
Evaluations Metric
References and Additional Material
Lab Time and Activity Simulation Log
Learning Objectives:
Learn to Install, Uninstall a Program using Search Bar, Control Panel
Explore Task Manager of Microsoft ® Windows
Connect two Computers (Wired and wireless connection)
Deal with Linux Operating System using Virtual Box
Creating, Deleting, Copying, Moving files using Terminal in Linux
Required Resources:
Open Desktop or Laptop PC
Ethernet Cable
Installed Virtual Box with Linux
Internet Connection
General Instructions:
In this Lab, you are NOT allowed to discuss your solution with your colleagues, even not
allowed to ask how is s/he doing, this may result in negative marking. You can ONLY discuss
with your Teaching Assistants (TAs) or Lab Instructor.
Your TAs will be available in the Lab for your help. Alternatively, you can send your queries
via email to one of the followings.
Lab Instructors:
Course Instructor Prof. Dr. Syed Waqar ul Qounain [email protected]
commands you enter in a terminal window, so the operating system can understand what you want to
do.
Basic Commands:
Now, let us look at the most important commands in Linux. Linux commands are case sensitive hence
you need to be careful about what you are keying in.
1. ls: List directory contents.
2. cd: Change the current directory.
3. pwd: Print Working Directory.
4. mv: Move a file.
5. cp: Copy a file.
6. rm: Remove files in a directory or the directory itself.
7. mkdir: To make a directory.
8. cat: The cat command (short for “concatenate”) is one of the most frequently used commands
in Linux. cat command allows you to create single or multiple files.
9. echo: This command is used to display a text or a string to the standard output or a file.
$ echo “This is an article on basic Linux commands”.
10. clear: This command lets you clear the terminal screen.
Activities:
Pre-Lab Activities:
Explore Control Panel:
Go to Microsoft ® Windows Search bar.
Search for “Control Panel”.
You will get Control Panel on top.
Programs:
The Programs category is shown when viewing the Control Panel as categories and allows you to get
new Programs and Uninstall Programs on your computer. Below is a list of each of the subcategories
of Programs in Microsoft ® Windows 10.
Fig. 7 (Programs)
Programs and Features - Opens the Programs and Features window that allows you to change, repair,
and uninstalled any Program that is installed on the computer.
Change name of your Account on PC to your Roll number like (BITF19M007). Add Email to
your Account.
Use snipping tool to capture each step.
Email the zip folder to email of respective TA. The subject of your email should be “Your
RollNo_Pre-Lab03”
In-Lab Activities:
Connecting Two Computers
How to Connect Two Computers with an Ethernet Cable?
The simplest method to connect two computer systems without using the internet is through an ethernet
cable. Once the connection is established the two systems can share files between them and also view
and edit those files.
Ethernet cables are used to provide an internet connection, connect devices to a local network. They
plug into Ethernet ports on a variety of devices. The most common use for an Ethernet cable is
connecting a Wi-Fi router or modem to the internet entry port or telephone line and connecting
computers.
~$ cd Desktop
After running command, a text file of name “textfile.txt” has been created.
Creating a File with “cat” Command:
The “cat” command is mainly used to read and concatenate files, but it can also be used for creating
new files.
To create a new file run the cat command followed by the redirection operator “>” and the name of the
file you want to create. Press Enter type the text and once you are done press the CRTL+D to save the
files.
~$ cat > file1.txt
Create Directory:
Now let's learn how to create your own directory with the help of command prompt in Linux.
To directory Linux has command “mkdir” stands for 'make directory'. With the help of “mkdir”
command, you can create a new directory wherever you want in your system. Just type "mkdir <dir
name>”, in place of <dir name> type the name of new directory, you want to create and then press
enter.
Syntax:
~$ mkdir <dirname>
To delete a directory with rmdir, type the command followed by the name of the directory you want to
remove. For example, to delete a directory named dir1 you would type:
~$ rmdir directory
Post-Lab Activities:
Task Manager:
The Windows Task Manager is a powerful tool which provides useful information, from your system’s
overall resource usage to detailed statistics about each process.
Explore Task Manager:
Windows offers many ways to launch the Task Manager. Press Ctrl+Shift+Esc to open the Task
Manager with a keyboard shortcut or right-click the Windows taskbar and select “Task Manager.”
You can also press Ctrl+Alt+Delete and then click “Task Manager” on the screen that appears or find
the Task Manager shortcut in your Start menu.
You can also go to search bar, Search for “Task Manager”.
You can also right-click an application in this window to access more options:
Switch To: Switch to the application’s window, bringing it to the front of your desktop and
putting it in focus. This is useful if you’re not sure which window is associated with which
application.
End Task: End the process. This works the same as the “End Task” button.
Run New Task: Open the Create New Task window, where you can specify a program,
folder, document, or website address and Windows will open it.
Always On Top: Make the Task Manager window itself “always on top” of other windows
on your desktop, letting you see it at all times.
Open File Location: Open a File Explorer window showing the location of the program’s
.exe file.
Search Online: Perform a Bing search for the program’s application name and file name.
This will help you see exactly what the program is and what it does.
Properties: Open the Properties window for the program’s .exe file. Here you can tweak
compatibility options and see the program’s version number, for example.
While the Task Manager is open, you’ll see a Task Manager icon in your notification area. This shows
you how much CPU (central processing unit) resources are currently in use on your system, and you
can mouse over it to see memory, disk, and network usage. It’s an easy way to keep tabs on your
computer’s CPU usage.
Processes: A list of running applications and background processes on your system along with
CPU, memory, disk, network, GPU, and other resource usage information. You can click the
CPU column to see running processes sorted by CPU usage. The top of the column also shows
the total resource usage of all the processes on your system.
Performance: Real-time graphs showing total CPU, memory, disk, network, and GPU
resource usage for your system. You’ll find many other details here, too, from your computer’s
IP address to the model names of your computer’s CPU and GPU.
App History: Information about how much CPU and network resources apps have used for
your current user account. This only applies to new Universal Windows Platform (UWP)
apps—in other words, Store apps—and not traditional Windows desktop apps (Win32
applications.)
Startup: A list of your startup programs, which are the applications Windows automatically
starts when you sign into your user account. You can disable startup programs from here,
although you can also do that from Settings > Apps > Startup.
Users: The user accounts currently signed into your PC, how much resources they’re using,
and what applications they’re running.
Details: More detailed information about the processes running on your system. This is
basically the traditional “Processes” tab from the Task Manager on Windows 7.
Services: Management of system services. This is the same information you’ll find in
services.msc, the Services management console.
Fig. 35 (Performance)
Submissions:
For Pre-Lab Activity:
o Perform Pre-Lab as mentioned above.
o Take screenshot of each step, (by name screenshot1.png screenshot2.png …) and make
a folder on Desktop by name “RollNo_Pre-Lab_03”.
o Save screenshots in folder “RollNo_Pre-Lab_03”.
o Then zip whole folder (RollNo_Pre-Lab_03.zip), and email to your respective TA.
For In-Lab:
o Perform mentioned tasks of In-Lab activity.
o Make a folder on Desktop by name “RollNo_In-Lab_03”.
o Take screenshot of each and save in folder “RollNo_In-Lab_03”.
For Post-Lab Activity:
o Perform Post-Lab as mentioned above.
o Take screenshot of each command, (by name screenshot1.png screenshot2.png …) and
write function of each command in text file of named “Linux Command” and make a
folder on Desktop by name “RollNo_Post-Lab_03”.
o Save screenshots and text file in folder “RollNo_Post-Lab_03”.
o Then zip whole folder (RollNo_Post-Lab_03.zip), and email to your respective TA.
Evaluations Metric:
All the Lab tasks will be evaluated offline by TA’s.
Division of Pre-Lab tasks: [20 marks]
o Task 01 (Make Changes to Account on PC) [20 marks]
Division of In-Lab tasks: [30 marks]
o Task 01 (Linux Terminal) [25 marks]
o Full Terminal Screenshots [05 marks]
Division of Post-Lab tasks: [30 marks]
o Task 01 (Describe Linux Terminal Commands) [30 marks]
https://www.lacrosselibrary.org/sites/default/files/class_handout_windows_7_control_panel.p
df