Detailed Exit Exam Study Material
Detailed Exit Exam Study Material
This document contains detailed notes for each concept found in the 16 subjects of the exit exam
1. Software Engineering
1.1 SDLC (Software Development Life Cycle):
- Example: Testing includes unit testing, integration testing, and system testing.
- Singleton: Ensures only one instance of a class exists (e.g., Database connection).
- Use case diagrams: Visualize system interactions with users and external systems.
2. Web Programming
2.1 HTML/CSS Basics:
- HTML defines the structure using elements like <div>, <p>, <h1>.
- CSS styles elements using selectors (e.g., '.class { color: blue; }').
2.2 JavaScript:
2. Q2: Write a SQL query to find all employees earning above the average salary in a company.