CEN 111 Introduction to Algorithms and Programming INTERNATIONAL BURCH UNIVERSITY DEPARTMENT of INFORMATION TECHNOLOGIES Dr. Günay Karlı

Slides:



Advertisements
Similar presentations
Introduction to C Programming
Advertisements

CMSC 104, Section 301, Fall Lecture 01, 8/28/02 CMSC 104 Course Information Instructor: Dr. Li-Chuan Chen Emai: Work Phone:
Introduction to Computer Programming in C
6/10/2015Assoc. Prof. Stoyan Bonev1 Assoc. Prof. Stoyan Bonev, PhD Computer Science dept American University in Bulgaria
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.
Lecture Notes (L01) Computers and Programming I Dr. Ming Zhang Tel: (757) Fax: (757) Office: Gosnold Subject.
CS101- Lecture 11 CS101 Fall 2004 Course Introduction Professor Douglas Moody –Monday – 12:00-1:40 – – –Web Site: websupport1.citytech.cuny.edu.
COMP 14 Introduction to Programming Miguel A. Otaduy Summer Session I, 2004 MTWRF 9:45-11:15 am Sitterson Hall 014.
CSC 171 – FALL 2004 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
Course Introduction Computer Science Department CS141:Computer Programming 1 Fall 2014 Dr. Hamid Al-Hamadi.
1 Networks I Course Information Course No.: IT 224 Prerequisite: Phys 104 and Math 151 Credit Hours: 3 Hrs Semester/Session: Fall 2010 Course website:
METU Computer Engineering Department
Assoc. Prof. Stoyan Bonev, PhD, Computer Science dept
CEN 281 Electronic Circuits and Devices Spring Term CEN 281 Electronic Circuits and Devices Spring Term INTERNATIONAL BURCH UNIVERSITY.
COE Computer Organization & Assembly Language Talal Alkharobi.
COMPE 226 Data Structures 2015 Fall Murat KARAKAYA Department of Computer Engineering.
ICS 102 Computer Programming University of Hail College of Computer Science & Engineering Computer Science and Software Engineering Department.
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.
CSCI 51 Introduction to Computer Science Dr. Joshua Stough January 20, 2009.
Java Programming Computer Engineering Department JAVA Programming Course Asst. Prof. Dr. Ahmet Sayar Kocaeli University - Fall 2014.
CS 140 Computer Programming (I) Second semester (3 credits) Imam Mohammad bin Saud Islamic University College of Computer Science and Information.
Bilgisayar Mühendisliği Bölümü CENG 102 – Computer Programming Melek OKTAY Syllabus Administrative Information.
CSC 171 – FALL 2001 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
CSE 3358 NOTE SET 1 Data Structures and Algorithms.
CSEB114: PRINCIPLE OF PROGRAMMING Course Introduction.
COMP2012 Object-Oriented Programming and Data Structures Fall 2015.
MTH 201 Discrete Mathematics Fall Term MTH 201 Discrete Mathematics Fall Term INTERNATIONAL BURCH UNIVERSITY DEPARTMENT of INFORMATION.
EZWAN SHAH ABD MAJID Q1 LEVEL FB: EZWAN SHAH Interest Group: Web Development IAD1133:
ARC 234 ARCHITECTURAL DESIGN III Spring Term ARC 234 ARCHITECTURAL DESIGN III Spring Term INTERNATIONAL BURCH UNIVERSITY DEPARTMENT.
Ministry of Higher Education Sohar College of Applied Sciences IT department Comp Introduction to Programming Using C++ Fall, 2011.
COS120 Software Development Using C++ AUBG Fall semester 2010 Ref book: Problem Solving, Abstraction and Design Using C++ Authors: Frank Friedman, Elliot.
Introduction to Computer Programming (FIT-I pro) J. H. Wang Sep. 17, 2007.
1 Introduction ALGORITHMS AND PROGRAMMING Introduction Ferry Wahyu Wibowo, S.Si., M.Cs.
Materials Science Dr. Deniz UZUNSOY Friday AM A-504.
Mohammad Alauthman 1/22/20162 This 3-credit first course for computer science & IT majors, which provides students the basic understanding.
C Programming Lecture 1 : Introduction Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang University.
MTH 204 NUMERICAL ANALYSIS Spring Term MTH 204 NUMERICAL ANALYSIS Spring Term DEPARTMENT of INFORMATION TECHNOLOGIES Assoc. Prof. Dr.
MTH Spring Term NUMERICAL ANALYSIS Spring Term MTH Spring Term NUMERICAL ANALYSIS Spring Term INTERNATIONAL.
CEN 137 Computer Literature and Skills INTERNATIONAL BURCH UNIVERSITY DEPARTMENT of INFORMATION TECHNOLOGIES Dr. A. Turan Özcerit
Course Information CSE 2031 Fall Instructor U. T. Nguyen /new-yen/ Office: CSEB Office hours:  Tuesday,
CS 161 Introduction to Computer Science I Winter, 2014: 112 Spring, 2014: 131 Summer, 2014: 132.
Course Information CSE 2031 Fall Instructor U.T. Nguyen Office: CSE Home page:
1 CENG 707 Data Structures and Algorithms Nihan Kesim Çiçekli Department of Computer Engineering Middle East Technical University Fall 2013.
BMTS Computer Programming Pre-requisites :BMTS 242 –Computer and Systems Nature Of the Course: Programming course, contain such as C, C++, Database.
CEN 621 Cryptography and Network Security Spring Term CEN 621 Cryptography and Network Security Spring Term INTERNATIONAL BURCH UNIVERSITY.
Introduction to C++ Programming Language Assistant Professor Jeon, Seokhee Assistant Professor Department of Computer Engineering, Kyung Hee University,
Computer Programming (ECE 201) Instructor : Dr. Soltan Alharbi September Slides borrowed from Instructor: Wajih Alouini.
CS140 – Computer Programming 1 Course Overview First Semester – Fall /1438 – 2016/2017 CS140 - Computer Programming 11.
INTERNATIONAL BURCH UNIVERSITY Gunter Senyurt
CENG 707 Data Structures and Algorithms
INTERNATIONAL BURCH UNIVERSITY Nizama Spahić
Cen 112 C Programming Özgür Örnek.
INTERNATIONAL BURCH UNIVERSITY
Computer Engineering Department Islamic University of Gaza
ELECTROMAGNETİC WAVE THEORY
CSCE 121, Sec 200 Fall 2012 Prof. Jennifer L. Welch.
Computer Programming (ECE 201)
Envıronmental Control Studıo
CSC215 Lecture Orientation.
CSC215 Lecture Orientation.
TMC 1414 Introduction to Programming
INTERNATIONAL BURCH UNIVERSITY
INTERNATIONAL BURCH UNIVERSITY
Introduction to Programming Using C++
CSE1311 Introductory Programming for Engineers & Scientists
C Programming Lecture 1 : Introduction
Computer Programming (ECE 201)
C Programming Lecture 1 : Introduction
Programming Fundamentals Lecture #1 Overview of Computer Programming
Digital Signal Processing Spring, 2019
Presentation transcript:

CEN 111 Introduction to Algorithms and Programming INTERNATIONAL BURCH UNIVERSITY DEPARTMENT of INFORMATION TECHNOLOGIES Dr. Günay Karlı Fall

Class Schedule: Class Schedule: Lectures: Thursday 9:00-11:45 Labs:Wednesday 9:00-10:45 Office Hour: Office Hour: Schedule is on my door

Course Objectives basic understanding of algorithms and programming concepts Flowcharts Develop a basic understanding of programming concepts Learning C language Using selection structures, and repetition structures variables, if-then-else, loop structures: for/while/do-while, break/continue/switch statements, flowcharting solutions, arrays

Textbooks and Resources Deitel, D., C How to Program, Prentice Hall, 2005 Kleinberg J., Tardos E., Algorithm Design, Addison Wesley, 2005 Karlı G., C’de Problem Çözme Mantığı, 2010

Brief Contents Introduction to course and C programming language Variables and arithmetic in C Relational Operators Control structures (if, switch) Flowcharts, Pseudo code and Algorithms Repetition structures (for, while) Functions Arrays and Pointers File processing

Grading Lab and participation20% Home Study&Project20% Midterm Exam30% Final Exam40%