BMTS 242: Computer and Systems Lecture 2: Memory, and Software Yousef Alharbi Website

Slides:



Advertisements
Similar presentations
Hardware Lesson 3 Inside your computer.
Advertisements

Basic Computer Vocabulary
An Overview of the Computer System
Computer Systems I’m ONLY a machine!.
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Intermediate GNVQ ICT Computer Systems Hardware is the name that is given to any part of a computer that you can actually touch. An individual piece of.
Why do we need to learn about computers? Hardware & Software Windows95 Desktop - GUI? Mice? Internet Explorer & Netscape Microsoft Applications: –Excel.
Computer Basics. What is a Computer? A computer is a machine that can take inputs from the user, process that information, store that information as needed.
Computer Terminology … Remember: Knowledge is Power!
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
By Mr. Abdalla A. Shaame 1. What is Computer An electronic device that stores, retrieves, and processes data, and can be programmed with instructions.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Computer Basics Flashcards #2
V Material obtained from summer workshop in Guildford County.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
COMPUTER CONCEPTS.
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
Introduction to Computers
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Introduction to Computers
Introduction to Computers
Computer Basics 2.
Eng.Abed Al Ghani H. Abu Jabal Introduction to computers.
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Inside your computer. Hardware Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Digital Literacy Lesson 3. The Role of Memory A computer stores data in the memory when a task is performed. Data is stored in the form of 0s and 1s.
Computer Programming 12 Mr. Jean February 11 th, 2012.
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.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
Computers Are Your Future Chapter 1 Slide 1 Introduction to the Computers & Internet Chapter 1 Concepts of Information Technology IT.
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
An Overview of the Computer System lesson 1. This lesson includes the following sections: The Parts of a Computer System Looking Inside the Machine Software:
Components of a Computer System
1 THE COMPUTER. 2 Input Processing Output Storage 4 basic functions.
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,
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Fly Swatter Game Let’s Swat It Now!!. A contract that defines acceptable rules and policies for computer use:
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
~How PC Parts Work~ (30 MARKS). List 4 External components you can see on the PC in front of you and describe the basic function of each one. 1) DVD Drive.
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.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Introduction to Computers
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Basic Computer Hardware and Software.
An Overview of the Computer System
Computer Basics 1 Computer Basics.
1.00 Computer Basics 1.01 Classify computer components.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Introduction to Computers
COMPUTER MEMORY & DATA STORAGE
הכרת המחשב האישי PC - Personal Computer
COMPUTER MEMORY & DATA STORAGE
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
An Overview of the Computer System
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Computers: Hardware and Software
Chapter 3 Hardware and software 1.
Computer Hardware.
Chapter 2: Computer Hardware
Chapter 3 Hardware and software 1.
1.00 Computer Basics 1.01 Classify computer components.
Computer components.
Presentation transcript:

BMTS 242: Computer and Systems Lecture 2: Memory, and Software Yousef Alharbi Website

Types of Memories 1.RAM - Random Access Memory 2.ROM – Read Only Memory BMTS 242: Computer and Systems

Understand RAM and ROM RAM - Random Access Memory – The RAM (Random Access Memory) is where the operating system is loaded and also where your applications are copied to when you load an application, such as a word processor or database program. BMTS 242: Computer and Systems

Understand RAM and ROM RAM - Random Access Memory – The main 'working' memory used by the computer. – When the operating system loads from disk when you first switch on the computer, it is copied into RAM. – As a rough rule, a Microsoft Windows based computer will operate faster if you install more RAM.Data and programs stored in RAM are volatile (i.e. the information is lost when you switch off the computer). BMTS 242: Computer and Systems

Understand RAM and ROM ROM – Read Only Memory – The ROM-BIOS (Read Only Memory - Basic Input Output System) chip is a special chip held on your computer's system (mother) board. – It contains software that is required to make your computer work with your operating system BMTS 242: Computer and Systems

Understand RAM and ROM ROM – Read Only Memory – Read Only Memory (ROM) as the name suggests is a special type of memory chip that holds software that can be read but not written to. – A good example is the ROM-BIOS chip, which contains read-only software. – Often network cards and video cards also contain ROM chips. BMTS 242: Computer and Systems

Measuring Memory Know how computer memory is measured Bit Bit – All computers work on a binary numbering system, i.e. they process data in one's or zero's. This 1 or 0 level of storage is called a bit. Byte Byte – A byte consists of eight bits. Kilobyte Kilobyte – A kilobyte (KB) consists of 1024 bytes. –Megabyte – A megabyte (MB) consists of 1024 kilobytes. Gigabyte Gigabyte – A gigabyte (GB) consists of 1024 megabytes. BMTS 242: Computer and Systems

Measuring Memory Know how computer memory is measured Files Files – Data and programs are stored on your disk as files. – There are different types of files, such as the files that you store your data in, the files that contain your programs and also files used to store your operating system (such as Microsoft Windows). Records Records – A record is a collection of data held within a file. – It is the sort of storage unit used by a database. BMTS 242: Computer and Systems

Computer Performance There are some factors that impact on a computer’s performance: 1.CPU speed 2.RAM size 3.Hard disk speed and capacity BMTS 242: Computer and Systems

Operating System (OS) and Applications Software Operating systems software Operating systems software – The operating system is a special type of program that loads automatically when you start your computer. – The operating system allows you to use the advanced features of a modern computer without having to learn all the details of how the hardware works. – The link between the hardware and you, the user. BMTS 242: Computer and Systems

Operating System (OS) and Applications Software Applications software Applications software – An application program is the type of program that you use once the operating system has been loaded. – Examples include word-processing programs, spreadsheets and databases BMTS 242: Computer and Systems

What is the Graphical User Interface (GUI)? A Graphical User Interface (GUI) is simply an additional part of the operating system that displays windows and drop down menus, and also enables you to drive your computer using a mouse. Examples of operating system that use a GUI include Windows 3.1, Windows 95/98/2000, Windows NT and IBM's OS/2. BMTS 242: Computer and Systems

The main advantage of using GUI All programs look similar. When you switch from a program supplied by one manufacturer to one from a different manufacturer, you will find the transition very easy. Application programs work in the same way as the underlying operating system. The GUI also allows programmers to easily write consistent looking programs. BMTS 242: Computer and Systems

Thank You for Listening BMTS 242: Computer and Systems