CMPT 238 Data Structures Midterm Exam Review.

Slides:



Advertisements
Similar presentations
Midterm 2 Overview Fawzi Emad Chau-Wen Tseng Department of Computer Science University of Maryland, College Park.
Advertisements

Pick up a Review Sheet...unless you have one with you.
Midterm Exam Two Tuesday, November 25 st In class cumulative.
COMS W1004 Introduction to Computer Science May 29, 2009.
Instructor: Dr. Sahar Shabanah Fall Lectures ST, 9:30 pm-11:00 pm Text book: M. T. Goodrich and R. Tamassia, “Data Structures and Algorithms in.
10/20/20151 CS 3343: Analysis of Algorithms Review for final.
Facilitating the provider search with Gatekeeper’s Survey module.
Summary Algorithms Flow charts Bubble sort Quick sort Binary search Bin Packing.
Warm Up You will be given 10 minutes to work with your group members and to discuss the review questions you came up with for homework. Each person should.
Algorithms.
CMPT 258 Database Systems Midterm Review. Regarding the Exam Oct 15 Thursday Close book Cheat sheet (1 side of an A4 paper)
CMPT 238 Data Structures Instructor: Tina Tian. General Information Office: RLC 203A Office Hour: Tue and Fri 12:30 - 2:00PM.
Written Midterm Exam Review and Preparation. Lesson One: “Could you do me a favor?”  Polite requests and asking questions  Watch the online video- Review.
Online Documents 10ml. Activity 1 – What is an Online Document and why do people use them? (Paired Activity)
Need Help? Ask at the Enquiry Desk | telephone: | University Library.
CMSC201 Computer Science I for Majors Lecture 25 – Final Exam Review Prof. Katherine Gibson Prof. Jeremy Dixon.
Searching and Sorting Algorithms
COP-3530 Data Structures and Algorithms Midterm I
ANSWER SHEET LISTENING (PartⅠ~ Ⅳ) READING (PartⅤ ~ Ⅶ) NO
Midterm Review.
CS 116 OBJECT ORIENTED PROGRAMMING II MIDTERM EXAM INFORMATION
Movie Marketing Project:
CS5040: Data Structures and Algorithms
CMPT 238 Data Structures Instructor: Tina Tian.
CMSC201 Computer Science I for Majors Lecture 13 – Midterm Review
Data Structures Algorithms: (Slides to be Adopted from Goodrich and aligned with Weiss' book) Instructor: Ganesh Ramakrishnan
CMSC201 Computer Science I for Majors Lecture 27 – Final Exam Review
Section 8.1 Multiplication Properties of Exponents
“Water for South Sudan”
CS 3343: Analysis of Algorithms
Step 1-There are many options to search for a provider, 2 are listed on this page Option 1 cont’d- Add the zip code or city/state for area in which provider.
Sorting October 20, 2006 ComS 207: Programming I (in Java)
CS 3343: Analysis of Algorithms
“Water for South Sudan”
كلية المجتمع الخرج البرمجة - المستوى الثاني
B-Tree Insertions, Intro to Heaps
CS 3343: Analysis of Algorithms
goteachmaths.co.uk Link – One Step Linear Equations
Do Now: take out iPads.
CS 3343: Analysis of Algorithms
COP-3530 Data Structures and Algorithms Midterm I
VCE IT Theory Slideshows
Notes Over 11.2 Number Compared to Base is Unknown
Algorithms Key Revision Points.
CMSC201 Computer Science I for Majors Lecture 25 – Final Exam Review
Objectives Solve systems of linear equations in two variables by elimination. Compare and choose an appropriate method for solving systems of linear equations.
Given value and sorted array, find index.
I can identify how the nervous and endocrine systems aid in whole-body communication and teach key concepts to others. Do Now: HW due: Concept Map on Ch.
Certification ALL tax preparers MUST be certified
To view, enable editing, select Slide Show, select From Beginning
1. What Google app created this assessment?
CMSC201 Computer Science I for Majors Final Exam Information
Agenda for Tuesday & Wednesday and
Midterm Review CSE321 B.Ramamurthy 4/8/2019 B.Ramamurthy.
Warm Up Simplify each expression. 1. 3x + 2y – 5x – 2y
Introduction to Computer Science I.
Unit 8 Tracing Algorithms.
Binary Search Counting
Year 2 Autumn Term Week 2 Lesson 5
Good Morning, Slick Sophomores Wednesday, October 23, 2012
Exponents with Multiplication and Division
Testing and peer review
Year 2 Autumn Term Week 2 Lesson 5
Lecture 20 – Practice Exercises 4
Lecture 20 – Practice Exercises 4
Lecture 37 – Practice Exercises 9
Lecture 37 – Practice Exercises 9
CMPT 238 Data Structures Instructor: Tina Tian.
Exam #2 covering Sections 11 to 15 - NEXT CLASS!
CMPT 120 Lecture 26 – Unit 5 – Internet and Big Data
Presentation transcript:

CMPT 238 Data Structures Midterm Exam Review

Regarding the Exam Friday, October 13 Closed book You may choose to write your program on the answer sheet or type it up in Visual Studio and print it out. The LinkedList class will be provided.

Problem 1 Multiple Choice Basic understanding regarding linear search and binary search

Problem 2 Sorting You will be asked to write a modified sorting function Sorting algorithms will not be provided

Problem 3 Add member functions to the LinkedList class The LinkedList class will be provided Utilize the existing member functions and modify them Best way to study: Revisit all the member functions we did in class and the homework problems

All programs regarding searching, sorting and the linked list are available online. turing.manhattan.edu/~tina.tian