BIT 143:Programming & Data Structures in C#

Slides:



Advertisements
Similar presentations
BIT 142: Intermediate Programming
Advertisements

Please open Daily Quiz 34. A scientific calculator may be used on this quiz. You can keep your yellow formula sheets out when you take the quiz. Remember.
BIT 143:Programming & Data Structures in C# Instructor: Mike Panitz
BIT 142:Programming & Data Structures in C#. BIT 142: Intermediate Programming2 Today Quizzes Exam Review Catch-up Work.
BIT 115: Introduction To Programming Instructor: Mike Panitz
1 Principles of Computer Science I Note Set 1 CSE 1341.
BIT 142:Programming & Data Structures in C#. BIT 143  Offered next term  Continues where this leaves off  A couple of weeks to review OOP, object composition,
BIT 142:Programming & Data Structures in C#. A2 due date  A2 is due this Friday, June 12 th, by 11:30am BIT 142: Intermediate Programming2.
1 Test Next Period Summer 3, 2015 Final Examination.
BIT 143: Programming & Data Structures in C#. Midterm Question #6 Redo via Extra Question On Final  In addition to the 150 points for the final exam…
1 1.Log in to the computer in front of you –Temp account: 231class / 2.Update your in Cascadia's system –If I need to you I'll use.
BIT 143: Programming & Data Structures in C#. Today  UWB CSS Advisor Stacey Doran will give a brief talk at the start of class  Quiz  BST.Remove review.
Summary. Quiz #1 Program Introduction Complexity notion ADT – Stack – Queue – Tree (basics) CDS – Array – SLL.
COP3502: Introduction to Computer Science Yashas Shankar Program Translation.
BIT 143: Programming – Data Structures It is assumed that you will also be present for the slideshow for the first day of class. Between that slideshow.
Preserving Memories with Family Tree. Types of Memories Photos Stories Documents.
BIT 143: Programming-Data Structures1 Before Class Begins: Sit in front of a computer Log in –IF you don’t yet have an account, you can use the guest account.
CompSci 101 Introduction to Computer Science November 11, 2014 Prof. Rodger CompSci 101 Fall Review for exam.
1 Test Next Period Summer 3, 2015 Midterm Exam. 2 Type of Exam Possible exam questions areas follows:  True-False Questions  Multiple Choice Questions.
BIT 143:Programming & Data Structures in C#. BIT 1432 Today Recursion Midterm exam review Next topic: Binary Search Trees! With recursion! (Ch 24.7)
BIT 142:Programming & Data Structures in C#. BIT 143  Continues where this leaves off  A couple of weeks to review OOP, object composition, Big “Oh”
BIT 143:Programming & Data Structures in C# Instructor: Mike Panitz
Math 120: Pre-calculus 2 Instructor: Mike Panitz
BIT 143: Programming & Data Structures in C#
Lesson Objectives Aims Key Words
Instructor: Mike Panitz
CMPT 238 Data Structures Instructor: Tina Tian.
Send the professor (This is also listed in the syllabus)
Log in to the computer in front of you
FINAL EXAM INFORMATION
CMSC201 Computer Science I for Majors Lecture 16 – Recursion
Key Dates-Odd Days April 26th-Lottery April 28th-Draft & Work Day
Intro Slide Mr. Coyle.
CMSC201 Computer Science I for Majors Lecture 19 – Recursion
Today’s Agenda Go over exam #2 Go over exam #3 Lab 8 for 1 hour
Open your video file. Play the video.
Today’s Objectives Week 2 Announcements HTML Bonus Lab 1
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
CMSC201 Computer Science I for Majors Lecture 25 – Final Exam Review
Test Next Week Summer 3, 2016 Midterm Exam
Math 260 Hybrid (5517) Spring 2017 Mandatory Orientation Wednesday, February 8, 2017, 12:10-1:35 pm Instructor: Anne Siswanto Website:
Log in to the computer in front of you
Log in to the computer in front of you
CS 116 OBJECT ORIENTED PROGRAMMING II FINAL EXAM INFORMATION
Gateway To Space T+39 ASEN / ASTR 2500 Last Class
Starter When is it ok to be on your cell phone?
BIT 142:Programming & Data Structures in C#
BIT 143: Programming & Data Structures in C#
BIT116: Scripting Arrays.
BIT 143: Programming & Data Structures in C#
BIT 143:Programming & Data Structures in C#
Two Spreadsheet Uploads Today
Announcements Quiz 5: grades and solution posted
Homework Reading Machine Projects Labs
LT – Today I will either complete unfinished work or do extra credit.
BIT 142:Programming & Data Structures in C#
BIT116: Scripting Arrays.
EECE.3220 Data Structures Instructor: Dr. Michael Geiger Spring 2019
Agenda (for me) (Remind them to get copy of Outliers by 4/22) *Unit Test *Research Paper Work Session.
AME Spring Lecture 11 - Thrust and aircraft range
CS 232 Geometric Algorithms: Lecture 1
Instructor: Mike Panitz
BIT 142:Programming & Data Structures in C#
BIT 142:Programming & Data Structures in C#
CMPT 238 Data Structures Instructor: Tina Tian.
BIT 142:Programming & Data Structures in C#
BIT 142 In-Class, First day.
BIT 142: Intermediate Programming
1st Grade Adding & subtracting quiz 9/7
BIT 143:Programming & Data Structures in C#
Presentation transcript:

BIT 143:Programming & Data Structures in C#

PCEs: Only hand in required files Starting with PCE 06 handing in extra files will get a point penalty Examples: The bin directory The obj directory The solution file You can go back, fix this, and hand it in again (until I finish grading each one) BIT 143

PCEs: Only hand in required files For PCE 06 (for example) only hand in student_Answers.cs the Viewing Quiz (or Video Outline) (optionally) a picture of your recursion trace If you need to, go back and re-upload your .ZIP so that your .ZIP only contains the required files! I anticipate being finished with the grading for PCE06 by about 5pm tonight BIT 143

BIT 142: Intermediate Programming Today Quiz In-Class help (1st hour) BST: Print As time allows: Binary Search Tree: Recursive Find, Add BIT 142: Intermediate Programming

BIT 142: Intermediate Programming Next lecture Binary Search Tree: Remove QuickSort BIT 142: Intermediate Programming

BIT 142: Intermediate Programming 2nd lecture from now Final exam Make sure that you can make it! (Or talk to me ASAP) Bring photo ID BIT 142: Intermediate Programming