Computer Science and Technology

发布者:实习测试发布时间:2021-11-12浏览次数:87

Course Description:高等数学

Course TitleAdvanced Mathematic

Course Code05000130500023

Categorycompulsory course

Credit11                                                                                                                                    

Teaching Objectives

This course will provide students the following topics of mathematics:

  1. Calculus with one or more variables.

  2. Vectors and linear algebra

  3. Analytic geometry and differential equations and so on.

The purpose of this course is to enhance students mathematics knowledge, to increase the capability of abstract thinking, logic deduction, logic inference and creative thinking.

Teaching Contents

  1. Sequence, series, functions, limit, and derivatives with geometric meaning.

  2. Continuous and differential functions, fundamental theorem of calculus

  3. Basic theorems and methods of integration and differentiation

  4. Partial differentiation of multi-values functions and its geometric property and applications to optimal problems.

  5. Some methods of solving differential equations, and so on.

  6. Classical major methods to solve integration and differentiation problems.

Textbook同济大学应用数学系主编,<<高等数学>>,高等教育出版社

Teaching Methodlectures

Hours5-6 hours per week, 186 hours in total

Assessmentwritten assessment

———————————————————————————————————————

Course Description:线性代数

Course TitleLinear Algebra

Course Code0500043

Categorycompulsory course

Credit3                                                                                                                                      

Teaching Objectives

Linear algebra is a main basic course for all majors in engineer. The main purpose of this course is to enable the students to master the basic definition, theory, method and calculation skill of linear algebra by all kinds of Teaching Method. Students will gain abilities to analyze and solve problems in use of computers and a firm basis for later work and research. That makes it possible that student can study other related subsequent courses to become a professional in engineering technology, research and other new science fields.

Teaching Contents

(1) Determinant 
 (2) matrix 
 (3) the elementary transformation matrix and linear equations 
 (4) Vector Group's linear correlation 
 (5) similar matrix and quadratic 
 (6) linear space and linear transformation

TextbookLinear Algebra, 4th, Tongji University

Teaching Methodlectures

Hours3 hours per week, 54 hours in total

Assessmentwritten assessment

———————————————————————————————————————

Course Description:程序设计基础

Course TitleFundamentals of program design

Course Code0500393

Categorycompulsory course

Credit2                                                                                                                                      

Teaching Objectives

This course provides students the principles of programming design with a way of designing animation. With the aid of ALICE, all of the abstract concepts such as variable, function, object, method and attribute will be some graphical elements. Students use these basic elements to design program and get a small interactive game or animation. This Teaching Method can not only inspire students interest, but also put a solid foundation for advanced courses.

Teaching Contents

1.Basic concepts of program design

2.Function, variable and program structure

3.Basic concepts of Object-Oriented design

4.Method and Inheritance

5.Event and Interaction

6.Control Structures

7.Loop and Recursion

Textbook

Wanda P.Dann, Stephen Cooper, Randy Pausch. Learning to Program with Alice. Pearson Prentice Hall. 2006.

Teaching Methodlectures and lab exercises

Hours2 hours per week36hours (18 hours lectures and 18 hours lab exercise)

Assessmentwritten assessment and experiment assessment


Course DescriptionC/C++程序设计

Course TitleProgramming in C/C++

Course Code0500183

CategoryCompulsory course

Credit6                                                                                                                                      

Teaching Objectives

Programming in C/C++ is another basic course for computer science majors and the following  goals will be achieved

1.Basic principles of good programming; Structured programming and basic control flow; Enhance students ability of problem solving and program design techniques

2.Syntax and Semantics of C/C++ programming languages

3.Object oriented programming methodology.

Teaching Contents

1.Basic concept about programming, including data types, variables, operators, arrays, pointers, sentence and control flow, functions and structured programming;

2.OOP(object-oriented programming): class and abstraction of data, operator overloading, derived, virtual functions input and output stream;

Textbook

