All examples are based upon Visual C++, version 5

Slides:



Advertisements
Similar presentations
Computer Basics 2.
Advertisements

Computer Vocabulary Words to know and remember for the semester.
Calera High School Dawn Bone
What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
As you approach year 12, it is VITAL that you understand the concepts of ICT that you have studied in Units 1, 2 and 3… Can you answer the following Questions?
P3- Represent how data flows around a computer system
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Computer Hardware.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
Chapter 1- Visual Basic Schneider 1 Chapter 1 An Introduction to Computers and Visual Basic.
The Boot Process & The 4 Computer Functions Computer Technology Created by M Corbett Lehi Junior High Based in part on a power point created by M. Guymon.
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
Computer Basics Flashcards #2
Input, Output, Processing and Storage
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
Computer Basics Diagram
Computer Basics An overview of computer hardware ICT Tools: Computer Basics.
Elements of a Computer System Dr Kathryn Merrick Thursday 4 th June, 2009.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Hardware & Software The CPU & Memory.
Computer Basics 2.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
Internal Lab Registeration labreg/lab/signup.aspxhttp:// labreg/lab/signup.aspx
Computer Component. A computer is a machine that is used to store and process data electronically Computer Definition.
ICT IGCSE Theory – Revision Presentation 1.2 The Main Components of Computer Systems Chapter 1: Types and components of computer systems
Computer Structure & Architecture 7b - CPU & Buses.
Hardware and Software Programming. COMP104 Lecture 2 / Slide 2 Hardware and Software l Why should we bother with hardware, while we are having a programming.
Understanding Memory.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
ROM AND RAM By Georgia Harris. WHAT DOES IT MEAN?  RAM: random access memory  ROM: read only memory.
BMTS 242: Computer and Systems Lecture 2: Memory, and Software Yousef Alharbi Website
Chapter Two Hardware Basics: Inside the Box ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Levi Garner. Topics  Computer Storage Devices  Storage Media and Storage Devices  Memory and Storage.
Bonus Question:. True/False: 200 Question: Businesses of all sizes use computers to collect data and keep track of records. Answer True.
Computer Systems Objectives: To gain an understanding of the types of computer systems. Be able to identify the main components. Understand the difference.
MEMORY is part of the Central Processing Unit, or CPU, where data and information are stored. There are two main types of memory in a computer – RAM.
General Concepts of ICT. Be able to identify the main components of a general- purpose computer:  central processing unit (CPU)  main/internal memory.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
1 بسم الله الرحمن الرحيم MEMORY AND I/O. Introduction to 8086 Microprocessor 8086 Pin Configuration Pin Configuration 8086 Architecture & Modes 2.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Computer Systems Nat 4/5 Computing Science Computer Structure:
Parts of a Computer.
BASIC PROGRAMMING C SCP1103 (02)
Memory Miss Elliott.
Memory Key Revision Points.
Topics Introduction Hardware and Software How Computers Store Data
BASIC PROGRAMMING C SCP1103 (02)
Practical Oriented Theory
Describe the central processing unit including its role
Describe the central processing unit including its role
Primary Storage and Secondary Storage Devices Chapter 3
Introduction to Computers
IB Computer Science Topic 2.1.1
14/11/2018 RAM and ROM.
Computer Based Technology:
Computer Hardware Prepared by:- Mr. Pawan Kumar
GCSE OCR 3 Memory Computer Science J276 Unit 1
Computer components.
Components of a CPU AS Computing - F451.
STORAGE – 3 TIERS Key Revision Points.
INTRODUCTION TO MEMORY AND MEMORY DESIGN 1
Year 10 Computer Science Hardware - CPU and RAM.
Windows.
Objectives Describe the difference between RAM and ROM
Overview of Computer system
Computer components.
Presentation transcript:

All examples are based upon Visual C++, version 5 This is an invisible back button. It is found in this position on all slides. All examples are based upon Visual C++, version 5 Asterisks indicate the number of builds for the current slide. * * * *

Introduction to Programming in C++ based upon “A First Book of C++” by Bronson

Introduction Hardware Software People Data Procedures

Introduction Hardware Software Check the Computer Store in the Computing Commons for C++ software. Good pricing!

CENTRAL PROCESSING UNIT STORAGE INPUT PROCESSING OUTPUT CPU RAM ROM * * * *

RAM (Random Access Memory) RAM most common type of primary storage RAM can store programs and data temporarily RAM has memory locations with unique addresses Computer can quickly retrieve from RAM * *

RAM Part 2 Temporary and constantly changing RAM is volatile memory Power off — RAM is cleared, whether you saved it or not! Save to secondary storage * * *

The Computer’s Core: CPU and Memory A collection of switches and relays Transforms information User provides input Computer follows instructions Returns output to user

CPU: The Real Computer Each type understands specific instructions (IBM or Mac) Communicates with the other parts Typically is a single chip (a microprocessor) Distinguished by compatibility and speed * *

Addresses address registers RAM *

Windows get a computer account ASAP - if you don’t already have one be familiar with Windows know how to access your AFS space copy & move files create folders and subfolders rename files delete files and folders

Windows on-line tutorial in Windows Computer Assistance Center - 2nd floor of Commons (aka C.O.M.P.A.S.S.)

Happiness, like most of the other important processes of life, cannot be planned.