REPOSITORY OVERVIEWLive repository statistics
★ 72Stars
⑂ 44Forks
◯ 0Open issues
◉ 72Watchers
80/100
OPENREPOHUB HEALTH SIGNALStrong signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
100 Community adoption25% weight
38 Maintenance state20% weight
100 License clarity10% weight
100 Project information10% weight
51 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Table Of Content
| Experiment Folder | Experiment Aim |
|---|
| 1 | SWOT analysisThe students should be made aware of their goals, strengths and weaknesses, attitude, moral values, self-confidence, etiquettes, non-verbal skills, achievements. through this activity. SWOT Analysis, Confidence improvement, values, positive attitude, positive thinking and self-esteem. The concern teacher should prepare a questionnaire which evaluate students in all the above areas and make them aware about these aspects. |
| 2 | Personal and Career Goal setting – Short term and Long termThe teacher should explain to them on how to set goals and provide template to write their short term and long term goals. |
| 3 | Public SpeakingAny one of the following activities may be conducted :1. Prepared speech (Topics are given in advance, students get 10 minutes to prepare the speech and 5 minutes to deliver.)2. Extempore speech (Students deliver speeches spontaneously for 5 minutes each on a given topic)3. Story telling (Each student narrates a fictional or real life story for 5 minutes each)4. Oral review ( Each student orally presents a review on a story or a book read by them) |
| 5 | Group discussionGroup discussions could be done for groups of 5-8 students at a time Two rounds of a GD for each group should be conducted and teacher should give them feedback. |
| 6 | Letter/Application writingEach student will write one formal letter, and one application. The teacher should teach the students how to write the letter and application. The teacher should give proper format and layouts. |
| 7 | The teacher should teach the students how to write report .The teacher should give proper format and layouts. Each student will write one report based on visit / project / business proposal. |
| Experiment Folder | Experiment Aim |
|---|
| A1 | Write C++ program to draw a concave polygon and fill it with desired color using scan fill algorithm. Apply the concept of inheritance. |
| A2 | Write C++ program to implement Cohen Southerland line clipping algorithm. |
| A3a | Write C++ program to draw the following pattern. Use DDA line and Bresenham‘s circle drawing algorithm. Apply the concept of encapsulation. |
| B4a | Write C++ program to draw 2-D object and perform following basic transformations, a) Scaling b) Translation c) Rotation. Apply the concept of operator overloading. |
| B5c | Write C++ program to generate fractal patterns by using Koch curves. |
| C6c | Write OpenGL program to draw Sun Rise and Sunset. |
| C7c | Write C++ program to draw man walking in the rain with an umbrella. Apply the concept of polymorphism. |
| 8 | Design and implement game / animation clip / Graphics Editor using open source graphics library. Make use of maximum features of Object Oriented Programming. |
| Case Study Folder | Case Study Aim |
|---|
| Unit I | Digital locks using logic gates |
| Unit II | Combinational Logic Design of BCD to 7-segment display Controller |
| Unit III | Electronic Voting Machine (EVM) |
| Experiment Folder | Experiment Aim |
|---|
| A2 | Write a Python program to store marks scored in subject “Fundamental of Data Structure” by N students in the class. Write functions to compute following:a) The average score of classb) Highest score and lowest score of classc) Count of students who were absent for the testd) Display mark with highest frequency |
| A5 | Write a Python program to compute following operations on String:a) To display word with the longest lengthb) To determines the frequency of occurrence of particular character in the stringc) To check whether given string is palindrome or notd) To display index of first appearance of the substringe) To count the occurrences of each word in a given string |
| A9 | Write a Python program to compute following computation on matrix:a) Addition of two matricesb) Subtraction of two matricesc) Multiplication of two matricesd) Transpose of a matrix |
| B11 | a) Write a Python program to store roll numbers of student in array who attended training program in random order. Write function for searching whether particular student attended training program or not, using Linear search and Sentinel search.b) Write a Python program to store roll numbers of student array who attended training program in sorted order. Write function for searching whether particular student attended training program or not, using Binary search and Fibonacci search |
| B14 | Write a Python program to store first year percentage of students in array. Write function for sorting array of floating point numbers in ascending order using:a) Selection Sortb) Bubble sort and display top five scores. |
| B16 | Write a Python program to store first year percentage of students in array. Write function for sorting array of floating point numbers in ascending order using quick sort and display top five scores. |
|