Skip to content

Mapping of GECA's academic resources

 Updated: 5 hours read

This post mean’t to index all the links, resources, labs, and notes made for GECA’s academics. Here are all the links, categorized subject wise.

Table of contents

Open Table of contents

CSPCC5001 Advanced Data Structures

  1. Presentation on BST (Binary Search Trees) with examples ⇜ from unit 3
Show More

CSPCC5002 Advanced Machine Learning

  1. Presentation on generic Machine learning paradigms or approaches with examples ⇜ from unit 1
Show More

CSPEC5002 Advanced Computer Network

  1. </> REPO TCP Server greeting a client (java), UDP Server Echo (java), Socket-based Server and Client - Uppercase Message Response (java, python) ⇜ from unit 2 assignment
Show More

CSPC2005 (Labs) Advanced C and C++

  1. Construct and execute C program showing use of pointer to structure.
  2. Implement C program for self-referential structure.
Show More
  1. Study C++ Standard Library function. ★
  2. Demonstrate C++ program illustrating Class declaration, Definition and accessing Class members. ★
  3. Illustrate default constructor, parameterized constructor and copy constructor and destructor. ★
  4. Execute Program to demonstrate Operator overloading. ★
  5. Develop Program for Function overloading. ★★
  6. Implement Inheritance by applying various access controls to its data members and methods. ★★
  7. Illustrate C++ program supporting following form of inheritance: ★★
  • Single inheritance
  • Multiple inheritance
  • Multi-level inheritance
  • Hierarchical inheritance
  1. Implement Polymorphism by applying various access controls to its data members and methods. ★★
  2. Execute Program to demonstrate Friend function and Friend class. ★★
  3. Develop C++ program for inline function. ★★
  4. Write a program to read the class object information from keyboard and store them on a specified file using read() and write() function. Again, open the same file and display the same file content on screen. ★★★
  5. Write a program containing possible exception. Use a Try Block to Throw it and Catch Block to handle it properly. ★★★

CSPC2006 (Labs) Web Technology

  1. Creating User Research and User Profiles
Show More
  1. Creating Wireframes and Prototypes ★
  2. Creating Webpages from Wireframes ★
  3. Creating Personal Resume using HTML5 and CSS3 ★
  4. Adding Bootstrap Navigation and Carousel to Webpage ★
  5. Create a Webpage using Materialize.css ★★
  6. Demonstrate JavaScript Functions and Events ★★
  7. Creating Simple Calculator using JavaScript ★★
  8. Deploying Webpages on IIS and Demonstrate FileZilla ★★
  9. Using Font Awesome, Google Fonts and Other UI Libraries in Web Page ★★
  10. Create a Mini Project ★★★

Previous Post
CSPCC5002. Machine learning paradigms
Next Post
CSPC2005/02. Construct and Execute a C Program Showing the Use of Pointer to Structure