SlideShare a Scribd company logo
Computer Systems
What is this unit about? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],01010101010111111111 I/O For counter = 1 to 30  Print “Enter”
010101011000011101010 11010101101010101011101010010100101010101010101011011111111010010110101011010101010111010100101001010101011011111111 0100101101010110 1010101011101 0100101001010101101101111111101001011010101101010101011101010010 100101010110110111111110100101101010110101 01 010111010100101001010101101101111111101001011010101101010 1010111010 10010100101010110110111111110100101101010110101010101110 10100101001010101101101111111101001011010101101 01010101110101001010010101011011011111111010010110101011010101010 11101010010100101010110110111111110100 101101010110 10101010 1110101001010010101011 01010101011 01110101101010110101010101110101001010010101010101010101 010110111010110101011010101010111010100101001010 101010101010110111010110101011010101010111010110111111110100 1011010101101010101011101010010100101010110 1001010010101010101010101101110101101010110101 01010111010100101 0010101101111111101001011010101101010101011101010010100 10101010101010101010101011011 Machine Code
What does this say? Je ne parle pas Français ainsi je ne peux pas comprendre ceci ! ! I don't speak French so I can't understand this!! =
Languages and Translators ,[object Object],[object Object],[object Object],[object Object]
High-level languages ,[object Object],PRINT “PLEASE ENTER YOUR AGE” INPUT AGE PRINT “YOU ARE “: AGE Short Instructions like sentences Made up of English words
High-level languages ,[object Object],[object Object],[object Object],PRINT “PLEASE ENTER YOUR AGE” INPUT AGE PRINT “YOU ARE “: AGE Translator 01010110 01010110 01010110
Translators ,[object Object],[object Object],J'aime l’informatique PRINT “HELLO” I like Computing 0011 1110 0011 translate
Summary Computers only understand 1s and 0s, which we call  machine code .  Humans write programs in  high level languages  because they are like English, and can be  translated  into machine code. High level languages  can be  portable  which means they can be  translated  into different kinds of  machine code .
Operating Systems ,[object Object],Reads in data  from keyboard and mouse Sends  text and graphics to the screen Sends  data to your printer ,[object Object],[object Object]
Examples of Operating Systems ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Types of File ,[object Object],[object Object],[object Object]
H C I uman  omputer nterface
Human Computer Interface ,[object Object],[object Object],[object Object],[object Object],[object Object]
Types of Operating System ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Types of Operating System ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Summary Operating systems  control the tasks the computer does for the user. This includes loading data into memory, reading data from they keyboard and mouse, saving files and sending text and graphics to the screen or printer. There are two types of file -  program files  (such as Microsoft Word) and  data files , that are used by program files (such as a letter your wrote in Microsoft Word) We interact with the OS through the  Human Computer Interface  (HCI). The OS translates the keyboard and mouse presses into instructions and performs actions such as loading and saving files. Interactive operating systems  are used when users need immediate feedback.  Real-time operating systems  are used when systems always need instant results (such as a control system on a plane).
Check your understanding ,[object Object],[object Object],[object Object],[object Object],[object Object],Interactive Real-Time Interactive Real-time
More Checking! ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Filing Systems ,[object Object],[object Object],[object Object]
Filing System ,[object Object]
Low Level Machine ,[object Object],[object Object],[object Object]
The two most important parts of the inside of the computer are the CPU and memory.  The  CPU  (Central Processing Unit) is the “brain” of the computer where the computer works things out. The  memory  is where the computer “remembers” things for the CPU.
The Computer’s Memory ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Main memory ,[object Object],[object Object],[object Object],[object Object],[object Object]
Random Access Memory ,[object Object],[object Object],[object Object],[object Object],[object Object]
 
