MAJOR PRACTICAL LIST
C PROGRAMMING –PRACTICAL LIST
- Write a C program to generate the 10 Fibonacci Numbers
- Write a C program to find Sine Series Write a C program to find Prime Number
- Write a C program to Sort an Array
- Write a C program to search an Element
- Write a C program to find Armstrong Number
- Write a C program to find Sum of Digits & reverse the number
- Write a C program to find Factorial value, Fibonacci, GCD value – Recursion
- Write a C program to find Matrix Addition
- Write a C program to find Matrix multiplication
- Write a C program to find Transpose of a Matrix
- Write a C program to find Character day of a week – Switch
- Write a C program to find Quadratic Equation – Switch
- Write a C program to find Frequency of a Number – Function
- Write a C program to find NCR value – Function
- Write a C program to prepare the Pay Bill
- Write a C program to prepare the find Mark Sheet
- Write a C program to prepare the EB Bill
OBJECT ORIENTED PROGRAMMING USING C++ - PRACTICAL LIST
- Write a program in C++ to perform Area calculation using Function overloading (Min three functions).
- Write a program in C++ to perform arithmetic calculation (three) using virtual function
- Write a program to swap two values between two class objects using friend function.
- Write a program to find minimum of two numbers between two class objects using friend function.
- Using class and objects, find the sum of two matrices using pointers.
- Write a C ++ program to overload unary minus operator which changes sign of given vector (3 elements)
- Write a C ++ program to overload Binary + operator which adds two complex numbers.
- Write a C ++ program to overload Binary + operator to concatenate two strings.
- Write a C ++ program to overload Relational operator = = to compare two strings
- Write a program using class and objects to add two vector objects.(>> overloading)
- Write a program using multiple inheritance to process students mark list.
- Write a program using hierarchical inheritance to process employee details
- Write a program using multi level inheritance to process telephone billing.
- Write a program using hybrid inheritance to process family details.
- Write a program in C++ to process telephone query using text file.
- Write a program in C++ to process library query using text file.
- Write a program in C++ to process mark listing using binary file.
OBJECT ORIENTED PROGRAMMING USING JAVA - PRACTICAL LIST
- Define a class called Student with the attributes Name, Reg-Number and Marks Obtained in four subjects(m1,m2,m3,m4).Write a suitable constructor and methods to process the mark and display the details of the student.
- Write a Java program to find the area of a square, rectangle and triangle by
(i) Overloading Constructor (ii) Overloading Method.
- Write a java program to add two complex numbers.[Use passing object as argument and return object].
- Define a class called Student with data members name, roll number and age. Write a suitable constructor and a method output () to display the details.Derive another class Student1 from Student with data members height and weight. Write a constructor and a method output () to display the details which overrides the super class method output().[Apply method Overriding concept].
- Write a java program to create a package “Student” which contains the classes Emp and Memp. The data members of Emp are name, emp_id, category and Bpay. Write suitable constructors and methods to compute net pay of the employee. The class Memp contains the main method.
- Write a java program to create an interface called Demo, which contains a double type constant, and a method called area () with one double type argument. Implement the interface to find the area of a circle.
- Write a java program to create a thread
(iii) Using Thread class. (iv) Using runnable interface.
- Write a java program to Design a calculator to perform only addition and division. It must contains three Buttons with labels +, / and =, and a TextField to get input and display the result.
- Create an applet with four Checkboxes with labels MARUTI-800, ZEN, ALTO and ESTEEM and a Text area object. The program must display the details of the car while clicking a particular Checkbox.
- Write a Java program to demonstrate the use of Choice box
- Write a Java program, which creates a window with a check box group with boxes for the colors, Violet, Indigo, Yellow, Orange, Red, Blue, and Green. When the button is selected the background colour must change accordingly.
- Write a Java Program to create three text fields one the text the second called Find and the Third called Replace,. Use it for the Find and Replace operation of the Text.
- Write a Java program to create two buttons and one ball. The labels of the buttons are RIGHT and TOP. While clicking the right button the ball must move ten pixels to right. While clicking the top button the ball must move ten pixels in the upward direction.
- Write a Java program to throw the following exception,
1. Negative Array Size 2. Array Index out of Bounds
- Write a Java program to illustrate thread sleep. Create and then make it sleep.
- Write a java program to create a file menu with options New, Save and Close, Edit menu with option cut, copy and paste.
- Write a java program to illustrate mouse event handling
- Write a java program to create login in form and text for password.
VISUAL BASIC - PRACTICAL LIST
- Designing a Mortgage calculator for interest calculation.
- Designing an analog clock
- Designing a Simple Desk calculator (Use control arrays).
- Designing application with menus.
- Loading the picture with in a picture box using File controls and use two option buttons to hide and show the picture.
- Working with Scroll bar and Slider controls.
- Designing MDI application.
- Designing a Text Editor with Menus
- Design an OLE application to automate MS WORD
- Design an OLE application to automate MS EXCEL
- Designing a Simple data base application.
- Designing data base applications with data bound controls.
- Designing a Simple data base application using ADO.
- Creating Data reports.
- Designing an ActiveX Control and using it.
GRAPHICS AND MULTIMEDIA - PRACTICAL LIST (Using C,C++ or JAVA)
- Write a program to display an image as Tiled or cascaded according to the user’s option.
- Write a program to translate an image.
- Write a program so that it should first display the image as the size of applet, then it should be reduced again it should be reduced and so on and finally the image should disappear.
- Write a program to scale an image.
- Write a program to rotate an image.
- Write a program to drop word by word of a sentence from the top.
- Write a program to draw a line using Bresenham’s algorithm.
- Write a program to draw a line using DDA algorithm.
- Write a program to draw a circle using midpoint circle drawing algorithm.
- Write a program to move a car with sound effect.
- Write a program to display the News Headlines letter by letter.
- Write a program to display as many balls in the frame in random position.
- Write a program for bouncing a ball and moving with sound effect.
- Write a program to create scenery of rain in the frame with sound of rain.
- Write a program to create a polygon and filing it using filling methods
- Write a program to implement line clipping using cohen Sutherland
- Write a program to test whether a given pixel in Inside or outside or on a polygon
- Write a program to implement x.-Shearing and y-Shearing
RDBMS AND ORACLE- PRACTICAL LIST
- Creating, modifying and dropping Tables.
- Creating tables with referential and check constraints.
- Inserting, modifying, deleting rows.
- Dropping, disabling /enabling constraints
- Retrieving rows with operators in where Clause.
- Retrieving rows with Character functions.
- Retrieving rows with Number and Date functions.
- Retrieving rows with Group functions and HAVING.
- Joining Tables. (Inner and Outer)
- Retrieving rows with Sub Queries.
- Simple PL/SQL Programs.
- PL/SQL programs with control structures.
- PL/SQL programs with Cursors.
- PL/SQL programs with Exception Handling.
- Creating and Calling Procedures.
- Creating and Calling Functions.
- Creating and Calling Packages.
- Overloading Packages.
- Working with Triggers.
ALLIED PRACTICAL LIST COMPUTER ORIENTED NUMERICAL METHODS & OFFICE AUTOMATION- PRACTICAL LIST (using C or C++)
- Bisection method
- Rgula Falsi method.
- Newton Raphson method.
- Gauss Elimination method.
- Gauss Seidel method.
- Lagrange’s Interpolation method.
- Tapezoidal Rule.
- Simpson’s 1/3 Rule.
- Euler’s method.
- Runge Kutta Fourth order method.
MS Word a. Text manipulation Change the font size and type Aligning and justification of text Indenting the text i. Prepare a Bio-data ii. Prepare a Letter
b. Usage of numbering, bullets, footer and headers Usage of spell checks and find and replace i. Prepare a document in newspaper format ii. Prepare a document with bullets, footers and headers
c. Tables and manipulations Creation, Insertion, Deletion (Columns and Rows) and usage of Auto format i. Create a calendar and auto format it ii. Create a mark sheet-using table iii. Picture insertion and alignment iv. Prepare a greetings Card.
MS Excel
- Usage of formulas and built-in functions
- Describe the type of functions
- File manipulations
- Data sorting
- Worksheet preparation
- Mark sheet preparation
- Pay slip preparation
- Electric bill preparation
- Drawing graphs
MICROPROCESSOR AND ASSEMBLY LANGUAGE PROGRAMMING –PRACTICAL LIST
- a)Addition of two 8-bit numbers.(Different Addressing Modes.)
b) Subtraction of two 8-bit numbers.(Different Addressing Modes.)
- Multiplication of two 8-bit numbers.(Product – 8 bit,16 bit)
- Division of two 8-bit numbers.(Find the Quotient and Remainder).
- Arrange the given set of numbers in Ascending/Descending order
- Finding Maximum / Minimum in the given set of numbers.
- Block transfer (moving set of data from one location to another).
- a) Separate the 8-bit hexadecimal number into two nibbles.
b) Combine two nibbles into 8-bit number.
- Find the sum of 8 bit numbers stored in five continuous memory locations
- To search whether the given number is in the list of memory location
- To count the number of appearance of a given 8 bit number in the ten continuous memory locations
PC TROUBLE SHOOTING –PRACTICAL LIST
- Assembling a Computer.
- Partitioning and Formatting Hard Disk.
- Configuring a PC.
a) CMOS Setup. b) Jumper Settings. c) Switch Settings.
- Memory Upgrading.
- Testing Monitor and Keyboard (Types of Monitors and Monitor Signals)
- Fault Finding on Mother Board Slots.
- Testing Serial Port and Parallel Port.
- Fault Finding on Driver Installation, Booting Problem
- Testing of Computer SMPS (AC Supply, DC Supply, Proper earth to Neutral Voltage)
- FDD Fault Finding.
- HDD, CD ROM Fault Finding.
- Installing Antivirus Software.
- Identifying PC Problem by Applying Layman Checkup Procedure.
DATA STRUCTURE –PRACTICAL LIST
- Write a C++ Program to implement sequential search and Binary search in array
- Write a C++ program to implement modulo-Division Hashing function and to use for searching. List out the time taken for given number of inputs.
- Write a C++ program to implement linked list and perform the following operations
a) Add a node as first node b) Add a node as last node
- Write a C++ program to implement Linked list and implement the following operations
c) delete the first node d) delete the last node
- Write a C++ program to implement Double Linked List and perform the traversal operation.
- Write a C++ program to implement circular Linked List and perform the Searching
- Write a C++ program to implement a stack using Linear and Linked List perform the push and pop operations
- Write a C++ program to implement a queue using Linear List and Linked List and implement add and delete operations.
- Write a C++ program to implement binary tree using Linked and perform the following traversa
e) In order traversal f) Pre order traversal g) Post order traversal
- Write a C++ program to implement Graph using Adjacency matrix and perform the following operations.
h) Depth First search i) Breadth First Search
- Write a C++ program to create minimum spanning tree from the given graph
- Write a C++ program to find out shortest path using the given graph.
- Write a C++ program to implement merge sort
- Write a C++ program to implement Quick sort.
ALLIED -PRACTICAL LIST (Other than B.Sc(CS),B.Sc(SE) & BCA)
MS Word a. Text manipulation Change the font size and type Aligning and justification of text Underlining the text Indenting the text iii. Prepare a Bio-data iv. Prepare a Letter
b. Usage of numbering, bullets, footer and headers Usage of spell checks and find and replace i. Prepare a document in newspaper format ii. Prepare a document with bullets, footers and headers
c. Tables and manipulations Creation, Insertion, Deletion (Columns and Rows) and usage of Auto format i. Create a calendar and auto format it ii. Create a mark sheet-using table iii. Picture insertion and alignment iv. Prepare a greetings Card.
MS Excel x. Usage of formulas and built-in functions xi. Describe the type of functions xii. File manipulations xiii. Data sorting xiv. Worksheet preparation xv. Mark sheet preparation xvi. Pay slip preparation xvii. Electric bill preparation xviii. Drawing graphs
Powerpoint Create a power point presentation of your own
ALLIED -PRACTICAL LIST (Other than B.Sc(CS),B.Sc(SE)& BCA C Programming
- Write a C program to generate the 10 Fibonacci Numbers
- Write a C program to find Sine Series Write a C program to find Prime Number
- Write a C program to Sort an Array
- Write a C program to search an Element
- Write a C program to find Armstrong Number
- Write a C program to find Sum of Digits & reverse the number
- Write a C program to find Factorial value, Fibonacci, GCD value – Recursion
- Write a C program to find Matrix Addition
- Write a C program to find Matrix multiplication
- Write a C program to find Transpose of a Matrix
- Write a C program to find Character day of a week – Switch
- Write a C program to find Quadratic Equation – Switch
- Write a C program to find Frequency of a Number – Function
- Write a C program to find NCR value – Function
- Write a C program to prepare the Pay Bill
- Write a C program to prepare the find Mark Sheet
- Write a C program to prepare the EB Bill
|