teaching machines

CS 352 Lecture 8 – 7-Segment Logic

Dear students, Today we’re round out our understanding of Karnaugh maps in the ultimate test. We’re going to design the logic to drive a 7-segment display! What is that, you ask? A 7-segment display is one of these: Image courtesy Peter Halasz. It’s called “7-segment” because it’s decomposed into seven independent LEDs, each identified by […]

CS 145 Lab 3 – Methods

Welcome to lab 3! If you have checkpoints from the last to show your instructor or TA, do so immediately. No credit will be given if you have not already completed the work, nor will credit be given after the first 10 minutes of this lab. You must work with a partner that you have […]

Making a Bitbucket Repository Private

Students in my classes submit their work using a private Bitbucket repository. Usually the repository is made private during the forking process, but sometimes folks miss this step. Following are the steps to make a repository private after it has been forked. Visit your repository’s page on Bitbucket’s website. Go to Settings / Repository details. […]

CS 145 Lecture 7 – String Cont’d and Methods

Dear students, With Strings at our disposal, our programs are going to start to feel human. We can write programs that process and generate words, and that’s pretty amazing! But we need more practice using them before we determine the authenticity of Shakespeare’s works. Let’s play some Stringo! Generate a String of five characters. Use […]

CS 352 Lecture 7 – Karnaugh Maps

Dear students, We start today with a couple more exercises on building circuit diagrams. Let’s do these one a time. Write your diagram down on paper, and then we’ll construct it together up front: Diagram This #1 You will eat a cheap pizza if it has pepperoni without olives, or if it has olives with […]

CS 491 Meeting 3 – Prototypes

Dear students, Today is Paper Prototype Day. There are 8 of you, and we will operate like this: repeat 4 randomly pick a partner partner A shares game for 5 minutes, including discussion partner B shares game for 5 minutes, including discussion end To help us stay on schedule, here’s a little timer! Here’s your […]

CS 145 Lecture 6 – The String Class

Dear students, If this class was a book, the chapter we’re in right now is Computer as Calculator. I’d mentioned that computers got their start in the world of mathematics. Why exactly did computers start with the mathematicians? Lately I’ve been reading some graphic novels related to technology and computer science for a conference I’ll […]

CS 352 Lecture 6 – Transistors and Diagrams

Dear students, Today we close out our discussion of the low-level electronic circuitry and begin our ascent to higher levels of abstraction. We start by replacing relays with transistors. The problem with relays is that they tend to be slower to activate, harder to miniaturize, and have a shorter life span than other electronic switching […]

In Real Life

For SIGCSE 2017, I’m reading a bunch of graphic novels related to computer science and technology. First up is In Real Life, by Cory Doctorow and Jen Wang. I share here notes and reactions from my reading. Spoilers lie ahead. I have to write as much down as I can, because the book is due […]

CS 145 Lecture 5 – Math Cont’d

Dear students, Here’s something that happens. Your professor, who has been writing code for a long time, walks through many coding examples with you in class. He carefully arranges everything to present a coherent and compelling story, intentionally leading you into problems but swooping in with some new idea to save the day. You feel […]

1 2 3 4