BASICS OF COMPUTER APPLICATIONS ASB 102. UNIT 1 Introducing computer system  Number system  What is number system?  Types of number system  Their.

Slides:



Advertisements
Similar presentations
ECE 331 – Digital System Design
Advertisements

DATA REPRESENTATION CONVERSION.
Number Systems. 2 The total number of allowable symbols in a number system is called the radix or base of the system. Decimal Numbers: radix = 10 (symbols:
Chapter Chapter Goals Know the different types of numbers Describe positional notation.
Decimal Addition What is going on? (carry) (subtract the base)
ECE 301 – Digital Electronics Course Introduction, Number Systems, Conversion between Bases, and Basic Binary Arithmetic (Lecture #1)
1 Number Systems. 2 Numbers Each number system is associated with a base or radix – The decimal number system is said to be of base or radix 10 A number.
Number Systems and Arithmetic
COE 202: Digital Logic Design Number Systems Part 1
Data Representation in Computers. Data Representation in Computers/Session 3 / 2 of 33 Number systems  The additive approach – Number earlier consisted.
NUMBER SYSTEM AND CONVERSION Digital Circuit Choopan Rattanapoka.
Number Systems.
Number Systems - Part II
#1 Lec # 2 Winter EECC341 - Shaaban Positional Number Systems A number system consists of an order set of symbols (digits) with relations.
Chapter 3 Data Representation
Supplemental Chapter Number Bases
مدار منطقي مظفر بگ محمدي Course Structure & Grading Homework: 25% Midterm: 30% Final:50% There is 5% extra! ( =105!) Textbook:
NUMBER SYSTEM.
Lecture 4 Last Lecture –Positional Numbering Systems –Converting Between Bases Today’s Topics –Signed Integer Representation Signed magnitude One’s complement.
Computer Number Systems. d n-1 d n-2 d n d 2-m d 1-m d -m Conventional Radix Number r is the radixd i is a digit d i Є {0, 1, ….., r – 1 } -m ≤
1-1 Lecture 1 Class Overview and Appendix A -- Number Systems.
Chapter 2 Binary Values and Number Systems. 2 2 Natural Numbers Zero and any number obtained by repeatedly adding one to it. Examples: 100, 0, 45645,
Computer Systems Architecture Copyright © Genetic Computer School 2008 CSA 1- 0 Lesson 1 Number System.
Number systems, Operations, and Codes
Numbering System Base Conversion. Number systems Decimal – 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Binary – 0, 1 Octal – 0, 1, 2, 3, 4, 5, 6, 7 Hexadecimal system.
Positional Notation 642 in base 10 positional notation is:
Number Base Conversions
AEEE2031 Data Representation and Numbering Systems.
Chapter 2 Number Systems Consists of a set of symbols called digits and a set of relations such as +, -, x, /.
Lecture 2 Numbers and number systems. Some material from the last lecture Electronic computers represent information as voltage levels. To make the computer.
1 CS151 Introduction to Digital Design Chapter 1 Lecture 3.
NUMBER SYSTEM. Number System Number Base B => B symbols – Base 16(Hexa):0, 1,……9, A,…, E, F – Base 10 (Decimal): 0, 1, 2,……, 7, 8, 9 – Base 8(Octal):
Computer Number System
CPEN Digital Logic Design Binary Systems Spring 2004 C. Gerousis © Digital Design 3 rd Ed., Mano Prentice Hall.
Arithmetic Chapter 4 Subject: Digital System Year: 2009.
CS151 Introduction to Digital Design Chapter 1: Digital Systems and Information Lecture 2 1Created by: Ms.Amany AlSaleh.
Number Systems and Binary Arithmetic Quantitative Analysis II Professor Bob Orr.
Number Systems. The position of each digit in a weighted number system is assigned a weight based on the base or radix of the system. The radix of decimal.
Fall’ 2014 Number System CSE Number System How Computers Represent Data Binary Numbers The Binary Number System Bits and Bytes Text Codes Binary.
1 Digital Logic Design (41-135) Chapter 5 Number Representation & Arithmetic Circuits Younglok Kim Dept. of Electrical Engineering Sogang University Spring.
Introduction to signals The signals are broadly classified into two categories: 1. Analog Signals. 2. Digital signals.
Prepared By: Norakmar Binti Mohd Nadzari CHAPTER 2 ARITHMETIC AND LOGIC UNIT.
CPE 201 Digital Design Lecture 2: Digital Systems & Binary Numbers (2)
Introduction To Number Systems
Positional Number Systems Decimal, Binary, Octal and Hexadecimal Numbers Wakerly Section
Number Systems.
Writer:-Rashedul Hasan. Editor:- Jasim Uddin
CSE 102 Introduction to Computer Engineering
Number Systems Lab session 1 Xuan Guo.
Chapter 3 Data Representation
Number System conversions
Overview Introduction Data representation Fixed Point Representation
Number Systems and Binary Arithmetic
Introduction to IT By: Muhammed s. anwar.
Digital Electronics & Logic Design
1. Number Systems.
Numbering System TODAY AND TOMORROW 11th Edition
Digital Logic Design (ECEg3141) 2. Number systems, operations & codes 1.
Digital Logic Design (CSNB163)
ECE 301 – Digital Electronics
Chapter 2 Number Systems.
Number Systems Rayat Shikshan Sanstha’s
Numeral systems (radix)
Chapter 2 Number Systems.
Number Systems Rayat Shikshan Sanstha’s
Chapter 2 Number Systems.
Number Systems By: Asst Lec. Besma Nazar Nadhem
Information Representation
Chapter 2 Number Systems.
Presentation transcript:

BASICS OF COMPUTER APPLICATIONS ASB 102

UNIT 1 Introducing computer system  Number system  What is number system?  Types of number system  Their Conversions  Binary arithmetic ( addition, subtraction, multiplication )

Number system In any number system there is an ordered set of symbols known as DIGITS with rules defined for performing arithmetic operations like +, -, * etc A collection of these digits makes a number which in general has two parts - 1) integer 2) fractional

Set apart by a radix point (.) (N) b = d n-1 d n-2 ….d i ….d 1 d 0. d -1 d -2 …d -f ….d -m Integer portion radix fractional portion Where N – number B – radix or base of the number system n – number of digits in integer portion m- number of digits in fractional portion D n-1 - most significant digit (msd ) D -m - least significant digit ( lsd )

Types of number system Binary number system Octal number system Decimal number system Hexadecimal number system

1. Binary number system Have base/radix 2 (two) Only two symbols are used to represent binary number system 0 and 1 Eg

2. Decimal number system Have base 10 Symbols- 0,1,2,3,4,5,6,7,8,9 Eg

3. Octal number system Have base or radix eight Symbols used to represent numbers- 0,1,2,3,4,5,6,7 Eg

4. Hexadecimal number system Have base 16 which requires 16 distinct symbols to represent the numbers. Symbols used are 0 through 9 and alphabets A and f. This is an alphanumeric number system. Eg- 3FA9.56

Conversions - Decimal to binary Eg1 (13) 10 to ( ?) 2 quotient remainder 13/ / /2 1 1 ½ 0 1 Thus (13) 10 = ( 1101) 2

Eg ( ) 10 to ( ?) 2 (10) * 2 = * 2 = * 2 = ( ) 10 to ( ) 2

Conversion – binary to decimal eg = (1*2 5 ) + (1*2 4 ) + (0*2 3 ) + (1*2 2 ) + (0*2 1 ) + (1*2 0 ) + (1*2-1) + (0*2-2) +(1*2- 3) = = ( 53) 10