This chapter is an introduction to basic computer systems and the Java programming language. You should learn how to describe the relationship between hardware and software, identify basic computer hardware and explain what it does, know the steps involved in program compilation and execution, and be able to convert between the number systems of decimal, octal, hexadecimal and binary.
For each problem, handwrite the solution :
Chapter 1: Introduction to Java ProgrammingSelf-Check 1.2: binary 1Self-Check 1.3: binary 2Self-Check 1.6: legal identifiersSelf-Check 1.16: withoutPrintStatementsBook problems are due at the beginning of the class period before the Chapter 1 test
Hardware Basics
Number Systems
Coding Intro
Java Classes