UIT2201: Computer Science and the Information Technology Revolution

(Spring 2006 Semester)


Detailed Syllabus

Everything up-to-date. (LeongHW, 13-Apr-2006)


1. Introduction, Motivation and Top level Demystification (2 hours)

Goal: To illustrate pervasiveness of computers and how it has changed our lives in a significant way. Introduce the type of CS components (as black boxes) that go into some technologies.

Topics: Some examples such as Email, Walk through a house, electronic bank transaction, CD/MP3, module registration, Linc, expert system, sum of 1 to 100, etc would be considered to illustrate the pervasiveness of computers and to introduce the various CS components (as black boxes) that are needed to make the above work. Search Engines.

Compulsory Reading: | [SG] - Ch 1; | | The Capable Computer (txt) | | History of PC (txt) |
Supplementary Reading: | [B] - Ch 0; | | [HCB] - Ch 1-4; | | [MBP] - Ch 1 |

Lecture Notes: | About the Course (ppt) | | Introduction (ppt) [updated] |

Additional Notes: | Trends (pdf) |

Lectures (2 hrs):


2. Algorithms (6 hours)

Goal: To introduce the notion of algorithms as a means for telling a physical device, how to solve a problem in a step by step fashion. To introduce the idea of systems analysis, capturing data to represent state of objects in real life and events that change object states .

Topics: Notion of an algorithm. Some simple algorithms and basic idea about complexity of an algorithm.

Compulsory Reading: | [SG] - Ch 2-3; |
Supplementary Reading: | [Brookshear] - Ch 4-5; |

Lecture Notes: | Algorithms (ppt) [updated] | | Loop(Animated) (ppt) [no change] |
      More Note on Simple Algorithms --- | Alg-simple (ppt) [no change] | | More examples (html) |

Lectures (6 hrs):


3. Database (2 hours)

Goal: To appreciate the idea of organizing, managing and using data. We examine issues related to databases and database applications.

Topics: Notion of data and tables. Combination of tables. Database terminologies and operations. Issues related to database organization and query processing.

Compulsory Reading: | [SG] - Ch 13.3; |
Supplementary Reading: | [Brookshear] - Ch 9; |

Lecture Notes: | Database (ppt) | | SG-Chap13-3 (ppt) | | SQL(Animated) (ppt) [No change]! |

Additional Notes: | Database Primitive Operations (txt) | -- READ

Lectures (2 hr):


4. Hardware (4 hours)

Goal: Physical realization of a computer. To give some simple steps to illustrate how a physical computer may be constructed. To understand that the computers are essentially devices computing logical functions. To illustrate approach of building complex systems by incrementally realizing and putting together well defined simpler parts.

Topics: binary numbers, boolean logic, logic gates, transistors, combinatorial/sequential circuits, memory, CPU, ALU, Von Neumann Architecture, peripherals. The above topics will be explained using simple examples with the aim to give an idea to the students about how the physical computer can be built and their scientific basis. In general in this and all topics below the idea would be to give only a brief overview so as to "demystify" the technology and address the advantages and impact of the technology.

Compulsory Reading: | [SG] - Ch 4-5; |
Supplementary Reading: | [Brookshear] - Ch 1-2; |

Lecture Notes: | Hardware (ppt) | | SG-Chap04 (ppt) | | SG-Chap05 (ppt) [only some parts relevant] |

Additional Notes: | Karnaugh Maps (txt) [optional] |

Lectures (6 hrs):


5. Networks/Internet/WWW (2 hours)

Goal: To present and highlight the idea and advantages of linking together multiple machines that are physically separated to form ``communities'' of machines with unique identites. Advantages inclide extended capabilities in terms of resource sharing, communication, web etc.

Topics: network, communication links, internet, addressing, protocols, routing algorithms, WWW, network services, resource sharing, client-server, ftp, telnet, email, newsgroups, bbs, ecommerce, web-mail.

Compulsory Reading: | [SG] - Ch 7; |
Supplementary Reading: | [B] - Ch 3; |

Lecture Notes: | Network (ppt) [updated] | | SG-Chap07 (ppt) [updated] | | Protocols (ppt) | | Network (pdf) [old-dated] |

