Computer basics.

Slides:



Advertisements
Similar presentations
Chapter 4: Representation of data in computer systems
Advertisements

Digital Data Representation
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Processing Data.
Binary Expression Numbers & Text CS 105 Binary Representation At the fundamental hardware level, a modern computer can only distinguish between two values,
assumes basic arithmetic
Unit 3—Part A Computer Memory
Computer Systems 1 Fundamentals of Computing
Computer System Alanoud Al Saleh. Computer systems Are defined as: A machine for solving problems. Specifically the modern computer is high-speed electronic.
GRAP 3175 Computer Applications for Drafting Unit II Computer Hardware.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Hardware Peripheral Mouse Display Keyboard CPU Disk Drive Floppy Disk Hard Disk Software Word Processing Information Icon User Friendly Bit Byte Kilobyte.
Chapter 2 Computer Hardware
Copyright © 2003 by Prentice Hall Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction.
Data Representation A series of eight bits is called a byte. A byte can be used to represent a number or a character. As you’ll see in the following table,
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Three.
Slide 1 Wednesday, October 07, 2015 Low Level Machine.
Intro to Computers Computer Apps 1.
OBJECTIVES  Explain why a computer represents data in the form of binary  Explain the terms related to data storage: bit, byte, character, word  Calculate.
Introduction to Computer Systems and the Java Programming Language.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Computer Systems Nat 4/5 Computing Science Data Representation Lesson 2: Floating Point Representation.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
Ajmer Singh PGT(IP) Hardware Concepts. Ajmer Singh PGT(IP) Computer It is an electronics device that can perform a variety of operations with a set of.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
Do it now activity Can you work out what the missing symbols are and work out the order they should be in if the table shows smallest to largest KB kilobyte.
Components of a Computer System
General Computer Stuff Hardware: physical parts of a computer: CPU, drives, etc. Software: Programs and Data A computer needs both to be useful.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Computer Math CPS120: Binary Representations. Binary computers have storage units called binary digits or bits: Low Voltage = 0 High Voltage = 1 all bits.
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,
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
Measuring Memory and Storage
2.1.4 Data Representation Units.
* Numeral Systems: A writing method for expressing numbers is called a “Numeral System". In the most common numeral system, we write numbers with combinations.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
Understanding Computers
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
CC111 Lec#2 The System Unit The System Unit: Processing and Memory Lecture 2 Binary System.
Basic Computer Components Unit 2. What is a computer?  A computer is an electronic device that accepts raw data and processes it into information that.
Numerical Representation Intro to Computer Science CS1510 Dr. Sarah Diesburg 1.
Understanding binary Understanding Computers.
Lesson Objectives Aims You should be able to:
An Overview of the Computer System
Data Representation N4/N5.
Computer Memory Digital Literacy.
Numerical Representation
Memory Parts of a computer
What is Binary? Binary is a two-digit (Base-2) numerical system, which computers use to process and store data. The reason computers use the binary system.
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
Computer Hardware Introduction.
Unit 3—Part A Computer Memory
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
How do computers work? Storage.
Computer Electronic device Accepts data - input
Numerical Representation
Computers & Programming Languages
Unit 3—Part A Computer Memory
Computer Electronic device Accepts data - input
Computer Electronic device Accepts data - input
Numerical Representation
Chapter Four Data Representation in Computers By Bezawit E.
Binary System.
Basic Computer Organization
Numerical Representation
Computer System.
Presentation transcript:

Computer basics

Terms Bit - a unit of information expressed as either a 0 or 1 in binary notation. Nybble - a unit of computer memory equal to half of one byte or four bits Byte - a common unit of binary digits or bits (usually eight). Unicode - is a computing industry standard for the consistent encoding, representation, and handling of text expressed in most of the world's writing systems. Glyph - a small graphic symbol. Binary - a system of numerical notation that has 2 rather than 10 as a base (multiplier).

Big Killer Monkeys Grab The Purses Data Measurements Data Measurement Size Bit = Single Binary Digit (1 or 0) Byte = 8 bits Kilobyte = (KB) 1,024 Bytes Megabyte = (MB) 1,024 Kilobytes Gigabyte = (GB) 1,024 Megabytes Terabyte = (TB) 1,024 Gigabytes Petabyte = (PB) 1,024 Terabytes Big Killer Monkeys Grab The Purses

What is a Computer A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output). The machine, wires, transistors, etc. are hardware. The instructions, or programs, for controlling the computer are called the software. Data is text, numbers, sound, images or video and is received through input devices. Information is processed data or output. Users are the people that use computers.

What can Computers do? Computers can preform basic arithmetic computations such as addition, subtraction, multiplication, and division, Computers can also preform comparisons such as greater than, less than, or equal to. Computers can also preform logical operations using logical operators, such as AND, OR, and NOT Basically: Simple Computations, Comparisons and Logical Operations