(1) 谭浩强、张基温等编著,《C语言程序设计教程》,高等教育出版社

(2)(美)H.M.Deitel, P.J.Deitel著 薛完鹏等译,《C++程序设计教程》,机械工业出版社

Teaching Method lectures and lab exercises

Hours 6 hours per week108 hours (72 hours lectures and 36 hours lab exercise)

Assessment Written assessment and experiment assessment

———————————————————————————————————————

Course Description:大学物理

Course Title大学物理

Course Code05110630511073

Categorycompulsory course

Credit4                                                                                                                                      

Teaching Objectives

This course will provide students the necessary fundamental knowledge of physics. Not only students can learn basic physics knowledge but also can be trained to have scientific thinking and method to handle research problems. This course is to widen their thought, to inspire their creative spirit, to enhance their ability and quality as a modern scientist. 

Teaching Contents

  1. Classical mechanics

  2. Disturbance and wave theory

  3. Electromagnetism

  4. Thermodynamics

  5. Optics

  6. Modern physics

Textbook吕金钟著,《大学物理简明教程》,清华大学出版社

Teaching Methodlectures

Hours4 hours per week, 72 hours in total

Assessmentwritten assessment

———————————————————————————————————————

Course Description:离散数学

Course TitleDiscrete Mathematics

Course Code0500033

Categorycompulsory course

Credit4                                                                                                                                      

Teaching Objectives

Discrete mathematics is a combination of many subfields of mathematics to form a core mathematical course for computer science. The objective of this course is to let student have solid foundation of theory and methodology of discrete mathematics for their future needs in research or engineering tasks. This course will train students to have strong abstract thinking, creativity ability, and the capability to accomplish important tasks. 

Teaching Contents

1Sets, relations and its fundamental algebraic properties and operations.

2Logic fundamentals

3Boolean algebra

4Lattices

5Fundamental of graph theory and its representation.

TextbookBernard Kolman,<<Discrete mathematical structures>>(fourth edition),

Pearson education

Teaching Methodlectures

Hours4 hours per week, 72hours in total

Assessmentwritten assessment

———————————————————————————————————————

Course Description:数据结构

Course TitleData Structure

Course Code0500283

Categorycompulsory course

Credit5                                                                                                                                      

Teaching Objectives

Data structure is another core course for computer science majors and the following two goals will be achieved.

  1. Through studying this course the students is to understand the feasibility and background of each data structure, to learn the representation and realization of each data structure and its related manipulations. Students will be trained to use the appropriate data structures and algorithms to the right problems. Students will understand the elementary algorithms on space computability and time computability.

  2. The process of this course is also a training process for complicated programming. This course demands more than the requirement of programming course. The program written should have correctly readable data structure and algorithm and should be run correctly as well. Students can be trained to have better capability not only to solve the problem but also to realize it in a computer system.

Teaching Contents

Lectures have 72 hours in total. The major content includes studying the property, characteristics, representation, application of all the basic data structures like queue, linked list, binary tree, tree, forest, heap and so on. All the data structures will be arranged in order and be given searching algorithms and be implemented in C++.

Textbook殷人昆等,《数据结构(用面向对象方法与C++描述)》,清华大学出版社

Teaching Method lectures and lab exercises

Hours 5 hours per week90hours (72 hours lectures and 18hours lab exercise)

Assessment written assessment 

———————————————————————————————————————

Course Description:概率论与数理统计

Course TitleProbability and statistics

Course Code0500053

Categorycompulsory course

Credit3                                                                                                                                      

Teaching Objectives

Probability and statistics are subfields of mathematics to study problems related to randomness and uncertainty. Both fields have developed to be major fields in mathematics to contain lots of content and useful result. Through this course students will understand the central topics of theory and analytic methods and build up the capability to solve the real world problems. 

Teaching Contents

1Probability and its fundamentals

2Random variable and distribution.

3Multi-dimensional random variable and their distributions.

