Section 4.3. Other Bases. Copyright 2013, 2010, 2007, Pearson, Education, Inc.

Size: px
Start display at page:

Download "Section 4.3. Other Bases. Copyright 2013, 2010, 2007, Pearson, Education, Inc."

Transcription

1 Section 4.3 Other Bases

2 INB Table of Contents Date Topic Page # May 14, 2014 Section 4.3 Examples 8 May 14, 2014 Section 4.3 Notes

3 What You Will Learn Converting base 10 numerals to numerals in other bases Converting numerals in other bases to base 10 numerals 4.3-3

4 Positional Values The positional values in the Hindu- Arabic numeration system are 10 5, 10 4, 10 3, 10 2, 10, 1 The positional values in the Babylonian numeration system are, (60) 4, (60) 3, (60) 2, 60,

5 Positional Values and Bases 10 and 60 are called the bases of the Hindu-Arabic and Babylonian systems, respectively. Any counting number greater than 1 may be used as a base. If a positionalvalue system has base b, then its positional values will be, b 4, b 3, b 2, b,

6 Positional Values The positional values in a base 8 system are, 8 4, 8 3, 8 2, 8, 1 The positional values in a base 2 system are, 2 4, 2 3, 2 2, 2,

7 Other Base Numeration Systems Base 10 is almost universal. Base 2 is used in some groups in Australia, New Guinea, Africa, and South America. Bases 3 and 4 is used in some areas of South America. Base 5 was used by primitive tribes in Bolivia, who are now extinct. Base 6 is used in Northwest Africa

8 Other Base Numeration Systems Base 6 also occurs in combination with base 12, the duodecimal system. Our society has remnants of other base systems: 12: 12 inches in a foot, 12 months in a year, a dozen, 24-hour day, a gross (12 12) 60: Time - 60 seconds to 1 minute, 60 minutes to 1 hour; Angles - 60 seconds to 1 minute, 60 minutes to 1 degree 4.3-8

9 Other Base Numeration Systems Computers and many other electronic devices use three numeration systems: Binary base 2 Uses only the digits 0 and 1. Can be represented with electronic switches that are either off (0) or on (1). All computer data can be converted into a series of single binary digits. Each binary digit is known as a bit

10 Other Base Numeration Systems Octal base 8 Eight bits of data are grouped to form a byte American Standard Code for Information Interchange (ASCII) code. The byte represents A. The byte represents a. Other characters representations can be found at

11 Other Base Numeration Systems Hexadecimal base 16 Used to create computer languages: HTML (Hypertext Markup Language) CSS (Cascading Style Sheets). Both are used heavily in creating Internet web pages. Computers easily convert between binary (base 2), octal (base 8), and hexadecimal (base 16) numbers

12 Bases Less Than 10 A place-value system with base b has b distinct objects, one for zero and one for each numeral less than the base. Base 6 system: 0, 1, 2, 3, 4, 5 All numerals in base 6 are constructed from these 6 symbols. Base 8 system: 0, 1, 2, 3, 4, 5, 6, 7 All numerals in base 8 are constructed from these 8 symbols

13 Bases Less Than 10 A numeral in a base other than base 10 will be indicated by a subscript to the right of the numeral represents a base 5 numeral represents a base 6 numeral. The value of is not the same as the value of Base 10 numerals can be written without a subscript: 123 means

14 Bases Less Than 10 The symbols that represent the base itself, in any base b, are 10 b represents = = = 5 To change a numeral from one base to base multiply each digit by its respective positional value 2. find the sum of the products

15 Example 1: Converting from Base 5 to Base 10 Convert to base

16 Units Digits in Different Bases Notice that 3 5 has the same value as 3 10, since both are equal to 3 units. That is,3 5 = If n is a digit less than the base b, and the base b is less than or equal to 10, then n b = n

17 Example 3: Converting from Base 2 to Base 10 Convert to base

18 Converting Base Divide the base 10 numeral by the highest power of the new base that is less than or equal to the given base 10 numeral and record this quotient. 2. Then divide the remainder by the next smaller power of the new base and record this quotient. 3. Repeat this procedure until the remainder is less than the new base. 4. The answer is the set of quotients listed from left to right, with the remainder on the far right

19 Example 5: Converting from Base 10 to Base 3 Convert 273 to base

20 Example 5: Converting from Base 10 to Base 3 Solution

21 Bases Greater Than 10 We will need single digit symbols to represent the numbers ten, eleven, twelve,... up to one less than the base. In this textbook, whenever a base larger than ten is used we will use the capital letter A to represent ten, the capital letter B to represent eleven, the capital letter C to represent twelve, and so on

22 Bases Greater Than 10 For example, for base 12, known as the duodecimal system, we use the symbols 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, and B, where A represents ten and B represents eleven. For base 16, known as the hexadecimal system, we use the symbols 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, and F

23 Example 7: Converting to and from Base 16 Convert 7DE 16 to base

24 Example 7: Converting to and from Base 16 Convert 6713 to base

25 Example 7: Converting to and from Base 16 Solution Thus 6713 = 1A

26 Convert to a Hindu-Arabic numeral. a. 26 b. 65 c. 47 d. 59 Copyright 2009 Pearson Education, Inc. Slide 4-32

27 Convert to a Hindu-Arabic numeral. a. 140 b. 502 c. 872 d Copyright 2009 Pearson Education, Inc. Slide 4-33

