Name: ____________________________________________________ Alpha: _____________________

Describe help received: _________________________________________________________________

Turn In a printout of this sheet, with the below filled in. You are expected to have all this stuff working, and to get help if you don't!

1. Reading

Did you read the online notes for lesson 1? thoroughly □    yes, but I skimmed parts □   read parts □   no □

2. Working VM

Do you have a working VM? yes □    no □
Note: If you took IC210 this past Fall, this should be an easy "yes". If not, you need to follow the instructions on
https://www.usna.edu/Users/cs/choi/ic210/setup/index.html
to get the IC210 VM installed on your Windows Laptop.

3. VM Configured Properly

Open virtualbox and ensure your VM is in the "Powered Off" state (if not, choose the the option "VCPI Shutdown" from the "Machine" menu in virtualbox's menu bar for your running VM.) In virtual box, with your VM selected, you should see the following screen, which summarizes your VM settings.

  1. Make sure you have Base Memory: 8192 MB
  2. Make sure you have Processors: 4
  3. Make sure you have Video Memory: 33 MB
Note: To change these, click on Important! Your VM must be "Powered Off" to do this!

Is your VM configured properly? yes □    no □

4. Full Screen

Try this while in your VM: press the right control key and, while keeping it down, press F. This should put you into full screen mode. Do it again and it will toggle you back out of full screen mode. This is useful!
BTW: if you are struggling to get copy&paste working between the VM and Windows, ask me in class!

5. Java Compiler and Virtual Machine

Do you have the Java compiler and JVM installed? yes □    no □
Note: you can test this by giving the commands javac -version and java -version and verifying that you get version information as a response rather than error messages.