4Expectation and variance

5Law of large number and central limit theorem

6Estimation of parameters

7Testing hypotheses.

Textbook盛骤等编,《概率论与数理统计》,高等教育出版社,200112月第三版

Teaching Methodlectures

Hours3 hours per week, 54 hours in total

Assessmentwritten assessment

———————————————————————————————————————

Course Description:汇编语言程序设计

Course TitleAssembly language programming

Course Code0511273

Categorycompulsory course

Credit4

Teaching Objectives

Assembly language programming is a core course for computer science majors. Assembly language is a symbolic version of machine language and machine language reflects the computer architecture and organization. It is not only a prerequisite for courses like computer organization, operating system but also a good language to write system programs, firmware and basic I/O systems. Therefore assembly language programming can give students good foundation to understand other computer science courses in more profound way.

Teaching Contents

1. 80X86 CPU assembly language
 2
80X86 instruction set
 3
Basic assembly programming techniques
 4
Macro
 5
Programming with mix assembly language and high level languages

Textbook杨文显主编,《汇编语言程序设计教程》,清华大学出版社

Teaching Method lectures and lab exercises

Hours 4 hours per week72hours (36 hours lectures and 36 hours lab exercise)

Assessment written assessment

———————————————————————————————————————

Course Description:数据库原理

Course TitlePrinciple of Database

Course Code0511193

Categorycompulsory course

Credit4

Teaching Objectives

Teach students theory, concepts, and methodology of database. Teach them how to model a database, how to design relational database, and how to use sql. This course is suitable for computer science and information science majors. The future development of database is also studied.

Teaching Contents

1.Fundamental of database systems
 2
Building a database model.
 3
Relational database
 4
Relational algebra
 5
Database language SQL
 6
System aspects of SQL

Lab contents

write SQL statements (including create database, queries,alter schema etc.) in SQL SERVER or MS ACCESS environments. 

Textbook岳丽华译,《数据库系统基础教程》,机械工业出版社

Teaching Method lectures and lab exercises

Hours 4 hours per week72 hours (64 hours lectures and 8 hours lab exercise)

Assessment written assessment

———————————————————————————————————————

Course Description:数字逻辑

Course TitleDigital Logic

Course Code0511263

Categorycompulsory course

Credit4

Teaching objectivesDigital Logic is the foundation of computer hardware, and it is also an important basic course for computer majors. The purpose of establishing this curriculum is enable students to master the elementary knowledge and principles of digital system, to obtain the basic skills of analysis and design of digital logic, and to train the students to have ability of analyzing and solving questions, to build the foundation for the later thorough study related to domains in Teaching Contents.

Teaching ContentsNumber expression and code; Logic algebra foundation; Logical function simplification; Analysis and design of combinatory logic electric circuit ; Analysis and design of synchronization sequence circuit; the simplification of synchronization sequence circuit; Analysis and design of pulse asynchronous sequence circuit; Logical design uses in a very large integrated circuit or middle scale integrated circuit; Basic principle of programmable logical component ; Dangerous phenomenon of logic circuit; The latest development of digital logic technology .

Textbook欧阳星明编著,《数字逻辑》,高等教育出版社

Teaching Method lectures and experiments

Hours 4 hours per week72 hours (54 hours lectures and 18 hours experiments)

Assessment written assessment

———————————————————————————————————————

Course Description:计算机组成原理

Course TitleComputer Organization

Course Code

CategoryCompulsory course

Credit5

Teaching objectivesIn this curriculum, it requires students to grasp the concept of complete logic structure and organization of a single computer by studying the mechanism of each functional component, by understanding the general composition principle and the internal movement mechanism of a computer, by grasping majority of the composition principles, logic realization, design methods and interconnection constitution of complete machine technology in the computer hardware system, by studying and doing experiments of the computer logical composition, the working mechanism and programming of various functional units.