Read Only Memory ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
How to measure memory ,[object Object],[object Object],[object Object]
Memory size So an iPod with 60GB of storage space has: 60 x 1024 x 1024 x 1024 x 8   = 515,396,075,520 bits!   (over 515 billion bits…)
The Processor ,[object Object],[object Object],Input Process Output mouse calculation Print out Display on screen keyboard
Remember: ,[object Object],[object Object],[object Object],Some real world examples of IPO…..
Check your understanding… ,[object Object],[object Object],[object Object],[object Object]
B I N A R Y
Binary ,[object Object],[object Object],[object Object],[object Object]
Numbers ,[object Object],[object Object],[object Object],[object Object],[object Object]
6 5 1 1 1 1 5 1 1 1 1 1 0 0 0 0 0 0 0 0 0 For example:
Binary Revision Questions ,[object Object],[object Object],[object Object],[object Object]
Binary Revision Answers ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Binary recap ,[object Object],[object Object],[object Object],[object Object],01000001 01100100 11111111 10000001
Storing Text and Graphics ,[object Object]
Storing Text ,[object Object],[object Object],[object Object],Let’s try some ASCII conversion….
ASCII Table http://www.ascii.cl/htmlcodes.htm
ASCII TABLE ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The size of a text file Hello The eagle has landed! How many  bytes  would these files take up? ,[object Object],[object Object],[object Object],[object Object],[object Object],5 21
Storing graphics ,[object Object],[object Object],[object Object]
Storing Graphics ,[object Object],[object Object],[object Object]
How many bits do you think it will take to store this graphic? The grid is 8 x 8 pixels, so it will take 64 bits to store. 64 bits is 8 bytes.
Colour Graphics ,[object Object],[object Object],[object Object],[object Object]
Systems task 9 ,[object Object],[object Object]
Summary ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Hardware ,[object Object],[object Object]
Microprocessor ,[object Object]
Backing Storage ,[object Object],[object Object]
 
Tape Drive Tape drives take large plastic tapes which store data in binary using magnetic ‘spots’ to encode the data They have a large capacity, and fast data transfer rates Tapes wear over time so need to be stored in suitable environment and are suited to medium and short term storage DAT tapes can hold up to 200 Gigabytes so are used for  backup
 
Floppy Disks ,[object Object],[object Object],[object Object],[object Object],[object Object]
Hard Drive
Hard Drive Hard drives store data by writing magnetic patterns onto metal disks.  The surfaces are divided up into sectors and tracks which allows each part to be accessed directly.  ,[object Object],[object Object],[object Object],[object Object]
Optical Backing Storage ,[object Object],[object Object],[object Object]
 
CD-ROM ,[object Object],[object Object],[object Object]
DVD-ROM ,[object Object],[object Object],[object Object],[object Object],[object Object]
CD-R ,[object Object],[object Object],[object Object],[object Object],[object Object]
CD-RW ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
DVD-R and DVD-RW ,[object Object],[object Object],[object Object]
 
USB Flash drive ,[object Object],[object Object],[object Object],[object Object],[object Object]
Input Devices ,[object Object]
Mouse A mouse lets you control the pointer on screen, and click to select icons.  Mice usually have 2 buttons  and sometimes a scroll wheel.
Trackball A trackball is similar to a mouse except the ball is on top. The trackball does not move around the desk like a mouse. They are useful when a user does not have desk space to move a mouse, and for people who find it hard to use their arms to move objects around.
Trackpad A trackpad is a small pad that senses the movement of your finger. It lets you control the mouse by moving your finger across the pad. You can click by tapping the trackpad.
Graphics Tablet Graphics Tablet A flat plastic panel with electronic sensors below the surface detect the movements of a pointing device. Very accurate – used by graphic artists / designers / Computer Aided Design (CAD)
Touch screen Touch Sensitive Screen Simple to operate Useful for public information systems Tiring to use after a while Not precise
keyboard Keyboard Input text and numbers Function keys QUERTY layout Very common, nearly every computer has one
Scanner Scanner Input drawing, photographs from paper. Light beam passes over page and a sensor detects the reflection Optical Character Recognition (OCR) software can recognise writing
Digital cameras Digital Cameras
Digital Cameras 2 Digital Cameras Captures light coming through the lens and stores a digital image Allows instant review of picture taken Delete photos you don’t like Takes a memory card – can be various capacities.
Digital cameras 3 Choosing a camera Look at the accuracy (resolution) – measured in Megapixels. 5 Mpx is enough Does it have a zoom lens? Digital zoom is worthless because it produces poor pictures What capacity is the memory card?
Video camera Digital Video cameras Same principle as still digital cameras Need a large storage capacity – video takes up a lot of space (15 frames per second) Some have a small LCD screen to view your video Features: zoom, focus, lighting, infrared recording, onboard editing
Webcams Webcams Same principle as digital video camera Connected directly to computer via USB Can put a webcam in a website Useful for video calls via MSN Messenger
Laser printer Laser Printer ,[object Object],[object Object],[object Object],[object Object],[object Object]
Inkjet printer Inkjet Printer Sprays ink onto the paper Printout quality is high Cheap to buy, can be expensive to maintain (expensive ink) Slower than Laser Printer                                                                                                                          
Plotter Plotter Uses inkjet technology to produce large, accurate and complex drawings Used by architects / designers Quicker than drawing by hand
Monitor Monitor Screen used to display computer output Different monitors have different resolutions The higher the resolution, the more detailed the picture will be High resolution needed for CAD and art work
TFT / LCD LCD / TFT Displays LCD = Liquid Crystal Display These screens have the following advantages: Flat, light, needing little power, can be run from a laptop battery The one disadvantage is that sometimes they are not bright enough and can cause eye strain
TFT / LCD 2 LCD / TFT Displays TFT = Thin Film Transistor Same advantages as LCD. Uses a tiny transistor to form each pixel Can update the image very quickly, allowing it to handle complex graphics and animation which LCD displays cannot
Speakers Computer Speakers Produce sound from the computer Allow you to do multimedia presentations, video-conferencing, games, music etc Computer speaker systems vary in quality and number of speakers depending on output wattage (RMS) or surround sound capability etc
Desktop VS Laptop
Desktop VS Laptop ,[object Object],[object Object],[object Object]
Laptop ,[object Object],[object Object],[object Object],[object Object],[object Object]
Palmtop Computer ,[object Object],[object Object],[object Object],[object Object],[object Object]
Mainframe   computer ,[object Object],[object Object],[object Object],[object Object]
Multimedia Systems ,[object Object],[object Object],[object Object]
Multimedia systems ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],A good system for viewing and creating multimedia might include:

