(W9)How do you open command prompt with administrator privileges in Windows 10?
(W14)Where do you view data about the disks and file systems connected to the computer?
(W17)Explain the following tools and give an example of what we would use each for: Disk Defragmenter, Disk Cleanup, Recovery Drive, Windows Memory Diagnostic.
(L4)Navigate to and explain the following:
Desktop, Computer(About), Files
a.Desktop - Boots directly into the desktop.
Presents you with a user interface with icons toolbars and wallpapers. Makes interacting with OS easier.
b.Computer(About) - Click on places in linux menu bar (top left) > click home folder > click small computer icon in menu bar > this opens my computer.
Gives you access to your software and hardware information as well as the files in your disc and hard drives.
c.Files - Click file icon on toolbar
Allows you to browse the files on your computer. Access to your documents, videos, and pictures.
(L8)Find System Information. What useful items can be found here?
a.Details option in system settings
b.Attached devices and system hardware
(W10)Explain the following commands/tools: (for Windows)
a.cd, b.C:\, c.A:(or D:, etc.), d..., e.cls
a. Changes the directory
b. Goes to the C:\ directory
c. Changes the drive that cmd is looking in
d. Moves up one directory
e. Clears the text displayed in the command prompt
(W15)Where is the system32 folder and what does it contain?
(W18)What is System Restore? When would you use it? Demonstrate how to use System Restore in Windows 8/10.
a.System restore returns your system to a previous state or point in time. You would use it if a computer only recently started to malfunction, an update failed to apply, etc.
b.
(L4)Navigate to and explain the following:
Terminal, Disks, Network
a.Terminal - Click activities > type terminal in search bar > open terminal
Allows you to send text commands to your computer to do a whole variety of things. This includes navigating through your directory and downloading software packages.
b. Disks - In your files your disks should be listed under devices on the left-hand side
Allows you to view how much space is on your disk drive and what content is on this drive
c.Network - Network icon in upper left-hand corner
Used to connect to Wifi networks or display your active ethernet connection. Can also change network properties if needed.
(L9)What is System Monitor? What is the main use of the System Monitor? What is the System Monitor similar to?
a.Tool used to see CPU/data usage, view/end processes
b.End/view processes
c.Windows Task Manager
(W11)What is a file system?
A file system is the way in which files are organized on a drive
(W16)Demonstrate how to map a network drive.
(L1)What are Linux distributions? Can you name three?
Distributions are different versions of Linux OS. Ubuntu, Fedora, Linux Mint, Debian, Manjaro Linux
(L5)Demonstrate how to connect to Wifi.
Manual configuration: download certificates and extract them to be able to connect to URI_Secure. If it doesn’t work, device enroll.
(L10)What command changes your terminal session from a user to the root account? What command changes it back to a user account?
a.
i.Type “su” → Press enter → password for root → check for # at the end of command line
ii.sudo - then enter password after
b.Exit
(W12)What file system does Windows use?
Windows uses NTFS (New Technology File System)
(W17)Demonstrate two ways to locate Administrative Tools. (Windows 8/10 and Windows 10)
(L2)Demonstrate how to create a new user. What are the two account types? What is the difference between the two account types? How do you change an account name?
a.In User accounts
b.Standard and Admin
c.Whatever the standard account can’t do the admin can do. Admin accounts can make far more changes than a standard account, including deleting other accounts, adding removing programs, and other components of the operating system
d.Unlock settings, click on name, rename
(L6)Show how to create and delete partitions in Linux. Show how to create a disk image of a specific partition.
a.
b.Disks - select drive - select partition - more actions - create disk image
(L11)What command would you use to see the list of folders in the current directory?
(W13)What other file systems are compatible with Windows?
Windows can detect NTFS, exFAT, and FAT32 (and other FAT based file systems)
(W17)Explain the following tools and give an example of what we would use each for: Computer Management, System Configuration, System Information and Services.
(L3)Linux is an Open-Source Operating system. What does “Open-Source” mean? What advantage does this have for troubleshooting problems?
a.Open source means that the original code for the software is made free and open to the public for modification.
b.It is an open-source operating system, meaning you can make drastic changes. This also means that whatever you are trying to do someone else probably already did it and added their input on an online forum.
(L7)What is SmartData and where is it located? What can SmartData be used on? What are the advantages of SmartData?
a.
b.Drives attached to the computer
c. Can be used to check whether a drive is damaged or not. It gives you a rundown of each aspect of the drive and whether it has failed or passed the test.
(L12)What command would you use to manually mount a drive?
Sudo mount /dev/drive location/media/drive name