latest articles

Thursday, July 12, 2012

What is BIOS

<


A BIOS (Basic Input/Output System) is an electronic set of instructions that a computer uses to successfully start operating. The BIOS is located on a chip inside of the computer and is designed in a way that protects it from disk failure. The main function of the BIOS is to give instructions for the Power-On Self Test (POST). This self test ensures that the computer has all of the necessary parts and functionality needed to successfully start itself, such as use of memory, a keyboard and other parts. If errors are detected during the test, the BIOS instructs the computer to give a code that reveals the problem. Error codes are typically a series of beeps heard shortly after startup.

The BIOS also works to give the computer basic information about how to interact with some critical components, such as drives and memory that it will need to load the operating system. Once the basic instructions have been loaded and the self-test has been passed, the computer can proceed with loading the operating system from one of the attached drives. Computer users can often make certain adjustments to the BIOS through a configuration screen on the computer. The setup screen is typically accessed with a special key sequence during the first moments of startup. This setup screen often allows users to change the order in which drives are accessed during startup and control the functionality of a number of critical devices. Features vary among individual BIOS versions.

We can also use flash-memory cards to hold BIOS information. This allows users to update the BIOS version on computers after a vendor releases an update. This system was designed to solve problems with the original BIOS or to add new functionality. Users can periodically check for updated BIOS versions, as some vendors release a dozen or more updates over the course of a product's lifetime. Mother board (System) BIOS, Video adapter firmware (BIOS), Drive controller firmware (BIOS), Modem Card firmware (BIOS),Network adapter board. BIOS, SCSI adapter BIOS. The mother board BIOS provides routines to support motherboard features. BIOS ROM chips for major sub systems of computer such as video and drive control must also be included.

Actually BIOS can be placed in between the computer and external devices as its name tells it is used for reading the keystroke, displaying values on screen, Reading and writing to and from floppy and hard disks etc.

The keyboard is assigned the port number 60, which is known to BIOS. BIOS reads this port and data from keyboard goes to computer.

FUNCTIONS OF BIOS

BIOS a boot firmware program on a PC which controls the computer from the time you start It up until the operating system takes over. When you turn on a PC, the BIOS first conduct a basic hardware check, called a Power-On Self Test (POST), to determine whether all of the attachments are present and working. Then it loads the operating system into your computer's random access memory, or RAM. The BIOS also manages data flow between the computer's operating system and attached devices such as the hard disk, video card, keyboard, mouse, and printer. The BIOS stores the date, the time, and your system configuration information in a battery-powered, non-volatile memory chip, called a CMOS (Complementary Metal Oxide Semiconductor) after its manufacturing process. The main functions of the BIOS are:

(i) BIOS power on self Test (POST)

(ii) Bootstrap loader

(iii) BIOS Setup utility program

(iv) System service routines

(i) BIOS Power on Self Test (POST): While booting the system, BIOS first performs POST. It is a built-in diagnostic program that checks hardware to ensure that everything is present and is working properly. Then additional tests are done during booting. The POST takes very less time to run and if there is no problem, it is difficult to notice that it is running. Actually the monitor even had not activated to see the problem (if there), so speaker is used. When a PC is turned on, there are beeping sounds and if there is some problem in machine, system stopped without booting up. These beep patterns depends on the maker of BIOS and used to diagnose many hardware problems of Pc. As the POST tests all important components of system, POST boot errors are fatal. BIOS send the detail of problems to special I/O address (usually 80h). A special debugging card is put to ISA slot to accept debugging codes that BIOS sends to it. The place where POST stops and find a problem can be seen by displaying the codes from card.

(ii) Bootstrap Loader: To boot the operating system. The BIOS contains a program known as bootstrap loader whose responsibility is to search and start the operating system boot program. Then the boot program of operating system controls the computer system and boots the operating system. The boot sequences for Award BIOS software are;

(i) Test the CPU

(ii) Initialize support chips

(iii) Initialize the keyboard

(iv) ROM BIOS test