28 Convert to a Hindu-Arabic numeral. a. 17 b. 33 c. 39 d. 57 Copyright 2009 Pearson Education, Inc. Slide 4-34

29 Convert to a Hindu-Arabic numeral. a. 171 b. 207 c. 233 d. 521 Copyright 2009 Pearson Education, Inc. Slide 4-35

30 Convert 57 to base 2. a b c d Copyright 2009 Pearson Education, Inc. Slide 4-36

31 Convert 2034 to base 12. a b c d Copyright 2009 Pearson Education, Inc. Slide 4-37

32 Convert 103 to base 7. a b c d Copyright 2009 Pearson Education, Inc. Slide 4-38

33 Convert 798 to base 5. a b c d Copyright 2009 Pearson Education, Inc. Slide 4-39

SEVENTH EDITION and EXPANDED SEVENTH EDITION

SEVENTH EDITION and EXPANDED SEVENTH EDITION SEVENTH EDITION and EXPANDED SEVENTH EDITION Slide 4-1 Chapter 4 Systems of Numeration 4.1 Additive, Multiplicative, and Ciphered Systems of Numeration Systems of Numeration A system of numeration consists

More information

Lecture 2: Data Representation

Lecture 2: Data Representation Points Addressed in this Lecture Lecture : Data Representation Professor Peter Cheung Department of EEE, Imperial College London What do we mean by data? How can data be represented electronically? What

More information

CELIA SCHAHCZENSKI. FE Exam Review Computers Oct. 18, 2018

CELIA SCHAHCZENSKI. FE Exam Review Computers Oct. 18, 2018 CELIA SCHAHCZENSKI FE Exam Review Computers Oct. 18, 2018 TOPICS Data Storage (2 problems) Data transmission (1 problem) Pseudo code (2 problems) Spreadsheets (3 problems) Logic Circuits (2 problems) Flowcharts

More information

Lecture 2. Digital Basics

Lecture 2. Digital Basics Lecture Digital Basics Peter Cheung Department of Electrical & Electronic Engineering Imperial College London URL: www.ee.ic.ac.uk/pcheung/teaching/de1_ee/ E-mail: p.cheung@imperial.ac.uk Lecture Slide

More information

TODAY STANDARD COLORS RGB COLOR CS 115: COMPUTING FOR SOCIO-TECHNO WEB REPRESENTATION OF TEXT, NUMBERS AND CODE

TODAY STANDARD COLORS RGB COLOR CS 115: COMPUTING FOR SOCIO-TECHNO WEB REPRESENTATION OF TEXT, NUMBERS AND CODE TODAY Computer components Binary numbers Text representation Color representation ( THE CS 115: COMPUTING FOR SOCIO-TECHNO WEB REPRESENTATION OF TEXT, NUMBERS AND CODE STANDARD COLORS All standards-compliant

More information

Asst. Prof. Thavatchai Tayjasanant, PhD. Power System Research Lab 12 th Floor, Building 4 Tel: (02)

Asst. Prof. Thavatchai Tayjasanant, PhD. Power System Research Lab 12 th Floor, Building 4 Tel: (02) 2145230 Aircraft Electricity and Electronics Asst. Prof. Thavatchai Tayjasanant, PhD Email: taytaycu@gmail.com aycu@g a co Power System Research Lab 12 th Floor, Building 4 Tel: (02) 218-6527 1 Chapter

More information

Data Representation. "There are 10 kinds of people in the world, those who understand binary numbers, and those who don't."

Data Representation. There are 10 kinds of people in the world, those who understand binary numbers, and those who don't. Data Representation "There are 10 kinds of people in the world, those who understand binary numbers, and those who don't." How Computers See the World There are a number of very common needs for a computer,

More information

Lessons In Electric Circuits, Volume IV Digital. By Tony R. Kuphaldt

Lessons In Electric Circuits, Volume IV Digital. By Tony R. Kuphaldt Fourth Edition, last update January 1, 2004 2 Lessons In Electric Circuits, Volume IV Digital By Tony R. Kuphaldt Fourth Edition, last update January 1, 2004 i c 2000-2004, Tony R. Kuphaldt This book is

More information

= (2 3 ) = c LAMC Beginners Circle September 29, Oleg Gleizer. Warm-up

= (2 3 ) = c LAMC Beginners Circle September 29, Oleg Gleizer. Warm-up LAMC Beginners Circle September 29, 2013 Oleg Gleizer oleg1140@gmail.com Warm-up Problem 1 Simplify the following expressions as much as possible. a. b. 9 3 3 6 = (2 3 ) 4 2 3 2 4 = c. 23 4 2 3 2 4 = d.

More information

Data Representation 1 am/pm Time allowed: 22 minutes

Data Representation 1 am/pm Time allowed: 22 minutes High Weald Academy GCSE COMPUTER SCIENCE 8520/DR1 Paper DR1 Data Representation 1 am/pm Time allowed: 22 minutes Materials There are no additional materials required for this paper. Instructions Use black

More information

Digital Information. INFO/CSE 100, Spring 2006 Fluency in Information Technology.

Digital Information. INFO/CSE 100, Spring 2006 Fluency in Information Technology. Digital Information INFO/CSE, Spring 26 Fluency in Information Technology http://www.cs.washington.edu/ 5/8/6 fit-9-more-digital 26 University of Washington Reading Readings and References» Fluency with

More information

NAME DATE. b) Then do the same for Jett s pennies (6 sets of 9 pennies with 4 leftover pennies).

