Chapter 10 Flashcards

1
Q

What is a bottleneck?

A

A component that limits overall performance.

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

What is a baseline?

A

The ‘normal’ score created by your design specifications to compare to.

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

What is the Windows Experience Index?

A

A tool that scores your performance on a scale from 1.0 to 7.9.

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

When your system does not have enough RAM to perform an operation, what is used?

A

Virtual Memory

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

Where is virtual memory stored?

A

Your hard drive.

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

When your RAM runs low, where does Window move the data to?

A

A paging (or page) file.

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

What is the downside to virtual memory?

A

It is greatly slower than RAM.

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

The default paging file size is how many times the size of your RAM?

A

1.5

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

What gives you a quick glance at performance and information about programs and processes.

A

Task Manager

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

There are two keyboard shortcuts to access command prompt, what are they?

A

Ctrl+Alt+Del - then click Task Manager. Ctrl+Shift+Esc

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

What are they six tabs in Task Manager:

A
  1. Applications
  2. Processes
  3. Services
  4. Performance
  5. Networking
  6. Users
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the % Processor Time

A

This counter measures how busy the processor is.

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

The processor may jump to 100% usage, the processor should never stay above?

A

80%

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

If your processor cannot perform fast enough, what should you do?

A

Use a faster processor or add additional processors or move some of the services to other systems.

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

What is Page faults/sec?

A

Attempts to access a virtual memory page that is not available in its working set in RAM.

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

If your Page faults/sec is 20 or higher, what should you do?

A

Increase the memory.

17
Q

What is Interrupts/sec?

A

The numbers of interrupts generated by hardware the processor was asked to respond to.

18
Q

What is ACPI?

A

Advanced Configuration and Power Interface

19
Q

When you reduce power comsumption, what also gets reduced?

A

Performance.