Computer Science Courses
Completed in Fall 2004
The programming languages cover C, java, javascript, SQL. From Database design to Web applications user interface, that is a preparation for the next semester.
Database system I
-
ccps510 instructed by Professor Abdul N. Shaikh
My Database project of ccps510 has followed the structured approach, step by step:-
Requirements
The requirements include mission statement, mission objectives, then system definition, and user view collections. -
Conceptual design
The identifications of Entity types, relationship types and attributes, an Entity-Relationship model has created with Specialization. -
Logical design
Revises the ER model, refines Relational Schema, validate Relationship using Normalization and User transactions, then defines Integrity constraints. -
Physical design
Implements to physical storage.
-
Requirements
Web component and networking programming in java
-
ccps530 instructed by Professor Wing Shiu
-
assignment 1
a web page design with html, css and an Applet to preload image. -
assignment 2
An Applet of loading 20 thumbnails by 4 threads, and selectively displays it, with time interval in a slide show. -
assignment 3
Using JavaScript and Applet to access the Server dicrectory, and display file's content when selecting it.
-
assignment 1