(v) CMOS RAM test

(vi) Memory test

(vii) Cache initialization

(viii) Initialize the vector table

(ix) CMOS RAM check sum

(x) Keyboard initialization

(xi) Video circuit test

(xii) Video memory test

(xiii) DMA Controller test

(xiv) PIC tests

(xv) EISA mode test

(xvi) Enable EISA slots

(xvii) Check memory size

(xviii) Memory test

(xix) Check EISA memory

(xx) Mouse initialization

(xxi) Cache initialization

(xxii) Shadow RAM setup

(xxiii) Floppy test

(xxiv) Hard drive test

(xxv) Serial/parallel port test

(xxvi) Initialize math coprocessor

(xxvii) Boot speed

(xxviii) POST loop

(xxix) Security/Password information

(xxx) Write to CMOS RAM

(xxxi) Initialize adapter ROM

(xxxii) Set up the time

(xxxiii) Boot the system and control given to INT 19 boot loader.

(iii) BIOS Setup Utility Program: A non volatile memory (NVRAM) is used to store information about the computer system. During installation of a system, the user run BIOS setup program and enter the correct parameters. The settings of memory, disk types and other settings are stored in NVRAM and not in BIOS chip itself. To construct NVRAM, the material required is CMOS (Complementary metal oxide semiconductor). These CMOS chips are very efficient storage devices as they store and maintain data on very low values of current. The system's configurations therefore are also termed as CMOS settings, which we can set using BIOS set up program. The BIOS reads the parameters from CMOS RAM as and when required.

CMOS settings can be maintained by battery backup either by using capacitor or by a battery built into NVRAM chip. This chip also has system clock. If there is no battery, the setting remains for short period of time and we need to reset the system. With it there is loss of BIOS password which protects BIOS set up program.

To clear the CMOS RAM contents, two methods used are

(i) By using clear CMOS jumper.

(ii) By holding down enter key during booting of the system.

For Pentium III motherboards, different set ups are there in AMI BIOS. These are:

• Standard CMOS Setup: It is used to set time date, hard disk type, type of floppy drive, type of monitor and keyboard.

Advanced CMOS Setup: It is used to set typematic rate and delay, above 1 MB memory test, memory test tick sound, Hil < Del> message display, system boot up sequence etc.

• Advanced Chipset Setup: It is used to set features of chipset.

• Power Management Setup: It is used to control power conservation options.

• PCI/Plug and Play Setup: It is used to set options of PCI bus and that of plug and play devices.

• Peripherals Setup: It is used to control options related to I/O controllers.

• CPU Configuration Setup: This setup is used to select the types of CPU installed in the motherboard. In AMI BIOS, the settings are auto as it automatically finds out the type of CPU in the computer system.

• System Service Routines: The BIOS provides various software routines (subprograms) that can be called by higher-level software such, as DOS, Windows, or their applications, to perform different tasks. Virtually every task that involves accessing the system hardware has traditionally been controlled using one or more of the BIOS programs (although many newer operating systems now bypass the BIOS for improved performance). This includes actions like reading and writing from the hard disk, processing information received from devices, etc.

BIOS services are accessed using software interrupts, which are similar to the hardware interrupts except that they are generated inside the processor by programs instead of being generated outside the processor by hardware devices. One thing that this use of interrupts does is to allow access to the BIOS without knowing where in memory each routine is located.

Normally, to call a software routine you need to know its address. With interrupts, a table called an interrupt vector table is used that bypasses this problem. When the system is started up, the BIOS puts addresses into this table that represent where its routines are located for each interrupt it responds to. Then, when DOS or an application wants to use a BIOS routine, it generates a software interrupt. The system processes the interrupt, looks up the value in the table, and jumps to the BIOS routine automatically. DOS itself and application programs can also use this interrupt vector table.
Read more

List various Input and Output Devices

<


