Mid Term Flashcards
Client-side virtualization that uses RAM for an application to virtually install itself?
Application Virtualization.
Client-side virtualization that uses software installed on a computer to run virtual machines?
Client-side Desktop Virtualization.
What type of hypervisor installs before an operating system?
Type 1
What type of hypervisor installs inside a host operating system as an application?
Type 2
Virtualization that allows for an application on a remote computer to be controlled by a client?
Presentation Virtualization.
When discussing virtualization, the term _____________ refers to an operating system, which runs within a virtual machine; the term ________________ refers to a physical machine, which runs a hypervisor.
Guest, Host
A ________________ contains the entire operating system, while a __________________ contains the most basic code needed to get the computer up and running.
Monolithic Kernal, Micro Kernal.
Given the path
F:\School\FA13\INFO1001\FinalProject.docx
F:\ is the _____________.
Root Directory.
In the CLI, what command will list the files and sub-directories in the current directory?
DIR
A volume (drive) is organized with a single _______________ directory.
Root.
What is the menu called when you right click on an icon in the taskbar?
Jump List.
How do you get help with the current command in the CLI?
type the command followed by /?
Given the path:
F:\School\FA13\INFO1001\FinalProject.docx
docx is the ____________.
Extension.
Is the windows CLI case sensitive?
No.
What is the primary tool Windows uses for managing hardware?
Device Manager.
What is used to change motherboard settings, such as enabling/disabling a device on the motherboard, setting system date and time, and/or selecting the order of boot devices?
The Setup BIOS.
What is the maximum amount of RAM a 32 bit version of windows can support versus 64?
4 GB for 32 bit. shit……
192 GB for 64 bit. pimpin……
The motherboard BIOS provides which main functions?
Startup BIOS
System BIOS
Setup BIOS
What attributes can a FAT file system have?
Hidden
System
Archive
Read-Only
What attributes can a NTFS file system have?
Hidden System Archive Read-Only Compression Index Encryption
Assuming your current working directory were C:\Users\JDoe
Which of the following statements would change your current working directory to C:\Users using relative path notation?
cd ..
What does the “>” operator do?
Redirects the output of the command to a destination file.
What does the “»” operator do?
Redirects the output of a command to a destination file without overwriting what is already there.
A component in a computer or a device that can be replaced with a new component without sending the computer or device back to the manufacturer.
Field Replaceable Unit