Linux is a versatile and open-source operating system widely used in current technology for its stability, security, and adaptability. It powers a vast array of devices, from servers and supercomputers to smartphones and embedded systems, playing a crucial role in cloud computing, IoT, and enterprise environments.
# | Title | Description | Actions |
---|---|---|---|
1 | Linux Practical Commands | Download File View File | |
2 | Dual Boot Installation | Download File View File |
Database Management Systems (DBMS) are evolving to meet future trends, with a focus on handling big data, real-time processing, and integrating AI-driven analytics. As businesses increasingly rely on data-driven decision-making, future DBMS will emphasize scalability, cloud integration, and support for unstructured data, enabling more intelligent and automated data management solutions.
# | Title | Description | Actions |
---|---|---|---|
1 | Lab Activity 1 | Download File View File | |
2 | Lab Activity 2-6 | Download File View File | |
3 | Lab Activity 7-9 | Download File View File | |
4 | Lab Activity 10-11 | Download File View File | |
5 | Lab Activity 12 Joins | Download File View File | |
6 | Lab Activity 13 Set Operators | Download File View File | |
7 | Lab Activity 14 Indexes | Download File View File | |
8 | Lab Activity 15 View | Download File View File | |
9 | Lab Activity 16 Grant and Revoke | Download File View File |
C programming is a foundational and widely-used language known for its efficiency, making it ideal for system software, operating systems, and embedded systems. Despite newer languages, C remains vital due to its close-to-hardware capabilities and serves as a gateway to learning more complex programming. Its future scope includes continued relevance in system-level programming, IoT development, and performance-critical applications
# | Title | Description | Actions |
---|---|---|---|
1 | C Program Practicals | Download File View File | |
2 | How to install CodeBlock IDE | Download File View File | |
3 | GCC Compiler | Download File View File |
PHP is a popular server-side scripting language used extensively for web development due to its ease of integration with HTML and databases. Despite competition from newer technologies, PHP powers major platforms like WordPress, ensuring its ongoing relevance. The future scope for PHP includes continued use in maintaining and developing dynamic websites and CMSs, with advancements in frameworks like Laravel enhancing its modern application
# | Title | Description | Actions |
---|---|---|---|
1 | PHP Practical's | Download File View File |
VB.NET (Visual Basic .NET) is an object-oriented programming language developed by Microsoft. It is part of the .NET framework and is designed for creating Windows-based applications with a focus on simplicity and readability. VB.NET extends the traditional Visual Basic language, incorporating modern programming concepts such as object-oriented programming (OOP), robust error handling, and event-driven programming.
# | Title | Description | Actions |
---|---|---|---|
1 | List of Practicals of VB.Net | Download File View File | |
2 | Lab Activity 1 | Download File View File | |
3 | Lab Activity 2 | Download File View File | |
4 | Lab Activity 3 | Download File View File | |
5 | Lab Activity 4 | Download File View File | |
6 | Lab Activity 5 | Download File View File |
C# (C-Sharp) is a versatile, object-oriented programming language developed by Microsoft, widely used for building Windows applications, web applications, and game development using Unity. Known for its robust framework and ease of use, C# supports modern programming needs such as cross-platform development with .NET Core. Its future scope is strong, as it continues to evolve with cloud-based solutions, enterprise software, and game development advancements.
# | Title | Description | Actions |
---|---|---|---|
1 | C# Practical Programs | Download File View File |
Web programming practicals focus on creating dynamic and interactive websites using core technologies. HTML structures web content, CSS styles the layout, JavaScript adds interactivity, and PHP handles server-side scripting and data management. These exercises equip students with essential web development skills.
# | Title | Description | Actions |
---|---|---|---|
1 | HTML Text Formatting Activity-1 | HTML Formatting tags bold, strong, small, mark, underline, subscript, superscript etc. | Download File View File |
2 | HTML Image Formatting Activity-2 | HTML attributes alt, src, width, height, hyperlink | Download File View File |
3 | HTML Table Formatting Activity-3 | Table border, Width, Height, rowspan, colspan, color, border style | Download File View File |
4 | HTML Hyperlinks Activity-4 | Internal links, External links | Download File View File |
5 | HTML Activity-5 Image Map | Image Map | Download File View File |
6 | HTML Forms Activity-6 | Textbox, Button, Radiobutton, Checkbox, Input field | Download File View File |
7 | HTML Frames Activity-7 | rows frmaes and cols frames | Download File View File |
8 | HTML Inline CSS Activity-8 | Inline CSS using style attribute | Download File View File |
9 | HTML Internal CSS Activity-9 | Internal CSS using style tag in head section | Download File View File |
10 | HTML External CSS Activity-10 | external css file | Download File View File |
11 | HTML CSS JAVA SCRIPT Activity-11 | Basic Calculator using Java Script | Download File View File |
12 | HTML JAVA SCRIPT Age Calculator-12 | Age Calculator for user | Download File View File |
13 | HTML JAVA SCRIPT Multiplication Table Generator-13 | Generate a multiplication table using for loop, while loop, do-while loop | Download File View File |
14 | HTML JAVA SCRIPT Form Validation | create a NSS Camp Student Registration form using java script validation | Download File View File |
15 | PHP PROJECT | Create a NSS Camp Student Registration Form and store data in MYSQL Database | Download File View File |
A data structure is a way to organize and store data so it can be accessed and used efficiently.Here you can learn how to implement the linear search, binary search, buble sort algorithm and many more in c++ programming language in easy way. From simple lists to complex graphs, each type has its own job to help solve problems efficiently.
# | Title | Description | Actions |
---|---|---|---|
1 | Linear Search Program | Linear Search Algorithm | Download File View File |
2 | Insertion in Linear Array | Insertion in Linear Array | Download File View File |
3 | Deletion in Linear Array | Deletion in Linear Array | Download File View File |
4 | Traversing In Linear Array | Traversing In Linear Array | Download File View File |
5 | Binary Search In Linear Array | Binary Search In Linear Array | Download File View File |
6 | Bubble Sort | Bubble Sort | Download File View File |
7 | PUSH and POP Operation in Stack | PUSH and POP Operation in Stack | Download File View File |
8 | Insertion and Deletion in Queue | Insertion and Deletion in Queue | Download File View File |
9 | Linked List Insertion | Insert and Display the elements in linked List | Download File View File |
10 | Linked List Deletion | Delete the element at beginning of list and by searching the element in list. | Download File View File |
11 | Insertion Sort | Insertion Sort implementation using C++ | Download File View File |
12 | Selection Sort | Selection sort implementation using C++ | Download File View File |