COMPUTER SCIENCE QUESTIONS… BY JACK. WHAT IS THE CPU? The cpu is the central processing unit.

Slides:



Advertisements
Similar presentations
The Central Processing Unit (CPU) Understanding Computers.
Advertisements

Lesson 1 Computers and Computer Systems
Memory Basics. 8-1 Memory definitions Memory is a collection of cells capable of storing binary information. Two types of memory: –Random-Access Memory.
Computer Hardware.
The processor and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
The central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
Chapter 6 Memory and Programmable Logic Devices
6. The CPU and Memory Chapt. 7.
What’s on the Motherboard? The two main parts of the CPU are the control unit and the arithmetic logic unit. The control unit retrieves instructions from.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
In a not gate, if the input is on(1) the output is off (0) and vice versa.
Lecture 13 - Introduction to the Central Processing Unit (CPU)
DIGITAL COMPONENTS By Sohaib.
Lesson 3 — How a Computer Processes Data
Chapter 3 Computer Hard ware
Quiz # 2 Chapters 4, 5, & 6.
Computer architecture Microprocessor based computers.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Wednesday, September 16 th Warm Up: Write down how you would explain binary code to someone who had never heard of it before What is this number written.
Tomorrow’s Technology and You 8/e Chapter 2 Hardware Basics: Inside the Box.
The Central Processing Unit: What Goes on Inside the Computer
Components of a Computer Prepared by: Mrs. McCallum-Rodney.
The CPU Central Processing Unit. 2 Reminder - how it fits together processor (CPU) memory I/O devices bus.
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
Memory and Storage Dr. Rebhi S. Baraka
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
How computers work The CPU & Memory. The parts of a computer.
The Central Processing Unit (CPU) and the Machine Cycle.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
Chapter 5 Computing Components. 5-2 Chapter Goals List the components and their function in a von Neumann machine Describe the fetch-decode-execute cycle.
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.
COMPUTER ORGANISATION I HIGHER STILL Computing Computer Systems Higher Marr College Computing Department 2002.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Dale Roberts Department of Computer and Information Science, School of Science, IUPUI CSCI N305 Information Representation: Machine Instructions.
Understanding Memory.
Introduction to ComputersS1.1.1 Bina © 1998 Liran & Ofir Programming in C.
COMPUTER BASICS Vocab and Terminology. What do all of these terms have in common? DesktopServer Workstation Handheld Laptop/Notebook Supercomputer Mainframe.
Computer Hardware – System Unit
The Computer System.
Computer operation is of how the different parts of a computer system work together to perform a task.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
3.1 Components. Overview Identify component parts of a typical home PC from a photograph or diagram.
Digital Systems and Information Dr. Sanjay P. Ahuja, Ph.D. FIS Distinguished Professor of CIS ( ) School of Computing, UNF.
The Parts of a Computer. The TOWER contains all of the parts of a computer.
CS 1410 Intro to Computer Tecnology Computer Hardware1.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Computer Organisation
Computing Science Computer Structure: Lesson 1: Processor Structure
The Central Processing Unit (CPU)
Computer Organisation
Discovering Computers 2011: Living in a Digital World Chapter 4
Chapter 7.2 Computer Architecture
The Central Processing Unit
Chapter 2.3 Binary Logic.
Chapter 2 – Computer hardware
The Parts of a Computer QUIZ.
Processor Organization and Architecture
The Basic Organization of Computers T.Jeya M.Sc., M.Phil Assistant Professor, Department of CS, SAC Women’s College. Cumbum. Tamilnadu.
COMS 161 Introduction to Computing
Computer Organization
13 Digital Logic Circuits.
Information Representation: Machine Instructions
Presentation transcript:

COMPUTER SCIENCE QUESTIONS… BY JACK

WHAT IS THE CPU? The cpu is the central processing unit.

FETCH ANDDD EXECUTE fetch-execute cycle - The sequence of actions that a central processing unit performs to execute each machine code instruction in a program.

WHY DO COMPUTERS USE BINARY? Binary is a set of instructions used to control the computer, and works from 1's and 0's, but the computer understands them as on or off signals. If the decimal system were used, there would need to be 10 different voltages, in which case there'd be more room for error, and therefore more room for corruption of data.

LOGIC GATES A logic gate is an idealized or physical device implementing a Boolean function, that is, it performs a logical operation on one or more logic inputs and produces a single logic output.

WHAT IS A LOGIC DIAGRAM? A logic diagram is a graphical representation of a program using formal logic.

WHAT IS ROM? ROM is an acronym for Read-Only Memory. It refers to computer memory chips containing permanent or semi-permanent data. Unlike RAM, ROM is non-volatile; even after you turn off your computer, the contents of ROM will remain.