More Related Content

What's hot

Computer fundamentals
Computer fundamentalsComputer fundamentals
Computer fundamentals
Amir Villas
 
Parts of a Computer
Parts of a ComputerParts of a Computer
Parts of a Computer
Matt Shea
 
operating system
operating systemoperating system
operating system
KadianAman
 
Computer software
Computer softwareComputer software
Computer software
Maneesh Singh
 
1 01 Computer Components
1 01 Computer Components1 01 Computer Components
1 01 Computer Componentsjasonmammano
 
Computer Fundamental
Computer FundamentalComputer Fundamental
Computer Fundamental
actanimation
 
Basic of Computer fundamental
Basic of Computer fundamental Basic of Computer fundamental
Basic of Computer fundamental
Sohan Grover
 
Basic_Computer_Skills, A_seminar_by_Mohan_Kumar_G_Lecturer
Basic_Computer_Skills, A_seminar_by_Mohan_Kumar_G_LecturerBasic_Computer_Skills, A_seminar_by_Mohan_Kumar_G_Lecturer
Basic_Computer_Skills, A_seminar_by_Mohan_Kumar_G_Lecturer
Mohan Kumar G
 
Essential Computer Concepts
Essential Computer ConceptsEssential Computer Concepts
Essential Computer Conceptskimfrancis
 
Chapter 1 introduction to computers
Chapter 1   introduction to computersChapter 1   introduction to computers
Chapter 1 introduction to computers
haider ali
 
COMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTSCOMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTS
SHIVALI NEGI
 
Introduction to Computer
Introduction to ComputerIntroduction to Computer
Introduction to Computer
Meg Grado
 
Windows Basic
Windows BasicWindows Basic
Windows Basic
Jack Frost
 
What Is Computer
What Is ComputerWhat Is Computer
What Is ComputerLUZ PINGOL
 
introduction to computer
introduction to computerintroduction to computer
introduction to computer
Teja Babu
 
Computer memory
Computer memoryComputer memory
Computer memory
arunavasava
 
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTREBASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
jatin batra
 
Fundamentals Of Computer
Fundamentals Of ComputerFundamentals Of Computer
Fundamentals Of Computer
Jack Frost
 
Computer Basics
Computer BasicsComputer Basics
Computer Basics
nhumar
 
Introduction to Basic Computer Concepts Presentation
Introduction to Basic Computer Concepts PresentationIntroduction to Basic Computer Concepts Presentation
Introduction to Basic Computer Concepts Presentation
Ana Tan
 

What's hot (20)

Computer fundamentals
Computer fundamentalsComputer fundamentals
Computer fundamentals
 
Parts of a Computer
Parts of a ComputerParts of a Computer
Parts of a Computer
 
