COMPSCI 61A Study Guide - Midterm Guide: Abstract Data Type

34 views7 pages
8 Jan 2019
School
Professor
zogo39484755 and 6 others unlocked
COMPSCI 61A Full Course Notes
22
COMPSCI 61A Full Course Notes
Verified Note
22 documents

Document Summary

Give the commands necessary to perform the following tasks. (a) emacs: load the file ~cs61a/lib/foo. scm into an emacs buffer, start a scheme buffer and load ~cs61a/lib/foo. scm into that buffer. (b) unix, change into your home directory. Confirm you are in your home directory: create the directory sols. Copy all the files from ~cs61a/sol into sols: confirm the files are in the sols directory. If an expression produces an error message or runs forever without producing a result, you may just say error; you don"t have to provide the exact text of the message. If the value of an expression is a procedure, just say procedure; you don"t have to show the form in which scheme prints procedures. Cs 162, midterm #2, fall 2000 (list a (let ((b a)) b))) (((lambda (one) (lambda (two) (list one two "three))) "a) "b) (let ((x 3)) (lambda () x))