Exam # 1 INFORMATION Scheduled for Thursday 7/20

Slides:



Advertisements
Similar presentations
Introduction to C Programming
Advertisements

Java Programming, 3e Concepts and Techniques Chapter 3 Section 63 – Manipulating Data Using Methods – Day 2.
Week 6 - Programming I So far, we’ve looked at simple programming via “scripts” = programs of sequentially evaluated commands Today, extend features to:
Engineering H192 - Computer Programming The Ohio State University Gateway Engineering Education Coalition Lect FXP. 1Winter Quarter Course Wrap Up and.
1 9/26/08CS150 Introduction to Computer Science 1 Logical Operators and if/else statement.
Topic R1 – Review for the Midterm Exam. CISC 105 – Review for the Midterm Exam Exam Date & Time and Exam Format The midterm exam will be Tuesday, 3 April.
ITC242 – Introduction to Data Communications ITC431 – Computer Networks Week 13 Exam Preparation.
Wednesday, 10/9/02, Slide #1 CS 106 Intro to CS 1 Wednesday, 10/9/02  QUESTIONS ??  Today:  Discuss HW #02  Discuss test question types  Review 
Review for midterm exam Dilshad M. Shahid Spring NYU.
CS101- Lecture 11 CS101 Fall 2004 Course Introduction Professor Douglas Moody –Monday – 12:00-1:40 – – –Web Site: websupport1.citytech.cuny.edu.
An Introduction to Programming with C++ Fifth Edition Chapter 4 Chapter 4: Variables, Constants, and Arithmetic Operators.
CS 117 Spring 2002 Review for Exam 2 March 6, 2002 open book, 1 page of notes.
16/27/ :53 PM6/27/ :53 PM6/27/ :53 PMLogic Control Structures Arithmetic Expressions Used to do arithmetic. Operations consist of +,
Topic R3 – Review for the Final Exam. CISC 105 – Review for the Final Exam Exam Date & Time and Exam Format The final exam is 120-minutes, closed- book,
CSC 111 Course orientation
1 9/28/07CS150 Introduction to Computer Science 1 Logical Operators and if/else statement.
Admin Office hours 2:45-3:15 today due to department meeting if you change addresses during the semester, please unsubscribe the old one from the.
19/5/2015CS150 Introduction to Computer Science 1 Announcements  1st Assignment due next Monday, Sep 15, 2003  1st Exam next Friday, Sep 19, 2003  1st.
Math 15 Lecture 12 University of California, Merced Scilab Programming – No. 3.
CC112 Structured Programming Lecture 4 1 Arab Academy for Science and Technology and Maritime Transport College of Engineering and Technology Computer.
ORDER OF OPERATIONS x 2 Evaluate the following arithmetic expression: x 2 Each student interpreted the problem differently, resulting in.
Introduction to Computer Programming Using C Session 23 - Review.
CS 115 QUIZ # 1 INFORMATION Scheduled for TUESDAY 9/22/15 1.
Computer Science: A Structured Programming Approach Using C1 2-7 Input/Output Although our programs have implicitly shown how to print messages, we have.
1 09/15/04CS150 Introduction to Computer Science 1 Life is Full of Alternatives Part 2.
CSCI/CMPE 4341 Topic: Programming in Python Review: Exam I Xiang Lian The University of Texas – Pan American Edinburg, TX 78539
ENG 1181 College of Engineering Engineering Education Innovation Center P. 1 MAT - Conditional Statements Topics Covered: 1. if based conditional statements.
Computer Science: A Structured Programming Approach Using C1 2-7 Input/Output Although our programs have implicitly shown how to print messages, we have.
CS 115 QUIZ # 2 INFORMATION 1. When TUESDAY 11/10 Worth: 8 points 2.
Computer Programming TCP1224 Chapter 5 The Selection Structure.
1 09/27/04CS150 Introduction to Computer Science 1 Let ’ s all Repeat Together.
1 10/3/05CS150 Introduction to Computer Science 1 Let ’ s all Repeat Together.
1 9/26/05CS150 Introduction to Computer Science 1 Life is Full of Alternatives.
Session 2 Operators, Decisions and Loops. Objectives Operators Casting data Decision marking structures Loops break, continue, return.
Bioinformatics Introduction to Perl. Introduction What is Perl Basic concepts in Perl syntax: – variables, strings, – Use of strict (explicit variables)
UMBC CMSC 104 – Section 01, Fall 2016
CS 116 OBJECT ORIENTED PROGRAMMING II MIDTERM EXAM INFORMATION
1-1 Logic and Syntax A computer program is a solution to a problem.
CS1010 Discussion Group 11 Week 4 – Overview of C programming.
Selection—Making Decisions
Exam3 Review CSE111 B.Ramamurthy 7/28/2018 B.Ramamurthy.
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
CMSC201 Computer Science I for Majors Lecture 13 – Midterm Review
Topics discussed in this section:
Midterm Exam Preperation
Lecture 3 Expressions Richard Gesick.
Midterm Exam Preperation
Programming Right from the Start with Visual Basic .NET 1/e
Review for Midterm Exam
Review for Final Exam.
Module 2: Understanding C# Language Fundamentals
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
CSCI 3327 Visual Basic Review: Exam I
CS 116 OBJECT ORIENTED PROGRAMMING II FINAL EXAM INFORMATION
Review for Final Exam.
Review for Midterm Exam
Midterm Exam Information
Final Review Bina Ramamurthy 4/5/2019 BR.
CS201 Fall 2016 George Koutsogiannakis
Arithmetic Operations
C Programming Lecture 1 : Introduction
1-6 Midterm Review.
An Introduction to Programming with C++ Fifth Edition
Final Review Bina Ramamurthy 4/15/2019 BR.
Javascript Chapter 19 and 20 5/3/2019.
Midterm Exam Preperation
Life is Full of Alternatives Part 3
Final Exam Review CSE113 B.Ramamurthy 10/13/2019 B.Ramamurthy.
CSCI 3328 Object Oriented Programming in C# Review: Exam I
Presentation transcript:

