Chapter 1.1 Fundamentals of Computer systems

Slides:



Advertisements
Similar presentations
Machine cycle.
Advertisements

Fetch Execute Cycle – In Detail -
Khaled A. Al-Utaibi  Computers are Every Where  What is Computer Engineering?  Design Levels  Computer Engineering Fields  What.
Welcome Class: IX-B.Std Subject: Computer Studies Conducted by Rashedul Islam Lecturer in Computer Science.
FUNDAMENTALS OF COMPUTER SYSTEMS OCR GCSE Computing.
Introduction to Computer Systems
Computing Components 01/26/11. Announcements & Reminders Programs 1 due Friday, 9/2/11 What is my late policy? Proxy Codes for Labs  You should be able.
1 Sec (2.3) Program Execution. 2 In the CPU we have CU and ALU, in CU there are two special purpose registers: 1. Instruction Register 2. Program Counter.
Computer Processor Ruchelle Vincent Jhordaine Lindsay-Butler.
Instructions Slides 3,4,5 are general questions that you should be able to answer. Use slides 6-27 to answer the questions. Write your answers in a separate.
Objective 2.01 Test Review Name: Class Period:.
1. Fundamentals of Computer Systems Define a computer system Computer Systems in the modern world Professional standards for computer systems Ethical,
WHAT IS THIS? OBJECTIVE AND OUTCOMES Candidates should be able to: Describe and explain the CPU as fetching, decoding and executing of instructions and.
Computing hardware CPU.
UNIT - 1Topic - 1. An electronic device, operating under the control of instructions stored in its own memory unit, that can accept data (input), manipulate.
2.0 Computer System.
Central Processing Unit
Stack Stack Pointer A stack is a means of storing data that works on a ‘Last in first out’ (LIFO) basis. It reverses the order that data arrives and is.
Week 1 Computing GCSE.
What is a computer? Computer is a device for processing information.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
J. Stover, CSD-HS.  A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
COMPUTER ORGANISATION I HIGHER STILL Computing Computer Systems Higher Marr College Computing Department 2002.
By Matthew Johnson & Nathan Woods. Input An input is something that gives information into the computer that can be processed such as: Keyboard Mouse.
Central Processing Unit
HOW A COMPUTER PROCESSES DATA. What is hardware? Hardware is the electric, electronic and mechanical equipment that makes up a computer What is software?
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
Unit 4 Day 1 FOCS – Introduction to Programming. Journal Entry: Unit #5Entry #1 In detail describe programming in Scratch. Describe how to use Events,
1 3 Computing System Fundamentals 3.2 Computer Architecture.
The CPU Central Processing Unit. Activity 1 5 minutes to discuss and feedback on the following: 1.What is this? 2.What is it for? What do you notice ?
STARTER - WHICH OF THESE IS A COMPUTER A A G G F F E E B B C C D D H H.
3.1.4 Hardware a. describe the function and purpose of the control unit, memory unit and ALU (arithmetic logic unit) as individual parts of a computer;
FUNDAMENTALS OF COMPUTER SYSTEMS Lesson 1. Starter What is the difference between hardware and software?
IBytes 1 Computer Systems They're all around us!.
Computers and Programming
Computer Hardware What is a CPU.
GCSE OCR Computing A451 The CPU Computing hardware 1.
Chapter 13 The Function of Operating Systems
Fundamentals of Computer Systems
Chapter 2.1 CPU.
2. OPERATING SYSTEM 2.1 Operating System Function
Lesson Objectives Aims Key Words
Introduction
A Level Computing – A2 Component 2 1f, 1g, 1h, 1i, 1j.
Teaching Computing to GCSE
Do it now You will find your do it now task in your workbook – look for the start button! Thursday, 20 September 2018.
Data Representation – Instructions
Do it now – PAGE 8 You will find your do it now task in your workbook – look for the start button! Tuesday, 20 November 2018.
Introduction to pseudocode
Intro to Architecture & Organization
Unit I Flash Cards Start.
Information Processing Cycle
Information Technology
MARIE: An Introduction to a Simple Computer
Computers Are Your Future
October 29 Review for 2nd Exam Ask Questions! 4/26/2019
A Top-Level View Of Computer Function And Interconnection
WJEC GCSE Computer Science
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
 Is a machine that is able to take information (input), do some work on (process), and to make new information (output) COMPUTER.
OCR GCSE (9-1) Computer Science (J276)
Computer Architecture
Function of Operating Systems
Overview of Computer system
CPU Starter on shared area for pupils as they log on. L1 starter activity.
Integrating Educational Technology into the Classroom
Sec (2.3) Program Execution.
Computer System.
Presentation transcript:

Chapter 1.1 Fundamentals of Computer systems

What is a computer system? A computer system is one that is able to take a set of inputs, process them and create a set of outputs. This is done by a combination of hardware and software. The computer system has one or more inputs to provide data. This data is then processed in some way. The outcome of the processing is sent to an output or it may be stored until some event happens to cause it to be output. For processing to take place, there needs to be a set of instructions of what needs to be done. This set of instructions is called a program. This system is called a stored-program computer.

What is a computer System?

Describe the importance of computer systems in the modern world We rely on computer systems to keep us safe, to enable us to do our jobs, to entertain us, to run our homes and to enable us to communicate with other people.

Describe the importance of computer systems in the modern world

Describe the importance of computer systems in the modern world

Explain the need for reliability in computer systems

Explain the need for reliability in computer systems

Explain the need for reliability in computer systems

Read, watch the videos and make notes. Explain the need for adherence to suitable professional standards in the development, use and maintenance of computer systems http://cambridgegcsecomputing.org/modules_lms/more?id_module=134705&id_course=134783&id_course_inquiry=&id_section=4006 Read, watch the videos and make notes.

Explain the importance of ethical, environmental and legal considerations when creating computer systems.

Explain the importance of ethical, environmental and legal considerations when creating computer systems.

Explain the importance of ethical, environmental and legal considerations when creating computer systems.

Explain the importance of ethical, environmental and legal considerations when creating computer systems.

Explain the importance of ethical, environmental and legal considerations when creating computer systems.

Explain the importance of ethical, environmental and legal considerations when creating computer systems. Computer misuse Data protection Hacking IP address and proxy servers Privacy

Answer all questions Home appliances Home entertainment Communication What is a computer system? Device which takes in a set of inputs, processes them and then outputs. Describe the importance of computer systems in the modern world Home appliances Home entertainment Communication Security Explain the need for reliability in computer systems Explain the need for adherence to suitable professional standards in the development, use and maintenance of computer systems Explain the importance of ethical, environmental and legal considerations when creating computer systems. Computer misuse Data protection Hacking IP address and proxy servers Privacy Explanations and examples needed

1.2 CPU What is a CPU? What does it do?

The Fetch-Execute Cycle The CPU works on something called the fetch-execute cycle. It needs to fetch the data or instructions from the memory locations (fetch) It needs to work out what these data or instruction mean (decode) It then performs that task (execute) The whole process is repeated again. Fetch Decode Execute