Computer language consists of machine code represented in binary format (0s and 1s) and is divided into high-level language (HHL) and low-level language (LLL). HHL is closer to human language, easier to read, write, and understand, but has slower processing speeds and occupies more memory. LLL, including assembly language and machine language, offers higher processing speeds and uses less memory without needing translation.