Introduction to Computer Science 2018
Fall 2018, CSIE Room 65304, 14:10~17:00 Wednesday
Instructor: Kun-chan Lan
(This course is offered in English)
Objectives
* Know what is "Computer science"?
* Familiarize yourself with the basic
o Terminologies
o Principles
o Theories
* Also, a strong hands-on focus
o Homework
o Project
* Familiarize yourself with the basic
o Terminologies
o Principles
o Theories
* Also, a strong hands-on focus
o Homework
o Project
Scope
* Data storage
* Computer architecture
* Operating system
* Networking
* Algorithm
* Programming language
* Artificial intelligence
* Computer architecture
* Operating system
* Networking
* Algorithm
* Programming language
* Artificial intelligence
Announcement
請填寫分組名單,並掃描表單中的QRcode加入課程的line群組
link for 3D printer:
9/26 上課暫停一次
<課程調整>原訂10/24的Tutorial on 3D printing & Arduino (TAs)提前至10/3
<繳交公告>12/19繳交Homework以及project計劃書
<期中考公告>12/12期中考注意事項如下
1.考試時間:2:10-5:00 pm / 2:30後禁止進場
2.手機跟隨身包包放置於教室前方
3.作弊依校規處分
4.書寫盡量工整,以便批改人員閱讀
5.由於修課人數眾多將分為兩間教室,請同學務必事先檢閱座位圖
We will have the midterm exam on 12/12(Wen.)
There are some rules you need to pay attention on
1. time: 2:10-5:00pm / No entry after 2:30pm 2. put your bag and cellphone on the dais in front of the classroom
3. Cheating will be punished according to school rules
4. Check your testing classroom and seat carefully before the exam (seat cart)
<Homework公告>
1.請以下學號之學生請在周三(12/26)上課前至研究室或考試後找盧晏慈助教。
F74072154、F74076239、F74076310、H34066123
2.Homework未交的學號如下:
F74066535、F74076182
1.Please the following student come to 盧晏慈(cathy) directly.
(available time:before this week class or after the exam)
F74072154、F74076239、F74076310、H34066123
2.The following student did not hand in homework:
F74066535、F74076182
<Homework公告>
HW已經批改完成,成績如下:
HW1 score are as follows:link
對成績有任何問題,於1/2-1/4 5-9pm至研究生找Cathy
If you have any questions about your grades, please come to lab and consult with Cathy at 5-9pm on Jan. 2-4 .
<課程公告>
1. 這星期六(1/5) 5pm 前要寄youtube影片的連結給Cathy助教
1. You need to send your youtube vedio link to TA Cathy before this Sat.(1/5) 5pm
2. 星期六(1/5)到下星期二(1/8)每天的 1pm~5pm 在實驗室(65501)開放demo, demo完要順便繳交code(arduino + APP)
2. You can come to 65501 to demo your project from Sat.(1/5) to next Tue.(1/8) at 2pm~5pm, you need to give us your code(arduino + APP) at the same time
3. 下星期五(1/11) 5pm 前要交互評表
3. You need to hand in the peer evaluation questionnaire before next Fri.(1/11)
4. 期中考成績和解答已公布在課程網站, 請同學自行確認
4. The grades and answer of midterm exam had released on the crouse website, please check it out
<期末考公告>1/9期中考注意事項如下
1.考試時間:2:10-5:00 pm / 2:30後禁止進場
2.手機跟隨身包包放置於教室前方
3.作弊依校規處分
4.書寫盡量工整,以便批改人員閱讀
We will have the finalterm exam on 12/12(Wen.)
There are some rules you need to pay attention on
1. time: 2:10-5:00pm / No entry after 2:30pm 2. put your bag and cellphone on the dais in front of the classroom
3. Cheating will be punished according to school rules
<總成績公布>
本學期的成績已結算完畢,請至已下網址詳閱並檢查成績有無錯誤。
若有問題或錯誤請於本周五前跟助教聯絡,另外下周就會提交學校。
Please check out the following website and check the grade.
If you have any questions , please contact the TA before this Friday and submit the school next wee
Update Textbook: "Computer Science: An Overview (12th Edition)"
by Glenn Brookshear and Dennis Brylow
ISBN-13: 9781292061160
ISBN-10: 1292061162
ISBN-10: 1292061162
Local carrier:新月/東華 http://www.tunghua.com.tw
Syllabus
•week 1 (09/12) Administration issue
Fundamental
•week 2 (09/19) Tutorial on homework: pulse data analysis(TA)
•week 3 (09/26) Data storage
•week 4 (10/03) Tutorial on 3D printing & Arduino (TAs) for term project
•week 5 (10/10) School holiday
•week 6 (10/17) Away for conference
System
•week 7 (10/24) Data Storage
•week 8 (10/31) Hardware
•week 9 (11/07) Conference Travel
•week 10(11/14) Operating System
•week 11(11/21) Operating System(II)
•week 12(11/28) Networking(I)
Advanced topic
•week 13 (12/05) Networking(II)
•week 14 (12/12) Midterm exam
•week 15 (12/19) Algorithms,project proposal and Homework due
•week 16 (12/26) Programming language
•week 17 (01/02) Artificial Intelligence
•week 18 (01/09) final exam
Lecture Material
Lecture 1
Slides: Course Outline
video: 2018-09-12
Lecture 2
Slides: Pluse data analysis
Lecture 3
Slides:Data storage
Lecture 4
Download link: KISSlicer v1.5
Reference Course : Android_studio
video: 2018-10-03
Lecture 7
Slides: Data storage
video: 2018-10-24 2018-10-31
Lecture 8
Slides:Computer Aritecture
video: 2018-11-14
Lecture 10 11
Slides: Opearting System I , Opearting System II
Lecture 12 13
Slides: Netework
video: 2018-12-05
Complementary Materials
A/SCII
ASCII code was originally conceived as a 7-bit code. This was done well before 8-bit bytes became ubiquitous, and even into the 1990s you could find software that assumed it could use the 8th bit of each byte of text for its own purposes. Nowadays people think of it as an 8-bit coding but in which bytes 0x80 through 0xFF have no defined meaning. There are dozens of text encodings that make use of the 8th bit; they can be classified as ASCII-compatible.
Text Book
"Computer Science: An Overview (12th Edition)"
by Glenn Brookshear and Dennis Brylow
ISBN-13: 9781292061160
ISBN-10: 1292061162
ISBN-10: 1292061162
Local carrier:新月/東華(http://www.tunghua.com.tw)
•Additional Material
-Lecture slides in PDF format
-Lecture recordings in mp4 format
-All available from the course page
Instructor
Prof. Kun-chan Lan (藍崑展)
Office: Room Room 65C05,12F (new CSIE building, Cheng-Kung Campus)
Office hours: 11-12pm on Monday, 14-15pm on Friday or by appointment via e-mail
Email: klan @ csie.ncku.edu.tw
Phone: 06-2757575 ext.62550
TA
Office: Room 65501,5F (Department of computer science new building, Cheng-Kung Campus)
Phone: 06-2757575 ext.62520(CSIE) ext.2501(LAB)
TAs:盧晏慈(Cathy) , pulse data analysis
email:
This email address is being protected from spambots. You need JavaScript enabled to view it.
TAs:高至柔(Tom) , 3D printer
email:
This email address is being protected from spambots. You need JavaScript enabled to view it.
TAs:陳彥儒(Oliver), arduino
email:
This email address is being protected from spambots. You need JavaScript enabled to view it.
Grading
•Working as a team (30%)
–Project (30%)
•Working as an individual (70%)
–Homework exercise (10%)
–Exam (60%)
•Midterm 20%
•Final 20%
•In-class Quiz (about 10) 20%
•Class participation (-10% to +10%)
Homework
•Location:Room 65501,5F CSIE new building
•https://docs.google.com/spreadsheets/d/1zz9YxAPhZl7pB5tpVKr2JXhT0qLhjFqMLnN19ppd-ZQ/edit?usp=sharing
Submit your program and report to me by12/05
•Create your folder, folder name is your student ID
成績公布:View