Teaching ContentsIntroduction of Computer Organization , data expression method and arithmetic unit, instruction sets and repertoire, central processor unit, storage systems, the exchanges of information between CPU and peripheral devices, peripheral devices, computer hardware system demonstration.

Textbook王诚主编,《计算机组成与设计》,清华大学出版社

Teaching Methodlectures and experiments

Hours5 hours per week90 hours (72 hours lectures and 18 hours experiments)

Assessment written assessment

———————————————————————————————————————

Course Description:计算机网络

Course TitleComputer Network

Course Code0500293

Categorycompulsory course

Credit4

Teaching Objectives

Understand the structure, protocol, theory and principles of computer network. Learn the common methodology and settings of network parameters. Teach students using common network commands and tool-software. The purpose of this course is to give students a foundation of networking knowledge for their future advance study or research on networking.

Teaching Contents

1. Fundamental of networking
 2
Network architecture
 3
Fundamental of Telecommunication
 4
Network Layers
 5
Local Area Network

Textbook谢希仁,《计算机网络教程》,人民邮电出版社

Teaching Method lectures and experiments

Hours 4 hours per week72 hours (60 hours lectures and 12 hours lab exercise)

Assessment written assessment

———————————————————————————————————————

Course Description:编译原理

Course TitlePrinciples of Compiler Design and Construction

Course Code0511163

Categorycompulsory course

Credit4                                                                                                                                      

Teaching Objectives Through lectures and design of this course students will understand the principles of compiler design and construction. The students will also gain the valuable accumulated experience for their future needs in programming design.

Teaching Contents

The major content of this course are compiler design, including lexical analysis, syntax analysis, semantics analysis, code generating, optimization and organization of code. This course also includes the foundation of compiler design that includes grammar, regular expression, finite automata and syntax-directed translation.

Lab Content: Course is designed to have 18 hours of lab exercise, to implement some part of a small compiler in aid of the tools Lex and Yacc.

Textbook杜淑敏等,《编译程序设计原理(第二版)》,北京大学出版社

Teaching Method lectures and lab exercises

Hours 4 hours per week72 hours (54 hours lectures and 18 hours lab exercise)

Assessment written assessment 

———————————————————————————————————————

Course Description:数据库管理系统

Course TitleDatabase Management System

Course Code0500213

Categorycompulsory course

Credit3

Teaching Objectives

This course emphasizes the design, management and realization of a database management system. Use powerbuilder to design and realize a database management system.

Teaching Contents

1. Fundamental of database management systems
 2
Powerbuilder environment and powerscript languages
 3
Building a database system
 4
Mastering powerbuilder 
 5
Interactive Powerbuilder tool with intranet and internet environment. 
 6
SQL in various database management systems, for instance MySQL, Oracle and DB2. 
Lab Teaching Contents
exercise in Powerbuilder environment.

Textbook郑阿奇主编,《PowerBuilder实用教程》,电子工业出版社

Teaching Method lectures and lab exercises

Hours 3 hours per week54 hours (36 hours lectures and 18 hours lab exercise)

Assessment written assessment and experiment assessment

———————————————————————————————————————

Course Description:计算机图形学

Course TitleComputer Graphics

Course Code05111530514025

Categorycompulsory course                                                                                               

Credit4

Teaching Objectives

Computer Graphics is a course emphasis on combining its theorytechniques and applications as well. It aims at introducing basic computer graphic conceptsmethods and algorithms. Emphasis is also placed on understanding the principles underlying interactive computer graphics and how to develop graphics-related software..

Teaching Contents

(1) A Survey of Computer Graphics

(2) Graphics Output Primitives

(3) Attributes of Graphics Primitives

(4) Geometric Transformations

(5) Two-Dimensional Viewing

(6) Three-Dimensional Viewing

(7) Three-Dimensional Object Representations

(8) Visible-Surface Detection Methods

(9) Illumination Models and surface-Rendering Methods

(10) Interactive Input Methods and Graphical User Interfaces

Lab Contents

