Sr.
# Lab Description CLOs
01 Review and implementation of Basic Statements of C++ Language (Part-I)
a. Explain the Basic statement of C++ language
1
b. Recognize how we write a program in visual studio.
4
c. Practice different C++ program.
4
02 Review and implementation of Basic statements of C++ language (Part-II)
a. Explain the Basic statement of C++ language
1
b. Recognize how we write a program in visual studio.
4
c. Practice different C++ program
4
03 Implementation of Arrays in C++ Language.
a. Explain the concept of Arrays. 1
b. Recognize how we write a program in visual studio. 4
c. Practice different C++ program using arrays
4
04 Implementation of basic arithmetic operations of matrix via2-dimension
array.
a. Practice C++ program using 2-diamension arrays. 4
05 Implementation of Functions in C++.
a. Explain the concepts of functions and pointers. 1
4
b. Recognize how we write a program in visual studio.
c. Practice different C++ program using functions.
4
06 Implementation of Structures in C++
a. Discuss the concepts of Structure. 1
b. Recognize how we write a program in visual studio. 4
c. Try to write a different C++ program using structure.
4
07 Implementation of Pointers and its basic operation in C++
1
a. Explain the concepts of pointers.
4
b. Recognize how we write a program in visual studio.
4
c. Practice different C++ program using pointers.
08 Implementation of basic concepts of OOP (Classes, Objects and
inheritance).
a. Discuss what classes Objects are and inheritance). 1
b. Practice C++ program which include classes and inheritance and
object creation. 4
09 Implementation of Link List in C++.
a. Discuss in detail what link list is? And type of link list. 01,02
b. Try to implement link list in C++. 4
10 Implementation of different Sorting Technique in C++. 01,02
a. Explain bubble sort selection sort and insertion sort and analyze best
sorting technique.
b. Try to implement these sort in C++ 4
11 Implementation of Stacks in C++ Language.
a. Discuss in detail what is Stack and its application.
1
b. Try to implement stack in C++. 4
12 Implementation of Queues in C++ Language.
a. Explain the concepts of Queues.
1
b. Recognize how we write a program in visual studio.
4
c. Practice different C++ program using Queue.
4
13 Implementation of Searching Technique in C++ Language
a. Explain the different searching technique. 01,02
b. Recognize how we write a program in visual studio. 4
c. Try Searching Technique in C++ Language. 4
14 Implementation of Tree Algorithms in C++.
a. Explain the Tree Algorithms technique. 01,02
b. Recognize how we write a program in visual studio. 4
c. Try Tree Algorithms in C++ Language. 4
15 Open Ended Lab 2