DOC PREVIEW
UVa-Wise COSC 181 - Foundations of Computer Programming

This preview shows page 1-2-3-4 out of 12 pages.

Save
View full document
Premium Document
Do you want full access? Go Premium and unlock all 12 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

COSC 181 Foundations of Computer Programming Class 12 Review Test for Exam 1 House Keeping Assignment 4 is due 1 Week From Today Exam 1 is Friday Today we will have a review Exam Prep in General How to pass the test short version Make sure you understand the concepts and examples in the book Chapters 1 4 Pay special attention to the elements from the chapters that have been highlighted in class slides and homework assignments Types of Questions Code Tracing Code Tracing Values of a and b Find the error s when the loop ends in the code int a 0 if a b int b 10 while b 0 cout a endl a a b b Syntax matters close enough isn t close enough Write pieces of code Multiple Choice Write a loop along with any necessary variable declarations that does Which is correct Short answer What does case sensitive mean What is the difference between a class s interface and its implementation Review of key topics Talked about what objects are 2 kinds of errors How objects relate to classes in C Run time and compile time Basic components Input and output streams Sending output to the monitor Getting input from the keyboard How to include library files Etc Escape sequences Variable declarations Type Name Relation to computer memory Methods for variable assignment Vocabulary Fundamental types Identifiers Arithmetic Operators Relational and Equality Operators Operator Precedence Requirements Specification UML Diagrams 3 kinds Use Case Class Activity Classes class keyword class name How to write functions in classes Return type Name Parameters Class attributes Function Definition vs Function Call Private vs public Constructors Parameter type Parameter name Explicit Default Using Strings Strings vs char How to use a header file How to separate interface from functionality Why do this if else statements Nested if else statements Ternary conditional operator 3 types of control structures Structures combined in 2 ways Stacked Nested while loops Sequence Selection Repetition Counter controlled Sentinel value controlled Pseudocode Top down step wise refinement Casting Student Feedback Any questions from you Anything you need clarified


View Full Document

UVa-Wise COSC 181 - Foundations of Computer Programming

Download Foundations of Computer Programming
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Foundations of Computer Programming and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Foundations of Computer Programming and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?