Exam # 1 INFORMATION Scheduled for Thursday 7/20 CS 201 Exam # 1 INFORMATION Scheduled for Thursday 7/20

What to Study Text: Chapter 1 Chapter 2 Chapter 3 PAGES 100-144.

What to Study Lectures Lecture 1 Lecture 2 Lecture 3 Lecture 4 part 1 (up to slide 25) Lecture 4 part 2 Lecture 4_3 Math class. Lecture 4_4 Method Calls Lectures 5 & 6 Lectures 7 & 8 Lectures 9 and 10.

What to Study Labs Lab 1 Lab 2 LAB 3 Lab 4

Concepts Identifiers and Variables Data types Arithmetic Expressions Logical Expressions Evaluation of expressions Method calls and invocations Selections (if, if/else, else if) Loops (while, do while, for) Know how to compile and interpret command line Receiving input command line Receiving input from the keyboard

Exam Format Duration: 2 hours Closed book Closed Notes Computers: only WORD and Notepad++ can be used!!!!!

Questions Know how to use the API. Specifically the methods in Math class. Try to use some methods on your own, like the max and min.

Questions 5 questions One multiple choice. Has to do with typecasting and/or promotion rules. One that has to do with how a method is called from the main method. Two that have to do with the usage of shortcut operators. One that has to do with operator precedence and promotion in an expression, Write one program where you demonstrate method calls of another method from the main method. Write a simple service class (i.e like the Circle or Student examples).

Concepts to be tested Explicit and implicit type casting. Operator precedence in calculating an expression. Shortcut operators. Method calls. Using the Math library class. Writing a service class only and compiling it.

Concepts to be tested Selection Receiving input from Command Line Logical Operators Evaluation of conditions If and if/else Receiving input from Command Line Receiving input from keyboard