Sitemap
Advance Database Management System
- Synonym and Sequence
- Index
- Views
Advanced SQL
- Oracle Installation
- Synonym
- Sequence
- Index
- Views
- Hello World and Variable Declaration
- Even or Odd number
Practicals
Database Management System
- Introduction to DBMS
- Data Storage (File Oriented System)
- Data Storage (Database Management System)
- Data Hierarchy,Metadata,System Catalog
- Data Dictionary,Data Warehouse
- Database System Environment,Database Administrator
- Schema,Sub schema,Instance
- CREATE and DESC Command
- DATE Conversion function
- ALTER Command
- DROP and RENAME Command
Computer and Network Security
- Threat to Security
- Steps in Attack and Security Basics
- Types of Attack (Active and Passive Attack)
- Dos, DDos, Backdoor, Sniffing
- Spoofing, Man in the Middle, TCP/IP hacking, Phishing
- SQL Injection, Malicious Codes
- Password Selection
- Caesar Cipher
- Caesar Cipher Encryption Practical
- Caesar Cipher Decryption Practical
- Playfair cipher
- Playfair Cipher C Implementation
- Hill Cipher
- Vigenere Cipher
- One Time Pad
- Vernam Cipher
- Rail Fence
- Stegnography
- Hashing
- SHA 1
- Various windows network command
Programming in C++
- Differentiate procedure and object oriented languages
- Explain the general structure of C++ Language
- List different data types available in C++
- Inititalize Data using variables and develop simple C++ programs
- Differentiate various operators Part 1
- Differentiate various operators Part 2
Principles of Object Oriented Programming
- Functions and Working With Object
Functions in C++ and Working with objects
- Define constructor and destructor
- Develop program using constructor and destructor Part 1
- Develop program using constructor and destructor Part 2
Constructor and Destructor
- Define Inheritance
- List the applications of inheritance, types of inheritance and develop programs using single, multilevel and multiple inheritance part 1
- List the applications of inheritance, types of inheritance and develop programs using single, multilevel and multiple inheritance part 2
- List the applications of inheritance, types of inheritance and develop programs using single, multilevel and multiple inheritance part 3
- Apply the concept of constructor in derived classes
Inheritance
- Apply Pointer to objects and "this" pointer
- Define derived classes and virtual functions
Pointers,Virtual functions and polymorphism
- 1. Basic C++ Program
- 2. C++ Program to display "Hello World" on the screen
- 3. C++ Program to display basic details of a User like Name, Roll no, Division and Address
- 4. C++ Program to Convert no. of Days into No. of Months and days
- For above 3 program click here
- 5. C++ Program to demonstrate the use of switch case
- 6. C++ Program to find factorial of given number
- 7. C++ Program to take input in an array and print it's sum
- For above 3 program click here
- 8. C++ Program to read string and print total no. of characters
- 9. C++ Program to swap two numbers using call by value
- For above 2 program click here
- 10. C++ Program to swap two numbers using call by reference
- 11. C++ Program to calculate factorial of a no. using recursion
- For above 2 program click here
- 12. C++ Program to input and display a person's name and age using class
- 13. C++ Program to demonstrate the use of inside and outside definition of member function in class
- For above 2 program click here
- 14. C++ Program to display student percentage using private member function
- 15. C++ Program to crate a class for circle and find area of circle using member function
- For above 2 program click here
- 16. C++ Program to read and display details of 5 employee using array of object
- 17. C++ Program to demonstrate the use of static data member and static member function
- For above 2 program click here
- 18. C++ Program to demonstrate the use of friend function
- 19. C++ Program to perform addition of time in the hour and minute format using object as argument
- 20. C++ Program to check whether data members of two objects are same or not
- For above 3 program click here
- 21. C++ Program which shows use of constructor
- 22. C++ Program to calculate area of different shape using multiple constructor
- For above 2 program click here
- 23. C++ Program to demonstrate the use of destructor
- 24. C++ Program to demonstrate the use of copy constructor
- For above 2 program click here
Practicals
Computer Organisation and Architecture
- IO INTERFACE
- Virtual Memory
- Set Associative Mapping
- Direct Mapping Part 1
- Direct Mapping Part 2
- Associative Mapping
- Overview of computers and basics of digital electronics
- Block diagram of digital computer
- Logic gatesAND,OR,NOT
- Logic gates NAND,NOR,EX OR,X NOR
- Shift registers
- Register tranfer language
- Bus transfer using multiplexer
- Bus transfer using three state buffer
- Memory transfer
Memory Organisation
Data Structure
Oracle
- Oracle Installation
- DDL Commands
- DML Commands
- Use of Operators
- Date Functions
- Numeric Functions
- Character Functions
- Conversion Functions
- Miscellaneous Functions
- Group/Aggregate Functions
- Order by,Group by and Having Clause
- Set Operations
- Joins
- Subquery
- Report
- DCL Commands
- TCL Commands
- Authorization,Authentication and Privileges On Database
- Sequences
- Synonym
- Index
- Views
- Cursor
- Exception Handling
- Constraints
MS SQL
- SQL Statements
- Logical Tables
- Temporary Tables V/S Views
- Set Auto increment Value of column in table
- Generating new column as serial number in table
- Views
- Cursors
- Check Numeric Value in column of table
- Use All and ANY operator
- Subquery
- Use Of Collation
- Use of Constraints
- Copy Data of one table to another
- Triggers