DATA (in binary Digits)

Slides:



Advertisements
งานนำเสนอที่คล้ายกัน
โปรแกรมฝึกหัด การเลื่อนและคลิกเมาส์
Advertisements

พีชคณิตบูลีน Boolean Algebra.
การประยุกต์ Logic Gates ภาค 2
จำนวน สถานะ NUMBER OF STATES. ประเด็นที่ สนใจ The number of distinct states the finite state machine needs in order to recognize a language is related.
วิชา องค์ประกอบศิลป์สำหรับคอมพิวเตอร์ รหัส
การซ้อนทับกัน และคลื่นนิ่ง
E-R Model บรรยายโดย สุรางคนา ธรรมลิขิต.
DSP 6 The Fast Fourier Transform (FFT) การแปลงฟูริเยร์แบบเร็ว
Control Statement if..else switch..case for while do-while.
Inside a digital image How colour is defined for images
การแทนค่าข้อมูล และ Primary Storage (Memory)
CS Assembly Language Programming
CS Assembly Language Programming
CS Assembly Language Programming Period 12.
: Chapter 1: Introduction 1 Montri Karnjanadecha ac.th/~montri Image Processing.
Color Standards A pixel color is represented as a point in 3-D space. Axis may be labeled as independent colors such as R, G, B or may use other independent.
AVL Tree.
ภาควิชาวิศวกรรมคอมพิวเตอร์ มิถุนายน ๒๕๕๒
Number System[1] เลขฐาน & ASCII CODE Number System[1]
Data Transmission Encoding Techniques and Transmission mode
Week 6 ประกาศค่าตัวแปร.
NUMBER SYSTEM เลขฐานสิบ (Decimal Number) เลขฐานสอง (Binary Number)
Chapter 19 Network Layer: Logical Addressing
INC341 State space representation & First-order System
EEE 271 Digital Techniques
Digital Logic and Circuit Design
Data representation (การแทนข้อมูล)
Number Representations
NUMBER SYSTEM Decimal number system (10) Noval number system (9)
การจัดการข้อมูลด้วยคอมพิวเตอร์
Addressing Modes Assembly Programming.
CHAPTER 1 Major Sources of Errors in Numerical Methods
ดิจิตอล + เลขฐาน บทที่ 2.
Introduction to Digital System
Asst.Prof. Dr.Surasak Mungsing
การเขียนโปรแกรมเชิงวัตถุ ด้วยภาษาจาวา
จำนวนทั้งหมด ( Whole Numbers )
Kampol chanchoengpan it สถาปัตยกรรมคอมพิวเตอร์ Arithmetic and Logic Unit 1.
C# Operation สุพจน์ สวัตติวงศ์ Reference:
Computer Coding & Number Systems
ระบบการเบิก-จ่าย ลูกหนี้เงินยืม
ระบบเลขฐาน (Radix Number)
อาจารย์สายสุนีย์ เจริญสุข
แนวทางการปฏิบัติโครงการจูงมือ น้องน้อยบนดอยสูง 1.
โครงสร้างควบคุมการทำงาน
ง30212 การเขียนโปรแกรมภาษาคอมพิวเตอร์ โรงเรียนปลวกแดงพิทยาคม
สถาปัตยกรรมคอมพิวเตอร์ (Computer Architecture)
Chapter 3 Simple Supervised learning
CS Assembly Language Programming
Computer Programming for Engineers
ระบบคอมพิวเตอร์และการประมวลผล
ชนิดของข้อมูล 1) ข้อมูลที่เป็นตัวเลข (Numeric Data) หมายถึง ข้อมูลที่ใช้แทนจำนวนที่สามารถนำ ไปคำนวณได้ ข้อมูลแบบนี้เขียนได้หลายรูปแบบ คือ           ก.
ง เทคโนโลยีสารสนเทศและการสื่อสาร ระบบเลขฐาน
ระบบเลขในคอมพิวเตอร์
In-Class Exercises Discrete Mathematics
เรื่องการประยุกต์ของสมการเชิงเส้นตัวแปรเดียว
เรื่องการประยุกต์ของสมการเชิงเส้นตัวแปรเดียว
ระบบเลขฐาน.
Introduction to Computer Organization and Architecture Introduction to Computer Organization and Architecture Episode 3 Numbers Representation.
Introduction to Digital System
ระบบเลขจำนวน ( Number System )
Week 13 Basic Algorithm 2 (Searching)
Collections. Data structures Data Structures ( โครงสร้างข้อมูล ) เกิดจากการ นำข้อมูลขั้นพื้นฐานที่แบ่งแยกไม่ได้ (atomic data type) เช่น int, char, double.
ระบบเลขฐาน.
ดิจิตอล + เลขฐาน บทที่ 2.
ระบบจำนวนและ การแปลงเลขฐาน
Binary Numbers Hexadecimal Numbers
บทที่ 5 ระบบเลขฐานและรหัสแทนข้อมูล
ดิจิตอล + เลขฐาน บทที่ 2.
Color Standards A pixel color is represented as a point in 3-D space. Axis may be labeled as independent colors such as R, G, B or may use other independent.
ใบสำเนางานนำเสนอ:

