(printable) |
|
Daily Announcements - Week 10 of 14Wednesday 12/8/2004
notes on binary/hex/logic circuits Monday 12/6/2004Here is a link to last years final exam: cs2a03 final exam. Thursday 12/2/2004CMOS for storing a bit in memory. Also CMOS design for reading/storing a bit from a given address in memory. Wednesday 12/1/2004Logic gates and implementing xor, halfadders, and adders in CMOS. Monday 11/29/2004CMOS transistors and implementation of the NOT, AND, OR, and XOR gates in CMOS Thursday 11/25/2004 - ThanksgivingWednesday 11/24/2004The final exam for this course will be on Wed 12/15/04 from 1:30-4:30 in the same room the class has been using all year. This information is on the syllabus and has been all semester. It should also appear on the next Final Exam Schedule that is distributed... Today we looked into the mechanisms underlying programs that use the network to communicate with other programs (e.g. chat programs, IM, network games) and we wrote a simple chat applet (run it or view it ) using the GroupClient package and three procedures:
; create a connection
(define G (make-group-client "tim" "timhw5test" "popper.cs-i.brandeis.edu" 14973))
; send a message to everyone in the group
(G 'send 'key "hi" "This is cool" (readstring name-tf))
; take actions based on messages sent to the group
(G 'add-listener KEY (lambda(key data1 data2 ... datan) ACTIONS....))
Monday 11/22/2004Takehome Quiz 10 is due Monday 11/29/04.Thursday 11/18/2004Today we continue discussing assembly language and machine performance and we then review practice quiz 9, and give quiz 9. Wednesday 11/17/2004Practice quiz 9 is now available here or on the quizzes page and an answer sheet is also available. Today we assigned hw5 and went over quiz 8. Today we cover PC performances parameters: memory (gigabytes), processor speend (gigaherz, MIPS), and bandwidth (megabits per second). Monday 11/15/2004Today we discussed the architecture of the PC. Thursday 11/11/2004Today we continued our discussion of the substitution model and gave Quiz 8. The notes from today's lecture have been added to the page on the Theory of Computing Wednesday 11/10/2004The answer to Practice Quiz 8 is now available here Notes from this weeks lectures on the Theory of Computing are now available. Also a practice quiz is available for Quiz 8 tomorrow. Today we look more deeply into the Substution model and consider a few interesting algorithms. Also, we discussed the Halting Problem and its unsolvability by computers. Monday 11/8/2004There will be a quiz on Thursday covering the Substition Model. The quiz will consist of a few questions which ask you to trace through the evolution of some Scheme processes using the substition model. Today we discussed a strategy for completing hw4 which was to
To help you with your tables, I've written a servlet, dbview.servlet, which will allow you to see all of the tables stored in the database. This will help you see whether your dbcreate,dbdrop,dbinsert servlets are working... Also, we pushed back the deadline for HW4 until next Monday 11/15/2004 Today we discuss the Substitution Model of Scheme and showed how to evolve processes that are defined in terms of themselves. read announcements from previous daysSoftware
Course Description
CS2a: Introduction to Computers
An introduction to the basic principles underlying computer hardware and software and to the implications of the wider use of computers in society. Topics will include hardware, software, Web page design, applet and servlet programming, the Internet, privacy and security issues, as well as a survey of current research directions, including artificial intelligence and parallel computing. Usually offered every year.
|
|