operating system
operating systemoperating system
operating system
 
Computer software
Computer softwareComputer software
Computer software
 
1 01 Computer Components
1 01 Computer Components1 01 Computer Components
1 01 Computer Components
 
Computer Fundamental
Computer FundamentalComputer Fundamental
Computer Fundamental
 
Basic of Computer fundamental
Basic of Computer fundamental Basic of Computer fundamental
Basic of Computer fundamental
 
Basic_Computer_Skills, A_seminar_by_Mohan_Kumar_G_Lecturer
Basic_Computer_Skills, A_seminar_by_Mohan_Kumar_G_LecturerBasic_Computer_Skills, A_seminar_by_Mohan_Kumar_G_Lecturer
Basic_Computer_Skills, A_seminar_by_Mohan_Kumar_G_Lecturer
 
Essential Computer Concepts
Essential Computer ConceptsEssential Computer Concepts
Essential Computer Concepts
 
Chapter 1 introduction to computers
Chapter 1   introduction to computersChapter 1   introduction to computers
Chapter 1 introduction to computers
 
COMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTSCOMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTS
 
Introduction to Computer
Introduction to ComputerIntroduction to Computer
Introduction to Computer
 
Windows Basic
Windows BasicWindows Basic
Windows Basic
 
What Is Computer
What Is ComputerWhat Is Computer
What Is Computer
 
introduction to computer
introduction to computerintroduction to computer
introduction to computer
 
Computer memory
Computer memoryComputer memory
Computer memory
 
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTREBASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
 
Fundamentals Of Computer
Fundamentals Of ComputerFundamentals Of Computer
Fundamentals Of Computer
 
Computer Basics
Computer BasicsComputer Basics
Computer Basics
 
Introduction to Basic Computer Concepts Presentation
Introduction to Basic Computer Concepts PresentationIntroduction to Basic Computer Concepts Presentation
Introduction to Basic Computer Concepts Presentation
 

Similar to Computer Systems Foundation General

Computer Systems Credit
Computer Systems CreditComputer Systems Credit
Computer Systems Creditmrcarty
 
Computer Concepts
Computer ConceptsComputer Concepts
Computer Concepts
Phoebe Kim
 
Understanding Computers - Today and Tomorrow
Understanding Computers - Today and TomorrowUnderstanding Computers - Today and Tomorrow
Understanding Computers - Today and Tomorrow
GufranAhmadJU
 
Basic_ComputerS1.ppt
Basic_ComputerS1.pptBasic_ComputerS1.ppt
Basic_ComputerS1.ppt
charanjit9
 
ICT Basic Concepts
ICT Basic ConceptsICT Basic Concepts
ICT Basic Concepts
sandia1234
 
Computer Systems Hardware
Computer Systems   HardwareComputer Systems   Hardware
Computer Systems HardwarenS789
 
Introduction to computer application ppp
Introduction to computer application pppIntroduction to computer application ppp
Introduction to computer application ppp
MohammedBSMakimu1
 
Introtocomputernewpptfornewcomputerintro.ppt
Introtocomputernewpptfornewcomputerintro.pptIntrotocomputernewpptfornewcomputerintro.ppt
Introtocomputernewpptfornewcomputerintro.ppt
SadmanSakib259463
 
Unit i (part1) b.sc
Unit i (part1)  b.scUnit i (part1)  b.sc
Unit i (part1) b.sc
Hepsijeba
 
Booklet computer 1p t1
Booklet computer 1p t1Booklet computer 1p t1
Booklet computer 1p t1
أمنية وجدى
 
Computer Basics -Just How does a computer work
Computer Basics -Just How does a computer workComputer Basics -Just How does a computer work
Computer Basics -Just How does a computer work
KamalDahal10
 
(Basic computer for_small_business)
(Basic computer for_small_business)(Basic computer for_small_business)
(Basic computer for_small_business)fayazkhan82
 
Basic computer for_small_business
Basic computer for_small_businessBasic computer for_small_business
Basic computer for_small_businessagohar7
 
Computer basics--computer basics2
Computer basics--computer basics2Computer basics--computer basics2
Computer basics--computer basics2Zo Sangpy
 
Computer Basics
Computer BasicsComputer Basics
Computer Basics
Huggermugger Eran
 
