CMSC201 Computer Science I for Majors Lecture 12 – Midterm Review

Slides:



Advertisements
Similar presentations
Chemistry 211 Final Examination. Final Exam Tips Exam will contain problems that you won’t have any clue how to solve. That is normal! You can miss about.
Advertisements

ITC242 – Introduction to Data Communications ITC431 – Computer Networks Week 13 Exam Preparation.
Final Exams!. Where do I go/What do I do? After break, report to the gym. You will need to find your row and seat numbers. See below for Monday’s seating.
2014 Summer Exams – Information Assembly VM0XCvKNP0.
General Programming Introduction to Computing Science and Programming I.
Cornell Notes Note-taking strategy that will improve your study skills and your grades!!
Lecture- 12/ T. Nouf Almujally
Craig Schock, 2004 Basic Exam information Time and location Exam Regulations Illness during exam Taking the exam Chapter breakdown Brief Overview Tips.
Fall EE 333 Lillevik333f06-s1 University of Portland School of Engineering Computer Organization Study Guide 1 Exam 1 Thursday, September 28 Closed.
ECE 4710: Exam#1 1 Exam 1 Format  Exam Material  Lectures 1-14  Homeworks 1-5  15 True/False 2 pts/each  Total = 30 pts  1 question from.
English 28: Last Class Class Reflection PLO Survey Discussing the Final Exam.
1 09/27/04CS150 Introduction to Computer Science 1 Let ’ s all Repeat Together.
Midterm Exam Topics (Prof. Chang's section) CMSC 201.
CMSC201 Computer Science I for Majors Lecture 12 – Midterm Review Prof. Katherine Gibson.
CMSC201 Computer Science I for Majors Lecture 25 – Final Exam Review Prof. Katherine Gibson.
CMSC201 Computer Science I for Majors Lecture 05 – Comparison Operators and Boolean (Logical) Operators Prof. Katherine Gibson Prof. Jeremy.
CMSC201 Computer Science I for Majors Lecture 25 – Final Exam Review Prof. Katherine Gibson Prof. Jeremy Dixon.
Cornell Notes The note-taking strategy that will improve your study skills and your grades!!
Exam Information for students
1 Chapter Chapter 2 The Whole Numbers.
CMSC201 Computer Science I for Majors Lecture 03 – Variables
CS-171, Intro to A.I. — Quiz Instructions
CMSC201 Computer Science I for Majors Lecture 05 – Comparison Operators and Boolean (Logical) Operators Prof. Katherine Gibson Based on slides by Shawn.
Introduction to Computing Science and Programming I
CMSC201 Computer Science I for Majors Lecture 02 – Algorithmic Thinking Prof. Katherine Gibson Based on slides by Shawn Lupoli and Max Morawski at UMBC.
Literature, Algebra I, Biology
© 2013 McGraw-Hill Companies. All Rights Reserved.
CMSC201 Computer Science I for Majors Lecture 04 – Expressions
CMSC201 Computer Science I for Majors Lecture 13 – Midterm Review
Formatting Output.
CMSC201 Computer Science I for Majors Lecture 21 – Dictionaries
OSSLT Thursday March 30, 2017.
CMSC202 Computer Science II for Majors Lecture 08 – Overloaded Constructors Dr. Katherine Gibson Based on slides by Chris Marron at UMBC.
CMSC201 Computer Science I for Majors Lecture 13 – Program Design
S4 – 6 Prelims Information Assembly.
CMSC201 Computer Science I for Majors Lecture 13 – Midterm Review
CMSC201 Computer Science I for Majors Lecture 24 – Sorting
CMSC201 Computer Science I for Majors Lecture 27 – Final Exam Review
We’ll be spending minutes talking about Quiz 1 that you’ll be taking at the next class session before you take the Gateway Quiz today.
Tuesday, April 10, 2018 Arrive At 8:30
Midterm Exam Preperation
Midterm Exam Preperation
Exams – Getting the ‘simple’ bit’ right.
CS-171, Intro to A.I. — Quiz Instructions
Quick Guide to the 2017 AP Biology Exam
SAT® Mathematics.
WELCOME TO TOWSON UNIVERSITY
CMSC201 Computer Science I for Majors Lecture 09 – While Loops
CMSC201 Computer Science I for Majors Lecture 25 – Final Exam Review
EMPOWERED FOR THE EXAMS
PHYS 202 Intro Physics II Catalog description: A continuation of PHYS 201 covering the topics of electricity and magnetism, light, and modern physics.
Tuesday, April 10, 2018 Arrive At 8:30
Welcome to Science Mrs. Goodman Room 809
EECE.2160 ECE Application Programming
CS-171, Intro to A.I. — Exam Instructions
Tips for Success in Mathematics
Formal Geometry Ms. ramilo
Taking a test or exam Best practices.
CMSC201 Computer Science I for Majors Final Exam Information
CMSC201 Computer Science I for Majors Lecture 24 – Sorting
EECE.2160 ECE Application Programming
Tips for taking the FCAT.
Review of Previous Lesson
Cornell Notes Note-taking strategy that will
Midterm Exam Preperation
EMPOWERED FOR THE EXAMS
Midterm - 1 Instructions
Getting Ready For This Course
Review and Instructions
Topics for Final Exam Lecture 26 Autumn Quarter.
Presentation transcript:

CMSC201 Computer Science I for Majors Lecture 12 – Midterm Review Prof. Katherine Gibson Prof. Jeremy Dixon

Exam Rules The midterm is closed everything: No books No notes No cheat sheets No laptops No calculators No phones

Exam Rules Place your bookbag under your desk/chair NOT on the seat next to you You may have on your desk: Pens, pencils, erasers Water bottle UMBC ID

Exam Rules DO NOT CHEAT!!! Cheating will be dealt with severely and immediately If a TA or instructor sees you looking at another student’s paper (or anything other than your own exam) they will take your test from you

Exam Seating Space allowing, you will sit every other seat, so that you are not next to another student Your instructor may have specific instructions for their lecture hall seating arrangements

Questions about Exam Rules?

Exam Format Very similar to the in-class worksheet Questions are less “tricky” than the worksheet, but the types of questions are generally the same Going over the worksheet and making sure you are comfortable with the material would be a good idea

Exam Format Multiple Choice True/False Short answer Explain basic concepts in writing e.g., “Why do we need to cast user input to different data types like int?”

Exam Format Code evaluation Debugging Fill in the blank Given code, what does it do? Debugging Find and fix errors Fill in the blank Complete a piece of partially-written code

Exam Format Programming problems Given a problem, write the code to solve it Tips: Don’t jump straight into coding Read the question carefully Plan out what your code needs to do

Questions about Exam Format?

Exam Content Everything we’ve covered so far! You should be especially familiar with: Evaluating expressions Control structures For loops While loops (including interactive loops) If/Elif/Else Decimal <-> Binary conversion

Exam Content You should be especially familiar with: Lists Debugging Indexing (including negative indexing) Appending Debugging Functions Actual and formal parameters Defining and calling functions

Questions about Exam Content?

Exam Advice Write down your name and circle your section Flip through the exam and get a feel for the length of it and the types of questions The programming problems are the last questions on the exam – don’t leave them until the last minute!

Exam Advice Most questions have partial credit You should at least attempt every problem If you don’t know how to do one part of the problem, skip it and do the rest You can use comments instead of code (like “# get user input”) if you know what you want a piece of code to do but not how

Exam Advice After you are done coding the programming problems, try “running” your program with some input and making sure it works the way you think it does If a problem is unclear or you think there is an error on the exam, raise your hand

Any Other Questions?

Announcements Homework 5 is out Due by Tuesday (March 8th) at 8:59:59 PM Midterm is next time – March 9th and 10th You must bring your UMBC ID with you to the exam! We won’t accept your test without it. You can do it! We believe in you!

Review Worksheet Corrections Question 8 Part e test[:] (add colon) Part i test[2:-6] (replace comma) Question 10 Part a “Print out the contents of the list cars.” Part c “The total of 1 through 12 is” Question 23 Instructions: “Convert to binary:”