Showing posts with label Introduction to Computer (Computer Fundamental). Show all posts
Showing posts with label Introduction to Computer (Computer Fundamental). Show all posts

Monday, 10 November 2014

What is FPU (math coprocessor)?

FPU stands for floating point unit, a small chip built into some computers. Sometimes referred to as a math coprocessor or a math chip, an FPU can calculate complex mathematical problems and various graphic tasks much faster than the "general purpose" CPU (central processing unit) found in all computers. It's called a floating point unit because its speed really shows when calculating equations involving numbers having decimal portions, such as 67.9345x 0.00345. 



Chapter : Introduction to Computer
  • Computer Fundamental 

What is Density?

Density reflects the closeness of data on a disk: the closer the data is, the denser a disk is said to be. Of course, when data is placed closer together (more densely), a disk can store more data. Floppy disks, which are magnetic data storage devices, come in two commonly used sizes: 3.5-inch and 5.25-inch. Both sizes are available in two densities: double- density and high-density. Inside a floppy disk is a thin piece of film with a magnetic coating. The magnetic coating is where data is stored. Density refers to the amount of magnetic particles in the coating.
Regardless of the size of the particle, it can only store one piece of data. A high-density disk has smaller magnetic particles, which allows more particles to fit on a disk, and makes it possible for the disk to store more data. A double-density disk has larger particles that are not so tightly packed; therefore, it holds less data. (A hard disk, by the way, uses a different type of magnetic material that is much denser than the magnetic material used on any floppy disk. This allows a hard disk to hold a lot more data.)
A 3.5-inch double-density disk can hold 720 kilobytes of data. A 3.5-inch high-density disk can hold 1.44 megabytes of data. A 3.5-inch disk can only be used in a 3.5-inch floppy disk drive. A 5.25-inch double-density disk can hold 360 kilobytes of data, and a 5.25-inch high-density disk can hold 1.2 megabytes. A 5.25-inch disk can only be used in a 5.25-inch floppy drive. It is also important to know what type of density the floppy drive is made to handle. Most new disk drives are high-capacity drives, and can handle both high-density and double-density disks. However, older drives were low-capacity and can only handle double-density disks. 


Chapter : Introduction to Computer
  • Computer Fundamental

What is Dual Floppy Drive?

A computer with a dual floppy drive has two slots in which to insert a floppy disk. Although several years ago this meant you simply had two of the same kind of floppy drives so you could work from two different disks, it now usually means that one of the drives will take a 3.5-inch high-density floppy disk, and the other will take a 5.25-inch floppy disk.


Chapter : Introduction to Computer
  • Computer Fundamental 

What is Docking Station?

A docking station is a unit that attaches to a laptop or notebook computer, either directly or by cable, providing the laptop with more hardware. This arrangement increases the laptop's capabilities almost to that of a standardized desktop computer. A docking station typically includes standard expansion slots, as well as additional ports (sockets) for connecting a printer, modem, keyboard, etc. So if you have a laptop computer and a docking station, you can take your laptop with you wherever you go, accepting its limitations as a laptop. Then when you come home or go back to the office, you can connect your laptop to the docking station (with some units this is like inserting a giant video tape into a VCR). Then your laptop virtually turns into a regular desktop computer, complete with large monitor, large hard disk, more RAM, etc



Chapter : Introduction to Computer
  • Computer Fundamental 

What is Bus Snooping?




Bus Snooping: A mechanism for maintaining CACHE COHERENCY in MULTIPROCESSOR computers, under which each cpu's cache-control logic watches the external memory bus, looking for reads or writes made by other processors (that is, it 'snoops' on their transactions). Whenever such a transaction is detected, the cache logic enquires whether a copy of the target address exists in its own cache, and if so either writes that line back to memory or declares it invalid.



Chapter : Introduction to Computer
  • Computer Fundamental 

What is backside bus?

A second PROCESSOR BUS built into high-performance microprocessors, such as the PENTIUM II and later, used to connect the processor to its LEVEL 2 CACHE memory so that the latter does not have to share the bandwidth of the ordinary I/O bus with main memory accesses.



Chapter : Introduction to Computer
  • Computer Fundamental

What is Dumb Terminal?

A terminal consists of a screen and keyboard which allow you to interact with a multi-user computer; the computer itself is often located in another room or even a different building. A dumb terminal, which is the most common type of terminal, has no computing capabilities of its own. You enter commands on the terminal's keyboard to tell the computer what to do, and the computer sends messages back to you on the terminal's screen. The computer does all the work (of running programs, for example), with no help from the dumb terminal.