The devices which are used to input the data and the programs in the computer are known as “Input Devices’. or Input device can read data and convert them to a form that a computer can use. Output Device can produce the final product of machine processing into a form usable by humans. It provides man to machine communication. Some of the I/O devices are explained below:

(1) Keyboard : Keyboard is used in the input phase of a computer-based information system. Keyboard is most common input device is used today. The data and instructions are input by typing on the keyboard. The message typed on the keyboard reaches the memory unit of a computer. It’s connected to a computer via a cable. Apart from alphabet and numeral keys, it has other function keys for performing different functions.

(2) Mouse : It’s a pointing device. The mouse is rolled over the mouse pad, which in turn controls the movement of the cursor in the screen. We can click, double click or drag the mouse. Most of the mouse’s have a ball beneath them, which rotates when the mouse in moved. The ball has 2 wheels of the sides, which in turn mousse with the movement of the ball. The sensor notifies the speed of its movements to the computer, which in turn moves the cursor/pointer on the screen.

(3) Scanner : Scanners are used to enter information directly in to the computers memory. This device works like a Xerox machine. The scanner converts any type of printed or written information including photographs into digital pulses, which can be manipulated by the computer.





(4) Track Ball : Track ball is similar to the upside- down design of the mouse. The user moves the ball directly, while the device itself remains stationary. The user spins the ball in various directions to effect the screen movements.

(5) Light Pen : This is an input device which is used to draw lines or figures on a computer screen. It’s touched to the CRT screen where it can detect raster on the screen as it passes.

(6) Optical Character Rader : It’s a device which detects alpha numeric characters printed or written on a paper. The text which is to be scanned is illuminated by a low frequency light source. The light is absorbed by the dark areas but reflected from the bright areas. The reflected light is received by the photocells.

(7) Bar Code Reader : This device reads bar codes and coverts them into electric pulses to be processed by a computer. A bar code is nothing but data coded in form of light and dark bars.

(8) Voice Input Systems : This devices converts spoken words to M/C language form. A micro phone is used to convert human speech into electric signals. The signal pattern is then transmitted to a computer when it’s compared to a dictionary of patterns that have been previously placed in a storage unit of computer. When a close match is found, the word is recognized.

(9) Plotter : Plotter is an O/P device that is used to produce graphical O/P on papers. It uses single color or multi color pens to draw pictures as blue print etc.

(10) Digital Camera : It converts graphics directly into digital form. It looks like an ordinary camera, but no film is used therein, instead a CCD (changed coupled Divide) Electronic chip in used. When light falls, on the chip though the lens, it converts light waves into electrical waves.
Read more

What is harddisk HDD

<


A hard disk drive (HDD) also hard drive or hard disk is a non-volatile. The harddisk is the primary storage unit of the computer. A harddisk consists of a stack of disk platters that are made up of aluminum alloy of glass coated with a magnetic material.

The surface of a disk is divided into imaginary tracks and sectors. Tracks are concentric circles where the data is stored. These tracks are numbered from the outermost ring to the innermost ring, starting from zero. Disk sectors refer to the number of fixed size areas that can be accessed by one of the disk drive’s read/write heads, in one rotation of the disk, without the head having to change its position. An intersection of a track and a disk sector is known as track sector. Each sector is uniquely assigned a disk address before a disk drive can access a piece of data. In order to make the disk usable, first it must be formatted to create tracks and sectors. The track sectors are grouped into a collection known as cluster. It refers to the basic allocation unit for storage on a disk.

The operating system, software titles and most other files are stored in the hard disk drive. The hard drive is sometimes referred to as the "C drive" due to the fact that Microsoft Windows designates the "C" drive letter to the primary partition on the primary hard drive in a computer by default.While this is not a technically correct term to use, it is still common. For example, some computers have multiple drive letters (i.e. C, D, E) representing areas across one or more hard drives.


Read more

types of Information Systems

<


Transaction Processing System (TPS) : Organizations perform routine, repetitive tasks. For example employees are paid at regular intervals, customers place purchase orders and are billed and expenses are monitored and compared to budgets.

