Resistors Colour Code SI Units. Resistors Used to limit amount of current in circuit There must always be some resistance in a circuit. Three properties.

Slides:



Advertisements
Similar presentations
1 Chapter 2 The Digital World. 2 Digital Data Representation.
Advertisements

Micro optics: Fibers and Butterflies. Total internal reflection.
 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.
Unit 3—Part A Computer Memory
Number Systems & Logic Gates Day 1
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
5th Meeting “BITS AND BYTES” BIT A bit or binary digit is the basic unit of information in computing and telecommunications. It is the amount of information.
Scientific Notation and Metrics
Bits & Bytes: How Computers Represent Data
SI Measurement Le System international d’Unites Internationally agreed – not 75, 000 –Meters not miles –Liters not gallons.
1 SI Units and Memory Sizes. 2 SI Units: IEEE adopted the International System of Units in 1965 proposed in France 1960 (Systeme International d’Unites)
Measuring and Recording Data. developed in France in 1795 a.k.a. “SI”-International System of Units a.k.a. “SI” - International System of Units The U.S.
Introduction to analysis Data handling, errors and so on.
Quantitative Chemistry. Atomic Number Tells the number of protons and electrons the element contains.
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,
DATA.
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!
Scientific Measurement. The Metric System An easy way to measure.
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.
Units and Significant Digits
METRIC PREFIXES M p µ G. p pico d deci G giga m milli.
2.1.4 Data Representation Units.
Catalyst – January 4(5), 2011 HW OUT PLEASE!!!  List 2 units other than inches.  List 3 prefixes other than milli-.
RobEn Workshop Circuits Basics & Hardware (1) 1. Prefixes PrefixPowerAbbreviation Femto f Pico p Nano10 -9 n Micro10 -6 μ Milli10 -3 m Centi10.
Nanotechnology Tim Miller, Museum of Science, Boston.
DATA. There is no such thing as absolute certainty of a scientific claim. The validity of a scientific conclusion is always limited by: the experiment.
Number Systems Part 2. Counting in Binary DecimalBinary
Physics Section 1.2 The system of measurement used in science is the SI system. (Système International d'Unites) SI Standards Quantity Unit Symbol length.
IB Physics C.D.Cameron International School of Geneva.
Scientific Notation and Significant Figures. Format is your choice. Suggestions: – Do NOT write down everything that is on the board. Include important.
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
Dr. Cynthia Furse University of Utah
The Metric System.
Mr. O’Rourke Technology Education
©G Dear 2010 – Not to be sold/Free to use
Guidelines for Calculations
Computer Memory Digital Literacy.
Unit Conversions.
Memory Parts of a computer
Bits & Bytes How Computers Represent Data
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
How to write numbers The 4 different ways to represent numbers:
Unit 3—Part A Computer Memory
Lesson 1.2 Measurements in Physics
Systems of Measurement
How do computers work? Storage.
Unit 3—Part A Computer Memory
Scientific & Engineering Notation
بسم الله الرحمن الرحيم Prof. Magdy Moh. Ghannam Prof. of Physics and Medical Physics Office: AA16 ( B4 )
DATA.
Bits, Bytes, and Storage.
The Scientific Method The scientific method is a step-by-step way of solving problems. You will see different steps, depending on where you look, but they.
INTERNATIONAL SYSTEM (SI) OF MEASURE
Metric Conversions Ritz.
Units and Significant Digits
Introduction to Chemical Principles
Aim: How do we use metric prefixes?
ACCURACY AND PRECISION
Basic PC Maintenance, Upgrade and Repair
Storage.
Binary System.
ACCURACY AND PRECISION
LO1 – Understand Computer Hardware
Technology 3 Bits & Bytes.
SI Base Units.
Presentation transcript:

Resistors Colour Code SI Units

Resistors Used to limit amount of current in circuit There must always be some resistance in a circuit. Three properties of resistors: –resistance value –tolerance –power rating

Resistors Resistance and tolerance value determined by coloured bands on resistor Power rating determined by size or composition of resistor Schematic symbols:

Resistor Types Fixed value Variable –Rheostat - two terminals, one fixed, one sliding –Potentiometer - three terminals, two fixed, one sliding

Colour Codes

Value = ?

Scientific Notation

SI Units: IEEE adopted the International System of Units in 1965 proposed in France 1960 (Systeme International d’Unites) QuantitySI Base UnitUnit Symbol length/distancemeterm massgramg timesecondsec electric currentampereA elec potential diff.voltV elec resistanceohm  elec powerwattW

SI Unit Prefixes: PrefixFactor by which the base unit is MultipliedLetter Symbol exa = E peta = P tera = T giga = 10 9 G mega = 10 6 M kilo1 000 = 10 3 k hecto1 00 = 10 2 h deka1 0 = 10 1 da Base Unit1 deci0.1 = d centi0.01 = c milli0.001 = m micro =  nano = n pico = p femto = f atto = a

bits and Bytes bit - short for binary digit. In binary system a bit can be either 0 or 1. Byte - In order to represent numbers, letters, and special characters, bits are combined into groups of eight bits called bytes. Each byte typically represents one character - in many computers, one addressable storage location. The capacity of main memory is expressed in numbers of bytes.

commonly used units There are four commonly used units of measurement to describe memory capacity: kilobyte -abbreviated k, kB, or k-byte - is equivalent to approximately 1000 bytes. (More precisely, 1kB = 1024 bytes = 2 10 bytes. The older IBM PCs had a top capacity of 640KB, or about 640,000 characters of data. megabyte - MB or M-byte - represents about 1 million (10 6 ) bytes. Precisely 1 kB x 1 kB = 1024 x 1024 = 2 10 x 2 10 = 2 20 = bytes. gegabyte - GB or G-byte - represents about 1 billion (10 9 ) bytes. Precisely 1 kB x 1 kB x 1 kB = 1024 x 1024 x 1024 = 2 10 x 2 10 x 2 10 = 2 30 = bytes. terebyte - TB or T-byte - represents 1 about trillion (10 12 ) bytes. Precisely 1 kB x 1 kB x 1 kB x 1 kB = 1024 x 1024 x 1024 x 1024 = 2 10 x 2 10 x 2 10 x 2 10 = 2 40 = bytes.