Name; SAMIULLAH ABBASI , student ID; 44148 , course name; IC&T , instructor name; . Ali Saddique. SECTION A: CMD OPERATIONS Perform the following tasks: 1. Open Command Prompt and check your system information. Write system info in command prompt. List all files inside a directory and create a new folder and a text file inside it. Write dir. in the command prompt to list the file in directory. Write mkdir my new folder in cmd to create a new folder. Write echo This is a sample text > MyNewFolder\sample.txt in cmd to create a text file in the inside newfolder. Write dir my newfolder.in cmd to display my content in folder. Display all running processes in your system. Write tasklist in cmd to display running processes in the system. Retrieve the MAC address of your computer. Write getmac in cmd to display internet connection. Shut down or restart your computer using CMD Writeshutdown/s/t30 IN CMD to shutdown computer WRITE SHUTDOWN/r/t60 in cmd to restart computer. Section B: Computer Basics What is computer? A computer is a machine that can store, process, and retrieve information. 2 What are the main parts of a computer? The main parts of a computer: 1. CPU (Central Processing Unit) 2. Motherboard 3. RAM (Random Access Memory) 4. Storage (HDD/SSD) 5. Power Supply Unit (PSU) 6. Input Devices (Keyboard, Mouse, Microphone, etc.) 7. Output Devices (Monitor, Speakers, Printer, etc.) 8. GPU (Graphics Processing Unit) (Optional but important for gaming/editing) 3 What is the function of a keyboard? A keyboard is an input device used to type text, enter commands, and control a computer. End