Information
Code | BL136 |
Name | Programing Language I |
Term | 2024-2025 Academic Year |
Semester | 2. Semester |
Duration (T+A) | 2-1 (T-A) (17 Week) |
ECTS | 5 ECTS |
National Credit | 2 National Credit |
Teaching Language | Türkçe |
Level | Ön Lisans Dersi |
Type | Normal |
Label | E Elective |
Mode of study | Yüz Yüze Öğretim |
Catalog Information Coordinator | Öğr. Gör. MEHMET YILMAZ |
Course Instructor |
Öğr. Gör. Ahmet BOZ
(A Group)
(Ins. in Charge)
|
Course Goal / Objective
The purpose of this course is to help students understand the C programming logic and construct an implementation of C program.
Course Content
Introduction to programming, the concept of algorithms and flow charts, an overview of C, user interface of code editor, the general forms of C programs, simple data types and operators, basic input-output functions, decision structures, loops with explicit loop counter, conditional loop structures, arrays, multidimensional arrays, pointers and strings, dynamic memory allocation, functions and using parameters, recursion, file structures and text files.
Course Precondition
None
Resources
https://www.btkakademi.gov.tr/portal/course/c-programlama-dili-26686 https://www.w3schools.com/c/index.php
Notes
Unpublished lecture notes
Course Learning Outcomes
Order | Course Learning Outcomes |
---|---|
LO01 | Explains the basic concepts of algorithms. |
LO02 | Establishes a relationship between the program and the algorithm. |
LO03 | Coding complies with the C programming language syntax rules. |
LO04 | Explains the concepts of variable, constant and keyword. |
LO05 | Indicates various usage areas of C language. |
LO06 | Programs according to algorithms using the C programming language. |
LO07 | Use loop and decision structures in C programs. |
LO08 | Explains the operation of a program coded in the C programming language. |
LO09 | Designs a program based on needs. |
Relation with Program Learning Outcome
Order | Type | Program Learning Outcomes | Level |
---|---|---|---|
PLO01 | Bilgi - Kuramsal, Olgusal | Lists basic, current and applied knowledge about Computer Technologies. | 4 |
PLO02 | Bilgi - Kuramsal, Olgusal | Remembers knowledge about occupational health and safety, environmental awareness, and quality processes. | |
PLO03 | Bilgi - Kuramsal, Olgusal | Lists basic electronic components comprising computer hardware and their operations. | |
PLO04 | Bilgi - Kuramsal, Olgusal | Remembers the knowledge about Atatürk's Principles and History of Revolution. | |
PLO05 | Beceriler - Bilişsel, Uygulamalı | Keeps track of current developments and applications in computer programming, and utilizes them effectively. | 3 |
PLO06 | Beceriler - Bilişsel, Uygulamalı | Solves problems in the field of computer programming. | 5 |
PLO07 | Beceriler - Bilişsel, Uygulamalı | Creates algorithms and data structures, and performs mathematical calculations. | 5 |
PLO08 | Beceriler - Bilişsel, Uygulamalı | Explains and implements web programming technologies. | |
PLO09 | Beceriler - Bilişsel, Uygulamalı | Performs database design and management. | 4 |
PLO10 | Beceriler - Bilişsel, Uygulamalı | Tests software and resolves errors. | 5 |
PLO11 | Beceriler - Bilişsel, Uygulamalı | Can utilize software and package programs in the field of computer programming. | 3 |
PLO12 | Beceriler - Bilişsel, Uygulamalı | Explains, designs and installs network systems. | |
PLO13 | Beceriler - Bilişsel, Uygulamalı | Uses word processor, spreadsheet, presentation programs. | |
PLO14 | Yetkinlikler - İletişim ve Sosyal Yetkinlik | Can effectively present thoughts on computer technologies through written and verbal communication, expressing them clearly and comprehensibly. | |
PLO15 | Yetkinlikler - Bağımsız Çalışabilme ve Sorumluluk Alabilme Yetkinliği | Takes responsibility as a team member to solve unforeseen complex problems encountered in practical applications of computer programming. | |
PLO16 | Yetkinlikler - Öğrenme Yetkinliği | Has awareness in career management and lifelong learning. | |
PLO17 | Yetkinlikler - Alana Özgü Yetkinlik | Has societal, scientific, cultural, and ethical values in the collection, application, and announcement of results related to computer technologies. | |
PLO18 | Yetkinlikler - İletişim ve Sosyal Yetkinlik | Follows developments in the field using a foreign language and communicates with colleagues. | |
PLO19 | Yetkinlikler - İletişim ve Sosyal Yetkinlik | Can effectively communicate in Turkish both in written and oral forms. |
Week Plan
Week | Topic | Preparation | Methods |
---|---|---|---|
1 | Introduction to programming, the concept of algorithms and flow charts. | Preparation for the relevant topic from the recommended source. | Öğretim Yöntemleri: Anlatım, Alıştırma ve Uygulama |
2 | An overview of C, user interface of code editor. | Preparation for the relevant topic from the recommended source. | Öğretim Yöntemleri: Anlatım, Alıştırma ve Uygulama |
3 | The general forms of C programs, simple data types and operators. | Preparation for the relevant topic from the recommended source. | Öğretim Yöntemleri: Anlatım, Alıştırma ve Uygulama |
4 | Basic input-output functions. | Preparation for the relevant topic from the recommended source. | Öğretim Yöntemleri: Anlatım, Alıştırma ve Uygulama |
5 | Decision structures. | Preparation for the relevant topic from the recommended source. | Öğretim Yöntemleri: Anlatım, Alıştırma ve Uygulama |
6 | Loops with explicit loop counter. | Preparation for the relevant topic from the recommended source. | Öğretim Yöntemleri: Anlatım, Alıştırma ve Uygulama |
7 | Conditional loop structures (while-do, repeat-until). | Preparation for the relevant topic from the recommended source. | Öğretim Yöntemleri: Anlatım, Alıştırma ve Uygulama |
8 | Mid-Term Exam | Exam preparation. | Ölçme Yöntemleri: Yazılı Sınav |
9 | Arrays. | Preparation for the relevant topic from the recommended source. | Öğretim Yöntemleri: Anlatım, Alıştırma ve Uygulama |
10 | Multidimensional arrays. | Preparation for the relevant topic from the recommended source. | Öğretim Yöntemleri: Anlatım, Alıştırma ve Uygulama |
11 | Pointers and strings. | Preparation for the relevant topic from the recommended source. | Öğretim Yöntemleri: Anlatım, Alıştırma ve Uygulama |
12 | Dynamic memory allocation. | Preparation for the relevant topic from the recommended source. | Öğretim Yöntemleri: Anlatım, Alıştırma ve Uygulama |
13 | Functions and using parameters, recursion. | Preparation for the relevant topic from the recommended source. | Öğretim Yöntemleri: Anlatım, Alıştırma ve Uygulama |
14 | File structures and text files. | Preparation for the relevant topic from the recommended source. | Öğretim Yöntemleri: Anlatım, Alıştırma ve Uygulama |
15 | Debugging and writing Unit tests. | Preparation for the relevant topic from the recommended source. | Öğretim Yöntemleri: Anlatım, Alıştırma ve Uygulama |
16 | Term Exams | Exam preparation. | Ölçme Yöntemleri: Yazılı Sınav |
17 | Term Exams | Exam preparation. | Ölçme Yöntemleri: Yazılı Sınav |
Student Workload - ECTS
Works | Number | Time (Hour) | Workload (Hour) |
---|---|---|---|
Course Related Works | |||
Class Time (Exam weeks are excluded) | 14 | 3 | 42 |
Out of Class Study (Preliminary Work, Practice) | 14 | 3 | 42 |
Assesment Related Works | |||
Homeworks, Projects, Others | 1 | 2 | 2 |
Mid-term Exams (Written, Oral, etc.) | 1 | 12 | 12 |
Final Exam | 1 | 18 | 18 |
Total Workload (Hour) | 116 | ||
Total Workload / 25 (h) | 4,64 | ||
ECTS | 5 ECTS |