Lecture-02 - Introduction to computer.pptx
Lecture-02 - Introduction to computer.pptxLecture-02 - Introduction to computer.pptx
Lecture-02 - Introduction to computer.pptx
Md. Sakhawat Hossain
 
It tools and buisness system.docx
It tools and buisness system.docxIt tools and buisness system.docx
It tools and buisness system.docx
hinditutorialspoint
 
Ipc 01
Ipc 01Ipc 01
Ipc 01
ajithsrc
 

Similar to Computer Systems Foundation General (20)

Computer Systems Credit
Computer Systems CreditComputer Systems Credit
Computer Systems Credit
 
Computer Concepts
Computer ConceptsComputer Concepts
Computer Concepts
 
Understanding Computers - Today and Tomorrow
Understanding Computers - Today and TomorrowUnderstanding Computers - Today and Tomorrow
Understanding Computers - Today and Tomorrow
 
Basic_ComputerS1.ppt
Basic_ComputerS1.pptBasic_ComputerS1.ppt
Basic_ComputerS1.ppt
 
ICT Basic Concepts
ICT Basic ConceptsICT Basic Concepts
ICT Basic Concepts
 
Computer Systems Hardware
Computer Systems   HardwareComputer Systems   Hardware
Computer Systems Hardware
 
Introduction to computer application ppp
Introduction to computer application pppIntroduction to computer application ppp
Introduction to computer application ppp
 
Introtocomputernewpptfornewcomputerintro.ppt
Introtocomputernewpptfornewcomputerintro.pptIntrotocomputernewpptfornewcomputerintro.ppt
Introtocomputernewpptfornewcomputerintro.ppt
 
Unit i (part1) b.sc
Unit i (part1)  b.scUnit i (part1)  b.sc
Unit i (part1) b.sc
 
Booklet computer 1p t1
Booklet computer 1p t1Booklet computer 1p t1
Booklet computer 1p t1
 
Wk 2 - computers
Wk 2 - computersWk 2 - computers
Wk 2 - computers
 
Computer Basics -Just How does a computer work
Computer Basics -Just How does a computer workComputer Basics -Just How does a computer work
Computer Basics -Just How does a computer work
 
(Basic computer for_small_business)
(Basic computer for_small_business)(Basic computer for_small_business)
(Basic computer for_small_business)
 
Basic computer for_small_business
Basic computer for_small_businessBasic computer for_small_business
Basic computer for_small_business
 
Computer basics--computer basics2
Computer basics--computer basics2Computer basics--computer basics2
Computer basics--computer basics2
 
Computer Basics
Computer BasicsComputer Basics
Computer Basics
 
Lecture-02 - Introduction to computer.pptx
Lecture-02 - Introduction to computer.pptxLecture-02 - Introduction to computer.pptx
Lecture-02 - Introduction to computer.pptx
 
It tools and buisness system.docx
It tools and buisness system.docxIt tools and buisness system.docx
It tools and buisness system.docx
 
INTRO TO COMPUTER
INTRO TO COMPUTERINTRO TO COMPUTER
INTRO TO COMPUTER
 
Ipc 01
Ipc 01Ipc 01
Ipc 01
 

More from mrcarty

Networks
NetworksNetworks
Networksmrcarty
 
GPP Word Processing
GPP Word ProcessingGPP Word Processing
GPP Word Processingmrcarty
 
GPP Wizards
GPP WizardsGPP Wizards
GPP Wizardsmrcarty
 
Webpage Creation
Webpage CreationWebpage Creation
Webpage Creationmrcarty
 
GPP Implications
GPP ImplicationsGPP Implications
GPP Implicationsmrcarty
 
HCI Examples
HCI ExamplesHCI Examples
HCI Examplesmrcarty
 
GPP Spreadsheets
GPP SpreadsheetsGPP Spreadsheets
GPP Spreadsheetsmrcarty
 
Graphics Revised
Graphics RevisedGraphics Revised
Graphics Revisedmrcarty
 
GPP Revision General Credit
GPP Revision General CreditGPP Revision General Credit
GPP Revision General Creditmrcarty
 
General Purpose Packages
General Purpose PackagesGeneral Purpose Packages
General Purpose Packagesmrcarty
 
Databases Foundation General
Databases Foundation GeneralDatabases Foundation General
Databases Foundation Generalmrcarty
 
Databases Credit
Databases CreditDatabases Credit
Databases Creditmrcarty
 
