From 8013930476fb9f4b7dbe1f228f50dfffbd4b2bfd Mon Sep 17 00:00:00 2001 From: denizaksoy <24960347+dbaksoy@users.noreply.github.com> Date: Wed, 3 Jul 2024 18:04:36 +0300 Subject: [PATCH] Add CMPE260 course content (#60) --- content/courses/cmpe260.en.md | 28 ++++++++++++++++++++ content/courses/cmpe260.tr.md | 49 +++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 content/courses/cmpe260.tr.md diff --git a/content/courses/cmpe260.en.md b/content/courses/cmpe260.en.md index 2c5a31d..229b077 100644 --- a/content/courses/cmpe260.en.md +++ b/content/courses/cmpe260.en.md @@ -7,9 +7,37 @@ aliases: - undergraduate/courses/cmpe260 --- +## Course Information + + +{{< 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 >}} + + ## 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 diff --git a/content/courses/cmpe260.tr.md b/content/courses/cmpe260.tr.md new file mode 100644 index 0000000..c2e7d71 --- /dev/null +++ b/content/courses/cmpe260.tr.md @@ -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 + + +{{< 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 >}} + + +## 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">}}