1 Revision Before Exam-I. 2 Exam-I Scope l We discussed the scope of Exam-I and decided to move the topic of file handling to the final exam l A previously.

Slides:



Advertisements
Similar presentations
Introduction to Programming Lesson 1. Objectives Skills/ConceptsMTA Exam Objectives Understanding Computer Programming Understand computer storage and.
Advertisements

Introduction to Computers and Programming Midterm Review Sana Odeh.
Introduction to Computers and Programming Lecture 5 New York University.
Chapter 2: Algorithm Discovery and Design
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.
Wednesday, 12/11/02, Slide #1 CS 106 Intro to Comp. Sci. 1 Wednesday, 12/11/02  QUESTIONS??  Today: CLOSING CEREMONIES!  HW #5 – Back Monday (12/16)
1 Pre-Exam Class CSIT121 Fall 2000 Exam-II (Final Examination) TUESDAY DECEMBER 19th 8:30AM.
Introduction to Computers and Programming Lecture 5 Boolean type; if statement Professor: Evan Korth New York University.
Review for midterm exam Dilshad M. Shahid Spring NYU.
CS 117 Spring 2002 Review for Exam 2 March 6, 2002 open book, 1 page of notes.
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,
1 Exam Guide CSIT121 Summer-I 2001 Exam-II (Final Examination) Thursday June 28th 9:30AM.
Guide To UNIX Using Linux Third Edition
CSCE 110 PROGRAMMING FUNDAMENTALS WITH C++
COMP1170 Midterm Preparation (March 17 th 2009) Acknowledgment The notes are adapted from those provided by Deitel & Associates, Inc. and Pearson Education.
School of Computing Science – CMT1000 Slide 1 Ed Currie Introduction to Programming CMT1000 Lecture 1A.
Chapter 2: Algorithm Discovery and Design
Chapter 2: Algorithm Discovery and Design
Introduction to Programming Using C++ Dr. Mohamed Khafagy.
The switch Statement, DecimalFormat, and Introduction to Looping
Parametric Programming For CNC Machining Centers and Turning Centers Copyright 1999 Demo Only!! * Most items restricted * Poor sound quality (minimizes.
Java Course Outline Kumar Harshit, USW. Course Description Teaches students to program using the Java programming language with the help of the Netbeans.
Chapter 2: Algorithm Discovery and Design Invitation to Computer Science, C++ Version, Third Edition.
Invitation to Computer Science, Java Version, Second Edition.
Review C Language Features –control flow –C operators –program structure –data types –I/O and files Problem Solving Abilities.
Java ProgrammingtMyn1 Java Programming Timo Mynttinen Mikkeli University of Applied Sciences.
CSCI 3328 Object Oriented Programming in C# Chapter 5: C# Control Statement – Part II UTPA – Fall
Bilgisayar Mühendisliği Bölümü CENG 102 – Computer Programming Melek OKTAY Syllabus Administrative Information.
Topic 1Topic 2Topic 3Topic 4Topic
CSEB114: PRINCIPLE OF PROGRAMMING Course Introduction.
Semester Review. As we have discussed, Friday we will have in class time for you to work on a program, this program will come with instructions and you.
Analysing Previous Exam Papers Aim To be aware of the most common topics which occur on examination papers and to identify 4 topics to prioritise for revision.
Synthesis ENGR 1181 MATLAB 11. Topics  No new material  Covers topics that will be on the Midterm 2 Exam MATLAB 01 – Program Design MATLAB 02 – Introduction.
Group 4 Java Compiler Group Members: Atul Singh(Y6127) Manish Agrawal(Y6241) Mayank Sachan(Y6253) Sudeept Sinha(Y6483)
Introduction to Computer Programming (FIT-I pro) J. H. Wang Sep. 17, 2007.
CEN 111 Introduction to Algorithms and Programming INTERNATIONAL BURCH UNIVERSITY DEPARTMENT of INFORMATION TECHNOLOGIES Dr. Günay Karlı
1 CS161 Introduction to Computer Science Topic #17.
C++ / G4MICE Course Session 2 Basic C++ types. Control and Looping Functions in C Function/method signatures and scope.
Java Nuts and Bolts Variables and Data Types Operators Expressions Control Flow Statements Arrays and Strings.
Lecture 15: Course Review BJ Furman ME 30 16MAY2011.
Jeopardy $100 VariablesErrorsLoops Classes and Objects Program Structure $200 $300 $400 $500 $400 $300 $200 $100 $500 $400 $300 $200 $100 $500 $400 $300.
C Language 1 Program Looping. C Language2 Topics Program looping Program looping Relational operators / expressions Relational operators / expressions.
Chapter 2: Algorithm Discovery and Design Invitation to Computer Science.
TCCICOMPUTERCOAC HING.COM.  TCCI’s main focus is to develop logical skill of the students, so it will help students to write code their self in any.
Introduction to Programming Lesson 1. Algorithms Algorithm refers to a method for solving problems. Common techniques for representing an algorithms:
Introduction to Programming G50PRO University of Nottingham Unit 6 : Control Flow Statements 2 Paul Tennent
Engr 0012 (04-1) LecNotes Engr 0012 (04-1) LecNotes Contrasting MATLAB with C MATLABC language Workspace - interactive computation No real.
BMTS Computer Programming Pre-requisites :BMTS 242 –Computer and Systems Nature Of the Course: Programming course, contain such as C, C++, Database.
Review for Test2. Scope 8 problems, 60 points. 1 Bonus problem (5 points) Coverage: – Test 1 coverage – Exception Handling, Switch Statement – Array of.
Cen 112 C Programming Özgür Örnek.
Unit-1 Introduction to Java
C++, OBJECT ORIENTED PROGRAMMING
Function There are two types of Function User Defined Function
TMC 1414 Introduction to Programming
Control structures Chapter 3.
Midterm Exam Preperation
Final Review Dr. Xiaolin Hu.
Structured Program
Introduction to Programming Using C++
Review for Test2.
Final Review Fan Bai Csc 2310 Spring 2012.
Final Review Bina Ramamurthy 4/5/2019 BR.
ICT Gaming Lesson 2.
Fundamental Programming
Final Review Bina Ramamurthy 4/15/2019 BR.
Introduction to C++ Programming Language
ME 123 Computer Applications I Lecture 25: MATLAB Overview 4/28/03
CPS120: Introduction to Computer Science
Programming II Vocabulary Review Loops & functions
Presentation transcript:

1 Revision Before Exam-I

2 Exam-I Scope l We discussed the scope of Exam-I and decided to move the topic of file handling to the final exam l A previously given exam was solved in the class by all students taking turns in answering questions

3 Exam-I Topics  Introduction to Computers (including problem solving, programming and languages)  Overview of C++ (Data types, Declarations, Abstractions, Statements etc.)  Top Down Design (Functions, Libraries, Arguments, Correspondence)  Selection (Control, Logic, If-then-else, Case- Switch)

4 Exam-I Topics  Repetition (While, For loop, Do-While)  Function Arguments (Value passing and reference passing between functions)  Formatting(Streams, Strings, controlling file reading marker’s position)

5  Introduction to Computers (including problem solving, programming and languages)

6  Overview of C++ (Data types, Declarations, Abstractions, Statements etc.)

7  Top Down Design (Functions, Libraries, Arguments, Correspondence)

8  Selection (Control, Logic, If-then-else, Case-Switch)

9  Repetition (While, For loop, Do-While)

10  Function Arguments (Value passing and reference passing between functions)

11  Formatting(Streams, Strings, controlling file reading marker’s position)