Tag: geca
All the articles with the tag "geca".
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.
CSPCC5001. Binary Search Tree
Updated: 25 min readBinary search trees are data structure that can be used to store data more efficiently - such that it can be searched and retrieved.
CSPCC5002. Machine learning paradigms
Updated: 25 min readLearning Scenarios in Machine Learning - Various approaches to how models learn and are evaluated based on the availability, type, and sequence of training data.
CSPC2005/02. Construct and Execute a C Program Showing the Use of Pointer to Structure
Published: 2 hours readTo understand the concept of self-referential structures in C. To learn how to create and manipulate linked structures. To implement a simple program using a self-referential structure to manage a list of items.