1 / 6

GBK Programming 1

GBK Programming 1. Jordan Johnson Week 1, Day 3. Today’s plan. Greetings GBK Today Stuff Due Today: Syllabus Intro/biographic email DrRacket and programming Assignments Mini-quiz tomorrow on expressions Clean-up. Definitions. The top half of the window is the Definitions area.

glen
Télécharger la présentation

GBK Programming 1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. GBK Programming 1 Jordan Johnson Week 1, Day 3

  2. Today’s plan • Greetings • GBK Today • Stuff Due Today: • Syllabus • Intro/biographic email • DrRacket and programming • Assignments • Mini-quiz tomorrow on expressions • Clean-up

  3. Definitions • The top half of the window is the Definitions area. • Executed when you click “Run”. • Contents remain saved. • Can contain expressions and definitions. • Example definitions: • (define x 8) • (define y 36)

  4. Announcements The assignment on the class website is due tomorrow. There is a video linked from the class website; please watch it by tomorrow. There will be a short quiz tomorrow.

  5. Quiz • The quiz is on expressions only: • Know what “expression” means, and know what expressions are. • (Numbers, strings, Booleans, images, andcompound expressions.) • Be able to… • write the BSL expression for a simple math expression (e.g. 2(3 + 5) would be (* 2 (+ 3 5))). • tell the result of evaluating a simple expression. • fix obvious mistakes (like missing parentheses) in simple expressions.

  6. Clean-up • Before you leave, please . . . • Log out. • Push in your chair. • Make sure you’ve got everything. • Make sure all trash ends up in the trash can.

More Related