इंट्रस्टिंग बनने के लिए आपको इंट्रस्टेड होना पड़ेगा।

Slides:



Advertisements
Similar presentations
Base 10 Denary Decimal
Advertisements

©1999 Addison Wesley Longman2.1 A Bit About Bits A bit (binary digit) –is the smallest unit of information –can have two values - 1 and 0. Binary digits,
Processing Data.
Lecture 6 Graphics, Number Systems. 7.2 Bit-map Graphics Similar to real painting on the canvas, there is no way to change something but paint over it.
Number System Conversions Lecture L2.2 Section 2.3.
assumes basic arithmetic
Unit 3—Part A Computer Memory
Computer Systems 1 Fundamentals of Computing
CS1800 Summer 2014 Binary Numbers. Decimal Integers  What does a decimal number like "87294" really mean?  More generally.
CREATED BY, MS. JENNIFER DUKE BITS, BYTES, AND UNITS OF MEASUREMENT.
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
Number Systems.
Memory Terminology & Data Representation CSCI 1060 Fall 2006.
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.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
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,
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!
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
The Hexadecimal Number System and Memory Addressing ISAT 121.
NUMBER SYSTEMS Binary Base 2 Octal Base 8 DecimalBase 10 HexadecimalBase 16.
Number Base Conversions
Computer Systems Nat 4/5 Computing Science Data Representation Lesson 2: Floating Point Representation.
Lesson 8 – Binary Numbers Computer Programming 12.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
CS 104 Introduction to Computer Science and Graphics Problems Data Representation(1) Number Systems 09/12 ~ 09/16 /2008 Yang Song (Prepared by Yang Song.
How We Measure Memory. Learning Goal Today we are going to learn how the computer stores information.
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.
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
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???
Computer Math CPS120: Binary Representations. Binary computers have storage units called binary digits or bits: Low Voltage = 0 High Voltage = 1 all bits.
* Numeral Systems: A writing method for expressing numbers is called a “Numeral System". In the most common numeral system, we write numbers with combinations.
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.
Binary Decimal Hexadecimal
A+ Computer Repair Lesson 3: Number System. Objectives Define binary, decimal, octal, and hexadecimal numbering systems. Define binary, decimal, octal,
 Computers are 2-state devices › Pulse – No pulse › On – Off  Represented by › 1 – 0  BINARY.
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.
Number systems. Binary system. Bits and bytes. Modern computers “speak” in a digital language composed of 2 digits. The machine language of modern computers.
 Human language : commonly used to express feeling and understand what other people expression.  Computer language : are a languages by which a user.
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
Binary & Hex Review.
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Understanding binary Understanding Computers.
© 2003, Cisco Systems, Inc. All rights reserved.
Lesson Objectives Aims You should be able to:
Computer Memory Digital Literacy.
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
Writer:-Rashedul Hasan. Editor:- Jasim Uddin
Denary to Binary Numbers & Binary to Denary
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
Unit 3—Part A Computer Memory
Data Representation Numbers
How do computers work? Storage.
Unit 3—Part A Computer Memory
Binary and Hexadecimal Numbers
Bits, Bytes, and Storage.
Data Binary Conversion.
Chapter Four Data Representation in Computers By Bezawit E.
Storage.
Binary System.
Information Technology Department
Binary & Hex Review.
Technology 3 Bits & Bytes.
Computer Systems Nat 4/5 Computing Science Data Representation
Presentation transcript:

इंट्रस्टिंग बनने के लिए आपको इंट्रस्टेड होना पड़ेगा। If you want to become interesting then you need to be interested.

Binary Numbers

A Bit About Bits A bit (binary digit) is the smallest unit of information can have two values - 1 and 0. Binary digits, or bits, can represent numbers, codes, or instructions. On Off

Bits as Numbers Binary number system - a system that denotes all numbers and combinations of two digits. The binary system uses two digits to represent the numbers 0 and 1.

Bits, Bytes, and Buzzwords Common terms might describe file size or memory size: Bit: smallest unit of information Byte: a grouping of eight bits of information K: (kilobyte); about 1,024 bytes of information - technically 1024 bytes equals 1K of storage.

Bits, Bytes, and Buzzwords MB: (megabyte); about 1 million bytes of information GB: (gigabyte); about 1 billion bytes of information TB: (terabyte); about 1 million megabytes of information

Decimal System Humans have 10 fingers: count in DECIMAL Numbers 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, ... Use 10 digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9   We know that 5304 = 5*103+3*102+0*101+4*100 Base 10

Binary System BINARY numbers: Written with only 2 digits: "0" and "1" 0, 1, 10, 11, 100, 101, 110, 111, 1000, 1001, 1010, 1011, .... Written with only 2 digits: "0" and "1" In the same way as for decimal, 1011 (binary) = 1*23+0*22+1*21+1*20= 11 (decimal) Base 2 Converting from binary to decimal is simple, just as for 1011 above.

Binary System (contd.) How to know if 1011 is in binary or in decimal? Subscripts are used to show the base: 10112 (binary number), 101110 (decimal number) Converting from decimal to binary a little bit more tricky, Let us discuss some examples.

Conversion of decimal to binary Convert 41 into a binary number Integer Quotient Remainder Coefficient 41/2=20 1/2 a0 =1 20/2=10 a1 =0 10/2=5 a2 =0 5/2=2 1/2 a3 =1 2/2=1 a4 =0 1/2 a5 =1 So (41)10 = (a5a4a3a2a1a0) = (101001)2

Conversion of decimal to binary Convert (0.6875)10 to binary Fraction Integer + fraction Coefficient 0.6875x2 1+0.3750 a-1 = 1 0.375x2 0+0.750 a-2 = 0 0.750x2 1+0.500 a-3 = 1 0.500x2 1+0.000 a-4 = 1 Hence(0.6875)10=(0.a-1a-2a-3a-4)2=(0.1011)2

Binary to decimal conversion A binary number can be converted to a decimal by forming the sum of powers of 2 of those coefficients whose value is 1. 3 2 1 -1 -2 -3 (1010.011)2= 23+21+2-2+2-3 =(10.375)10

Example Decimal            Binary      Octal           Hex   (base 10)          (base 2)    (base 8)       (base 16)       0                0000        0              0       1                0001        1              1       2                0010        2              2       3                0011        3              3       4                0100        4              4       5                0101        5              5       6                0110        6              6       7                0111        7              7       8                1000       10              8       9                1001       11              9       10               1010       12              A       11               1011       13              B       12               1100       14              C       13               1101       15              D       14               1110       16              E       15               1111       17              F 35            10 0011       43              23     100          110 0100      144              64      255        1111 1111      377              FF