chapter 10: Dealing with performace Issues Flashcards
Fill in the blanks
x
Fill in the blanks
A ______ is when a component limits overall performance?
Bottleneck
Fill in the blanks
_______ is the overall effectiveness of how data moves through the system?
Performance
Fill in the blanks
______ combined your computer’s RAM with temporary space on your hard disk to increase the amount of available memory?
Virtual Memory
Fill in the blanks
Windows ______ is a powerful tool for understanding how your system resources are used by processes and services
Power Management
Fill in the blanks
______ is the process of balancing battery life with performance?
Power plan
Fill in the blanks
The default page file size is _____ times the total RAM?
1.5
Fill in the blanks
A _______ is when a program grabs some memory for some reason and is not able to release the memory when it is done with it?
Memory Leak
Fill in the blanks
A _____ is done by analyzing the performance when the system is running normally and within design specification
Baseline
Fill in the blanks
______ is the amount of committed virtual memory for a a process that can be written to another storage medium, such as the hard disk?
Page pool
Virtual memory in windows 7 is known as a
Paging file
What program gives you a quick glance at a system’s performance and provides information about programs and processes running on your computer?
Task Manager
To terminate a process, you would use a?
Task manager
What MMC snap-in provides tools in a analysing system performance?
Performance Monitor
The Processor utilization should not be consistently above?
80%
the average disk queue length should not be more than?
2
Which power plan does NOT com with Windows 7?
Performance saver
What should the maximum pages/sec?
20
What can make your disk appear slow over time?
Disk Fragmentation
True or False
Paging files are close to or the same speed are regular memory?
False
True or False
Sometimes be relieving one bottleneck, you may trigger another bottleneck?
True
True or False
If paging file usage is larger than 1.5 time, you should increase the memory?
True
True or False
to determine where a bottleneck is occurring, you should compare to a base line
False
True or False
A page fault occurs when a process attempts to access a virtual memory page that is not available in its working set of RAM?
True