You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/courses/cmpe350.en.md
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,35 @@ aliases:
7
7
- undergraduate/courses/cmpe350
8
8
---
9
9
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
+
10
31
## Catalog Description
11
32
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
+
12
35
## Course Learning Outcome
13
36
37
+
- Learn the basic concepts and tools of the theory of computation
| 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
0 commit comments