Unit 1 - Lesson 5

Memory & Binary Numbers

The goal of this lesson is to gain basic understanding of bits, bytes, and how they relate to JAVA int variables. You should also learn how to convert from binary to decimal numbers, from decimal numbers to binary, and know Integer.MAX_VALUE/Integer.MIN_VALUE.

Move on to: Lesson 6