Notice (8): Undefined index: api_key [APP/Controller/PageprocessController.php, line 111]
Notice (8): Undefined index: site_id [APP/Controller/PageprocessController.php, line 112]
/wp-content/uploads/2019/09/Bays-Power-Supply-Factors-Affecting-Processing-Speed.jpg" /> Notice (8): Undefined index: api_key [APP/Controller/PageprocessController.php, line 111]
Notice (8): Undefined index: site_id [APP/Controller/PageprocessController.php, line 112]
/wp-includes/css/dist/block-library/style.min.css?ver=6.1.1' media='all' /> Notice (8): Undefined index: api_key [APP/Controller/PageprocessController.php, line 111]
Notice (8): Undefined index: site_id [APP/Controller/PageprocessController.php, line 112]
/wp-includes/css/classic-themes.min.css?ver=1' media='all' /> Notice (8): Undefined index: api_key [APP/Controller/PageprocessController.php, line 111]
Notice (8): Undefined index: site_id [APP/Controller/PageprocessController.php, line 112]
/wp-content/plugins/hide-featured-image-on-all-single-pagepost//tnado-styles.css?ver=6.1.1' media='all' /> Notice (8): Undefined index: api_key [APP/Controller/PageprocessController.php, line 111]
Notice (8): Undefined index: site_id [APP/Controller/PageprocessController.php, line 112]
/wp-content/themes/generatepress/assets/css/components/comments.min.css?ver=3.2.4' media='all' /> Notice (8): Undefined index: api_key [APP/Controller/PageprocessController.php, line 111]
Notice (8): Undefined index: site_id [APP/Controller/PageprocessController.php, line 112]
/wp-content/themes/generatepress/assets/css/components/widget-areas.min.css?ver=3.2.4' media='all' /> Notice (8): Undefined index: api_key [APP/Controller/PageprocessController.php, line 111]
Notice (8): Undefined index: site_id [APP/Controller/PageprocessController.php, line 112]
/wp-content/themes/generatepress/assets/css/main.min.css?ver=3.2.4' media='all' /> Notice (8): Undefined index: api_key [APP/Controller/PageprocessController.php, line 111]
Notice (8): Undefined index: site_id [APP/Controller/PageprocessController.php, line 112]
/wp-includes/wlwmanifest.xml" /> Notice (8): Undefined index: api_key [APP/Controller/PageprocessController.php, line 111]
Notice (8): Undefined index: site_id [APP/Controller/PageprocessController.php, line 112]
/wp-content/uploads/2019/01/cropped-LogoFavicon-32x32.png" sizes="32x32" /> Notice (8): Undefined index: api_key [APP/Controller/PageprocessController.php, line 111]
Notice (8): Undefined index: site_id [APP/Controller/PageprocessController.php, line 112]
/wp-content/uploads/2019/01/cropped-LogoFavicon-192x192.png" sizes="192x192" /> Notice (8): Undefined index: api_key [APP/Controller/PageprocessController.php, line 111]
Notice (8): Undefined index: site_id [APP/Controller/PageprocessController.php, line 112]
/wp-content/uploads/2019/01/cropped-LogoFavicon-180x180.png" /> Notice (8): Undefined index: api_key [APP/Controller/PageprocessController.php, line 111]
Notice (8): Undefined index: site_id [APP/Controller/PageprocessController.php, line 112]
/wp-content/uploads/2019/01/cropped-LogoFavicon-270x270.png" />

Bays, Power Supply & Factors Affecting Processing Speed

Bays

Bay is an open area inside the system unit to install additional equipment. Bays are also called drive bays. Two types of bays are as follows:

External or Exposed Drive Bay: It is used to access the drive from outside the system unit. Some examples of external drive bays are a floppy disk drive, CD drive, DVD drive and Zip drive.

Internal or Hidden Drive Bay: It is hidden inside the system unit. An example of an internal drive bay is hard disk drive.

Power Supply

The power supply of a computer is a simple electrical system. It is used to supply correct voltage to different components of computer. It takes 240 or 110 AC voltages as input. It converts AC voltage into 3V, 6V, 12V and 24V of Direct Current (DC).

Different devices work with different voltages. Power supply detects the amount of voltage that a device requires. It supplies correct amount of voltage to different devices.

Factors Affecting Processing Speed

Following are some important factors that affect that processing speed of a computer:

  1. Registers
  2. RAM
  3. System Clock
  4. Buses
  5. Cache Memory

1. Registers

Register is a small, high-speed memory inside a CPU. CPU contains a number of registers. Registers store data and instructions while the CPU processes them. The size of the registers determines the amount of data with which the computer can work at one time. It is also called word size.

The size of registers is in bytes. A register can be of one, two, four or eight bytes. Computers with 32-bit registers means the CPU can process four bytes of data at one time. Bigger size of register increases the performance of computer.

2. RAM

Amount of RAM directly affects the processing speed of the computer. Bigger amount of RAM means that more program instructions and data can be stored in memory. If a computer does not have enough memory to run a program, it must move data between RAM and the hard disk frequently. This process is called swapping that can greatly slow a computer’s performance.

3. System Clock

System clock is an electronic component. It generates electric signals at a fast speed. The time required to execule a single instruction is called clock speed. Clock speed lells us how much time a CPU takes to execute each instruction. CPU takes from 1 to 6 clock ticks to execute one instruction.

Clock speed is measured as cycles per second. Its unit is Hertz (Hz). If a computer has a clock speed of 300 MHz, its system clock ticks 300 million times every second. A faster clock can execute more instructions each second.

4. Buses

A bus is a path between the components of a computer. Data and instructions travel along these paths. The bus width determines how many bits can be transmitted between the CPU and other devices. Bus width also affects the performance of the computer. A higher bus width means that the user can carry more data. It increases the performance of computer.

5. Cache Memory

A cache (pronounced “cash”) is high-speed memory that holds the most recent data and instructions that have been loaded by the CPU It is designed to speed up the transfer of data and instructions Cache is located directly on the CPU or between the CPU and RAM It is faster than RAM.

The data and instructions are retrieved from RAM when CPU uses them for first time. A copy of that data or instructions is stored in cache. The next time the CPU needs that data or instructions, it first looks in cache. If the required data is found there, it is retrieved from cache memory instead of main memory. It speeds up the working of CPU. The amount of cache memory has a tremendous impact on the computer’s speed.

Leave a Comment