Midterm Review CSE116A,B.

Slides:



Advertisements
Similar presentations
Data Structures A data structure is a collection of data organized in some fashion that permits access to individual elements stored in the structure This.
Advertisements

CS1101: Programming Methodology
Lecture 27 Exam outline Boxing of primitive types in Java 1.5 Generic types in Java 1.5.
CS 171: Introduction to Computer Science II Stacks Ymir Vigfusson.
CS-2852 Data Structures LECTURE 1A Andrew J. Wozniewicz Image copyright © 2010 andyjphoto.com.
Computer Science 102 Data Structures and Algorithms V Fall 2009 Lecture 1: administrative details Professor: Evan Korth New York University 1.
Data Structures and Programming.  Today:  Administrivia  Introduction to 225, Stacks  Course website: 
Selected Topics in Information Technology Programming Language - JAVA Semester 1/2554.
CS212: DATA STRUCTURES Lecture 1: Introduction. What is this course is about ?  Data structures : conceptual and concrete ways to organize data for efficient.
Data Design and Implementation. Definitions of Java TYPES Atomic or primitive type A data type whose elements are single, non-decomposable data items.
CMSC 2021 CMSC 202 Computer Science II for Majors Fall 2002 Mr. Frey (0101 – 0104) Mr. Raouf (0201 – 0204)
15440 Distributed Systems Recitation 1 Objected-Oriented Java Programming.
CS Data Structures II Review & Final Exam. 2 Topics Review Final Exam.
Types in programming languages1 What are types, and why do we need them?
Final Exam Review CS Total Points – 60 Points Writing Programs – 50 Points Tracing Algorithms, determining results, and drawing pictures – 50.
Abstraction ADTs, Information Hiding and Encapsulation.
CS1020 Data Structures and Algorithms I Lecture Note #14
CSC 212 Sequences & Iterators. Announcements Midterm in one week  Will cover through chapter 5 of book  Midterm will be open book, open note (but, closed.
CMSC 2021 CMSC 202 Computer Science II for Majors Spring 2002 Sections Ms. Susan Mitchell.
CMSC 2021 CMSC 202 Computer Science II for Majors Spring 2003 Mr. Frey (0101 – 0104) Mr. Raouf (0201 – 0204)
Data Design and Implementation. Definitions Atomic or primitive type A data type whose elements are single, non-decomposable data items Composite type.
CSC 205 Java Programming II Introduction. Topics Syllabus Course goals and approach Review I Java language fundamentals.
Review I. Final exam Date TBD. Don ’ t be late! Open book, open notes No calculators or any electronics Worth 50% of final grade.
Data Structures and Algorithms in Java AlaaEddin 2012.
COP-3530 Data Structures and Algorithms Midterm I.
CSC 243 – Java Programming, Fall, 2008 Tuesday, September 30, end of week 5, Interfaces, Derived Classes, and Abstract Classes.
Week 15 – Monday.  What did we talk about last time?  Tries.
Lecture 1 Data Structures Aamir Zia. Introduction Course outline Rules and regulations Course contents Good Programming Practices Data Types and Data.
9/27/2016IT 1791 Abstraction A tool (concept) to manage complexity Hide irrelevant details; focus on the features needed Primitive date types are already.
Programming in Java: lecture 7
Sixth Lecture ArrayList Abstract Class and Interface
CSC 222: Computer Programming II
Exam 3 Information George Koutsogiannakis
CSc 020: Programming Concepts and Methodology II
CS 116 OBJECT ORIENTED PROGRAMMING II MIDTERM EXAM INFORMATION
1Z0-808 Exam : Java SE 8 Programmer I
Midterm Review.
CSC 221: Computer Programming I Fall 2005
Exam Hints.
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
Week 15 – Monday CS221.
September 27 – Course introductions; Adts; Stacks and Queues
Wrapper Classes ints, doubles, and chars are known as primitive types, or built-in types. There are no methods associated with these types of variables.
Building Java Programs
Exam 2 Review CS 3358 Data Structures.
FINAL EXAM INFORMATION
FINAL EXAM INFORMATION
Midterm Exam Preperation
Exam 2 Review CS 3358 Data Structures.
Midterm Exam Preperation
Barbara Ericson AP CS Exam Overview Barbara Ericson Georgia Institute of Technology.
Quiz 2 Information George Koutsogiannakis
Exam 2 Review CS 3358 Data Structures.
Object-Oriented Programming Paradigm
Queues 12/30/2018 9:24 PM Queues 12/30/2018 9:24 PM Queues.
Java Programming Course
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
Administration, Coverage, Review
CS 116 OBJECT ORIENTED PROGRAMMING II FINAL EXAM INFORMATION
Review for Test2.
Review CSE116 2/21/2019 B.Ramamurthy.
Final Review Bina Ramamurthy 4/5/2019 BR.
Review B.Ramamurthy 4/6/2019 BR.
1.4 ทบทวน JAVA OO Programming Concepts Declaring and Creating Objects
COMPUTER 2430 Object Oriented Programming and Data Structures I
2009 Test Key.
Java: Variables, Input and Arrays
Final Review B.Ramamurthy 5/8/2019 BR.
Midterm Exam Preperation
Presentation transcript:

Midterm Review CSE116A,B

Date and Format 10/2/2002 In class, 50 minute exam Closed book Some multiple choice, others regular question and answer; some code writing Topics: Ch.1, Ch.2 and Ch.4, all the topics covered during lectures and recitations, project 1 concepts. Ch.4: only Stacks and Queues Excluded: Analysis of algorithms

Topics Primitive data types and wrappers: int, Integer, double, Double etc. Array: definition, manipulation: single and multidimensional Types, interfaces, abstract classes, concrete classes. Inheritance hierarchy and polymorphic dispatch.

Topics (contd.) Recursion as a problem solving tool. Java ArrayList: use of it Stack and Queue ADT: definition, and application Algorithmic problem solving. Exception handling We will review each of these during the help session on 9/30, 215 NSC, 6-7.50pm