What do computers know?  All they really know is on or off.  Kind of like a light switch  Computers aren’t nearly as smart as you are!

Slides:



Advertisements
Similar presentations
Introduction to Computers Part II
Advertisements

Vocabulary Electronic pulses Transistors Decimal numbers
1 Chapter 2 The Digital World. 2 Digital Data Representation.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
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.
1 Chapter Overview Computer Communication The Computer Bus Objectives  Understand how a computer transmits and receives information.  Explain the principles.
assumes basic arithmetic
Unit 3—Part A Computer Memory
Number Systems & Logic Gates Day 1
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
Bits and Bytes.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
 A bit is the smallest piece of information a computer can record.  It means that an electrical signal is on (1) or off (0).  A byte is 8 bits and.
Communications technology Ali Kennedy.  Bit= from a shortening of the words “ bi nary digit”  The basic unit ofinformation for computers  1 or 0 are.
/4 Binary Code & CPUs Digital Signals
Data and Program Representation
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Chapter 2 Computer Hardware
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,
Binary Code.
 Explain the function of ASCII code  Describe the unit of data measurement: Bit, Bait, KB, MB, GB, TB  Describe the unit of clock speed Megahertz and.
COMPUTER TECHNOLOGY MRS. SEALE COMPUTER PERFORMANCE.
OBJECTIVES  Explain why a computer represents data in the form of binary  Explain the terms related to data storage: bit, byte, character, word  Calculate.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
Bits and Bytes IGCSE. A binary number is either a 0 or a 1 and is known as a 'bit' or b inary dig it. However, the CPU cannot deal with just one bit at.
Computer Science Binary. Binary Code Remember the power supply that is inside your computer and how it sends electricity to all of the components? That.
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.
How We Measure Memory. Learning Goal Today we are going to learn how the computer stores information.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
How We Measure Memory. At the Bottom of things A piece of digital information is always stored as a sequence of binary states. What’s that mean you ask???
Measuring Memory and Storage
2.1.4 Data Representation Units.
ASCII AND EBCDIC CODES By : madam aisha.
What’s a Computer? Analog, Digital does it matter? Technically there are two categories of computers, analog or digital. Designs reflect two different.
Binary Decimal Hexadecimal
Millions of electronic pulses move through your computer every second. Computers are capable of processing thousands of functions in the time it takes.
Understanding Computers
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
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.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
CHAPTER 2 PART 1 Paulina Treviño de Anda #29 pg. 6,7 Paula Michelle Valenti García #30 pg. 8,9 Gregorio Humberto Villarreal Quiroga #31 pg. 2,3 María Gabriela.
Understanding binary Understanding Computers.
Computer basics.
Data Representation N4/N5.
Click once to reveal the definition. Think of the answer
Computer Memory Digital Literacy.
Numerical Representation
Memory Parts of a computer
Information Support and Services
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.
BITS & BYTES.
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
इंट्रस्टिंग बनने के लिए आपको इंट्रस्टेड होना पड़ेगा।
Unit 3—Part A Computer Memory
PRIMARY STORAGE.
How do computers work? Storage.
Unit 3—Part A Computer Memory
Bits, Bytes, and Storage.
BITS & BYTES.
Numerical Representation
Why computers use binary
Binary System.
Information Technology Department
Technology 3 Bits & Bytes.
Numerical Representation
Presentation transcript:

What do computers know?  All they really know is on or off.  Kind of like a light switch  Computers aren’t nearly as smart as you are!

Integrated Circuits Contains transistors and capacitors that control the flow of electricity and store electricity. Can only tell off and on which computer translates into ones and zeros.

What is this language called?  Binary Code or Machine Language  A lot can be accomplished with ones (on) and zeros (off).

Numbering Systems  Decimal – uses the digits 0,1,2,3,4,5,6,7,8,9  Binary – uses only the digits 0 & 1  Decimal represents the number forty-three like this 43  Binary represents the number forty-three like this

How can computers do all they can do?  A bit (short for binary digit) is the smallest piece of data that a computer knows.  It is a single digit, which can only be a one or a zero.  By combining groups of bits and manipulating them, a computer can accomplish all the remarkable things it has a reputation for doing.

Computers process and store all data, pictures, movies, and sounds as long streams of bits!

How do we communicate with computers then?  We need some way for the computer to translate our language into theirs!  How many different letters, numbers, and symbols do we use to communicate?  If we used just one bit we could only store two possible letters, numbers, or symbols. This doesn’t work!

What is a byte?  A group of 8 bits!  If you wrote down all the possible combinations of ones and zeros that could make up a byte you would have 256!  through  Or 2 to the eighth power – 2 8  2 8 equals 2x2x2x2x2x2x2x2

ASCII Code  A set of standards developed so all computers would store letters, numbers, and symbols using the same binary code.  The ASCII Code is an 8-bit or 1 byte code.  Each letter, number, or symbols is stored using one byte of computer memory.  The ASCII Code for C would be  The ASCII Code for c would be

So how many bytes does it take to store this sentence?  If you said 54 you are correct!

Translate this message!

So what is a KB, MB, and GB?  As computers became more and more powerful new terms were needed to describe the amount of bytes.  Compare this to inches versus miles!

What is a kilobyte or KB?  Technically it is exactly 1024 bytes or  Approximately 1000 bytes.  This is equivalent to about ½ of a typewritten page of text.

What is a Megabyte or MB?  Exactly 1,048,576 bytes or 2 20  Approximately 1 million bytes  This is equivalent to 500 pages of typewritten text or 1 thick book.

What is a Gigabyte or GB?  Exactly 1,073,741,824 bytes or 2 30  Approximately 1 billion bytes  This is equivalent to 500,000 pages of typewritten text or 1,000 thick books.

What is a Terabyte or TB?  Exactly 1,099,511,627,776 bytes or 2 40  Approximately 1 trillion bytes  This is equivalent to 1,000,000 thick books.