1 / 12

Fundamental of Computer

Fundamental of Computer. Suthida Chaichomchuen : SCC std@kmitnb.ac.th. Computer Components. Hardware (architecture) Software (instruction set). Basic Hardware. Bits Bytes Registers Memory Processor Data Bus. Hardware Components. Internal hardware Microprocessor Memory Registers

Download Presentation

Fundamental of Computer

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Fundamental of Computer Suthida Chaichomchuen : SCC std@kmitnb.ac.th

  2. Computer Components • Hardware (architecture) • Software (instruction set)

  3. Basic Hardware • Bits • Bytes • Registers • Memory • Processor • Data Bus

  4. Hardware Components • Internal hardware • Microprocessor • Memory • Registers • External hardware • Input/Output Devices

  5. Software Organization • Programs • Data files • Operating System

  6. Computer storage • Bit • On : 1 • Off : 0 • Byte • data : 8 bits • parity : 1 bit (automatically setting)

  7. Related bytes • Word • Doubleword • Quadword • Paragraph • Kilobyte • Megabyte

  8. Bit value : 1 1 1 1 1 1 1 1 Position value : 128 64 32 16 8 4 2 1 Bit number : 7 6 5 4 3 2 1 0 Binary numbers

  9. Binary arithmetic Decimal Binary 65 01000001 +42+00101010 107 01101011 Decimal Binary 60 00111100 +53+00110101 113 01110001

  10. Negative Binary Numbers Reverse the bit value and add 1 Number +65 : 01000001 Reverse the bits : 10111110 Add 1 : 1 Number -65 : 10111111

  11. Hexadecimal Representation Binary : 1011 1001 1100 1110 Decimal : 11 9 12 14 Hexadecimal : B 9 C E

  12. Homework (Submit before next week) • Processor • Register • Segment

More Related