The information system that supports such tasks is called ‘Transaction Processing System’. A TPS supports the monitoring, collection, storage and processing of the organization’s basic transactions. It also provides the input data for many other applications.

Management Information System (MIS) : These systems access, organize, summarize and display information for supporting routine decision making in the functional areas. A MIS provides reports about topics like operational efficiency, effectiveness and productivity. It prepares these reports by extracting information from the corporate database and processing it according to the needs of the user. MISs’ are used for monitoring, planning and control. They also enable managers to detect possible problems in their early stages.

Support Systems : Support systems for office employees began to emerge in the late 1960s. Airline reservation systems are the best example of this development. Electronic communication is only one aspect of what is now known as an Office Automation System (O.A.S.). Decision support system is used to provide computerized support for complex, non-routine decisions.

Intelligent Systems : By the mid 1980s, managerial application of the so called artificial intelligence began, creating intelligent systems that seem to be able to replicate the thought process of humans. Expert systems are advisory systems that provide the stored knowledge of experts to non-experts, so that the latter can solve difficult problems.



Read more

What is CPU?

<


Every things computer does is controlled by its CPU. The CPU is the brains of the computer. Sometimes referred to simply as the central processor or Nerve Centre or heart, but more commonly called processor, the CPU is where most calculations take place. In terms of computing power, the CPU is the most important element of a computer system. It add and compare its data in cpu chipA CPU or Processors of all computers, whether micro, mini or mainframe must have three element or parts primary storage, arithmetic logic unit (ALU), and control unit. Control Unit (CU) - decodes the program instruction. CPU chip used in a computer is partially made out of Silica. on other words silicon chip used for data processing are called Micro Processor.

Central processing unit (CPU) is the central component of the Pc. Sometimes it is called as processor. It is the brain that runs the show inside the Pc. All work that is done on a computer is performed directly or indirectly by the processor. Obviously, it is one of the most important components of the Pc. It is also, scientifically, not only one of the most amazing parts of the PC, but one of the most amazing devices in the world of technology. The processor plays a significant role in the following important aspects of your computer system;

Performance: The processor is probably the most important single determinant of system performance in the Pc. While other components also playa key role in determining performance, the processor's capabilities dictate the maximum performance of a system. The other devices only allow the processor to reach its full potential.

Software Support: Newer, faster processors enable the use of the latest software. In addition, new processors such as the Pentium with MMX Technology, enable the use of specialized software not usable on earlier machines.

Reliability and Stability: The quality of the processor is one factor that determines how reliably your system will run. While most processors are very dependable, some are not. This also depends to some extent on the age of the processor and how much energy it consumes.

Energy Consumption and Cooling: Originally processors consumed relatively little power compared to other system devices. Newer processors can consume a great deal of power. Power consumption has an impact on everything from cooling method selection to overall system reliability.

Motherboard Support: The processor that decides to use in your system will be a major determining factor in what sort of chipset we must use, and hence what motherboard you buy. The motherboard in turn dictates many facets of. The system's capabilities and performance.

Read more

What are different Computer generations?

<


Each generation of computer is characterized by a major technological development that fundamentally changed the way computers operate, resulting in increasingly smaller, cheaper, more powerful and more efficient and reliable devices.


The various generations of computers an listed below :

(i) First Generation (1946-1954) : In 1946 there was no 'best' way of storing instructions and data in a computer memory. There were four competing technologies for providing computer memory: electrostatic storage tubes, acoustic delay lines (mercury or nickel), magnetic drums (and disks?), and magnetic core storage.

The digital computes using electronic valves (Vacuum tubes) are known as first generation computers. the first 'computer' to use electronic valves (ie. vacuum tubes). The high cost of vacuum tubes prevented their use for main memory. They stored information in the form of propagating sound waves.

The vacuum tube consumes a lot of power. The Vacuum tube was developed by Lee DeForest in 1908. These computers were large in size and writing programs on them was difficult. Some of the computers of this generation were:

