User Tools

Site Tools


notes:c4eng:fall2022:projects:dtr0

This is an old revision of the document!


BACKGROUND

BINARY NUMBERS

Bi standing for two uses two numbers to count based on zeros and ones. Computers use binary to store and manipulate data. Zeros represents no flow of electricity, one represents electricity being allowed to flow. Decimal-0,1,2,3,4,5,6,7,8,9,10 Binary-000000,000001,000010,000011,000100,000101,000111,001000,001001,001010

HEXADECIMAL NUMBERS

DATA TYPES IN C

PRINTF FORMAT SPECIFIERS

PROGRAM SPECIFICATIONS

notes/c4eng/fall2022/projects/dtr0.1662356023.txt.gz · Last modified: 2022/09/05 05:33 by kgroshne