DATA (in binary Digits) Binary Concepts 1 -- OFF -- ON DATA (in binary Digits) 0 1 1 0 0 1 0 1 0 1 1 1 0 0

Data Representation Main() { printf(“ Hello”); printf(“We are enjoying a world of alphapbetical coding”); } 000111 000111010101 011101000110100101010010 01010 1010101 01001 10010001 001001 0011110 0110100 101010 10010101 101010 1010000

Decimal Number System (6*10) In the decimal number system the successive position to the left of the decimal point represent units, tens, hundreds, thousands etc. (3 * 100) + (6*10) + (5*1) = 365 The position of the number affects its value. These kind of number systems therefore are called positional number system. The value of each digit in the number system is determined by: The digit itself The position of the digit in the number itself The base/radix of the system. Base Position number (6*10)

Binary Number System The binary number system has a base of two and symbols used are 0 and 1. In this number system, as we move to the left, the value of the digit will be two times greater than its predecessor because the base is two. Thus the value of the places are :   64  32  16  8  4  2  1 Binary Number 0001111001010111 Least Significant bit Most Significant bit

Converting Decimal to Binary Remainder Divide the decimal number by the base of the required number system. Note the remainder in one column and divide the quotient again with the base. Keep repeating this process until there are no numbers left to be divided. Reading of the remainder in the reverse order of them being written down will give us the required number. Now let us convert the decimal number 52 to its binary equivalent.

Octal Number System The octal system has the base of 8. The value increase from right to left as 1, 8, 64, 512, 4096. The decimal value of an octal number 1204 can be computed as : 1204 = (1 * 512) + (2 * 64) + (0 * 8) + (4 * 1)  = 512 + 128 + 0 + 4  = 644

Octal Number System To convert a number from binary to octal and vice versa, the following table must be kept in mind:  Binary Octal   000 0 001 1 010 2 011 3 100             4 101 5 110             6 111             7

Converting from Binary to Octal The binary number must be divided into groups of three from the octal point- to the right in case of the fractional portion and to the left in case of the integer portion. Each group can then be replaced with their octal equivalent. We may add zero to the left of the number if required. For example : Binary 101010101010100 101 010 101 010 100  5 2 5 2 4 52524 is the octal equivalent of the given binary number.

Converting from Octal to Binary Each octal digit is replaced with the appropriate ‘triple’ of binary digits. For example :    6         5 110 101 Similarly the binary equivalent of the octal number 65 is 110101.

Hexadecimal Number System Hexadecimal Decimal 0 0 1 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 A 10 B 11 C 12 D 13 E 14 F 15 The hexadecimal number system has a base of 16, so the value increases from right to left as 1, 16, 256, 4096, 65536… We need to keep a simple table in mind before we attempt any conversion from hexadecimal or vice-versa. Thus the decimal equivalent of a hexadecimal number A0119 can be computed as:  = (10 * 65,536) + (0 * 4,096) + (1 * 256) + (1 * 16) + (9 * 1) = 6,55,360 + 0 + 256 + 16 + 9 =6,55,641

Converting Binary to Hexadecimal To convert a binary number to its hexadecimal equivalent we split the numbers into groups of four outwards, as before. Each of these groups of four are directly converted into their hexadecimal equivalent. e.g. Binary 10101011000010 Binary 0010 1010 1100 0010 Hexadecimal 2 A C 2 (From the table)

Converting Hexadecimal to Binary The conversion from hexadecimal to binary consists of writing off the binary equivalent of each hexadecimal digit in groups of four. For Example: hexadecimal 1901A0412C 1 9 0 1 A 0 4 1 2 C 0001 1001 0000 0001 1010 0000 0100 0001 0010 1100 Thus the required binary number can be written as: 1100100000001101000000100000100101100 The leading zeros have been omitted. This is because it has no particular significance. It is an interesting fact that computer primary storage addressing is usually expressed in hexadecimal notation.

คาแรกเตอร์ (ASCII)

คาแรกเตอร์ (EBCDIC)

คาแรกเตอร์ (Unicode)