Mark I : The IBM Automatic Sequence Controlled Calculator (ASCC), called the Mark I by Harvard University, was an electro-mechanical computer. Mark I is the first machine to successfully perform a long services of arithmetic and logical operation. Mark I is the First Generation Computer. it was the first operating machine that could execute long computations automatically. Mark I computer which was built as a partnership between Harvard and IBM in 1944. This was the first programmable digital computer made in the U.S. But it was not a purely electronic computer. Instead the Mark I was constructed out of switches, relays, rotating shafts, and clutches. The machine weighed 5 tons, incorporated 500 miles of wire, was 8 feet tall and 51 feet long, and had a 50 ft rotating shaft running its length, turned by a 5 horsepower electric motor.

ENIAC: It was the first general-purpose electronic computer built in 1946 at University of Pennsylvania, USA by John Mauchly and J. Presper Eckert. The completed machine was announced to the public the evening of February 14, 1946. It was named Electronic Numerical Integrator and Calculator (ENIAC). ENIAC contained 17,468 vacuum tubes, 7,200 crystal diodes, 1,500 relays, 70,000 resistors, 10,000 capacitors and around 5 million hand-soldered joints. It weighed more than 30 short tons (27 t), was roughly 8 by 3 by 100 feet (2.4 m × 0.9 m × 30 m), took up 1800 square feet (167 m2), and consumed 150 kW of power. Input was possible from an IBM card reader, and an IBM card punch was used for output. These cards could be used to produce printed output offline using an IBM accounting machine, such as the IBM 405. Today your favorite computer is many times as powerful as ENIAC, still size is very small.

EDVAC: It stands for Electronic Discrete Variable Automatic Computer and was developed in 1950.it was to be a vast improvement upon ENIAC, it was binary rather than decimal, and was a stored program computer. The concept of storing data and instructions inside the computer was introduced here. This allowed much faster operation since the computer had rapid access to both data and instructions. The other advantage of storing instruction was that computer could do logical decision internally.

The EDVAC was a binary serial computer with automatic addition, subtraction, multiplication, programmed division and automatic checking with an ultrasonic serial memory. EDVAC's addition time was 864 microseconds and its multiplication time was 2900 microseconds (2.9 milliseconds).

The computer had almost 6,000 vacuum tubes and 12,000 diodes, and consumed 56 kW of power. It covered 490 ft² (45.5 m²) of floor space and weighed 17,300 lb (7,850 kg).

EDSAC: It stands for Electronic Delay Storage Automatic Computer and was developed by M.V. Wilkes at Cambridge University in 1949. Two groups of individuals were working at the same time to develop the first stored-program computer. In the United States, at the University of Pennsylvania the EDVAC (Electronic Discrete Variable Automatic Computer) was being worked on. In England at Cambridge, the EDSAC (Electronic Delay Storage Automatic Computer) was also being developed. The EDSAC won the race as the first stored-program computer beating the United States’ EDVAC by two months. The EDSAC performed computations in the three millisecond range. It performed arithmetic and logical operations without human intervention. The key to the success was in the stored instructions which it depended upon solely for its operation. This machine marked the beginning of the computer age. EDSAC is the first computer is used to store a program

UNIVAC-1: Ecker and Mauchly produced it in 1951 by Universal Accounting Computer setup. it was the first commercial computer produced in the United States. It was designed principally by J. Presper Eckert and John Mauchly, the inventors of the ENIAC.

The machine was 25 feet by 50 feet in length, contained 5,600 tubes, 18,000 crystal diodes, and 300 relays. It utilized serial circuitry, 2.25 MHz bit rate, and had an internal storage capacity 1,000 words or 12,000 characters.

It utilized a Mercury delay line, magnetic tape, and typewriter output. The UNIVAC was used for general purpose computing with large amounts of input and output.

Power consumption was about 120 kva. Its reported processing speed was 0.525 milliseconds for arithmetic functions, 2.15 milliseconds for multiplication and 3.9 Milliseconds for division.

