Mid Term Flashcards

1
Q

Client-side virtualization that uses RAM for an application to virtually install itself?

A

Application Virtualization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Client-side virtualization that uses software installed on a computer to run virtual machines?

A

Client-side Desktop Virtualization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What type of hypervisor installs before an operating system?

A

Type 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What type of hypervisor installs inside a host operating system as an application?

A

Type 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Virtualization that allows for an application on a remote computer to be controlled by a client?

A

Presentation Virtualization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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.

A

Guest, Host

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A ________________ contains the entire operating system, while a __________________ contains the most basic code needed to get the computer up and running.

A

Monolithic Kernal, Micro Kernal.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Given the path

F:\School\FA13\INFO1001\FinalProject.docx

F:\ is the _____________.

A

Root Directory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In the CLI, what command will list the files and sub-directories in the current directory?

A

DIR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A volume (drive) is organized with a single _______________ directory.

A

Root.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the menu called when you right click on an icon in the taskbar?

A

Jump List.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do you get help with the current command in the CLI?

A

type the command followed by /?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Given the path:

F:\School\FA13\INFO1001\FinalProject.docx

docx is the ____________.

A

Extension.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Is the windows CLI case sensitive?

A

No.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the primary tool Windows uses for managing hardware?

A

Device Manager.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

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?

A

The Setup BIOS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is the maximum amount of RAM a 32 bit version of windows can support versus 64?

A

4 GB for 32 bit. shit……

192 GB for 64 bit. pimpin……

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

The motherboard BIOS provides which main functions?

A

Startup BIOS
System BIOS
Setup BIOS

19
Q

What attributes can a FAT file system have?

A

Hidden
System
Archive
Read-Only

20
Q

What attributes can a NTFS file system have?

A
Hidden
System
Archive
Read-Only
Compression
Index
Encryption
21
Q

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?

22
Q

What does the “>” operator do?

A

Redirects the output of the command to a destination file.

23
Q

What does the “»” operator do?

A

Redirects the output of a command to a destination file without overwriting what is already there.

24
Q

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.

A

Field Replaceable Unit

25
A virtual environment is created in memory for an application to virtually install itself.
Application Virtualization.
26
Cloud computing service is responsible for hardware, operating system(s), and the application installed.
Software as a service.
27
Cloud computing service provides hardware and the operating system(s) and is responsible for updating and maintaining both. The organization is responsible for the applications installed on these machines.
Platform as a Service.
28
Cloud computing service provides only the hardware. The organization is responsible for providing the operating system(s) and applications installed on servers.
Infrastructure as a Service.
29
What command is used to display the contents of a text file in the CLI?
type
30
What command is used i the CLI to create a new directory?
mkdir
31
Programming contained in the bios code on the motherboard used to start up the computer and search for a server on the network to provide a bootable operating system.
PXE boot (preboot execution environment)
32
A windows server directory database and service that is used in managing a domain to allow for a single point of administration for all shared resources on a network, including files, peripheral devices, databases, web sites, users, and services.
Active Directory
33
Installing a standard image on a computer.
Image Deployment.
34
A file server holding windows setup files used to install windows on computers networked to the server.
Distribution Server.
35
How many partitions can windows support in one drive?
4.
36
A Windows XP tool used to copy user data and settings from one computer to another.
Files and setting transfer wizard.
37
A strategy to install windows that uses a standard image for the installation. A technician must perform the installation on the local computer?
High-touch standard image.
38
Sometimes called a domain user account or network account, the account is used at the domain level, created by an administrator, and stored in the SAM (security accounts manager) database on a windows domain controller.
Global Account.
39
A text file that contains information that windows requires in order to do an unattended installation.
Answer file
40
Software that can be used by a system administrator from a network location to query hundreds of computers in a single scan to determine if a computer qualifies for a Windows upgrade.
Microsoft Assessment And Planning (Map) Toolkit
41
A strategy to install windows where all the work is done by a technician sitting at the computer using windows setup files. The technician also installs drivers and applications after the windows installation is finished.
High touch with retail media
42
A strategy that uses a deployment server on the network to serve up a windows installation after a technician starts the process at the local computer.
Lite-Touch, High-Volume Deployment
43
A command used by the user state migration tool (USMT) to copy user settings and data temporarily stored on a server or removable media to a new computer.
Loadstate.
44
A windows installation that requires the local user to start the process.
Pull automation