Chapter : Introduction to Computer
  • Computer Fundamental

What is Bus Master?

Bus Master: Any device within a computer that is capable of taking control of the BUS and initiating data transfers with the memory and PERIPHERALS (which are slave devices and can only respond passively to access attempts). In simple systems the CPU is the only bus master, but in others such as the PC I BUS, there may be multiple masters: for example it is common for a SCSI disk controller to be granted bus master status so that it can transfer data to and from memory without CPU involvement.


Chapter : Introduction to Computer
  • Computer Fundamental

Sunday, 9 November 2014

What is Parallel Computer?

A computer with multiple processors that can all be run simultaneously on parts of the same problem to reduce the solution time. The term is nowadays mostly reserved for those MASSIVELY PARALLEL computers with hundreds or thousands of processors that are used in science and engineering to tackle enormous computational problems.There are two fundamental divisions in parallel computer architecture. The first is between those architectures in which each processor has it own memory space and communicates with others by MESSAGE PASSING, and those architectures in which all the processors communicate through a shared memory (SHARED-MEMORY MULTIPROCESSORS). The increasing number of high-end PCs and servers that contain more than one processor fall into this latter category.
The other fundamental division is between those computer architectures in which each processor executes the same program on a different data item (SINGLE-INSTRUCTION MULTIPLE-DATA or SIMD)and those in which each processor executes a different program (MIMD or multiple-instruction multiple-data). Within these subdivisions, the processors can be connected together in many different ways (their TOPOLOGY) which profoundly affect the efficiency of communication between them. 


 Chapter : Introduction to Computer
  •  Computer Fundamental

  

What is (floppy disk, high density) FDHD?

FDHD stands for floppy disk, high density and refers to the floppy disk drive in current Macintosh models. This drive can read and write single sided disks (400K), double-sided disks (800K), and high-density disks 0.2 megabytes). It can also understand 3.5" Dos-formatted disks from IBM PCs and Apple II machines. An FDHD is also known as a SuperDrive.


 Chapter : Introduction to Computer
  •  Computer Fundamental

What is bus width?

If you think of the computer's bus as being a freeway that carries data, then it is easy to visualize the bus width as the number of lanes on this freeway. Naturally, the more lanes available, the more data that can be carried at any given moment. Bus widths are generally designated in multiples of eight; a 32-bit bus width has the capability to carry four times the information of an 8-bit bus in the same amount of time.


  Chapter : Introduction to Computer
  • Computer Fundamental

What is Bus Locking?

Bus Locking: A type of BUS architecture in which some particularly bandwidth-hungry device, for example a GRAPHICS PROCESSOR, is permitted to keep control of a computer's bus for many successive cycles to the exclusion of other devices. It was employed in some early Apple MACINTOSH systems to improve graphics throughput, but would be frowned on in today's highly multitasking, multiprocessor environments.


Chapter : Introduction to Computer
  • Computer Fundamental

What is PDA (personal digital assistant)?

PDA stands for personal digital assistant, a term for a new breed of handheld computers. PDAs are supposed to combine the power and flexibility of a real computer with the convenience of those little electronic organizers- the kind made by Sharp and Casio-that let you keep track of your names and addresses and to-do items.A PDA can run much more complex software than an electronic organizer, and you're not stuck with the built in software-you can buy separate programs to customize the PDA to your specific tasks. With many PDAs you can use a stylus to write on the little screen. The PDA most people are talking about is the Newton, made by Apple, but many other companies are planning their own versions.


Chapter : Introduction to Computer
  • Computer Fundamental

What is Analytical Engine?

 The Analytical Engine, designed by Charles Babbage between 1833 and 1846, anticipated many features of electronic computing devices invented in the 1940s and 1950s. Although mechanical in all its operations, the Analytical Engine could carry out calculations of arbitrary complexity under the control of punched cards. Conditional branching was possible, and Babbage had prepared test programs that included elaborate calculations based on nested loop structures. In a beautiful anticipation of twentieth-century thinking, Babbage showed that, given sufficient time, any finite calculation could be carried out by the Analytical Engine.


 Chapter : Introduction to Computer
  •  Computer Fundamental

What is expansion bus or Microcomputer Buses?