NAME DATE. b) Then do the same for Jett s pennies (6 sets of 9 pennies with 4 leftover pennies). NAME DATE 1.2.2/1.2.3 NOTES 1-51. Cody and Jett each have a handful of pennies. Cody has arranged his pennies into 3 sets of 16, and has 9 leftover pennies. Jett has 6 sets of 9 pennies, and 4 leftover

More information

Chapter 1 Binary Systems

Chapter 1 Binary Systems EEA051 - Digital Logic 數位邏輯 Chapter 1 Binary Systems 吳俊興高雄大學資訊工程學系 September 2005 Chapter 1. Binary Systems 1-1 Digital Systems 1-2 Binary Numbers 1-3 Number Base Conversions 1-4 Octal and Hexadecimal

More information

CHAPTER 2 - DIGITAL DATA REPRESENTATION AND NUMBERING SYSTEMS

CHAPTER 2 - DIGITAL DATA REPRESENTATION AND NUMBERING SYSTEMS CHAPTER 2 - DIGITAL DATA REPRESENTATION AND NUMBERING SYSTEMS INTRODUCTION Digital computers use sequences of binary digits (bits) to represent numbers, letters, special symbols, music, pictures, and videos.

More information

Section 5.4. Greatest Common Factor and Least Common Multiple. Solution. Greatest Common Factor and Least Common Multiple

Section 5.4. Greatest Common Factor and Least Common Multiple. Solution. Greatest Common Factor and Least Common Multiple Greatest Common Factor and Least Common Multiple Section 5.4 Greatest Common Factor and Least Common Multiple Find the greatest common factor by several methods. Find the least common multiple by several

More information

5/17/2009. Digitizing Color. Place Value in a Binary Number. Place Value in a Decimal Number. Place Value in a Binary Number

5/17/2009. Digitizing Color. Place Value in a Binary Number. Place Value in a Decimal Number. Place Value in a Binary Number Chapter 11: Light, Sound, Magic: Representing Multimedia Digitally Digitizing Color Fluency with Information Technology Third Edition by Lawrence Snyder RGB Colors: Binary Representation Giving the intensities

More information

In this chapter, I give you a review of basic math, and I do mean basic. I bet you know a lot

In this chapter, I give you a review of basic math, and I do mean basic. I bet you know a lot Chapter 1 We ve Got Your Numbers In This Chapter Understanding how place value turns digits into numbers Rounding numbers to the nearest ten, hundred, or thousand Calculating with the Big Four operations

More information

Unit 1.1: Information representation

Unit 1.1: Information representation Unit 1.1: Information representation 1.1.1 Different number system A number system is a writing system for expressing numbers, that is, a mathematical notation for representing numbers of a given set,

More information

Balanced Number System Application to Mathematical Puzzles

Balanced Number System Application to Mathematical Puzzles Balanced Number System Application to Mathematical Puzzles Shobha Bagai The article explores the application of binary and ternary number systems to three classical mathematical puzzles weight problem

More information

Quantitative Aptitude Preparation Numbers. Prepared by: MS. RUPAL PATEL Assistant Professor CMPICA, CHARUSAT

Quantitative Aptitude Preparation Numbers. Prepared by: MS. RUPAL PATEL Assistant Professor CMPICA, CHARUSAT Quantitative Aptitude Preparation Numbers Prepared by: MS. RUPAL PATEL Assistant Professor CMPICA, CHARUSAT Numbers Numbers In Hindu Arabic system, we have total 10 digits. Namely, 0, 1, 2, 3, 4, 5, 6,

More information

Name Class Date. 1. On a map, 1 inch equals 5 miles. Two cities are 8 inches apart on the map. What is the actual distance between the cities?

Name Class Date. 1. On a map, 1 inch equals 5 miles. Two cities are 8 inches apart on the map. What is the actual distance between the cities? Name Class Date Practice 2-5 Maps and Scale Drawings 2-5 Maps and Scale Drawings 1 On a map, 1 inch equals 5 miles Two cities are 8 inches apart on the map What is the actual distance between the cities?

More information

<Simple LSB Steganography and LSB Steganalysis of BMP Images>

<Simple LSB Steganography and LSB Steganalysis of BMP Images> COMP 4230-201 Computer Vision Final Project, UMass Lowell Abstract This document describes a

More information

Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates

Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Objectives In this chapter, you will learn about The binary numbering system Boolean logic and gates Building computer circuits

More information

Place Value (Multiply) March 21, Simplify each expression then write in standard numerical form. 400 thousands thousands = thousands =

Place Value (Multiply) March 21, Simplify each expression then write in standard numerical form. 400 thousands thousands = thousands = Do Now Simplify each expression then write in standard numerical form. 5 tens + 3 tens = tens = 400 thousands + 600 thousands = thousands = Add When adding different units: Example 1: Simplify 4 thousands

More information

Combinational Circuits: Multiplexers, Decoders, Programmable Logic Devices

Combinational Circuits: Multiplexers, Decoders, Programmable Logic Devices Combinational Circuits: Multiplexers, Decoders, Programmable Logic Devices Lecture 5 Doru Todinca Textbook This chapter is based on the book [RothKinney]: Charles H. Roth, Larry L. Kinney, Fundamentals

