Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
For this task, write a function that only uses one or more stacks to check for proper balance of parenthesis on mathematical equations. Here are some sample equations and the expected output of your
The form should mandate basic contact details but must as well allow for personal information to be comprised. Account details are to be stored in your MySQL database. Information must be stored in
Which of the following are valid integer constants? Give reasons for your answer.123456L and 12.5. How will you represent the following as a float constants 29979925 X 104 ?
Write a C program that creates a binary search tree and add the numbers 12, 3,0,7,8 and 9 to the tree. Your program should have a function to add nodes to a binary search tree.
Write a function double trapezoid( double f(double x), int a, int b) which can be used to integrate using trapezoid rule any function that fits the prototype of the function. For example, you should
Traverse the tree in preorder, inorder and postorder. Write a program that reads a file containing integers and appends at its end the sum of all the integers. The file name is supplied in the comma
Write a function int min ( int, int, int, int) that returns the smallest of four given integers.
Write the following operators from lowest to highest precedence: ( ), <, ||, ?, +, *, ++ and /, !=, &, -, ~, [], +=.
How will you store the sparse matrix in vector and linked list representation so that only nonzero elements are stored?
Write a program using switch statement which takes two integers and an operator from the keyboard. If the operator entered through the keyboard is any one of the operators.
Write a C program that shows the use of mathematical functions to compute absolute value of a real number and exponential of a real number.
Write a program for the conversion of temperature from Fahrenheit into Celsius.
Explain the functions of server page technologies. Describe the features of ASP and JSP.
Explain finally block in Java? Describe with the help of a appropriate example? Explain Call by reference in Java? Describe with the example?
Write down the template class “binaryTree” in C++. The class must have functions for search and insert and element into a binaryTree. Use this template to make a binary tree of integer k
Assignment is about the implementation of dynamic content, server side (backend) and database for your web site by using Microsoft Visual Studio 2012.
Performance Measurements. Compare the throughput performance of DES, 3DES and AES by encrypting and decrypting a message of certain size (around 1MB)
Write a complete program number, which creates two thread classes AddNum and ShowNum objects of which perform the following tasks.
Write a program in ‘C’ language for conversion of a Tree to a Binary Tree. Describe Row Major Order and Column Major Order.
Write following Program, run and show its results. Write the program in Java to find largest and smallest of n numbers stored in array, where n is a positive number. Write a program which let the user
Create another class Manger that is a derived class of class employee Use the following concepts while deriving classes (Also write suitable main( ) to show the concepts): Overloaded Constructors Enca
Create the Sample site for your Study Centre having the following feature (you should use CSS preferably as a separate file): All the pages of this web site must have common Top area consisting of th
What is XML? Why is it required even though you have HTML? Create at least five instances of your friend’s data using the XML page. Describe concept of Document Object Model in the context of J
Write the program in Java to create the applet that generates the table of the given number.
The questions require you to write and run FORTRAN or Visual Basic programs which perform Monte Carlo simulation.