Notes Chapter 2 Flashcards
3 major components of modern computers
- hardware
- operating system
- applications
Modern computing devices almost always have two other stages
- Data storage
- Network connection
A typical desktop PC & the input and output devices
(Page 37 figure 2-11)
System unit or case: the processing takes place inside.
Keyboard: input device
Monitor: visual out put
Speakers: audio output
Mouse: input device
Multifunction device, with printer, scanner, and more: printed output, scanned input
Operating systems run on specific hardware
For example, if you have a 32-bit CPU, you need to install a 32-bit version of an operating system.
Context menu
Offers option specific to the icon you right-click. Right-clicking a file, for example, gives you a context menu that differs greatly from when you right-click an application
3 weird rectangles (f3) Apple keyboard
This is the Mission Control button that lets you see all your open apps at a glance and quickly switch between them.
Can also be accessed by holding the control/ctrl key and then pressing the up arrow key
Desktop environments ( Linux )
- unlike Windows or MacOS, diff Linux distros offer a variety of user interfaces called desktop environments.
Command line interface (CLI)
CLI works when GUI just can’t get the job done.
Techs must learn to be comfortable in this area
On windows the default CLI is powershell -to access it, open the quick links menu (right click the start button) and select windows powershell (or windows terminal in windows 11.
Powershell
Microsoft provides two powershell choices: one that says powershell and another that says powershell (admin). Powershell (admin) is more powerful but requires you to have administrative rights.
Command line prompts “ dir “
At the command prompt, type dir and press enter. - this command line utility
displays all the files and folders in a specific directory. (Directory is the same thing as a folder)
Mac OS CLI called terminal
On a Mac dir doesn’t work. You need to type ls
Linux CLI called terminal
Can be accessed by pressing CTRL-ALT-T
Windows
Has important folders that help organize programs and documents. They sit in the root directory — where the operating system is installed. Vary depending on the version of windows.
Windows file explorer
Enables you to browse and select files and folders stored on all the storage locations available to the computer.
General tab
(General options in CompTIA speak), you can set the default folder to display each time file explorer opens. ** you can make a lot of changes to this **