More information

4:Combinational logic circuits. 3 July

4:Combinational logic circuits. 3 July 4:Combinational logic circuits 3 July 2014 1 overview What is combinational logic circuit? Examples of combinational logic circuits Binary-adder Binary-subtractor Binary-multiplier Decoders Multiplexers

More information

HUFFMAN CODING. Catherine Bénéteau and Patrick J. Van Fleet. SACNAS 2009 Mini Course. University of South Florida and University of St.

HUFFMAN CODING. Catherine Bénéteau and Patrick J. Van Fleet. SACNAS 2009 Mini Course. University of South Florida and University of St. Catherine Bénéteau and Patrick J. Van Fleet University of South Florida and University of St. Thomas SACNAS 2009 Mini Course WEDNESDAY, 14 OCTOBER, 2009 (1:40-3:00) LECTURE 2 SACNAS 2009 1 / 10 All lecture

More information

Byte = More common: 8 bits = 1 byte Abbreviation:

Byte = More common: 8 bits = 1 byte Abbreviation: Text, Images, Video and Sound ASCII-7 In the early days, a was used, with of 0 s and 1 s, enough for a typical keyboard. The standard was developed by (American Standard Code for Information Interchange)

More information

EE292: Fundamentals of ECE

EE292: Fundamentals of ECE EE292: Fundamentals of ECE Fall 2012 TTh 10:00-11:15 SEB 1242 Lecture 21 121113 http://www.ee.unlv.edu/~b1morris/ee292/ 2 Outline Chapter 7 - Logic Circuits Binary Number Representation Binary Arithmetic

More information

Encoders. Lecture 23 5

Encoders. Lecture 23 5 -A decoder with enable input can function as a demultiplexer a circuit that receives information from a single line and directs it to one of 2 n possible output lines. The selection of a specific output

More information

Fractions Presentation Part 1

Fractions Presentation Part 1 New Jersey Center for Teaching and Learning Slide / Progressive Mathematics Initiative This material is made freely available at www.njctl.org and is intended for the non-commercial use of students and

More information

Chapter 10 Error Detection and Correction 10.1

Chapter 10 Error Detection and Correction 10.1 Data communication and networking fourth Edition by Behrouz A. Forouzan Chapter 10 Error Detection and Correction 10.1 Note Data can be corrupted during transmission. Some applications require that errors

More information

2. Tell your partner to examine the cards, and give you the cards on which the number

2. Tell your partner to examine the cards, and give you the cards on which the number Magic Cards Instructions: 1. Ask your partner to pick a whole number between 1 and 63 (and keep it secret). 2. Tell your partner to examine the cards, and give you the cards on which the number appears.

More information

Memorymentor All Rights Reserved. Memorymentor All Rights Reserved.

Memorymentor All Rights Reserved.   Memorymentor All Rights Reserved. Page 1 of 18 Copyright Notice This e-book is free! This publication is protected by international copyright laws. You have the author s permission to transmit this ebook and use it as a gift or as part

More information

How is Information Stored

How is Information Stored Binary CSCE 101 How is Information Stored Information is stored in the computer as binary numbers (0 s and 1 s). Even images are stored in this way, where a combination of 0 s and 1 s represent each color

More information

2.1.1 Introduction to Fractions and Mixed Numbers

2.1.1 Introduction to Fractions and Mixed Numbers 2.1.1 Introduction to Fractions and Mixed Numbers Learning Objective(s) 1 Identify the numerator and denominator of a fraction. 2 Represent a fraction as part of a whole or part of a set. Introduction

More information

6.004 Computation Structures Spring 2009

6.004 Computation Structures Spring 2009 MIT OpenCourseWare http://ocw.mit.edu 6.004 Computation Structures Spring 2009 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Welcome to 6.004! Course

More information

BCD Adder. Lecture 21 1

BCD Adder. Lecture 21 1 BCD Adder -BCD adder A 4-bit binary adder that is capable of adding two 4-bit words having a BCD (binary-coded decimal) format. The result of the addition is a BCD-format 4-bit output word, representing

More information

Navy Electricity and Electronics Training Series

Navy Electricity and Electronics Training Series NONRESIDENT TRAINING COURSE SEPTEMBER 1998 Navy Electricity and Electronics Training Series Module 13 Introduction to Number Systems and Logic NAVEDTRA 14185 DISTRIBUTION STATEMENT A: Approved for public

More information

Chapter 1: Digital logic

Chapter 1: Digital logic Chapter 1: Digital logic I. Overview In PHYS 252, you learned the essentials of circuit analysis, including the concepts of impedance, amplification, feedback and frequency analysis. Most of the circuits

More information

The BIOS in many personal computers stores the date and time in BCD. M-Mushtaq Hussain

The BIOS in many personal computers stores the date and time in BCD. M-Mushtaq Hussain Practical applications of BCD The BIOS in many personal computers stores the date and time in BCD Images How data for a bitmapped image is encoded? A bitmap images take the form of an array, where the

More information

PROPERTIES OF FRACTIONS

PROPERTIES OF FRACTIONS MATH MILESTONE # B4 PROPERTIES OF FRACTIONS The word, milestone, means a point at which a significant change occurs. A Math Milestone refers to a significant point in the understanding of mathematics.

