Interest/CS | Computer Graphics

[CS] CS50 - Computer Thinking

nabee 2024. 12. 13. 18:47
  • CS, Computer Science
    Input --> Computer Science --> Output

  • Binary System
    Decimal number sys - e.g. 123 = 1*100 + 2*10 + 3*1
    Binary number sys - e.g. 3 = 011

  • Bit = Binary digit -----> byte = 8 Bits (2^8 = 256)
    look likes Transister in Computer
    on-1/off-0

  • various data expression
    bit, byte, KB, MB, GB, TB

출처 : cs50 강의 중 임팩트 장면