1.Basic drawing techniques in MFC environment

2.Implementing algorithms for output Line and Circle

3.MVC pattern and its application

4.OpenGL basics

5.Design and develop an interactive drawing software

6.Using OpenGL to implement texture and light effect

Textbook杨钦,徐永安,翟红英编著,《计算机图形学》,清华大学出版社,2005

Teaching Methodlectures and lab exercises

Hours4 hours per week72 hours(36 hours lectures and 36 hours lab exercise)

Assessmentwritten assessment

———————————————————————————————————————

Course Description:操作系统

Course TitleOperating Systems

Course Code0511143 0514015

Categorycompulsory course

Credit4                                                                                                                                      

Teaching Objectives Operating system manages the resources of computer systems. Through this curriculum students will understand the internal management of computer resources, the basic organization of computer system, and the functionality of system processes. Study a few real cases of operating system, for instance, Lynux window XP and Vista. Build up a strong background for students future studies and their careers in the industry.

Teaching ContentsThe major content of this course are introduction, process management, memeory management, file management, device management, interrupt, scheduling, deadlock, race condition, polling, kernel, network operating system, the future development of operating system, and Chinese operating system.

Lab Content: Lynux kernel with 12 related components as in the text material.

Textbook

美国卡内基-梅隆大学计算机系教材,《操作系统概念(第六版翻译版)》,高等教育出版社

Teaching Method lectures and lab exercises

Hours 4 hours per week72 hours (48 hours lectures and 24 hours lab exercise)

Assessment written assessment

———————————————————————————————————————

Course Description:计算机网络工程

Course TitleComputer Network Engineering

Course Code0511303

Categorycompulsory course

Credit3

Teaching Objectives

Understand the design and equipments of networks of different types. Learn all the technology of setting up intranet as well as the management of network systems.

Teaching Contents

1. Planning and designing of networks
 2
Network flow control and management
 3
Switching technology of WAN and LAN
 4
IP network routing management
 5
Network security design

6LANs interconnecting

TextbookSelf-edited electronic course book

Teaching Method lectures and experiments

Hours 3 hours per week54 hours (26 hours lectures and 28 hours lab exercise)

Assessment written assessment and experiment assessment

———————————————————————————————————————


Course Description:多媒体技术及应用

Course TitleMultimedia Technology and Applications

Course Code0500223

Categorycompulsory course

Credit4

Teaching Objectives

The purpose of this course is to have students understand the fundamental principle and methods of multimedia technology. For instance, understand common compressing, coding, editing, communicating, and transforming technology for data in the formats of audio, graphics, and video. Also allow students to be familiar with various environments and applications of modern multimedia.

Teaching Contents

(1) Introduction
 (2) Digital audio
 (3) Digital graphics
 (4) Digital video
 (5) Multimedia storage technology

(6) SMIL

(7) Applications of multimedia

Lab contents:

a)CoolEdit

b)Audio player design

c)Photoshop

d)Graphics software design

e)Premiere

f)Video player design

Textbook林福宗编著,《多媒体技术基础》(第2版),清华大学出版社

Teaching Method lectures and lab exercises

Hours3 hours per week54 hours (30 hours lectures and 24 hours lab exercise)

Assessment written assessment

———————————————————————————————————————

Course Description:软件工程

Course TitleSoftware Engineering

Course Code0500233

CategoryCompulsory course

Credit4

Teaching ObjectivesStudents should have a firm grasp of the software engineering process. This includes how large-scale software projects are developed, from its inception, to requirements gathering, analysis, design, implementation, testing, and maintenance. This also includes a large teamwork component, as non-trivial software engineering is almost always performed in a team. Students should also have an idea of how to write proper requirements documents, design documents and other standard reports.

Teaching Contents

(1) Introduction
 (2) Software Life-Cycle Models
 (3) Requirements
 (4) Software Structure
 Basic Concepts
 (5) Analysis

