로그인
Computer Science for IGCSE & O level - Data Representation (Section 12 - No. 17)
What is the value of the binary number 101010 in decimal?
42
32
16
8
설명
101010 = (1 * 32) + (0 * 16) + (1 * 8) + (0 * 4) + (1 * 2) + (0 * 1) = 32 + 8 + 2 = 42.
댓글 (0)
댓글을 달려면 로그인하세요
광고
자바스크립트가 이 페이지를 올바르게 로드하도록 허용