0% found this document useful (0 votes)
5 views2 pages

Basic Computer Skills and Exercises

The document provides practice exercises focused on understanding folders, files, applications, and operating systems. It includes tasks such as organizing files, cleaning up the taskbar, and creating a project folder in Visual Studio Code. Additionally, it suggests installing a password manager and an adblocker extension for Chrome, along with searching for HTML teaching resources online.

Uploaded by

mirafdemeke99
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views2 pages

Basic Computer Skills and Exercises

The document provides practice exercises focused on understanding folders, files, applications, and operating systems. It includes tasks such as organizing files, cleaning up the taskbar, and creating a project folder in Visual Studio Code. Additionally, it suggests installing a password manager and an adblocker extension for Chrome, along with searching for HTML teaching resources online.

Uploaded by

mirafdemeke99
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Practice exercises:

*******************

Understanding Folders, Files and Applications


**********************************************

- List out the path for all of the major folders you use the most
- Desktop
C/Users/Kings/Desktop
- Downloads
- Program files / Applications
- Documents
- Your user root folder

Eg:
Desktop:
Apple Drive/Users/{user-name}/Desktop

- Clean up your computer by creating folders and rearranging files

- Try not to have more than 5 folders on your Desktop

Understanding your operating system


***********************************

- Clean up your taskbar menu


- It should only have VS Code, Chrome, Zoom and WhatsApp for now

- Try changing your background image to something cooler ;)

- Install the keepass application to keep track of all your passwords

Understanding Visual Studio Code


*********************************

- Create one project folder on Desktop


- Create a couple of folders within the main project folder
- css
- js

- Create an html file on the main project folder


[Link]

- create a css file inside the css folder


[Link]

- create a javascript file inside the js folder


[Link]

- Add some sample text on the html file and save it

- Open the html file using your browser and check how it looks

Understanding your Browser (Chrome)


***********************************

- Install adblocker extension


- Clear the cache on your browser (Be careful not to remove passwords
that you don't remember)

Mastering Google
****************

- Try to find a pdf file that teaches HTML

Common questions

Powered by AI

Setting up a project environment correctly in Visual Studio Code is crucial for a streamlined development workflow, as it allows for efficient organization of files and resources, ensures compatibility with coding standards, and facilitates the use of development tools and extensions. This setup minimizes potential errors and enhances productivity .

To set up a basic project structure in Visual Studio Code, create a main project folder on the Desktop, then within it, create subfolders for 'css' and 'js'. Add an 'index.html' file in the main folder, a 'styles.css' file in the 'css' folder, and a 'scripts.js' file in the 'js' folder. This structuring is important for separating concerns, organizing resources logically, and facilitating collaborative work .

Effectively organizing files and folders involves listing paths for major folders such as Desktop, Documents, and Downloads, and cleaning up the computer by creating and rearranging files to limit the number of folders on the Desktop to five. This ensures a clutter-free workspace and enhances productivity .

Installing an adblocker extension in Chrome helps enhance the browsing experience by removing intrusive ads, which can lead to faster page loading times and reduced data usage. It also minimizes distractions and potential security risks, providing a more streamlined and secure browsing environment .

For aspiring web developers, accessing tutorials such as HTML PDFs provides foundational knowledge and hands-on guidance needed to hone coding skills. Mastering Google search techniques enables them to find high-quality, relevant resources quickly and efficiently, boosting their learning curve and skill acquisition .

A password manager application like keepass benefits users by securely storing and organizing multiple passwords, thus eliminating the need to remember each one individually. This enhances password security by allowing users to create strong, unique passwords for different accounts while reducing the risk of password reuse .

Changing the computer's background image can enhance the user's aesthetic experience and personal satisfaction, contributing to a more enjoyable work environment. The selection of a 'cooler' image should reflect personal taste, minimize eye strain, and maintain a balance between professionalism and personal expression .

Clearing browser cache can inadvertently lead to the loss of stored passwords and login sessions, which can be inconvenient. Users can mitigate this risk by carefully selecting cache clearing options to avoid saved form data and by using password managers like keepass to store and retrieve passwords securely .

Cleaning up the taskbar menu is important for system optimization and improves ease of access to frequently used applications. The taskbar should consist of essential applications such as Visual Studio Code, Chrome, Zoom, and WhatsApp to maximize efficiency and minimize distractions .

The purpose of creating sample text in an HTML file and previewing it in a browser is to ensure that the webpage is displayed as intended and to check the functionality and layout of content on different browsers. This practice helps in identifying errors or discrepancies early in the development process .

You might also like