(6) Reusability and Portability

(7) Design

(8) Implementation

(9) Testing

(10) Teamwork

(11) Computer-Aided Software Engineering (CASE)

Textbook

Stephen R. Schach, Object-Oriented Classical Software Engineering, 7th Edition, McGraw-Hill, 2007.

Teaching Method lectures and lab exercises

Hours4 hours per week72 hours(36 hours lectures and 36 hours lab exercise)

AssessmentFinal software engineering project

Course DescriptionPerl 语言程序设计

Course TitlePerlProgramming
Course Code
0500045
Category
optional course

Credit3

Teaching Objectives

(1)Study principles and methods of Perl programming in window environment.

(2)Through lab exercises to enhance capability of solving and programming real problems.

Teaching Contents

(1)Data structure of Perl

(2)Document manipulations

(3)Pattern match

(4)Controls and subroutines

(5)Applications of Perl and CGI

Lab Content:

Implement script programming with Perl and CGI

ProjectsTransitional probability calculating, String retrieval, Transformation from Pinyin to Chinese characters, Chinese word segmentation

TextbookSelf-edited electronic course book

Teaching Methodlectures and lab exercises

Hours3 hours per week, 54 hours in total

Assessmentexperiment assessment

———————————————————————————————————————

Course Description:自然语言处理

Course TitleNatural Language Processing 
Course Code
0500035
Category
optional course

Credit3

Teaching Objectives

(1) The first aim of this course is to guide students to analyze the basic problems and grasp the fundamental approaches in the fields of Natural Language Processing, for the purpose of further learning and researching in the relevant fields.

(2) The second aim is to foster the studentsability of computer application and the research methodology ofPracticeTheoryPractice.

(3) The third aim is to improve and strengthen the ability of programming and coding.

Teaching Contents

(1) Introduction

(2) Chinese character processing Computer oriented coding of Chinese character; Principles, data structures and algorithms of some important applications.

(3) Chinese word processing Uses and difficulties; The basic algorithms and techniques of word segmentation; The basic methods of new words detecting; Important application technologies and their principles.

(4) Summary of sentence processing

ProjectsTransitional probability calculating, String retrieval, Transformation from Pinyin to Chinese characters, Chinese word segmentation

TextbookSelf-edited electronic course book

Teaching Methodlectures and lab exercises

Hours3 hours per week, 54 hours in total

Assessmentwritten assessment

———————————————————————————————————————

Course DescriptionWindows 程序设计

Course TitleWindows Programming
Course Code
0500055
Category
optional course

Credit3

Teaching Objectives

(3)Study principles and methods of window programming in visual C++ environment.

(4)Through lab exercises to enhance capability of solving and programming real problems.

Teaching Contents

(6)Principles and methods of window programming

(7)Programming dialog box

(8)Document-visual structure programming

(9)DLL programming

(10)Multi-thread programming design

(11)Database connectivity based on ODBC, DAO

ProjectsTransitional probability calculating, String retrieval, Transformation from Pinyin to Chinese characters, Chinese word segmentation

TextbookSelf-edited electronic course book

Teaching Methodlectures and lab exercises

Hours3 hours per week, 54 hours in total

Assessmentexperiment assessment

———————————————————————————————————————

Course DescriptionJava 语言程序设计

Course TitleProgramming in Java

Course Code0500055

Categoryoptional course

Credit4

Teaching Objectives and ContentsThe goal of this class to give students a single semester introduction to the Java programming language. Students will learn the basic syntax of the language as well as how to implement important computer science concepts in Java. The following subjects will be covered Java background and history, the Java Virtual Machine, creating Java applications, Java data types, inputting and outputting, Object Oriented programming with Java, control statements, Java API, static methods and fields, arrays, access control, constants, Java packages, Java inheritance, and Java polymorphism. Labs will be held once a week so that students can practice what they learned during the lecture.

TextbookJava Introduction to Problem Solving and Programming, 5/E by Walter Savitch

