Skip to content

Commit

Permalink
Add CMPE260 course content (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaksoy authored Jul 3, 2024
1 parent b5d51fa commit 8013930
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 0 deletions.
28 changes: 28 additions & 0 deletions content/courses/cmpe260.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,37 @@ aliases:
- undergraduate/courses/cmpe260
---

## Course Information

<!-- prettier-ignore-start -->
{{< table class="table-hover table-sm" >}}
|||
| :-- | :-- |
| Faculty | Faculty of Engineering |
| Course Code | CMPE260 |
| Course Title | Principles of Programming Languages |
| Language of Instruction | English |
| Course Semester | Spring |
| Course Hours | Lecture: 3, PS:0, Labs: 0 |
| Course Credits | 3 |
| ECTS | 5 |
| Grading Mode | Letter Grade |
| Prerequisites | CMPE250 |
| Corequisites | None |

{{< /table >}}
<!-- prettier-ignore-end -->

## Catalog Description

This course is intended to introduce the student to the main paradigms of computation, languages representative of these paradigms, techniques of implementing various programming language constructs, as well as basic concepts relating to the specification of programming languages.Syntax and semantics of programming languages, basic constructs that are common to all languages (control structures, subprograms, etc.), and basic programming paradigms (functional, logic, etc.) will be covered. The intent of the course is not teaching a specific programming language; instead, using several languages to exemplify the main concepts and constructs.

## Course Learning Outcome
- Identify and describe the fundamental elements of programming languages.
- Understand different programming paradigms and their implementations.
- Evaluate and select the most appropriate programming paradigm for different problems.
- Demonstrate the ability to write programs using multiple programming paradigms.
- Understand the inner workings of code execution

## Current Instructor

Expand Down
49 changes: 49 additions & 0 deletions content/courses/cmpe260.tr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: CMPE260
description: Programlama Dillerinin Prensipleri
metadata: none
thumbnail: https://picsum.photos/seed/cmpe260_/1400
aliases:
- undergraduate/courses/cmpe260
---

## Ders Bilgileri

<!-- prettier-ignore-start -->
{{< table class="table-hover table-sm" >}}
|||
|:--|:--|
| Fakülte | Mühendislik Fakültesi |
| Ders Kodu | CMPE260 |
| Ders Başlığı | Programlama Dillerinin Prensipleri |
| Öğretim Dili | İngilizce |
| Ders Dönemi | Bahar |
| Ders Saatleri | Ders: 3, PS:0, Laboratuvar: 0 |
| Ders Kredisi | 3 |
| AKTS | 5 |
| Notlandırma Sistemi | Harf Notu |
| Önkoşul dersleri | CMPE250 |
| Eşkoşul dersleri | Yok |

{{< /table >}}
<!-- prettier-ignore-end -->

## Katalog Tanımı

Bu ders, öğrencilere ana programlama paradigmalarını ve bu paradigmaları temsil eden dilleri tanıtmayı amaçlamaktadır. Bunun yanı sıra, çeşitli programlama dili yapılarını ve bu yapıların uygulanma tekniklerini incelemektedir. Programlama dillerinin sözdizimi(syntax) ve anlambilimi(semantics), tüm dillerde ortak olan temel yapılar (kontrol yapıları, alt programlar vb.) ve temel programlama paradigmaları (fonksiyonel, mantıksal vb.) ele alınmaktadır. Dersin amacı, belirli bir programlama dilini öğretmekten ziyade, temel kavramları, yapıları ve programlama paradigmalarını örneklemek için çeşitli diller kullanmaktır.

## Dersin Öğrenme Çıktıları

- Programlama dillerinin temel kavramlarını ve yapılarını tanımlamak.
- Farklı programlama paradigmalarını ve uygulamalarını anlamak.
- Farklı problemler için en uygun programlama paradigmasını değerlendirmek ve seçmek.
- Birden fazla programlama paradigmasını kullanarak program yazmak.
- Bir bilgisayar programının nasıl çalıştığını anlamak.

## Dersi Veren Öğretim Üyesi

{{< people tag="cmpe260" cols="2">}}

## Dersi Veren Önceki Öğretim Üyeleri

{{< people_alt tag="former-cmpe260" cols="3">}}

0 comments on commit 8013930

Please sign in to comment.