The UNIVAC was also the first computer to come equipped with a magnetic tape unit and was the first computer to use buffer memory.

Other Important Computers of First Generation

Some other computers of this time worth mentioning are the Whirlwind, developed at Massachussets Institute of Technology, and JOHNNIAC, by the Rand Corporation. The Whirlwind was the first computer to display real time video and use core memory. The JOHNNIAC was named in honor of Jon Von Neumann. Computers at this time were usually kept in special locations like government and university research labs or military compounds.


Limitations of First Generation Computer

Followings are the major drawbacks of First generation computers.



1. They used valves or vacuum tubes as their main electronic component.

2. They were large in size, slow in processing and had less storage capacity.

3. They consumed lots of electricity and produced lots of heat.

4. Their computing capabilities were limited.

5. They were not so accurate and reliable.

6. They used machine level language for programming.

7. They were very expensive.

Example: ENIAC, UNIVAC, IBM 650 etc

(ii) Second Generation (1955-1964) : The second-generation computer used transistors for CPU components & ferrite cores for main memory & magnetic disks for secondary memory. They used high-level languages such as FORTRAN (1956), ALGOL (1960) & COBOL (1960 - 1961). I/O processor was included to control I/O operations.

Around 1955 a device called Transistor replaced the bulky Vacuum tubes in the first generation computer. Transistors are smaller than Vacuum tubes and have higher operating speed. They have no filament and require no heating. Manufacturing cost was also very low. Thus the size of the computer got reduced considerably.

It is in the second generation that the concept of Central Processing Unit (CPU), memory, programming language and input and output units were developed. The programming languages such as COBOL, FORTRAN were developed during this period. Some of the computers of the Second Generation were

1. IBM 1620: Its size was smaller as compared to First Generation computers and mostly used for scientific purpose.

2. IBM 1401: Its size was small to medium and used for business applications.

3. CDC 3600: Its size was large and is used for scientific purposes.

Features:

1. Transistors were used instead of Vacuum Tube.

2. Processing speed is faster than First Generation Computers (Micro Second)

3. Smaller in Size (51 square feet)

4. The input and output devices were faster.

Example: IBM 1400 and 7000 Series, Control Data 3600 etc.

(iii) Third Generation (1964-1977) : By the development of a small chip consisting of the capacity of the 300 transistors. These ICs are popularly known as Chips. A single IC has many transistors, registers and capacitors built on a single thin slice of silicon. So it is quite obvious that the size of the computer got further reduced. Some of the computers developed during this period were IBM-360, ICL-1900, IBM-370, and VAX-750. Higher level language such as BASIC (Beginners All purpose Symbolic Instruction Code) was developed during this period. Computers of this generation were small in size, low cost, large memory and processing speed is very high. Very soon ICs Were replaced by LSI (Large Scale Integration), which consisted about 100 components. An IC containing about 100 components is called LSI.

Features:

1. They used Integrated Circuit (IC) chips in place of the transistors.

2. Semi conductor memory devices were used.

3. The size was greatly reduced, the speed of processing was high, they were more accurate and reliable.

4. Large Scale Integration (LSI) and Very Large Scale Integration (VLSI) were also developed.

5. The mini computers were introduced in this generation.

6. They used high level language for programming.

Example: IBM 360, IBM 370 etc.

(iv) Fourth Generation : An IC containing about 100 components is called LSI (Large Scale Integration) and the one, which has more than 1000 such components, is called as VLSI (Very Large Scale Integration). It uses large scale Integrated Circuits (LSIC) built on a single silicon chip called microprocessors. Due to the development of microprocessor it is possible to place computer’s central processing unit (CPU) on single chip. These computers are called microcomputers. Later very large scale Integrated Circuits (VLSIC) replaced LSICs. Thus the computer which was occupying a very large room in earlier days can now be placed on a table. The personal computer (PC) that you see in your school is a Fourth Generation Computer Main memory used fast semiconductors chips up to 4 M bits size. Hard disks were used as secondary memory. Keyboards, dot matrix printers etc. were developed. OS-such as MS-DOS, UNIX, Apple’s Macintosh were available. Object oriented language, C++ etc were developed.

