A Ben Itaba Presentation

Slides:



Advertisements
Similar presentations
The CPU The Central Presentation Unit What is the CPU?
Advertisements

COMP6005 An Introduction to Computing Session Two: Computer Hardware.
Computer Components.
Room: E-3-31 Phone: Dr Masri Ayob TK 2123 COMPUTER ORGANISATION & ARCHITECTURE Lecture 5: CPU and Memory.
Introduction to Computer Systems
1-1 ICS102: Introduction To Computing I King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science.
CPU Registers PC Arith Logic Unit Bus Interface I/O Bridge System bus Memory bus Main Memory USB Controller Graphics Adapter Disk Controller I/O Bus Mouse.
Unit 3: Hardware Components & Software Concepts
 Chasis / System cabinet  A plastic enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse)
Chapter 3 Computer Hard ware
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
Computer Parts There are many parts that work together to make a computer work.
2.0 Computer System.
Computer Basics By: Nicole Hayes. Purposes of Computers Business – Track inventory. – Calculate payroll. – Maintain databases. Personal – Surf the web.
Components of a Computer Prepared by: Mrs. McCallum-Rodney.
1 Unit 2: Computer Systems Session One Part One. 2 Aims: Discussion into what will be covered in this unit. Assessment Understand the basic principles.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Computer Architecture
Parts of the Computer System
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
There are many parts that work together to make a computer work. System Unit Computer Parts.
General Computer Knowledge COE 201- Computer Proficiency.
Computer Parts There are many parts that work together to make a computer work.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
Lecture on Central Process Unit (CPU)
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
Chapter 20 Computer Operations Computer Studies Today Chapter 20.
Hardware and Software By: Kyle Face. Hardware! Main computer hardware components Hardware refers to the physical components of a computer (What you can.
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
COMPUTER PARTS INSIDE - OUTSIDE. Computer Parts There are many parts that work together to make a computer work.
Computer Architecture Adapted from CS10051 originally by Professor: Johnnie Baker Computer Science Department Kent State University von Neuman model.
Computer Parts There are many parts that work together to make a computer work.
Sara Naheed Amjad Information Technology
Sara Naheed Amjad Information Technology
Chapter 10: Computer systems (1)
Computer Hardware – System Unit
An Introduction to The computer.
Components of Computer
introduction to computer
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
IB Computer Science Topic 2.1.1
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
08/28/06 parts of the computer.
Unit 2: Computer Systems
An Introduction to The computer.
The Computer Work Stations
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Computer Electronic device Accepts data - input
COMS 161 Introduction to Computing
Basic Computer Organization
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Chapter 1: How are computers organized?
Hardware Components & Software Concepts
Components of a CPU AS Computing - F451.
Computer Parts There are many parts that work together to make a computer work.
Fundamental of computer
Computer Parts There are many parts that work together to make a computer work.
Hardware CSCE 101.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
OCR GCSE (9-1) Computer Science (J276)
08/28/06 parts of the computer.
Presentation transcript:

A Ben Itaba Presentation Hardware & Software A Ben Itaba Presentation

Hardware – Common Hardware Devices The physical components of a computer are called Hardware, common hardware devices involve: Monitor Mouse Keyboard Processor Printer Audio speakers Hardware devices also involve the cables, connectors and power supply units

Software – Types Of Software The digital components of a computer are called Software, types of software involve: System software is the software used to manage and control the hardware components and allow interaction between the hardware and the other types of software. Utility software is software such as anti-virus, firewalls and so on which helps to maintain and protect the computer system but does not directly interfere with the hardware. Applications software (also known as 'apps') are designed to allow the user of the system complete a specific task or set of tasks.

Data – Data Types The storage component of a computer is called Data, it involves: Latency is how much time it takes between making a request and receiving the data requested Capacity is how much it can hold Throughput is how fast can this data be retrieved or stored In a typical computer there are four physical types of data storage device: CPU registers – this is were the CPU manipulates the data – no latency, very low capacity CPU cache – memory direct access to the CPU unit – some latency for requesting memory RAM – (Random Access Memory) - some noticeable latency associated with accessing this memory but in the same time, significantly larger capacity Disk – significant latency – very large capacity. This is also sometimes referred to as “main storage” as it is the only non-volatile memory. It is memory that does not get reset on computer shut-down

Elective Content - Hardware – Functions Functions of hardware within a computer system include Input, Output, Process, Storage and Control. Input: Inputs allow the user to enter information into the system, or control its operation. Most personal computers have a mouse and keyboard, but laptop systems typically use a touchpad instead of a mouse. Other input devices include webcams, microphones, joysticks, and image scanners. Output: Output devices display information in a human readable form. Such devices could include printers, speakers, monitors or a Braille embosser. Storage: Computer data storage, often called storage or memory, refers to computer components and recording media that retain digital data. Data storage is a core function and fundamental component of computers. Control: The control unit is a component of a computer's central processing unit (CPU) that directs operation of the processor. It controls communication and co-ordination between input/output devices. It reads and interprets instructions and determines the sequence for processing the data.

Elective Content – Instruction Cycle An instruction cycle (sometimes called fetch-and-execute cycle, fetch-decode-execute cycle, or FDX) is the basic operation cycle of a computer. It is the process by which a computer retrieves a program instruction from its memory, determines what actions the instruction requires, and carries out those actions. This cycle is repeated continuously by the central processing unit (CPU), from boot up to when the computer is shut down. The circuits used in the CPU during the cycle are: Program counter (PC) - an incrementing counter that keeps track of the memory address of the instruction that is to be executed next or in other words, holds the address of the next instruction to be executed next. Memory address register (MAR) - holds the address of a memory block to be read from or written to. Memory data register (MDR) - a two-way register that holds data fetched from memory (and ready for the CPU to process) or data waiting to be stored in memory. Instruction register (IR) - a temporary holding ground for the instruction that has just been fetched from memory. Control unit (CU) - decodes the program instruction in the IR, selecting machine resources such as a data source register and a particular arithmetic operation, and coordinates activation of those resources. Arithmetic logic unit (ALU) - performs mathematical and logical operations.

Elective Content - Trending Current trending hardware brands include: - Motherboards include: Acer, Asus, Intel, XFX and Biostar - Cpus include: AMD, Intel, Nvidia, IBM and OWC - Monitors include: Acer, Apple, Sony, Phillips and Dell - Video Cards include: Asus, MSI, and Foxconn - Graphics Cards include: AMD, Intel and Nvidia - Printers include: Dell, Canon, HP and Samsung - PSUs include: Antec, Gigabyte, Trust and XFX - Operating Systems include: Windows, Linux and IOS

FIN Thanks For Watching!