| 1 |
Course Title: |
INTRODUCTION TO COMPUTER PROGRAMMING |
| 2 |
Course Code: |
TEK2021E |
| 3 |
Type of Course: |
Compulsory |
| 4 |
Level of Course: |
First Cycle |
| 5 |
Year of Study: |
2 |
| 6 |
Semester: |
3 |
| 7 |
ECTS Credits Allocated: |
4 |
| 8 |
Theoretical (hour/week): |
2 |
| 9 |
Practice (hour/week) : |
0 |
| 10 |
Laboratory (hour/week) : |
2 |
| 11 |
Prerequisites: |
NONE |
| 12 |
Recommended optional programme components: |
None |
| 13 |
Language: |
English |
| 14 |
Mode of Delivery: |
Face to face |
| 15 |
Course Coordinator: |
Dr. Ögr. Üyesi Özge ÇELİK |
| 16 |
Course Lecturers: |
YOK |
| 17 |
Contactinformation of the Course Coordinator: |
Dr.Öğr.Üyesi Özge ÇELİK E-mail: celikozge@uludag.edu.tr Phone: 0224-2940651 |
| 18 |
Website: |
|
| 19 |
Objective of the Course: |
1-To provide basic knowledge on computer hardware and software
2-To teach computer programming in C programming language
3-To train students in applying computer programming methods to the solution of engineering problems |
| 20 |
Contribution of the Course to Professional Development |
The course contributes to the solution of textile engineering methods using design and analysis methods. |
| Week |
Theoretical |
Practical |
| 1 |
General information about computers
|
Examination of harware units on a computer |
| 2 |
Numbering systems and conversion |
Problem solving about numbering systems and conversion |
| 3 |
Programming languages, introduction to C programming language
|
Practice with C compiler |
| 4 |
Introduction to C programming language and C program structure |
Writing a basic program in C programming language |
| 5 |
Variables, Expressions and
Operators, Input and Output Functions |
Writing C program with input and output functions |
| 6 |
Program Looping, For loop, Do loop and Do-while Loop |
Writing program with looping statements |
| 7 |
Program Looping, For loop, Do loop and Do-while Loop |
Writing program with looping statements |
| 8 |
Decision Making Statements, if-else and switch-case statements |
Writing program with if-else and switch case statements |
| 9 |
Decision Making Statements, if-else and switch-case statements |
Writing program with if-else and switch case statements |
| 10 |
Array Variables and Pointers |
Writing program with array variables and pointer |
| 11 |
Math Library Functions |
Writing program with Math Library Functions |
| 12 |
Writing functions in C |
Writing programs with functions |
| 13 |
Data File Input and Output |
Writing program with data file input output |
| 14 |
Dynamic memory allocation, structures and unions |
Writing programs dynamic memory allocation, structures and unions |