More information

Approximate Hybrid Equivalent Circuits. Again, the impedance looking into the output terminals is infinite so that. conductance is zero.

Approximate Hybrid Equivalent Circuits. Again, the impedance looking into the output terminals is infinite so that. conductance is zero. Again, the impedance looking into the output terminals is infinite so that conductance is zero. Hence, the four h-parameters of an ideal transistor connected in CE transistor are The hybrid equivalent

More information

Physical-Layer Services and Systems

Physical-Layer Services and Systems Physical-Layer Services and Systems Figure Transmission medium and physical layer Figure Classes of transmission media GUIDED MEDIA Guided media, which are those that provide a conduit from one device

More information

9 X 12 FIXED TYPE ALUMINUM WINDOW BARS INSTALLATION INSTRUCTIONS Import Note : 9 X 12 Spacing Fixed Type Installation is covered in this Instruction.

9 X 12 FIXED TYPE ALUMINUM WINDOW BARS INSTALLATION INSTRUCTIONS Import Note : 9 X 12 Spacing Fixed Type Installation is covered in this Instruction. Import Note : 9 X 12 Spacing Fixed Type Installation is covered in this Instruction. Fixed Bars can be Mount in Recess Position ( Between Window Jamb/ Frame )or Surface Mount (Face Of Wall) This Fixed

More information

Chapter 7 Math Guide

Chapter 7 Math Guide I can write fractions as a sum Write as unit fractions This means the fractions are broken into each individual unit/1 single piece. The fraction is /6. The model shows that pieces are shaded in. If you

More information

0 Initial Vals lsb=0, no op

0 Initial Vals lsb=0, no op 3 Solutions Chapter 3 Solutions S-3 3.1 5730 3.2 5730 3.3 0101111011010100 The attraction is that each hex digit contains one of 16 different characters (0 9, A E). Since with 4 binary bits you can represent

More information

Module 5 Trigonometric Identities I

Module 5 Trigonometric Identities I MAC 1114 Module 5 Trigonometric Identities I Learning Objectives Upon completing this module, you should be able to: 1. Recognize the fundamental identities: reciprocal identities, quotient identities,

More information

EE 109 Midterm Review

EE 109 Midterm Review EE 109 Midterm Review 1 2 Number Systems Computer use base 2 (binary) 0 and 1 Humans use base 10 (decimal) 0 to 9 Humans using computers: Base 16 (hexadecimal) 0 to 15 (0 to 9,A,B,C,D,E,F) Base 8 (octal)

More information

4 th Grade Math Notebook

4 th Grade Math Notebook 4 th Grade Math Notebook By: Aligned to the VA SOLs Table of Contents Quarter 1 Table of Contents Quarter 2 Table of Contents Quarter 3 Table of Contents Quarter 4 Hundred Millions Ten Millions Millions

More information

SE311: Design of Digital Systems Lecture 1: Introduction to Digital Systems

SE311: Design of Digital Systems Lecture 1: Introduction to Digital Systems SE311: Design of Digital Systems Lecture 1: Introduction to Digital Systems Dr. Samir Al-Amer (Term 041) SE311_Lec1 (c) 2004 AL-AMER ١ Design of Digital Systems Grading policy Course Outlines Introduction

More information

Digitizing Color. Place Value in a Decimal Number. Place Value in a Binary Number. Chapter 11: Light, Sound, Magic: Representing Multimedia Digitally

Digitizing Color. Place Value in a Decimal Number. Place Value in a Binary Number. Chapter 11: Light, Sound, Magic: Representing Multimedia Digitally Chapter 11: Light, Sound, Magic: Representing Multimedia Digitally Fluency with Information Technology Third Edition by Lawrence Snyder Digitizing Color RGB Colors: Binary Representation Giving the intensities

More information

Fundamentals of Multimedia

Fundamentals of Multimedia Fundamentals of Multimedia Lecture 2 Graphics & Image Data Representation Mahmoud El-Gayyar elgayyar@ci.suez.edu.eg Outline Black & white imags 1 bit images 8-bit gray-level images Image histogram Dithering

More information

Section 2.1 Factors and Multiples

Section 2.1 Factors and Multiples Section 2.1 Factors and Multiples When you want to prepare a salad, you select certain ingredients (lettuce, tomatoes, broccoli, celery, olives, etc.) to give the salad a specific taste. You can think

More information

Digital Applications (CETT 1415) Credit: 4 semester credit hours (3 hours lecture, 4 hours lab) Prerequisite: CETT 1403 & CETT 1405

Digital Applications (CETT 1415) Credit: 4 semester credit hours (3 hours lecture, 4 hours lab) Prerequisite: CETT 1403 & CETT 1405 Digital Applications () Credit: 4 semester credit hours (3 hours lecture, 4 hours lab) Prerequisite: CETT 1403 & CETT 1405 Course Description This course covers digital techniques and numbering systems,

More information

MATH MILESTONE # A5 DIVISION

MATH MILESTONE # A5 DIVISION MATH MILESTONE # A5 DIVISION The word, milestone, means a point at which a significant change occurs. A Math Milestone refers to a significant point in the understanding of mathematics. To reach this milestone

More information

1. Positional Number Systems

1. Positional Number Systems 1. Positional Number Systems How much is 12897 times 13863? 729 answered Schweik without moving an eyelash. Jaroslav Hasek, The Good Soldier Schweik. Introduction This chapter will be primarily concerned