Commercial Data Processing
Commercial Data ProcessingCommercial Data Processing
Commercial Data Processingmrcarty
 
Automated Systems Credit
Automated Systems CreditAutomated Systems Credit
Automated Systems Creditmrcarty
 
Automated Systems General Foundation
Automated Systems General FoundationAutomated Systems General Foundation
Automated Systems General Foundationmrcarty
 

More from mrcarty (15)

Networks
NetworksNetworks
Networks
 
GPP Word Processing
GPP Word ProcessingGPP Word Processing
GPP Word Processing
 
GPP Wizards
GPP WizardsGPP Wizards
GPP Wizards
 
Webpage Creation
Webpage CreationWebpage Creation
Webpage Creation
 
GPP Implications
GPP ImplicationsGPP Implications
GPP Implications
 
HCI Examples
HCI ExamplesHCI Examples
HCI Examples
 
GPP Spreadsheets
GPP SpreadsheetsGPP Spreadsheets
GPP Spreadsheets
 
Graphics Revised
Graphics RevisedGraphics Revised
Graphics Revised
 
GPP Revision General Credit
GPP Revision General CreditGPP Revision General Credit
GPP Revision General Credit
 
General Purpose Packages
General Purpose PackagesGeneral Purpose Packages
General Purpose Packages
 
Databases Foundation General
Databases Foundation GeneralDatabases Foundation General
Databases Foundation General
 
Databases Credit
Databases CreditDatabases Credit
Databases Credit
 
Commercial Data Processing
Commercial Data ProcessingCommercial Data Processing
Commercial Data Processing
 
Automated Systems Credit
Automated Systems CreditAutomated Systems Credit
Automated Systems Credit
 
Automated Systems General Foundation
Automated Systems General FoundationAutomated Systems General Foundation
Automated Systems General Foundation
 

Recently uploaded

Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
Fwdays
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 

Recently uploaded (20)

Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 

