1 / 26

Introducing Computer System

Introducing Computer System. Types of computers. Types of Computers Desktop Computers Workstations Notebook Computers Tablet PCs Handheld PCs Smart Phones. Computer: Definition. A computer is a machine that can be programmed to manipulate symbols. Its principal characteristics are:

tana
Télécharger la présentation

Introducing Computer System

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introducing Computer System

  2. Types of computers • Types of Computers • Desktop Computers • Workstations • Notebook Computers • Tablet PCs • Handheld PCs • Smart Phones

  3. Computer: Definition • A computer is a machine that can be programmed to manipulate symbols. • Its principal characteristics are: • It responds to a specific set of instructions in a well-defined manner. • It can execute a prerecorded list of instructions (a program). • It can quickly store and retrieve large amounts of data

  4. Computer sizes and power • Computers can be generally classified by size and power as follows, though there is considerable overlap: • Personal computer: A small, single-user computer based on a microprocessor. • Workstation: A powerful, single-user computer. A workstation is like a personal computer, but it has a more powerful microprocessor and, in general, a higher-quality monitor. • Minicomputer: A multi-user computer capable of supporting up to hundreds of users simultaneously. • Mainframe: A powerful multi-user computer capable of supporting many hundreds or thousands of users simultaneously. • Supercomputer: An extremely fast computer that can perform hundreds of millions of instructions per second

  5. All general-purpose computers require the following hardware components: Central processing unit (CPU):The heart of the computer, this is the component that actually executes instructions organized in programs ("software") which tell the computer what to do. Memory (fast, expensive, short-term memory):Enables a computer to store, at least temporarily, data, programs, and intermediate results. Mass storage device (slower, cheaper, long-term memory):Allows a computer to permanently retain large amounts of data and programs between jobs. Common mass storage devices include disk drives and tape drives. Input device:Usually a keyboard and mouse, the input device is the conduit through which data and instructions enter a computer. Output device:A display screen, printer, or other device that lets you see what the computer has accomplished

  6. Supercomputer • A supercomputer is a computer that is at the frontline of current processing capacity, particularly speed of calculation. • Supercomputers introduced in the 1960s were designed primarily by Seymour Cray at Control Data Corporation (CDC), and led the market into the 1970s until Cray left to form his own company, Cray Research. • He then took over the supercomputer market with his new designs, holding the top spot in supercomputing for five years (1985–1990). • In the 1980s a large number of smaller competitors entered the market, in parallel to the creation of the minicomputer market a decade earlier, but many of these disappeared in the mid-1990s "supercomputer market crash".

  7. Supercomputer and Mainframe • Supercomputer is a broad term for one of the fastest computers currently available. Supercomputers are very expensive and are employed for specialized applications that require immense amounts of mathematical calculations (number crunching). For example, weather forecasting requires a supercomputer. Other uses of supercomputers scientific simulations, (animated) graphics, fluid dynamic calculations, nuclear energy research, electronic design, and analysis of geological data (e.g. in petrochemical prospecting). Perhaps the best known supercomputer manufacturer is Cray Research.

  8. Mainframe • Mainframe was a term originally referring to the cabinet containing the central processor unit or "main frame" of a room-filling Stone Age batch machine. After the emergence of smaller "minicomputer" designs in the early 1970s, the traditional big iron machines were described as "mainframe computers" and eventually just as mainframes. Nowadays a Mainframe is a very large and expensive computer capable of supporting hundreds, or even thousands, of users simultaneously. The chief difference between a supercomputer and a mainframe is that a supercomputer channels all its power into executing a few programs as fast as possible, whereas a mainframe uses its power to execute many programs concurrently. In some ways, mainframes are more powerful than supercomputers because they support more simultaneous programs. But supercomputers can execute a single program faster than a mainframe. The distinction between small mainframes and minicomputers is vague, depending really on how the manufacturer wants to market its machines.

  9. Common uses • used for highly calculation-intensive tasks such as problems involving • quantum mechanical physics, • weather forecasting, • climate research, • physical simulations such as simulation of airplanes in wind tunnels, • simulation of the detonation of nuclear weapons, and research into nuclear fusion,cryptanalysis, and many others.

  10. Workstation • It is a type of computer used for engineering applications (CAD/CAM), desktop publishing, software development, and other types of applications that require a moderate amount of computing power and relatively high quality graphics capabilities. • Workstations generally come with a large, high-resolution graphics screen, at large amount of RAM, built-in network support, and a graphical user interface. • Most workstations also have a mass storage device such as a disk drive, but a special type of workstation, called a diskless workstation, comes without a disk drive. • The most common operating systems for workstations are UNIX and Windows NT. • Workstations are single-user computers. However, workstations are typically linked together to form a local-area network, although they can also be used as stand-alone systems. • In networking, workstation refers to any computer connected to a local-area network. It could be a workstation or a personal computer.

  11. Personal computer • Personal computer: • It can be defined as a small, relatively inexpensive computer designed for an individual user. • In price, personal computers range anywhere from a few hundred pounds to over five thousand pounds. • All are based on the microprocessor technology that enables manufacturers to put an entire CPU on one chip. • Businesses use personal computers for word processing, accounting, desktop publishing, and for running spreadsheet and database management applications. • At home, the most popular use for personal computers is for playing games and recently for surfing the Internet.

  12. Personal computers first appeared in the late 1970s. One of the first and most popular personal computers was the Apple II, introduced in 1977 by Apple Computer. During the late 1970s and early 1980s, new models and competing operating systems seemed to appear daily. Then, in 1981, IBM entered the fray with its first personal computer, known as the IBM PC. The IBM PC quickly became the personal computer of choice, and most other personal computer manufacturers fell by the wayside. P.C. is short for personal computer or IBM PC.

  13. Personal Computer Types • Actual personal computers can be generally classified by size and chassis / case. • The chassis or case is the metal frame that serves as the structural support for electronic components. • Every computer system requires at least one chassis to house the circuit boards and wiring. The chassis also contains slots for expansion boards. • If you want to insert more boards than there are slots, you will need an expansion chassis, which provides additional slots. • There are two basic flavors of chassis designs–desktop models and tower models–but there are many variations on these two basic types. • Then come the portable computers that are computers small enough to carry. Portable computers include notebook and subnotebook computers, hand-held computers, palmtops, and PDAs.

  14. Arithmetic Logic Unit • In computing, an arithmetic logic unit (ALU) is a digital circuit that performs arithmetic and logical operations. • The ALU is a fundamental building block of the central processing unit (CPU) of a computer, and even the simplest microprocessors contain one for purposes such as maintaining timers. • The processors found inside modern CPUs and graphics processing units (GPUs) accommodate very powerful and very complex ALUs; a single component may contain a number of ALUs.

  15. An ALU may also compare numbers and return boolean truth values (true or false) depending on whether one is equal to, greater than or less than the other ("is 64 greater than 65?").

  16. Logic operations • Logic operations involve Boolean logic: • AND, • OR, • XOR • NOT. • These can be useful both for creating complicated conditional statements and processing boolean logic.

  17. Simple operations • Most ALUs can perform the following operations: • Integer arithmetic operations (addition, subtraction, and sometimes multiplication and division, though this is more expensive) • Bitwise logic operations (AND, NOT, OR, XOR) • Bit-shifting operations (shifting or rotating a word by a specified number of bits to the left or right, with or without sign extension). Shifts can be interpreted as multiplications by 2 and divisions by 2.

  18. Inputs and outputs • The inputs to the ALU are the data to be operated on (called operands) and a code from the control unit indicating which operation to perform. Its output is the result of the computation. • In many designs the ALU also takes or generates as inputs or outputs a set of condition codes from or to a status register. These codes are used to indicate cases such as carry-in or carry-out, overflow, divide-by-zero, etc.

  19. Control unit • The control unit (often called a control system or central controller) manages the computer's various components; • it reads and interprets (decodes) the program instructions, • transforming them into a series of control signals which activate other parts of the computer. • A key component common to all CPUs is the program counter, a special memory cell (a register) that keeps track of which location in memory the next instruction is to be read from.

  20. The control system's function • The control system's function is as follows—note that this is a simplified description, and some of these steps may be performed concurrently or in a different order depending on the type of CPU: • Read the code for the next instruction from the cell indicated by the program counter. • Decode the numerical code for the instruction into a set of commands or signals for each of the other systems. • Increment the program counter so it points to the next instruction. • Read whatever data the instruction requires from cells in memory (or perhaps from an input device). The location of this required data is typically stored within the instruction code. • Provide the necessary data to an ALU or register. • If the instruction requires an ALU or specialized hardware to complete, instruct the hardware to perform the requested operation. • Write the result from the ALU back to a memory location or to a register or perhaps an output device. • Jump back to step (1).

  21. Memory hierarchy • The hierarchical arrangement of storage in current computer architectures is called the memory hierarchy. • It is designed to take advantage of memory locality in computer programs. • Each level of the hierarchy has the properties of higher bandwidth, smaller size, and lower latency than lower levels.

  22. Categorizations of Memory • On the basis of physical characteristics • Volatile/Non-volatile • Erasable/Non-Erasable • On the basis of various technique to design • Semiconductor • Magnetic Memory • Optical Memory • On the basis of Access methods • Random access memory • Sequential access memory • On the basis of location • Internal – Primary • External –Secondary

  23. Volatile Memory Information is lost when power is switched off . Non-volatile Memory Information once stored is permanent

  24.    All RAM except the CMOS RAM used for the BIOS is volatile Memory that loses its contents when the power is turned off. A computer's main mem., made up of dynamic RAM or static RAM chips, loses its content immediately upon loss of power. Contrast ROM, which is non-volatile memory.      Generally abbreviated as NVRAM, Non-volatile memory is an area of data storage in the memory where data is not lost when the power is turned off. Nonvolatile memory areas include read-only memory (ROM) and flash memory

More Related