Computer Structure Final 1 Flashcards
A special very high speed memory called __________ is used to increase the speed of processing by making current programs and data available to the CPU at a rapid rate.
Cache
Most of the main memory is made up of what two chips
RAM integrated Chips
ROM chips
What does RAM stand for
Random Access Memory
RAM is available in two possible operating modes What are they?
Static and Dynamic
ROM stands for what
Read only memory
ROM is used for……….?
storing programs that are permently resident in the computer and for tables of constants that do not change in value once the production of the computer is completed
What is Bootstrap Loader
It is a portion of ROM needed for storing an initial program, which is to start the computer software operating when the power is turned off
A Cluster is the….
smallest unit of disk space that MS-DOS could allocate to a file.
What does a cluster consist of
One or more Sectors
How is cluster sized determined
By the OS when the disk is formatted
(cluster) Generally, the larger the disk drive;…..
the more sectors per cluster
Each sector holds
512 bytes (FAT 32)
Cluster are too small……
to hold larger files
FAT sectors are gathered in clusters:…?
2,4,8,16,32,64 sectors
NFTS stands for what?
New Technology file System
What system does Windows 7, and 8 hold and with how many bytes per sector
NFTS
4096 bytes per sector
Partitioning makes hard disk compatible with the…….
Operating system
Partitioning prepares what….
the hard disk for high-level format
Partitioning divides the…..
hard disk into two or more partitions or makes it all one large partition
What command is partitioning performed with
FDISK or DISKPART
What does RAID stand for
redundant array of inexpensive disks
RAID does what?
combines multiple small, inexpensive disk drives into a group to yield performance exceeding that of one large, more expensive drive
What does RAID appear to the computer as?
As a single virtual drive
What does RAID support?
It supports fault-tolerance by redundantly storing information in various ways
what are the five types of array architectures and what the difference?
RAID 1-5
Different disk fault-tolerance
Different trade-offs in features and performance
A non-redundant array of disk drives is often referred to as
RAID 0