Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Write down the differences between DDA Line drawing and Bresenhma's line drawing algorithm.
Discuss the switch Statements with the help of flowchart and syntax. Describe the working of ‘For Loop’ with the help of an example.
What do you mean by copy constructor? Describe it with the help of an appropriate illustration. When is copy constructors called?
Explain how polymorphism is achieved by using the concept of operator overloading. Write down a program to concatenate strings by using operator-overloading concept.
Distinguish between the member function and static member function in C++.
Write down a recursive Program to produce the Fibonacci series.
State Data Types along with its formatted strings. Describe the structure of C program.
Explain how java implements the UDP protocol? Describe different classes available in Java to support the UDP protocol.
Describe Method overloading and Method overriding with appropriate illustration. Can you overload operators in the java?
Write down a detail note on the Java class loaders.
With appropriate instance, critically discuss the different operators accessible in java. With appropriate instance, illustrate the entry controlled loop - FOR statement.
Illustrate the structure of the typical Java Program. Write down a Java program to print the multiplication table by using does-while loop.
Critically discuss the properties of the decomposition. Illustrate out the term query. Provide example.
Write down a program for the electricity bill preparation using DAO in VB. Illustrate out the concept of the error handling objects in VB.
Critically discuss the concept of user-defined procedures. Make a simple front- end database application.
Illustrate out the multicasting counting protocols. Write down comprehensive note on the term socket.
Illustrate out the various types of operators with illustration. Illustrate out the term typecasting. What are implicit and explicit type conversions?
Write down a C program to create Fibonacci numbers using recursion. Write down a C program to create a multiplication table.
Write down the C program to compute the student total and average marks of given subjects using structures. Write down the C program to exhibit the string functions.
Write down a C program to create prime numbers till the given number. Write down a C program to search the given number in an array by using binary search.
Write down a C program to find out the area and circumference of the circle. Write down the C program to find out the area and perimeter of the rectangle.
Write down a C program to accept the numbers and generate Square root, cube and exponential values. Write down a C program to reverse the given number and verify if the number is palindrome.
Write down a C program for the matrix addition. Write down a C program for the matrix subtraction.
Write down a C program to find out the sum of the first 15 even numbers and compute the square of the sum.
Write down a recursive function to compute the factorial of an integer.