More information

Implementation / Programming: Random Number Generation

Implementation / Programming: Random Number Generation Introduction to Modeling and Simulation Implementation / Programming: Random Number Generation OSMAN BALCI Professor Department of Computer Science Virginia Polytechnic Institute and State University (Virginia

More information

Creating Arbitrary Waveforms in the U2300A Series and U2500A Series Data Acquisition Devices

Creating Arbitrary Waveforms in the U2300A Series and U2500A Series Data Acquisition Devices Creating Arbitrary Waveforms in the U2300A Series and U2500A Series Data Acquisition Devices Application Note Introduction The U2300A Series and U2500A Series data acquisition device (DAQ) families are

More information

5. Find the least number which when multiplied with will make it a perfect square. A. 19 B. 22 C. 36 D. 42

5. Find the least number which when multiplied with will make it a perfect square. A. 19 B. 22 C. 36 D. 42 1. Find the square root of 484 by prime factorization method. A. 11 B. 22 C. 33 D. 44 2. Find the cube root of 19683. A. 25 B. 26 C. 27 D. 28 3. A certain number of people agree to subscribe as many rupees

More information

ROTRONIC HygroClip Digital Input / Output

ROTRONIC HygroClip Digital Input / Output ROTRONIC HygroClip Digital Input / Output OEM customers that use the HygroClip have the choice of using either the analog humidity and temperature output signals or the digital signal input / output (DIO).

More information

Convert the Egyptian numeral to Hindu-Arabic form. 1) A) 3067 B) 3670 C) 3607 D) 367

Convert the Egyptian numeral to Hindu-Arabic form. 1) A) 3067 B) 3670 C) 3607 D) 367 MATH 100 -- PRACTICE EXAM 2 Millersville University, Spring 2011 Ron Umble, Instr. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Convert the Egyptian

More information

Introduction to Fractions

Introduction to Fractions Introduction to Fractions A fraction is a quantity defined by a numerator and a denominator. For example, in the fraction ½, the numerator is 1 and the denominator is 2. The denominator designates how

More information

Trigonometric Identities. Copyright 2017, 2013, 2009 Pearson Education, Inc.

Trigonometric Identities. Copyright 2017, 2013, 2009 Pearson Education, Inc. 5 Trigonometric Identities Copyright 2017, 2013, 2009 Pearson Education, Inc. 1 5.5 Double-Angle Double-Angle Identities An Application Product-to-Sum and Sum-to-Product Identities Copyright 2017, 2013,

More information

F3 08AD 1 8-Channel Analog Input

F3 08AD 1 8-Channel Analog Input F38AD 8-Channel Analog Input 42 F38AD Module Specifications The following table provides the specifications for the F38AD Analog Input Module from FACTS Engineering. Review these specifications to make

More information

30 6 = 5; because = 0 Subtract five times No remainder = 5 R3; because = 3 Subtract five times Remainder

30 6 = 5; because = 0 Subtract five times No remainder = 5 R3; because = 3 Subtract five times Remainder Section 1: Basic Division MATH LEVEL 1 LESSON PLAN 5 DIVISION 2017 Copyright Vinay Agarwala, Revised: 10/24/17 1. DIVISION is the number of times a number can be taken out of another as if through repeated

More information

Estimation and Number Theory

Estimation and Number Theory 2 CHAPTER Estimation and Number Theory Worksheet 1 Estimation Find each sum or difference. Then use rounding to check that your answer is reasonable. Round each number to the nearest 100. 475 1 382 5?

More information

NZQA unit standard version 2 Page 1 of 6. Demonstrate and apply fundamental knowledge of digital and analogue electronics for IMC technicians

NZQA unit standard version 2 Page 1 of 6. Demonstrate and apply fundamental knowledge of digital and analogue electronics for IMC technicians Page 1 of 6 Title Demonstrate and apply fundamental knowledge of digital and analogue electronics for IMC technicians Level 3 Credits 12 Purpose This unit standard covers an introduction to digital and

More information

Description Reflect and Review Teasers Answers

Description Reflect and Review Teasers Answers 1 Revision Recall basics of fractions A fraction is a part of a whole like one half (1/ one third (1/3) two thirds (2/3) one quarter (1/4) etc Write the fraction represented by the shaded part in the following

More information

Extra Practice 1. Name Date. Lesson 1: Numbers in the Media. 1. Rewrite each number in standard form. a) 3.6 million b) 6 billion c)

Extra Practice 1. Name Date. Lesson 1: Numbers in the Media. 1. Rewrite each number in standard form. a) 3.6 million b) 6 billion c) Master 4.27 Extra Practice 1 Lesson 1: Numbers in the Media 1. Rewrite each number in standard form. 3 a) 3.6 million b) 6 billion c) 1 million 4 2 1 d) 2 billion e) 4.25 million f) 1.4 billion 10 2. Use

More information

Extra Practice 1. Name Date. Lesson 1: Numbers in the Media. 1. Rewrite each number in standard form. a) 3.6 million

Extra Practice 1. Name Date. Lesson 1: Numbers in the Media. 1. Rewrite each number in standard form. a) 3.6 million Master 4.27 Extra Practice 1 Lesson 1: Numbers in the Media 1. Rewrite each number in standard form. a) 3.6 million 3 b) 6 billion 4 c) 1 million 2 1 d) 2 billion 10 e) 4.25 million f) 1.4 billion 2. Use