Additional Notes: | The Sociable Machine (txt) | electronic publishing (txt) | Akamai (txt) | Gifts from the Web (txt) |

Lectures (2 hrs):


6. Artificial Intelligence (2 hours)

Goal: To address the question (and broader issues) of whether computers are basically dumb machines following instructions (programs), or whether programs can exhibit ``autonomous'' behaviour, and hence ``intelligence''. The quest to qualify the notion of machine intelligence and ways of achieving or at least emulating it.

Topics: Philosophical issue. Can machines think? or do they just follow programs? Can we think or are we just following DNA? Historical Perspective on how machine trying to do human like activities were built. Perception, recognition, reasoning, knowledge representation, learning, expert system, game playing.

Compulsory Reading: | [SG] - Ch 14; |
Supplementary Reading: | [B] - Ch 10; |

Lecture Notes: | SG-Chap14 (ppt) [updated] | | Artificial Intelligence (pdf) |

Additional Notes: | Deep Blue Beats Gary Kasparov (txt) | robots (txt) |

Lectures (3 hrs):


7. Theory (2 hours)

Goal: To provide a mathematical model to reason about the capabilities of computers, what computers can or cannot do, and how efficiently they can do? To highlight and appreciate the intellectual beauty that one can reason about the capabilities of computers and arrive at powerful conclusions without experimentation.

Topics: Turing Machine, Automata, Unsolvability Efficiency/Complexity of solving problems.

Compulsory Reading: | [SG] - Ch 11; Ch 3.6 |
Supplementary Reading: | [B] - Ch 11; |

Lecture Notes: | Theory (ppt) [updated] | | SG-Chap11 (ppt) |

Additional Notes: | theory (txt) |

Lectures (2 hrs):


8. E-commerce, Security and Cryptography (2 hours)

Goal: The notion and need for communication security and how to achieve it. Powerful theoretical ways to reason about and quantify degree of security, without need for actual experimentation and simulations.

Topics: What does security mean. Some basic cryptography algorithms. Interactive Proofs, Zero-Knowledge proofs, Applications in Ecommerce.

Compulsory Reading: | [SG] - Ch 13; |
Supplementary Reading: | [B] - Ch 11; |

Lecture Notes: | SG-Chap13 (ppt) [no change] |
| Cryptography (ppt) [this part not in exam] |

Additional Notes: | information theory (txt) | | privacy-security (html) |
     

Planned Lectures (2 hrs):


9. Computers and Society (1 hour) [Not covered, no included in exam!]

Goal: To emphasize the wide impact of computers on society and how it has changed our lives in a significant way. To be aware that potential social/legal/ethical issues exist and may arise due to information technology.

Topics: Examples to illustrate how computers have impacted on society and changed our lives in a significant way. Range of issues that can exist as a result of technology, which may or may not have right solution. Example issues.

Compulsory Reading: | [SG] Ch 15; |
Supplementary Readings: | [B] - Ch 11; |

Lecture Notes: | Social (ppt) (no change) [not in exam] |

Additional Notes: | Info Economy (txt) | More Info Economy (txt) | Research & Trendiness (txt) | privacy-security (html) |

Lectures (1 hr):


10. Past and Future Trends (1 hour) [not in exam]

Goal: To understand on how various scientific advances have influenced the cost, performance, size and availbility of computers, and the extent to which the current trend might continue. To understand how computers have been and might be employed as a result of its increasing pervasiveness. To examine some predictions, and to evaluate their technical soundness and/or feasibility based on current knowledge.

Topics: Quantum devices --- transistors and lasers, as the foundation of silicon-based computers. Physical, and hence technical limits of such devices. Principles behind Biocomputing and Quantum computing as fundamentally different computing paradigms, and their feasibility. Predictions on future computer usage, capabilties, and their technical bases.

Compulsory Reading: | [SG] Ch ??; |

Lecture Notes: | Future (pdf) |

Additional Notes: | CS History (txt) | Quantum computing (txt)

Lectures (1 hr):


11. Revision (Optional)


UIT2201 Syllabus