-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cmpe352.en.md with description, credits, and CLOs (#47)
* Update cmpe352.en.md - This PR is for #26 - added the English Description for Cmpe352 - added the CLO for Cmpe352 - No information about instructors is given, thus not touched. - An image for the course is added to the response of #26 * Update markdown styling * add turkish version of cmpe 352 --------- Co-authored-by: Dogan Ulus <[email protected]> Co-authored-by: Furkan Akkurt <[email protected]>
- Loading branch information
1 parent
8013930
commit 1f52d58
Showing
2 changed files
with
88 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
title: CMPE352 | ||
description: Yazılım Mühendisliğinin Temelleri | ||
metadata: none | ||
thumbnail: https://picsum.photos/seed/cmpe352/1400 | ||
aliases: | ||
- undergraduate/courses/cmpe352 | ||
--- | ||
|
||
## Ders Bilgileri | ||
|
||
<!-- prettier-ignore-start --> | ||
{{< table class="table-hover table-sm" >}} | ||
||| | ||
|:--|:--| | ||
| Fakülte | Mühendislik Fakültesi | | ||
| Ders Kodu | CMPE352 | | ||
| Ders Başlığı | Yazılım Mühendisliğinin Temelleri | | ||
| Öğretim Dili | İngilizce | | ||
| Ders Dönemi | Bahar | | ||
| Ders Saatleri | Ders: 2, PS: 1, Laboratuvar: 0 | | ||
| Ders Kredisi | 2 | | ||
| AKTS | 4 | | ||
| Notlandırma Sistemi | Harf Notu | | ||
| Önkoşul dersleri | Yok | | ||
| Eşkoşul dersleri | Yok | | ||
|
||
{{< /table >}} | ||
<!-- prettier-ignore-end --> | ||
|
||
## Katalog Tanımı | ||
|
||
Yazılım mühendisliğinde giriş kavramları. Yazılım yaşam döngüsü ve yazılım geliştirme aşamaları: fizibilite çalışması, analiz, spesifikasyon, tasarım, uygulama ve test, dokümantasyon ve bakım. Araçlar, teknikler, ortamlar ve metodolojiler. Yönetim konuları: planlama, organizasyon ve kontrol. Profesyonel etik. | ||
|
||
Yaygın olarak kullanılan araçlar ve yöntemlerle yazılım mühendisliği becerileri kazanmak için çok sayıda uygulamalı ödev. | ||
|
||
## Dersin Öğrenme Çıktıları | ||
|
||
- Yazılım proje geliştirme yaşam döngüleriyle ilişkili temel faaliyetleri anlamak -- gereksinimler, tasarım, uygulama, test ve dağıtım. | ||
- UML kullanarak yazılım sistemlerinin çeşitli yönlerini tasarlayabilmek. | ||
- Yazılım projeleri geliştirmek için ekip çalışmasının ve bunu destekleyen araçların önemini anlamak. | ||
- Yazılım proje planı oluşturma ve takip etmenin temellerini anlamak. | ||
- Takım ve paydaş iletişimi için uygun olan sözlü ve yazılı iletişim yöntemlerinin önemini ve türlerini anlamak. | ||
- Kod sürümleme, test, dokümantasyon ve dağıtım gibi yazılım geliştirme araçlarını kullanabilmek. | ||
|
||
## Dersi Veren Öğretim Üyesi | ||
|
||
{{< people tag="cmpe352" cols="1">}} | ||
|
||
<!-- ## Dersi Veren Önceki Öğretim Üyeleri | ||
{{< people_alt tag="former-cmpe352" cols="2">}} --> |