More information

NZQA registered unit standard version 1 Page 1 of 6

NZQA registered unit standard version 1 Page 1 of 6 Page 1 of 6 Title Demonstrate and apply fundamental knowledge of digital and analogue electronics for IMC technicians Level 3 Credits 12 Purpose This unit standard covers an introduction to digital and

More information

COMBINATIONAL CIRCUIT

COMBINATIONAL CIRCUIT Combinational circuit is a circuit in which we combine the different gates in the circuit, for example encoder, decoder, multiplexer and demultiplexer. Some of the characteristics of combinational circuits

More information

Answer Key. Easy Peasy All-In-One-Homeschool

Answer Key. Easy Peasy All-In-One-Homeschool Answer Key Easy Peasy All-In-One-Homeschool 4 5 6 Telling Time Adding 2-Digits Fractions Subtracting 2-Digits Adding and Subtracting Money A. Draw the hands on each clock face to show the time. 12:20 6:05

More information

CS1800 Discrete Structures Fall 2016 Profs. Aslam, Gold, Ossowski, Pavlu, & Sprague 7 November, CS1800 Discrete Structures Midterm Version C

CS1800 Discrete Structures Fall 2016 Profs. Aslam, Gold, Ossowski, Pavlu, & Sprague 7 November, CS1800 Discrete Structures Midterm Version C CS1800 Discrete Structures Fall 2016 Profs. Aslam, Gold, Ossowski, Pavlu, & Sprague 7 November, 2016 CS1800 Discrete Structures Midterm Version C Instructions: 1. The exam is closed book and closed notes.

More information

WIEG4PRT-A Four port Wiegand to RS232 Converter.

WIEG4PRT-A Four port Wiegand to RS232 Converter. WIEG4PRT-A Four port Wiegand to RS232 Converter. Designed for embedding into products manufactured by third-parties, this Wiegand to RS232 converter is designed with 4 ports for taking up to 4 Wiegand

More information

Mathematics of Magic Squares and Sudoku

Mathematics of Magic Squares and Sudoku Mathematics of Magic Squares and Sudoku Introduction This article explains How to create large magic squares (large number of rows and columns and large dimensions) How to convert a four dimensional magic

More information

QUESTION BANK SUB : MATHS CLASS : III

QUESTION BANK SUB : MATHS CLASS : III QUESTION BANK SUB : MATHS CLASS : III Ch-1 Marks- 1 A) Choose the right answer:- 1.The smallest 4-digit number is: a.9999 b.1000 c.9000 2.The largest 4-digit number formed by 8,0,1,9 is? a. 8910 b. 9810

More information

Estimate Quotients Using Multiples

Estimate Quotients Using Multiples Lesson 4.1 Estimate Quotients Using Multiples Find two numbers the quotient of 142 4 5 is. Then estimate the quotient. You can use multiples to estimate. A multiple of a number is the product of a number

More information

Appendix C. LW400-09A Digital Output Option

Appendix C. LW400-09A Digital Output Option LW400-09A Digital Output Option Introduction The LW400-09A Digital Output option provides 8-bit TTL and ECL, digital outputs corresponding to the current value of the channel 1 analog output. The latched

More information

WIE232-A Dual Wiegand to RS232 Converter.

WIE232-A Dual Wiegand to RS232 Converter. WIE232-A Dual Wiegand to RS232 Converter. Designed for embedding into products manufactured by third-parties, this Wiegand to RS232 converter is designed with 2 ports for taking up to 2 Wiegand sources

More information

Elementary General Math #2 January 22, 2011

Elementary General Math #2 January 22, 2011 Name: School: Grade: 4 th 5 th Elementary General Math #2 January 22, 2011 General Directions This test will last for 40 minutes. There are 50 problems on the test. Write all answers on your answer sheet.

More information

Practice Task: Expression Puzzle

Practice Task: Expression Puzzle Practice Task: Expression Puzzle In this task, students will practice interpreting numeric expressions by matching the numeric form to its meaning written in words, without evaluating the expression. STANDARDS

More information

Table of Contents HUNDRED BOARD BOOK. Introduction...iv Connections to Common Core Standards...v

Table of Contents HUNDRED BOARD BOOK. Introduction...iv Connections to Common Core Standards...v HUNDRED BOARD BOOK Table of Contents Introduction...iv Connections to Common Core Standards...v 1. Marching Forward 1 to 100... 2 2. Marching Backward 100 to 1... 4 3. Find the Three Lakes... 6 4. Don

More information

Grade 6 Module 2 Lessons 1-19

Grade 6 Module 2 Lessons 1-19 Eureka Math Homework Helper 2015 201 Grade Module 2 Lessons 1-19 Eureka Math, A Story of R a t i o s Published by the non-profit Great Minds. Copyright 2015 Great Minds. No part of this work may be reproduced,

More information

CHW 261: Logic Design

CHW 261: Logic Design CHW 6: Logic Design Instructors: Prof. Hala Zayed Dr. Ahmed Shalaby http://www.bu.edu.eg/staff/halazayed4 http://bu.edu.eg/staff/ahmedshalaby4# Slide Copyright 6 by Pearson Education, Inc. Upper Saddle

