Skip to content

Commit 774b5df

Browse files
authored
Update the course page for CMPE350 (#36)
1 parent 93d06c6 commit 774b5df

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

content/courses/cmpe350.en.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,35 @@ aliases:
77
- undergraduate/courses/cmpe350
88
---
99

10+
## Course Information
11+
12+
<!-- prettier-ignore-start -->
13+
{{< table class="table-hover table-sm" >}}
14+
|||
15+
| :-- | :-- |
16+
| Faculty | Faculty of Engineering |
17+
| Course Code | CMPE350 |
18+
| Course Title | Formal Languages and Automata Theory |
19+
| Language of Instruction | English |
20+
| Course Semester | Spring |
21+
| Course Hours | Lecture: 3, PS:0, Labs: 0 |
22+
| Course Credits | 3 |
23+
| ECTS | 5 |
24+
| Grading Mode | Letter Grade |
25+
| Prerequisites | CMPE220 or MATH162 or MATH111 |
26+
| Corequisites | None |
27+
28+
{{< /table >}}
29+
<!-- prettier-ignore-end -->
30+
1031
## Catalog Description
1132

33+
Strings and languages. Classification of grammars. Finite-state automata and regular expressions. Pushdown automata and context-free grammars. Context sensitive grammars and linear bounded automata. Turing machines.
34+
1235
## Course Learning Outcome
1336

37+
- Learn the basic concepts and tools of the theory of computation
38+
1439
## Current Instructor
1540

1641
{{< people tag="cmpe350" cols="2">}}

content/courses/cmpe350.tr.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: CMPE350
3+
description: Biçimsel Diller ve Makineler Kuramı
4+
metadata: none
5+
thumbnail: https://picsum.photos/seed/cmpe350/1400
6+
aliases:
7+
- undergraduate/courses/cmpe350
8+
---
9+
10+
## Ders Bilgileri
11+
12+
<!-- prettier-ignore-start -->
13+
{{< table class="table-hover table-sm" >}}
14+
|||
15+
|:--|:--|
16+
| Fakülte | Mühendislik Fakültesi |
17+
| Ders Kodu | CMPE350 |
18+
| Ders Başlığı | Biçimsel Diller ve Makineler Kuramı |
19+
| Öğretim Dili | İngilizce |
20+
| Ders Dönemi | Bahar |
21+
| Ders Saatleri | Ders: 3, PS:0, Laboratuvar: 0 |
22+
| Ders Kredisi | 3 |
23+
| AKTS | 5 |
24+
| Notlandırma Sistemi | Harf Notu |
25+
| Önkoşul dersleri | CMPE220 veya MATH162 veya MATH111 |
26+
| Eşkoşul dersleri | Yok |
27+
28+
{{< /table >}}
29+
<!-- prettier-ignore-end -->
30+
31+
## Katalog Tanımı
32+
33+
Dizeler ve diller. Gramerlerin sınıflandırılması. Sonlu durum otomatları ve düzenli ifadeler. İtişli otomatlar ve bağlam bağımlı gramatikler. Bağlam duyarlı gramatikler ve lineer sınırlı otomatlar. Turing makineleri.
34+
35+
## Dersin Öğrenme Çıktıları
36+
37+
- Hesaplama teorisinin temel kavramlarını ve araçlarını öğrenmek
38+
39+
## Dersi Veren Öğretim Üyesi
40+
41+
{{< people tag="cmpe350" cols="2">}}
42+
43+
## Dersi Veren Önceki Öğretim Üyeleri
44+
45+
{{< people_alt tag="former-cmpe350" cols="3">}}

0 commit comments

Comments
 (0)