On a microcomputer, the bus is usually called anexpansion busbecause its design determines the degree to which the minimum configuration of the system can be expanded with regard to memory, processing speed, graphics capability, and peripheral support. The expansion bus is the collection of wires, paths, connectors, and controllers responsible for distributing the data and instructions from the microprocessor to the peripheral expansion cards.Slotsconnected to the bus provide places to plug those cards in, and the bus then provides a mechanism for communicating with them.In modern designs the expansion bus is not normally the same bus that the CPU uses to access MAIN MEMORY, as the contention this would cause could slow the whole system down. Expansion cards may also be allowed to use DIRECT MEMORY ACCESS to avoid involving the CPU in most of their memory operations.
Examples of expansion buses include the ISA BUS and PCI BUS in the PC world, the VMEBUS for UNIX systems and the NUBUS for the Apple MACINTOSH.



Chapter : Introduction to Computer
  • Computer Fundamental 

Bad Sector


                       What is bad sector?


A disk has two sides (a top and a bottom). Each side of the disk has tracks or concentric rings on the surface. Each ring is divided like a pie into equal wedges, or sectors, which are the smallest units of storage space on the disk. If one of these units is damaged or flawed, it is considered a bad sector and cannot be used.
If there was already data in that sector when it got damaged, chances are slim that you can recover that data unless you have the specialized hardware and software necessary for that sort of operation. Almost all hard disks are born with bad sectors, so don't freak out if your software utility reports them. Other bad sectors should not start appearing, though, after you start using the disk.


 Chapter : Introduction to Computer
  •  Computer Fundamental

Bus Speed

                      What is Bus Speed? 


Bus Speed: The rate at which a computer's PROCESSOR BUS can transmit data, which is a crucial determinant of its overall performance. The bus speed of most personal computers remained at 33 MHz for a decade, only recently being increased to 100 MHz, and technologies such as the two-level processor CACHE, DIRECT MEMORY ACCESS or the Accelerated GRAPHICS PORT can be seen as ways to surmount this restriction by bypassing the processor bus.


Chapter : Introduction to Computer
  • Computer Fundamental 

    Friday, 3 October 2014

    16-bit Slot

                           What is 16-bit Slot? 

     

    Slot One type of socket fitted to a computer's MOTHERBOARD into which expansion cards can be plugged.
    pcs have several different types of slots. The slots can also act as input/output ports for attaching external devices (such as digital cameras) via a cable. The slots in the original IBM PC could transfer only 8 bits of information at a time between the motherboard and the card in the slot; these are 8-bit slots. The PC/AT was the first PC to have 16-bit slots, and set the standard still followed by most pcs today (see lSA and bus). The 16-bit slots actually have two separate slots arranged in a line; the slot toward the back of the computer is exactly the same as an 8-bit slot.
    In other words, you can plug an 8-bit add-in board into a 16-bit slot (but not the other way around, of course). EISA slots are 32-bit slots which accept standard 8-bit and 16-bit boards, as well as special 32-bit boards. Then there are the 32-bit Micro Channel slots, which take only Micro Channel boards. See also full-length slot.






    Chapter : Introduction to Computer
    • Computer Fundamental 

    CISC architecture or CISC chips

        What is CISC architecture or CISC chips? 


    ClSC (pronounced "sisk") stands for complex instruction set computing. A CISC chip is a microprocessor that has a large set of instructions that are built into its microcode so it can carry out most computations directly. Compare CISC chips with RISC chips, which recognize fewer instructions. CISC term applied to all the older computer ARCHITECTURES to distinguish them from the new RISC designs introduced in the 1990s. RISC (reduced instruction set computing) technology is touted as faster than CISC and is increasingly common, although there is a great deal of debate over the pros and cons of each type of architecture.
    A CISC INSTRUCTION SET contains instructions that perform several steps in one, and therefore take many CYCLES to execute - such as the Intel 8086's ADC instruction, which takes more than 20 cycles to add the contents of a REGISTER to a memory location. The concept grew through the early days of computing from a desire to make life easier for MACHINE CODE programmers, but now that most programming is done in HIGH-LEVEL languages it is less necessary and hinders hardware efficiency. RISC designs employ a larger number of simple, one cycle operations that are automatically generated by a COMPILER.






    Chapter : Introduction to Computer
    • Computer Fundamental 

    Bus Cycle

                            What is Bus Cycle?

    Bus Cycle: The sequence of primitive operations for transferring each item of data over a computer's BUS, which are performed in time with the system CLOCK SIGNAL. Each bus cycle may take several clock cycles, and may be either a READ or WRITE cycle depending on the direction of data transfer. The steps for a read cycle might be:
    1.Request control of the bus.
    2. When granted, place target address on bus.
    3.Receivedata from bus.
    4. Release bus.
    Different bus PROTOCOLS employ variants and enhancements to this simple schema, for example possibly transferring more than one data item per cycle.






    Chapter : Introduction to Computer
    • Computer Fundamental