Tag: lab
All the articles with the tag "lab".
CS3014/01. Introduction | Application Development Tools
Updated: 2 hours readIntroduction to ASP.NET Web Framework, a web framework for building modern web apps and services with .NET.
CS3014/02. Basic Application | Application Development Tools
Updated: 2 hours readBuild a web-based TODO list using ASP.NET Core MVC and C#.
CS3014/03. Master Page and Modularity | Application Development Tools
Published: 2 hours readDevelop master pages and user controls for modularity and consistent UI design.
CS3014/04. Object Oriented Programming | Application Development Tools
Published: 2 hours readApply OOP principles in C# with design patterns for robust software architecture.
CS3014/05. Validation Controls | Application Development Tools
Published: 2 hours readImplement ASP.NET validation controls for multi-layered data integrity enforcement.
CS3016/02. Program graph theory reductions among clique, vertex cover, and independent set problems.
Updated: 4 hours readTo understand and implement polynomial-time reductions among the Clique, Vertex Cover, and Independent Set problems, which are fundamental in computational complexity and NP-completeness.
CS3016/01. Implement divide-and-conquer algorithms for binary search, merge sort, and quick sort.
Published: 4 hours readTo understand and implement divide-and-conquer algorithms - Binary Search, Merge Sort, and Quick Sort, and analyze their time and space complexities.
CSPC2006/02. Creating Wireframes and Prototypes
Published: 2 hours readTo Understand what wireframes and prototypes are in UI/UX design. To Learn how to create wireframes and prototypes using popular tools. To Gain experience in translating ideas into visual layouts.
CSPC2005/01. Construct and Execute a C Program Showing the Use of Pointer to Structure
Updated: 2 hours readTo understand and demonstrate the use of pointers to structures in C programming by constructing and executing a simple C program. This lab will help students grasp how pointers can be used to reference and manipulate data within structures.
CSPC2006/01. Creating User Research and User Profiles
Updated: 2 hours readTo Learn the fundamentals of user research. To Collect and analyze data to understand user needs. To Create detailed **User Profiles (Personas)** based on your research findings.