Computer Fundamental Practical's
1. Basic Windows Navigation
Objective: Learn to navigate the Windows interface.
Access Start Menu:
- Click the Start button (Windows icon) on the taskbar or press the
Windows key
on the keyboard.
- Click the Start button (Windows icon) on the taskbar or press the
Open an Application:
- From the Start menu, type the name of an app (e.g., "Notepad") and press
Enter
.
- From the Start menu, type the name of an app (e.g., "Notepad") and press
Switch Between Applications:
- Use
Alt + Tab
to switch between open applications. - Hold down
Alt
and pressTab
to preview running applications.
- Use
Search for Files or Settings:
- Press
Windows + S
to open the search bar. - Type keywords (e.g., "Control Panel" or a file name).
- Press
2. File Management in Windows Explorer
Objective: Learn to create, copy, move, and delete files or folders.
Open File Explorer:
- Press
Windows + E
or click the File Explorer icon on the taskbar.
- Press
Create a Folder:
- Navigate to a drive (e.g.,
C:
orDesktop
). - Right-click, choose New → Folder, and name it.
- Navigate to a drive (e.g.,
Copy and Move Files:
- Select a file, press
Ctrl + C
(Copy) orCtrl + X
(Cut). - Navigate to the destination folder, then press
Ctrl + V
(Paste).
- Select a file, press
Rename a File or Folder:
- Right-click the item, select Rename, and type the new name.
- Alternatively, select the file and press
F2
.
Delete a File or Folder:
- Select the item and press
Delete
, or right-click and choose Delete. - Confirm the deletion if prompted.
- Select the item and press
3. Task Manager Basics
Objective: Monitor and manage running processes.
Open Task Manager:
- Press
Ctrl + Shift + Esc
orCtrl + Alt + Delete
and select Task Manager.
- Press
View Active Processes:
- Go to the Processes tab to see running applications and background tasks.
End a Task:
- Select a process and click End Task to close it forcefully.
Check System Performance:
- Click the Performance tab to monitor CPU, memory, disk, and network usage.
4. Control Panel and Settings
Objective: Configure system settings.
Open Control Panel:
- Press
Windows + R
, typecontrol
, and pressEnter
.
- Press
Change Display Settings:
- Go to Appearance and Personalization → Display.
- Adjust resolution or scale.
Add or Remove Programs:
- Navigate to Programs → Programs and Features.
- Select a program to uninstall.
Access Windows Settings:
- Press
Windows + I
to open Settings.
- Press
5. Network Configuration
Objective: Set up and manage network connections.
Connect to Wi-Fi:
- Click the network icon in the taskbar.
- Select a network and click Connect. Enter the password if prompted.
View Network Details:
- Go to Control Panel → Network and Sharing Center.
- Click on your active connection to see details.
Enable/Disable Airplane Mode:
- Press
Windows + A
to open Action Center. - Click the Airplane Mode toggle.
- Press
6. Create a User Account
Objective: Add a new user account.
Open User Account Settings:
- Go to Control Panel → User Accounts → Manage another account.
Create a New Account:
- Select Add a new user in PC settings.
- Choose Add someone else to this PC.
- Follow the prompts to create a local or Microsoft account.
7. Disk Management
Objective: Partition and manage drives.
Open Disk Management:
- Press
Windows + X
and select Disk Management.
- Press
Create a New Partition:
- Right-click on unallocated space and select New Simple Volume.
- Follow the wizard to assign a letter and format.
Format a Drive:
- Right-click a partition and choose Format.
- Specify the file system (e.g., NTFS) and click OK.
8. Backup and Restore
Objective: Backup files and restore them.
Set Up File History Backup:
- Go to Settings → Update & Security → Backup.
- Connect an external drive and turn on File History.
Restore Files:
- Click Restore your files with File History under the Backup settings.
- Select files to restore and choose Restore.
9. Command Prompt Basics
Objective: Perform basic tasks using Command Prompt.
Open Command Prompt:
- Press
Windows + R
, typecmd
, and pressEnter
.
- Press
Check IP Address:
- Type
ipconfig
and pressEnter
.
- Type
Create a Folder:
- Navigate to a drive (e.g.,
cd C:\
) and typemkdir NewFolder
.
- Navigate to a drive (e.g.,
Delete a Folder:
- Use
rmdir /s FolderName
.
- Use
List Files in a Directory:
- Use
dir
to list all files and folders.
- Use
10. Windows Updates
Objective: Keep Windows updated.
Check for Updates:
- Go to Settings → Update & Security → Windows Update.
- Click Check for updates.
Install Updates:
- If updates are available, click Download and install.
11. Create and Manage Shortcuts
Objective: Create shortcuts for files or apps.
Create a Shortcut:
- Right-click a file or folder, select Create shortcut.
- Drag the shortcut to the desired location (e.g., Desktop).
Pin an App to the Taskbar:
- Right-click an app and select Pin to taskbar.
12. Security and Antivirus
Objective: Manage security settings.
Run Windows Defender:
- Go to Settings → Update & Security → Windows Security.
- Open Virus & threat protection and click Quick scan.
Firewall Settings:
- Open Control Panel → Windows Defender Firewall.
- Click Turn Windows Defender Firewall on or off to adjust settings.
Comments
Post a Comment