Review for Test1.

Slides:



Advertisements
Similar presentations
Chapter 4 Ch 1 – Introduction to Computers and Java Flow of Control Loops 1.
Advertisements

CS 221 Chapter 2 Excel. In Excel: A1 = 95 A2 = 95 A3 = 80 A4 = 0 =IF(A1
© The McGraw-Hill Companies, 2006 Chapter 5 Arrays.
CS 106 Introduction to Computer Science I 03 / 07 / 2008 Instructor: Michael Eckmann.
1 MID TERM EXAM DIRECTIONS George Koutsogiannakis 2009 CS441 CURRENT TOPICS IN PROGRAMMING LANGUAGES.
CS 106 Introduction to Computer Science I 03 / 17 / 2008 Instructor: Michael Eckmann.
Java Programming Language Instructors: Fu-Chiung Cheng ( 鄭福炯 ) Associate Professor Computer Science & Engineering Tatung University
Computer Science 1MD3 Introduction to Programming
KING SAUD UNIVERSITY – COLLAGE OF COMPUTER AND INFORMATION SCIENCES CSC 113 JAVA ONLINE DOCUMENTATION.
CS 106 Introduction to Computer Science I 03 / 02 / 2007 Instructor: Michael Eckmann.
Java Programming, 3e Concepts and Techniques Chapter 1 Section 56 – An Introduction to Java.
Chapter 2- Visual Basic Schneider1 Programming Languages: Machine Language Assembly Language High level Language.
Review for Test2. Scope 8 problems, 60 points. 1 Bonus problem (5 points) Coverage: – Test 1 coverage – Exception Handling, Switch Statement – Array of.
Review for Final Exam. Scope 9 problems, 90 points. 1 Bonus problem (8 points) 120 minutes Java book – Main focus: Chapter 5, 8, 11, 13 (13.1 and 13.2).
Chp9: ODE’s Numerical Solns
On-Shell Methods in Quantum Field Theory
Week #02 Fundamentals of LTE – Evolved Packet System (EPS)
The Human Disaster: Key Findings 50% to 100% increase in death rates for older male workers in the years immediately following a job loss Increased.
D.2 Stellar characteristics and stellar evolution
Introduction to Demand Side Management Programs
Biology 177: Principles of Modern Microscopy
Lecture 1: Deep Neural Networks and Backpropagation Training
Topics In Social Computing (67810)
Week 4 - Friday CS 113.
HAEMATOLOGY HAEMATOLOGY.
Application 2 Detect Filarial Worms
ASIS.
Assessment is recognised in the literature as a driver of student learning; framing how they engage in and prioritise their learning. With this growing.
Describing Motion: Kinematics in One Dimension
Economic and Social Problems
Introduction to Forecasting Analysis
American Imperialism & Expansionism
Modularity and Data Abstraction
CSE373: Data Structures & Algorithms Lecture 23: Applications
Richard’s Abstract: G10-Recurrence relations – a new pure topic in Further Maths -MEI - Richard Lissaman The Fibonacci sequence is a well-known sequence.
Operator Generic Fundamentals Components - Controllers and Positioners
Year 7 Number Theory Dr J Frost
Current loop
Electrical Fundamentals
Annotation of Drosophila Primer
Investigation of Geometry Modeling Method
Chapter 3 - Electrical Properties Chapter 4 - Electrical Quantities
What is a matrix? When do Matrices come up in the real world?
Tim Vieira, Matthew Francis-Landau,
CS 412 Intro. to Data Mining Chapter 10. Cluster Analysis: Basic Concepts and Methods Jiawei Han, Computer Science, Univ. Illinois at Urbana-Champaign,
Contents: Objectives Introduction Al-Karawan Factory Methodology
The emergence of the Constitution and its main features
1970’s American Culture.
THE COLD WAR 1945 – 1995 “In A Nut Shell”.
Thursday, June 29, 2016 Strong Start Math Project
Loops in Java.
Data Structures and Algorithms
Haidong Xue Summer 2011, at GSU
Chapter 5 Structures.
CHAPTER 1 Introduction.
CS212 Data Structures 2018 Second Semester.
CS150 Introduction to Computer Science 1
Array and Method.
Chapter 7 The Java Array Object © Rick Mercer.
LabVIEW.
Java Online documentation
ITEC 2620M Introduction to Data Structures
Review for Test2.
Programming Control Structures with JavaScript Part 2
Review for Test1.
Type Topic in here! Created by Educational Technology Network
CS 1054 Final Exam Coverage Final exam will cover Chapters 1-8, 10-11
python
CHAPTER 1 THE ABC OF PROGRAMMING
Computer Programming Tutorial
Presentation transcript:

Review for Test1

Scope 6 problems, 60 points. 1 Bonus problem (5 points) Java programming book: chapter 5, 6 (which depend on chapters 1-4) Invitation to CS book: chapter 6, 7 (part I) assembly language: being able to understand and write assembly language code (for problems similar to those in the textbook).

Java programming Class Method, method call, parameters, return type For loop, while loop Array, define an array, assign values to element, access array (e.g., to get the maximum and to compute the average) Graphics, basic functions of Graphics

Invitation to CS Assembly language Computer network Understand how it works Understand the assembly language instructions (no need to memorize them) Write code for a given problem Computer network