Tag: PCI
BIOS
by admin on Feb.07, 2009, under Computer, software

Basic Input/Output System (BIOS) designed to be the first code run by a PC when powered on. The initial function of the BIOS is to identify, test, and initialize system devices such as the video display card, hard disk, and floppy disk and other hardware. This is to prepare the machine into a known state, so that software stored on compatible media can be loaded, executed, and given control of the PC.This process is known as booting, or booting up, which is short for bootstrapping.
The first thing the BIOS does is check the information stored in a tiny (64 bytes) amount of RAM located on a complementary metal oxide semiconductor (CMOS) chip. The CMOS Setup provides detailed information particular to your system and can be altered as your system changes. The BIOS uses this information to modify or supplement its default programming as needed.
After checking the CMOS Setup and loading the interrupt handlers, the BIOS determines whether the video card is operational.
Next, the BIOS checks to see if this is a cold boot or a reboot.
If it is a cold boot, the BIOS verifies RAM by performing a read/write test of each memory address. It checks the PS/2 ports or USB ports for a keyboard and a mouse. It looks for a peripheral component interconnect (PCI) bus and, if it finds one, checks all the PCI cards. If the BIOS finds any errors during the POST, it will notify you by a series of beeps or a text message displayed on the screen. An error at this point is almost always a hardware problem.
BIOS then displays some details about your system.
and system start begin
computer bus
by admin on Feb.05, 2009, under Computer, hardware
computer bus is a subsystem that transfers data between computer components inside a computer or between computers. Unlike a point-to-point connection, a bus can logically connect several peripherals over the same set of wires. Each bus defines its set of connectors to physically plug devices, cards or cables together.
A bus is characterised by the amount of information that can be transmitted at once. This amount, expressed in bits, corresponds to the number of physical lines over which data is sent simultaneously. A 32-wire ribbon cable can transmit 32 bits in parallel. The term “width” is used to refer to the number of bits that a bus can transmit at once.
Additionally, the bus speed is also defined by its frequency (expressed in Hertz), the number of data packets sent or received per second. Each time that data is sent or received is called a cycle.
it may be external or internal
internal as PCI
external as USB
PCI
by admin on Feb.05, 2009, under Computer, hardware

PCI is a computer bus for attaching hardware devices in a computer.
The name PCI is an initialism formed from Peripheral Component Interconnect.
Typical PCI cards used in PCs include: network cards, sound cards, modems, extra ports such as USB or serial, TV tuner cards and disk controllers.
![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=9ed46bca-5cd8-4887-a13f-c12f94608146)
![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=cd067b87-e816-46c2-a7bf-76e0e80f7c88)