Computer Engineering Department Islamic University of Gaza

Slides:



Advertisements
Similar presentations
1 Computer Engineering Department Islamic University of Gaza ECOM 5347 Network Security Undergraduate Course Fall Prof. Mohammad A. Mikki Room.
Advertisements

CSC 171 – FALL 2004 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
1 Computer Engineering Department Islamic University of Gaza ECOM 6301: Selected Topics in Computer Architectures (Graduate Course) Fall Prof.
COP4020/CGS5426 Programming languages Syllabus. Instructor Xin Yuan Office: 168 LOV Office hours: T, H 10:00am – 11:30am Class website:
COMP 151: Computer Programming II Spring Course Topics Review of Java and basics of software engineering (3 classes. Chapters 1 and 2) Recursion.
1 Computer Engineering Department Islamic University of Gaza ECOM 6301: Advanced Computer Architectures (Graduate Course) Fall 2013 Prof. Mohammad A. Mikki.
1 Computer Engineering Department Islamic University of Gaza ECOM 5347 Network Security Undergraduate Course Fall 2013 Prof. Mohammad A. Mikki Room I215.
COMP 111 Programming Languages 1 First Day. Course COMP111 Dr. Abdul-Hameed Assawadi Office: Room AS15 – No. 2 Tel: Ext. ??
ECOM 6360 Programming of Mobile Devices
CSc 2310 Principles of Programming (Java) Dr. Xiaolin Hu.
Course Introduction Software Engineering
CST 229 Introduction to Grammars Dr. Sherry Yang Room 213 (503)
CSCI 51 Introduction to Computer Science Dr. Joshua Stough January 20, 2009.
CS 140 Computer Programming (I) Second semester (3 credits) Imam Mohammad bin Saud Islamic University College of Computer Science and Information.
Welcome to CS 115! Introduction to Programming. Class URL Write this down!
CSEB114: PRINCIPLE OF PROGRAMMING Course Introduction.
1 Computer Engineering Department Islamic University of Gaza ECOM 4321 Computer Networks Spring (Undergraduate course) Lecture 1 Syllabus.
ICS102: Introduction To Computing King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science.
Principles of Computer Science I Honors Section Note Set 1 CSE 1341 – H 1.
Introduction to ECE 2401 Data Structure Fall 2005 Chapter 0 Chen, Chang-Sheng
Ministry of Higher Education Sohar College of Applied Sciences IT department Comp Introduction to Programming Using C++ Fall, 2011.
OO Data Structures SE Dr. Samir Tartir 2010/2011 Second Semester.
Introduction Fall 2001 Foundations of Computer Systems Prerequisite:91.166* or * Section A Instructor: Dr. David Hutchinson Office:
ICS202 Data Structures King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science Department.
King Saud University1 CSC 112 Java Programming I Introduction.
Computer Networks CNT5106C
1 ECOM 5341 Programming of Mobile Devices Spr Lecture 1 Syllabus and Course Overview Computer Engineering Department Islamic University of Gaza.
PROBLEM SOLVING AND PROGRAMMING ISMAIL ABUMUHFOUZ | CS 170.
Computer Science I ISMAIL ABUMUHFOUZ | CS 180. CS 180 Description BRIEF SUMMARY: This course covers a study of the algorithmic approach and the object.
CS140 – Computer Programming 1 Course Overview First Semester – Fall /1438 – 2016/2017 CS140 - Computer Programming 11.
CSc 120 Introduction to Computer Programing II
Computer Network Fundamentals CNT4007C
CS 450/550 Operating Systems Loc & Time: MW 1:40pm-4:20pm, 101 ENG
Andy Wang Object Oriented Programming in C++ COP 3330
CS101 Computer Programming I
CSc 1302 Principles of Computer Science II
ECOM 6301: Advanced Computer Architectures
Computer Networks CNT5106C
PROBLEM SOLVING AND PROGRAMMING
CS5040: Data Structures and Algorithms
CSC 111 Course orientation
Computer Science 102 Data Structures CSCI-UA
CSE1320 INTERMEDIATE PROGRAMMING
COSC051: Computer Science I
CSE1320 INTERMEDIATE PROGRAMMING
CSE1320 INTERMEDIATE PROGRAMMING
CS 201 – Data Structures and Discrete Mathematics I
CSE1320 INTERMEDIATE PROGRAMMING
Welcome to CS 1010! Algorithmic Problem Solving.
Computer Networks CNT5106C
Andy Wang Object Oriented Programming in C++ COP 3330
Welcome to CS 1301! Principles of Programming I.
CSE1320 INTERMEDIATE PROGRAMMING
Introduction to Programming Using C++
CSE1320 INTERMEDIATE PROGRAMMING
Computer Programming 1 introduction to JAVA Lecture 1 Instructor: Ruba A. Salamah Islamic University of Gaza.
CSE1311 Introductory Programming for Engineers & Scientists
Course page: CSE/Math 1560: Introduction to Computing for Mathematics and Statistics Winter 2011 Suprakash Datta.
Computer Engineering Department Islamic University of Gaza ECOM 5347
C Programming Lecture 1 : Introduction
Computer Engineering Department Islamic University of Gaza
C Programming Lecture 1 : Introduction
Orientation CSC 111.
Computer Engineering Department Islamic University of Gaza
Computer Networks CNT5106C
CS Problem Solving and Object Oriented Programming Spring 2019
Computer Engineering Department Islamic University of Gaza
CS201 – Course Expectations
Presentation transcript:

