1 / 11

Course Wrap Up and Final Review Topics

Course Wrap Up and Final Review Topics. Lecture FX. ENG H192 Course Wrap Up. Review of topics for final exam Course evaluations Official SEIs ENG Course form Online Evaluation form -- Counts as Journal #10! (Accessible from WebCT) Check grades on WebCT . ENG H192 Course Wrap Up.

Télécharger la présentation

Course Wrap Up and Final Review Topics

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. Course Wrap Up and Final Review Topics Lecture FX Winter Quarter

  2. ENG H192 Course Wrap Up • Review of topics for final exam • Course evaluations • Official SEIs • ENG Course form • Online Evaluation form -- Counts as Journal #10! (Accessible from WebCT) • Check grades on WebCT Winter Quarter

  3. ENG H192 Course Wrap Up • ENG H192 Final Exam • Tuesday, March 18th • Regular classroom • Regular time • Optional ENG H192 Review Session • Sunday, March 16th • 6:00 to 8:00pm, EA 160 Winter Quarter

  4. Topics for Final Exam • Engineering problem solving techniques and algorithms • Flow charts  algorithms • The UNIX computing environment • C program structure and syntax; #include header files • Data types in C/C++; math operators; increment, decrement operators Winter Quarter

  5. Topics for Final Exam • Input and output functions instdio.h library for C: scanf, printf, fscanf, fprintf, fopen, feof • Control structures – branching: if, if-else, if-else if-else • Control structures – branching: switch-case; the break statement • Control structures – repetition: indefinite iteration, while, do-while loops; definite iteration, for loops Winter Quarter

  6. Topics for Final Exam • Input and output • How to use FILE statement • How to open and close files • How to check for non-existent file • Input stream control • How to detect an end of file • How to detect a conversion error • How to flush the input buffer Winter Quarter

  7. Topics for Final Exam • Arrays – Assigning values to array elements, i.e., indexing of arrays • User-written function sub-programs. Function prototypes, the return statement • Pointers – Functions returning more than one value, referencing and de-referencing variables • Pointers – Use of pointers in array processing • Arrays & Pointers – Addresses and values Winter Quarter

  8. Topics for Final Exam • Characters and strings – string.h library functions • Preprocessor directives, macros, user libraries, user header files • Data structures – struct. Defining, initializing, accessing, using data structures Winter Quarter

  9. Topics for Final Exam • C++ enhancements • C++ classes – public & private sections, constructor member functions • C++ objects • C++ stream input/output. Screen and file I/O iostream.h library Winter Quarter

  10. Topics for Final Exam • MATLAB. Vectors and matrices, syntax, operators, simple plotting with labels, titles, and legends. • MATLAB. Script M-files • MATLAB. Function M-files • MATLAB. Simple MATLAB programming structures. • MATLAB. Differences between C/C++ & MATLAB Winter Quarter

  11. Topics for Final Exam • Engineering Laboratory • Data Acquisition Principles • Understanding how we take data from a real-world experiment and get the results into a computer system • Check Lab #1 presentation slides online Winter Quarter

More Related