SlideShare une entreprise Scribd logo
1  sur  96
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:

Contenu connexe

Tendances

Types of computer
Types of computerTypes of computer
Types of computerFrya Lora
 
Computer Basics 101 Slide Show Presentation
Computer Basics 101 Slide Show PresentationComputer Basics 101 Slide Show Presentation
Computer Basics 101 Slide Show Presentationsluget
 
COMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTSCOMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTSSHIVALI NEGI
 
Types of memory in Computer
Types of memory in ComputerTypes of memory in Computer
Types of memory in ComputerFazle Rabbi Ador
 
Types and components of computers
Types and components of computersTypes and components of computers
Types and components of computersCik Na Shohaili
 
Basic Computer Concepts
Basic Computer ConceptsBasic Computer Concepts
Basic Computer ConceptsReynz Anario
 
Basic Components of Computer
Basic Components of ComputerBasic Components of Computer
Basic Components of ComputerRajGopalAgrawal
 
Parts of a computer
Parts of a computerParts of a computer
Parts of a computermycajoy
 
Computer Hardware
Computer HardwareComputer Hardware
Computer Hardwarenitinmote
 
Software and hardware overview
Software and hardware overviewSoftware and hardware overview
Software and hardware overviewChristianEmard
 
Parts Of The Computer
Parts Of The ComputerParts Of The Computer
Parts Of The ComputerAaron Abraham
 
BASIC PARTS OF COMPUTER FOR DEMO TEACHING
BASIC PARTS OF COMPUTER FOR DEMO TEACHINGBASIC PARTS OF COMPUTER FOR DEMO TEACHING
BASIC PARTS OF COMPUTER FOR DEMO TEACHINGglairerabida
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computerlina hajjar
 
Parts of a computer
Parts of a computerParts of a computer
Parts of a computerhpinn
 

Tendances (20)

Basic Computer Parts
Basic Computer PartsBasic Computer Parts
Basic Computer Parts
 
Introduction to Computers
Introduction to ComputersIntroduction to Computers
Introduction to Computers
 
Computer processing
Computer processingComputer processing
Computer processing
 
Types of computer
Types of computerTypes of computer
Types of computer
 
Computer Basics 101 Slide Show Presentation
Computer Basics 101 Slide Show PresentationComputer Basics 101 Slide Show Presentation
Computer Basics 101 Slide Show Presentation
 
Computer memory
Computer memoryComputer memory
Computer memory
 
COMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTSCOMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTS
 
Types of memory in Computer
Types of memory in ComputerTypes of memory in Computer
Types of memory in Computer
 
Types and components of computers
Types and components of computersTypes and components of computers
Types and components of computers
 
Basic Computer Concepts
Basic Computer ConceptsBasic Computer Concepts
Basic Computer Concepts
 
Basic Components of Computer
Basic Components of ComputerBasic Components of Computer
Basic Components of Computer
 
Parts of a computer
Parts of a computerParts of a computer
Parts of a computer
 
Computer Hardware
Computer HardwareComputer Hardware
Computer Hardware
 
Software and hardware overview
Software and hardware overviewSoftware and hardware overview
Software and hardware overview
 
Computer Hardware
Computer HardwareComputer Hardware
Computer Hardware
 
Parts Of The Computer
Parts Of The ComputerParts Of The Computer
Parts Of The Computer
 
BASIC PARTS OF COMPUTER FOR DEMO TEACHING
BASIC PARTS OF COMPUTER FOR DEMO TEACHINGBASIC PARTS OF COMPUTER FOR DEMO TEACHING
BASIC PARTS OF COMPUTER FOR DEMO TEACHING
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computer
 
Parts of a computer
Parts of a computerParts of a computer
Parts of a computer
 
Computer Overview
Computer OverviewComputer Overview
Computer Overview
 

Similaire à Computer Systems Foundation General

Computer Systems Credit
Computer Systems CreditComputer Systems Credit
Computer Systems Creditmrcarty
 
Computer Concepts
Computer ConceptsComputer Concepts
Computer ConceptsPhoebe Kim
 
Understanding Computers - Today and Tomorrow
Understanding Computers - Today and TomorrowUnderstanding Computers - Today and Tomorrow
Understanding Computers - Today and TomorrowGufranAhmadJU
 
Basic_ComputerS1.ppt
Basic_ComputerS1.pptBasic_ComputerS1.ppt
Basic_ComputerS1.pptcharanjit9
 
ICT Basic Concepts
ICT Basic ConceptsICT Basic Concepts
ICT Basic Conceptssandia1234
 
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 pppMohammedBSMakimu1
 
Introtocomputernewpptfornewcomputerintro.ppt
Introtocomputernewpptfornewcomputerintro.pptIntrotocomputernewpptfornewcomputerintro.ppt
Introtocomputernewpptfornewcomputerintro.pptSadmanSakib259463
 
Unit i (part1) b.sc
Unit i (part1)  b.scUnit i (part1)  b.sc
Unit i (part1) b.scHepsijeba
 
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 workKamalDahal10
 
(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
 
introduction to computer
introduction to computerintroduction to computer
introduction to computerTeja Babu
 
It tools and buisness system.docx
It tools and buisness system.docxIt tools and buisness system.docx
It tools and buisness system.docxhinditutorialspoint
 
Basic computer hardware and software
Basic computer hardware and softwareBasic computer hardware and software
Basic computer hardware and softwareDr. Ahmed Al Zaidy
 

Similaire à 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
 
introduction to computer
introduction to computerintroduction to computer
introduction to computer
 
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
 
Basic computer hardware and software
Basic computer hardware and softwareBasic computer hardware and software
Basic computer hardware and software
 

Plus de 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
 

Plus de 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
 

Dernier

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 

Dernier (20)

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 

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.