Notes after discussion of Chapters 1-2, Jan. 13-15, 2014

Monday: Syllabus, what is informatics, entry survey.

Wednesday: discussion based on students’ notes for ch. 1-2; “lab” on survey.

Very good discussion!

  1. A student asked: How are algorithms different from programs? Textbook: programs are specialized to particular conditions or assumptions and are usually written in a programming language.
  1. We enacted the letter search algorithm using English character frequency and a five-letter word, with one student as author, one as assistant, and one counting the letters the assistant had to point at. 43 pointings for the word TUBES (or maybe TUBED).

  2. One student asked: Why 0’s and 1’s? Does it speed things up? I can copy letters accurately [even though there are more than 2 letters].

(We also noted that 1 bit gives us 2 values, 2 bits 4 values, 3 bits 8 values, and in general adding one bit doubles the number of values that can be represented.)

Lab: Discussion of some points on the entry survey.