Computer Engineering Department Islamic University of Gaza ECOM 2314 Computer Programming I Undergraduate Course Fall 2016-2017 Prof. Dr. Eng. Mohammad A. Mikki Room      I215 Tel.      Ext. 2876 email:    mmikki@iugaza.edu.ps Skype id: mohammad.mikki Homepage: http://site.iugaza.edu.ps/mmikki/

Syllabus & Course Overview Lecture 1 Syllabus & Course Overview

Instructor Mohammad A. Mikki Professor of Computer Engineering Computer Engineering Department The Islamic University of Gaza, Gaza, Palestine Tel. +970- 08- 286 0700 Ext. 2876 Mail         mmikki@iugaza.edu.ps Homepage   http://site.iugaza.edu.ps/mmikki/ Skype ID  mohammad.mikki

Where to find me My Office: Building: IT bldg Room: I215

Instructor’s Office Hours TBA and by appointment

Teaching Assistants None

Course Information ECOM 2314 Course Code Programming I Computer (Undergraduate Course) Course Name 3 Number of credits

Course Description This course provides an introduction to computer science with a focus on object-oriented programming. Instruction centers on an overview of programming, problem-solving, and algorithm development. Specific topics include primitive data types, arithmetic and logical operators, selection and repetition structures, interactive user input, using and designing basic classes, single dimension arrays with searching and sorting, and Array lists.

Covered Topics The course covers the following chapters from the textbook: Chapter 1: Introduction to Computers, Programs, and Java Chapter 2: Elementary Programming Chapter 3: Selections Chapter 4: Mathematical Functions, Characters, and Strings Chapter 5: Loops Chapter 6: Methods Chapter 7: Single-Dimensional Arrays Chapter 8: Multi-Dimensional Arrays Chapter 9: Objects and Classes Chapter 10: Object-Oriented Thinking

Course Learning Outcomes Understand the basic concepts of object-oriented programming Understand how a program is converted into an executable form Learn the basic syntax of a specific programming language Be able to read simple programs written in a specific programming language and understand what these programs do Be able to design algorithms utilizing the principles of object-oriented programming to solve simple problems Be able to write simple programs in a specific programming language to implement these algorithms Be able to follow specified style guidelines in writing programs, and understand how the guidelines enhance readability and promote correctness in programs Be able to edit, compile, debug and run programs in a specific programming language

Course Prerequisites None

Course Website The common syllabus is posted on the course webpage at http://moodle.iugaza.edu.ps Please check this webpage at least once a week for: lecture notes Assignments and exams Assignments and exams solutions Useful links Supplementary material, and Announcements Your instructor will provide and/or post a revised version of the course syllabus with additional information stating his policies for the course, such as attendance policy, labs and assignments submission policy, quizzes policy, and others. Please check with your instructor.

Class Information 201 101 Section Sat, Mon, Wed Days 12:00-13:00 Time K308 Location

Required Textbook and Material Introduction to Java programming, Comprehensive Version, 10th edition. By Daniel Liang Pearson Publishing, 2015 ISBN#: 978-0-13-376131-3

Useful Links The Java Tutorials:  http://docs.oracle.com/javase/tutorial/ Netbeans: http://netbeans.org/ Javaworld: http://www.javaworld.com

Class Expectations Class attendance Text reading in advance Class participation Working hard

Class Schedule Week Topic Textbook Material 1 course syllabus and overview Course webpage, IDE illustration (with sample Java programs) Chapter 1 – Introduction to Computers, Programs, and Java 2 Chapter 2 – Elementary Programming Lab #1 Assignment #1 3 Chapter 3 – Selections Lab #2 Assignment #32 4 Lab #3 Assignment #3

Class Schedule Week Topic Textbook Material 5 Chapter 4 – Mathematical Functions, Characters, and Strings Lab #4 Assignment #4 6 Chapter 5 – Loops Lab #5 Assignment #5 7 Lab #6 Assignment #6 8 Midterm – Chapters 1, 2, 3, 4, and 5 Chapter 6 – Methods Lab #7 Assignment #7

Class Schedule Week Topic Textbook Material 9 Chapter 6 – Methods Lab #8 Assignment #8 10 Chapters 7 and 8 – Arrays Lab #9 Assignment #9 11 Lab #10 Assignment #10 12 Chapter 9 – Objects and Classes Lab #11 Assignment #11

Class Schedule Week Topic Textbook Material 13 Chapter 9 – Objects and Classes Lab #12 Assignment #12 14 Chapter 10 – Thinking Object-Oriented Lab #13 Assignment #13 15 Sat. 24 Dec First day of final exams

Assessment (Grading) Criteria Lab, Quizzes, and Assignments (TA) 20% Attendance, class participation, moodle chat and forums 10% Midterm Exam 30% Final exam 40%

Attendance Class attendance is required and very important for successful completion of the course. Students are expected to attend and participate in every class which is interpreted as the entire class period and lab period. Excused absences must be planned for, when possible, and justified with documentation. The student is responsible for making up missed class/lab sessions. Late arrival that causes disruption, early departure that causes disruption, excessive conversation among students, and other actions that disrupt the classroom are unacceptable.

Use of Laptops Use of laptops/PDAs/Tablets and other electronic devices during the class is not allowed.

Mobile Phones In order to minimize the level of distraction, all beepers and mobile phones must be on quiet mode during class meeting times.

? ?Questions?