Publisher Prentice Hall, 2008

Teaching Methodlectures and lab exercises

Hours4 hours per week72 hours(36 hours lectures and 36 hours lab exercise)

Assessment Students grades will be based on homework, participation in the lab, and the final Assessment. The final Assessment will include a programming activity in the lab as well as a written test.

———————————————————————————————————————

Course DescriptionInternet and Web 技术概论

Course TitleInternet and Web Technology

Course Code

Categoryoptional course

Credit3

Teaching Objectives

Through this course, students can have a clear understanding of Web technologies, and integrate with a variety of Web technologies to write simple Web applications.

Teaching Contents

Internet and Web overview, writing Web documents, configuration of Web server,   principle of CGI, Web applications development with ASP.NET.

Lab Contents (1) Study protocols of Internet, such as Email and FTP.
 (2) Study the architecture of DNS.
 (3) Master HTTP and related technologies, such as URL, MIME, and COOKIES etc.
 (4) Write HTML documents with Notepad.
 (5) Write JavaScript codes.
 (6) Write CGI codes.
 (7) IIS server configuration.
 (8) SQL server configuration.
 (9) Study IDE of Visual Studio.NET.
 (10) Develop Web applications with ASP.NET.

TextbookSelf-edited electronic course book

Teaching Methodlectures and lab exercises

Hours3 hours per week54 hours (36 hours lectures and 18 hours lab exercise)

Assessmentwritten assessment

———————————————————————————————————————

Course Description:电子商务

Course TitleElectronic Commerce

Course Code05111050514053

Categorycompulsory course

Credit3

Teaching ObjectivesElectronic commerce is the commercial activity by means of electronic instruments. The purpose of this course is to help the students to understand its basic concepts, theories and techniques. An original edition textbook in English is adapted in this course. The students will apply the theories with practice by case analysis, society investigation and brain storms. They will learn basic technologies for making of video, image and Web site. They will be able to develop simple Web sites with multimedia effects.

Teaching ContentsIt includes its definition, basic framework, key technology, online marketing, electronic banking, security, and the issues on logistics, law and others in electronic commerce.

TextbookGary P.SchneiderElectronic Commercemachine publishing house 2006.8 ,1st edition; Textbook on Premiere, Photoshop, Dreamweaver

Teaching Method lectures and lab exercises

Hours3 hours per week54 hours(36 hours lectures and 18 hours lab exercise)

Assessment written assessment

———————————————————————————————————————

Course Description:人工智能原理

Course TitleIntroduction to Artificial Intelligence

Course Code0500085

Categoryoptional course

Credit3

Teaching Objectives

(1) Students are required to master the common computing technology which is used to accomplish certain tasks in intelligent systems.

(2) Students will have a preliminary understanding of how to establish an efficient human-machine interactive system.

(3) Help students to strengthen their ability of formalization.

Teaching Contents

(1) Introduction.

(2) Control mechanism and AI algorithms The concept of state space and searching approaches; Pruning of state space, Reduction in task space, searching and pruning on game tree.

(3) Knowledge representation Logic deduction and its mechanism, Semantic net and framework

TextbookSelf-edited electronic course book

Teaching Methodlectures

Hours3 hours per week, 54 hours in total

Assessmentwritten assessment

———————————————————————————————————————

Course Description:计算机安全

Course TitleComputer Security

Course Code0511075

Categoryoptional course

Credit3

Teaching Objectives

Understand the major theory and technology of computer security. This course is not only to develop students ability to analysis and diagnosis system hidden security problems but also to develop the capability to protect against possible security attacks from others.

Teaching Contents

(1) Introduction
(2) Computer environment security
(3) Security of operating systems
(4) Network security

(5) Software security

TextbookSelf-edited electronic course book

Teaching Methodlectures and experiments

Hours3 hours per week54 hours (36 hours lectures and 18 hours lab exercise)

Assessmentopen book test