Computer Systems Foundation General

  • 2.
  • 3. 010101011000011101010 11010101101010101011101010010100101010101010101011011111111010010110101011010101010111010100101001010101011011111111 0100101101010110 1010101011101 0100101001010101101101111111101001011010101101010101011101010010 100101010110110111111110100101101010110101 01 010111010100101001010101101101111111101001011010101101010 1010111010 10010100101010110110111111110100101101010110101010101110 10100101001010101101101111111101001011010101101 01010101110101001010010101011011011111111010010110101011010101010 11101010010100101010110110111111110100 101101010110 10101010 1110101001010010101011 01010101011 01110101101010110101010101110101001010010101010101010101 010110111010110101011010101010111010100101001010 101010101010110111010110101011010101010111010110111111110100 1011010101101010101011101010010100101010110 1001010010101010101010101101110101101010110101 01010111010100101 0010101101111111101001011010101101010101011101010010100 10101010101010101010101011011 Machine Code
  • 4. What does this say? Je ne parle pas Français ainsi je ne peux pas comprendre ceci ! ! I don't speak French so I can't understand this!! =
  • 5.
  • 6.
  • 7.
  • 8.
  • 9. Summary Computers only understand 1s and 0s, which we call machine code . Humans write programs in high level languages because they are like English, and can be translated into machine code. High level languages can be portable which means they can be translated into different kinds of machine code .
  • 10.
  • 11.
  • 12.
  • 13. H C I uman omputer nterface
  • 14.
  • 15.
  • 16.
  • 17. Summary Operating systems control the tasks the computer does for the user. This includes loading data into memory, reading data from they keyboard and mouse, saving files and sending text and graphics to the screen or printer. There are two types of file - program files (such as Microsoft Word) and data files , that are used by program files (such as a letter your wrote in Microsoft Word) We interact with the OS through the Human Computer Interface (HCI). The OS translates the keyboard and mouse presses into instructions and performs actions such as loading and saving files. Interactive operating systems are used when users need immediate feedback. Real-time operating systems are used when systems always need instant results (such as a control system on a plane).
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23. The two most important parts of the inside of the computer are the CPU and memory. The CPU (Central Processing Unit) is the “brain” of the computer where the computer works things out. The memory is where the computer “remembers” things for the CPU.
  • 24.
  • 25.
  • 26.
  • 27.  
  • 28.
  • 29.
  • 30. Memory size So an iPod with 60GB of storage space has: 60 x 1024 x 1024 x 1024 x 8 = 515,396,075,520 bits! (over 515 billion bits…)
  • 31.
  • 32.
  • 33.
  • 34. B I N A R Y
  • 35.
  • 36.
  • 37. 6 5 1 1 1 1 5 1 1 1 1 1 0 0 0 0 0 0 0 0 0 For example:
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 44.
  • 45.
  • 46.
  • 47.
  • 48. How many bits do you think it will take to store this graphic? The grid is 8 x 8 pixels, so it will take 64 bits to store. 64 bits is 8 bytes.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.
  • 54.
  • 55.  
  • 56. Tape Drive Tape drives take large plastic tapes which store data in binary using magnetic ‘spots’ to encode the data They have a large capacity, and fast data transfer rates Tapes wear over time so need to be stored in suitable environment and are suited to medium and short term storage DAT tapes can hold up to 200 Gigabytes so are used for backup
  • 57.  
  • 58.
  • 60.
  • 61.
  • 62.  
  • 63.
  • 64.
  • 65.
  • 66.
  • 67.
  • 68.  
  • 69.
  • 70.
  • 71. Mouse A mouse lets you control the pointer on screen, and click to select icons. Mice usually have 2 buttons and sometimes a scroll wheel.
  • 72. Trackball A trackball is similar to a mouse except the ball is on top. The trackball does not move around the desk like a mouse. They are useful when a user does not have desk space to move a mouse, and for people who find it hard to use their arms to move objects around.
  • 73. Trackpad A trackpad is a small pad that senses the movement of your finger. It lets you control the mouse by moving your finger across the pad. You can click by tapping the trackpad.
  • 74. Graphics Tablet Graphics Tablet A flat plastic panel with electronic sensors below the surface detect the movements of a pointing device. Very accurate – used by graphic artists / designers / Computer Aided Design (CAD)
  • 75. Touch screen Touch Sensitive Screen Simple to operate Useful for public information systems Tiring to use after a while Not precise
  • 76. keyboard Keyboard Input text and numbers Function keys QUERTY layout Very common, nearly every computer has one
  • 77. Scanner Scanner Input drawing, photographs from paper. Light beam passes over page and a sensor detects the reflection Optical Character Recognition (OCR) software can recognise writing
  • 79. Digital Cameras 2 Digital Cameras Captures light coming through the lens and stores a digital image Allows instant review of picture taken Delete photos you don’t like Takes a memory card – can be various capacities.
  • 80. Digital cameras 3 Choosing a camera Look at the accuracy (resolution) – measured in Megapixels. 5 Mpx is enough Does it have a zoom lens? Digital zoom is worthless because it produces poor pictures What capacity is the memory card?
  • 81. Video camera Digital Video cameras Same principle as still digital cameras Need a large storage capacity – video takes up a lot of space (15 frames per second) Some have a small LCD screen to view your video Features: zoom, focus, lighting, infrared recording, onboard editing
  • 82. Webcams Webcams Same principle as digital video camera Connected directly to computer via USB Can put a webcam in a website Useful for video calls via MSN Messenger
  • 83.
  • 84. Inkjet printer Inkjet Printer Sprays ink onto the paper Printout quality is high Cheap to buy, can be expensive to maintain (expensive ink) Slower than Laser Printer                                                                                                                       
  • 85. Plotter Plotter Uses inkjet technology to produce large, accurate and complex drawings Used by architects / designers Quicker than drawing by hand
  • 86. Monitor Monitor Screen used to display computer output Different monitors have different resolutions The higher the resolution, the more detailed the picture will be High resolution needed for CAD and art work
  • 87. TFT / LCD LCD / TFT Displays LCD = Liquid Crystal Display These screens have the following advantages: Flat, light, needing little power, can be run from a laptop battery The one disadvantage is that sometimes they are not bright enough and can cause eye strain
  • 88. TFT / LCD 2 LCD / TFT Displays TFT = Thin Film Transistor Same advantages as LCD. Uses a tiny transistor to form each pixel Can update the image very quickly, allowing it to handle complex graphics and animation which LCD displays cannot
  • 89. Speakers Computer Speakers Produce sound from the computer Allow you to do multimedia presentations, video-conferencing, games, music etc Computer speaker systems vary in quality and number of speakers depending on output wattage (RMS) or surround sound capability etc
  • 91.
  • 92.
  • 93.
  • 94.
  • 95.
  • 96.