More information

repeated multiplication of a number, for example, 3 5. square roots and cube roots of numbers

repeated multiplication of a number, for example, 3 5. square roots and cube roots of numbers NUMBER 456789012 Numbers form many interesting patterns. You already know about odd and even numbers. Pascal s triangle is a number pattern that looks like a triangle and contains number patterns. Fibonacci

More information

Liquid Camera PROJECT REPORT STUDY WEEK FASCINATING INFORMATICS. N. Ionescu, L. Kauflin & F. Rickenbach

Liquid Camera PROJECT REPORT STUDY WEEK FASCINATING INFORMATICS. N. Ionescu, L. Kauflin & F. Rickenbach PROJECT REPORT STUDY WEEK FASCINATING INFORMATICS Liquid Camera N. Ionescu, L. Kauflin & F. Rickenbach Alte Kantonsschule Aarau, Switzerland Lycée Denis-de-Rougemont, Switzerland Kantonsschule Kollegium

More information

Algebraic Expressions and Equations: Applications I: Translating Words to Mathematical Symbols *

Algebraic Expressions and Equations: Applications I: Translating Words to Mathematical Symbols * OpenSta-CNX module: m35046 1 Algebraic Epressions and Equations: Applications I: Translating Words to Mathematical Symbols * Wade Ellis Denny Burzynski This work is produced by OpenSta-CNX and licensed

More information

Lab 5. Binary Counter

Lab 5. Binary Counter Lab. Binary Counter Overview of this Session In this laboratory, you will learn: Continue to use the scope to characterize frequencies How to count in binary How to use an MC counter Introduction The TA

More information

Objectives: Students will learn to divide decimals with both paper and pencil as well as with the use of a calculator.

Objectives: Students will learn to divide decimals with both paper and pencil as well as with the use of a calculator. Unit 3.5: Fractions, Decimals and Percent Lesson: Dividing Decimals Objectives: Students will learn to divide decimals with both paper and pencil as well as with the use of a calculator. Procedure: Dividing

More information

Lab 6. Binary Counter

Lab 6. Binary Counter Lab 6. Binary Counter Overview of this Session In this laboratory, you will learn: Continue to use the scope to characterize frequencies How to count in binary How to use an MC14161 or CD40161BE counter

More information

Digital Applications (CETT 1415) Credit: 4 semester credit hours (3 hours lecture, 4 hours lab) Prerequisite: CETT 1403 & CETT 1405

Digital Applications (CETT 1415) Credit: 4 semester credit hours (3 hours lecture, 4 hours lab) Prerequisite: CETT 1403 & CETT 1405 Digital Applications (CETT 1415) Credit: 4 semester credit hours (3 hours lecture, 4 hours lab) Prerequisite: CETT 1403 & CETT 1405 Course Description This course covers digital techniques and numbering

More information

CALCULATING SQUARE ROOTS BY HAND By James D. Nickel

CALCULATING SQUARE ROOTS BY HAND By James D. Nickel By James D. Nickel Before the invention of electronic calculators, students followed two algorithms to approximate the square root of any given number. First, we are going to investigate the ancient Babylonian

More information

*Which code? Images, Sound, Video. Computer Graphics Vocabulary

*Which code? Images, Sound, Video. Computer Graphics Vocabulary *Which code? Images, Sound, Video Y. Mendelsohn When a byte of memory is filled with up to eight 1s and 0s, how does the computer decide whether to represent the code as ASCII, Unicode, Color, MS Word

More information

ETSI TS V1.1.2 ( )

ETSI TS V1.1.2 ( ) Technical Specification Satellite Earth Stations and Systems (SES); Regenerative Satellite Mesh - A (RSM-A) air interface; Physical layer specification; Part 3: Channel coding 2 Reference RTS/SES-25-3

More information

MATH LEVEL 2 LESSON PLAN 3 FACTORING Copyright Vinay Agarwala, Checked: 1/19/18

MATH LEVEL 2 LESSON PLAN 3 FACTORING Copyright Vinay Agarwala, Checked: 1/19/18 MATH LEVEL 2 LESSON PLAN 3 FACTORING 2018 Copyright Vinay Agarwala, Checked: 1/19/18 Section 1: Exact Division & Factors 1. In exact division there is no remainder. Both Divisor and quotient are factors

More information

This Errata Sheet contains corrections or changes made after the publication of this manual.

This Errata Sheet contains corrections or changes made after the publication of this manual. Errata Sheet This Errata Sheet contains corrections or changes made after the publication of this manual. Product Family: DL35 Manual Number D3-ANLG-M Revision and Date 3rd Edition, February 23 Date: September

More information

RECOMMENDATION ITU-R M *, **

RECOMMENDATION ITU-R M *, ** Rec. ITU-R M.589-3 1 RECOMMENDATION ITU-R M.589-3 *, ** Technical characteristics of methods of data transmission and interference protection for radionavigation services in the frequency bands between

More information

Abacus Yimin Zhang Dr. Hubert Bray Math 190s 24 JULY 2017

Abacus Yimin Zhang Dr. Hubert Bray Math 190s 24 JULY 2017 Abacus Yimin Zhang Dr. Hubert Bray Math 190s 24 JULY 2017 Introduction Abacus is a calculating tool that was invented before the written Hindu Arabic numeral system spread all over the world. Although

More information