Features:

1. They used Microprocessor (VLSI) as their main switching element.

2. They are also called as micro computers or personal computers.

3. Their size varies from desktop to laptop or palmtop.

4. They have very high speed of processing; they are 100% accurate, reliable, diligent and versatile.

5. They have very large storage capacity.

Example: IBM PC, Apple-Macintosh etc.

(v) Fifth Generation (1991- continued) : 5th generation computers use ULSI (Ultra-Large Scale Integration) chips. Millions of transistors are placed in a single IC in ULSI chips. 64 bit microprocessors have been developed during this period. Data flow & EPIC architecture of these processors have been developed. RISC & CISC, both types of designs are used in modern processors. Memory chips and flash memory up to 1 GB, hard disks up to 600 GB & optical disks up to 50 GB have been developed. fifth generation digital computer will be Artificial intelligence.

Read more

evolution of Digital Computers

<

The successful general purpose mechanical computers were developed. In 1930, mechanical calculations were built for automatic addition, subtraction, multiplication & division. A calculator is not a programmable device. The different eras of the evolution of the computer are listed below:


Mechanical Era : There were many attempts to create a m/c that could help to perform various calculations. In 1823, Charles Babbage tried to build a mechanical as computing m/c capable of performing automatic mathematical calculations. This was designed to compute tables of functions such as logs functions etc. In 1830’s Babbage made a more powerful mechanical computer. This m/c was designed to perform any mathematical calculation automatically. It could perform addition etc. It had a memory unit. Its capacity was 1000 numbers, each no. consisting of 50 digits. The m/c was a programmable m/c. It had mechanism for enabling a program to change the sequence of its operations automatically. In the late 19th century punched cards were commercially used. Soon IBM was formed in 1924. Konand Zuse developed a mechanical computer, the Z1, in 1938 in Germany.

The Electronic Era : The first electronic computer using. Valves were developed by John V. Atanas off in the late 1930’s. It contained addsubtract unit. It was relatively a small computer and used about 300 valves. Its memory unit consisted of capacitors mounted on a rotating drum. It used a no. of I/O devices including a card punch and a card reader. The first popular general

electronic digital computer was the ENIAC (Electronic Numerical Interpreter and calculator). John von Neumann was the consultant of the ENIAC project. The ENIAC used a high speed memory to store both programs as well as data during program execution. Neumann and his colleagues designed and build the IAS Computers. It used RAM consisting of a cathode ray tube. The transistors were invented in 1948 at AT&T bell laboratories. Slowly they replaced Vacuum tubes. IC’s were first introduced, ie, designed and fabricated in 1958-59. The examples of computers using IC’s are-: IBM – 370 & PDP-8. In 1970 LSI chips were introduced is form of memory units. Computers built in 1970’s & onwards used micro process and other LSI, VLSI and ULSI components.
Read more

Four Functions about computer are

<





Read more

what is computer

<

A computer is an electronic device that manipulates information, or "data." It has the ability to store, retrieve, and process data. You can use a computer to type documents, send email, and browse the internet. You can also use it to handle spreadsheets, accounting, database management, presentations, games, and more.



Definition of Computer : Computer is an electronic device that is designed to work with Information.The term ‘computer is derived from the Latin term ‘computare’, this means to calculate.Computer can not do anything without a Program.it represents the decimal numbers through a string of binary digits. The Word 'Computer'usually refers to the Center Processor Unit plus Internal memory.


Computer is an advanced electronic device that takes raw data as input from the user and processes these data under the control of set of instructions (called program) and gives the result (output) and saves output for the future use. It can process both numerical and non-numerical (arithmetic and logical) calculations.The basic components of a modern digital computer are: Input Device,Output Device,Central Processor. A Typical modern computer uses LSI Chips.
Read more