การรับค่าตัวอักษรทาง Keyboard

การรับค่าตัวอักษรทางอื่น ๆ Optical Character Recognition Barcode Reader Magnetic Stripe Reader Voice Input

เลขจำนวนเต็ม (Integer) เลขจำนวนเต็มแบบที่ไม่มีเครื่องหมาย (Unsigned Integer) กรณีไม่มีเครื่องหมาย ถ้าใช้จำนวนบิต n บิต จะแทนเลขจำนวนเต็มไม่มีเครื่องหมายได้ ตั้งแต่ 0 ถึง 2n-1 เช่น n = 16 จะแทนเลขจำนวนเต็มได้ตั้งแต่ 0 ถึง 65535 เป็นต้น

เลขจำนวนเต็มแบบที่มีเครื่องหมาย (Signed Integer) 1. sign magnitude ใช้บิตซ้ายสุด (most significant bit) แทนเครื่องหมาย โดยที่ 0 แทนเครื่องหมายบวก และ 1 แทนเครื่องหมายลบ บิตที่เหลือใช้แทนขนาดของตัวเลข most significant bit least significant bit n-1 n-2 … 2 1 0 sign magnitude

เลขจำนวนเต็มแบบที่มีเครื่องหมาย (Signed Integer) เช่น สมมุติว่าใช้ จำนวนบิต 8 บิต แทนเลขจำนวน +5 และ –5 ได้เป็น 00000101 และ 10000101 เป็นต้น ถ้าใช้จำนวน n บิต จะแทนเลขจำนวนเต็มแบบมีเครื่องหมาย ได้ตั้งแต่ – (2n-1 – 1) ถึง +(2n-1- 1) เช่น n = 16 จะแทนเลขจำนวนเต็มมีเครื่องหมายได้ตั้งแต่ –32767 ถึง +32767 เป็นต้น โดยที่ 0 แทนได้ทั้ง +0 และ –0

เลขจำนวนเต็มแบบที่มีเครื่องหมาย (Signed Integer) 2. one complement ใช้บิตซ้ายสุด (most significant bit) แทนเครื่องหมาย โดยที่ 0 แทนเครื่องหมายบวก และ 1 แทนเครื่องหมายลบ เช่นกัน การแทนเลขบวก จะเหมือนกับแบบ sign magnitude แต่การแทนตัวเลขลบ จะต่างกัน แบบ one complement จะแทนตัวเลขลบโดยการ ทำ complement (เปลี่ยนจากเลข 0 เป็น 1 และ เปลี่ยนจากเลข 1 เป็น 0) กับ magnitude เช่น สมมุติว่าใช้ จำนวนบิต 8 บิต แทนเลขจำนวน +5 และ –5 ได้เป็น 00000101 และ 11111010 เป็นต้น

เลขจำนวนเต็มแบบที่มีเครื่องหมาย (Signed Integer) ถ้าใช้จำนวน n บิต จะแทนเลขจำนวนเต็มแบบมีเครื่องหมาย ได้ตั้งแต่ – (2n-1 – 1) ถึง +(2n-1- 1) เช่น n = 16 จะแทนเลขจำนวนเต็มมีเครื่องหมายได้ตั้งแต่ –32767 ถึง +32767 เป็นต้น โดยที่ 0 แทนได้ทั้ง +0 และ –0

เลขจำนวนเต็มแบบที่มีเครื่องหมาย (Signed Integer) 2. two complement ใช้บิตซ้ายสุด (most significant bit) แทนเครื่องหมาย โดยที่ 0 แทนเครื่องหมายบวก และ 1 แทนเครื่องหมายลบ เช่นกัน การแทนเลขบวก จะเหมือนกับแบบ sign magnitude แต่การแทนตัวเลขลบ จะต่างกัน แบบ two complement จะแทนตัวเลขลบโดยการ ทำ complement (เปลี่ยนจากเลข 0 เป็น 1 และ เปลี่ยนจากเลข 1 เป็น 0) กับ magnitude แล้วบวกด้วยหนึ่ง เช่น สมมุติว่าใช้ จำนวนบิต 8 บิต แทนเลขจำนวน +5 และ –5 ได้เป็น 00000101 และ 11111011 เป็นต้น

เลขจำนวนเต็มแบบที่มีเครื่องหมาย (Signed Integer) – (2n-1) ถึง +(2n-1- 1) เช่น n = 16 จะแทนเลขจำนวนเต็มมีเครื่องหมายได้ตั้งแต่ –32768 ถึง +32767 เป็นต้น โดยที่ 0 แทนด้วย +0 เท่านั้น

Overflow