CS 105, Spring 2023
Lab 1

In this lab, you will be learning more about how the computer manipulates and represents data. In particular, you'll use bit-level operators to implement higher-level operations.

This lab has a writeup and a tar file. We suggest that you open a copy of the writeup in your browser so that you can read the instructions about how to download and unpack the tar file (which also includes a copy of the writeup).

To download the tar file onto Wilkes (which is where you will want to work with it):

  1. Open an ssh window to Wilkes and cd to the directory where you'll be working.
  2. In your browse, hover over the words "tar file" and copy the link location. To do that, right-click or command-click and choose "Copy link location", "Copy link address", "Copy link", or just "Copy", depending on your browser. Isn't consistency fun?
  3. Finally, in the Wilkes terminal, type "wget link" where link is pasted from what you just copied.


© 2023, Geoff Kuenning

This page is maintained by Geoff Kuenning.