Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
You have to develop a simple program for an inventory system. You can choose any type of business (ie: Medical supplies, bakery, grocery shop, florist etc.)
Most modern Java compilers have optimizers that can detect simple cases when it is logically impossible for certain statements in a program to ever be executed.
Input a list of positive numbers ( terminated by 0) into a array, find the largest number in the array and output the result. use a subprogram to input the numbers, a function to use the largest numbe
Dollar amounts should be round numbers with 2 decimals points (i.e. 47.00, 47.37, 47.50). If value is less than 1 or 0, the program should break or exit.
What are triggers used for, and why are they important in database systems? Provide an example of a situation where a trigger would be appropriate. What would the implementation of this trigger look l
Why should you not use an external file name in any place other than the open statement?
Write a program to calculate the volume flow rate in cubic feet per second of water flowing through a pipe of diameter d in inches and a velocity of v feet per second. The formula for the flow rate is
The three basic control structures are sequence, selection, and repetition. Pick one and discuss it.
Given the table CUSTOMER(CustID, Name, PhoneNumber, AccountBalance), write the standard SQL query to retrieve the Name and Phone Number of customers with a balance greater than 50.
Mr. Roper owns 20 apartment buildings. Each building contains 15 units that he rents for $800 per month each. Design the application that would output 12 payment coupons for each of the 15 apartments
Write a C++ function printArray(A, m, n) that prints an m × n twodimensional array A of integers, declared to be "int** A," to the standard output.
You have a compiler for C which runs slow but gererates super efficient optimized code. You write a program PrgC in C
Write a program to be used as a calculator. It should be able to add(+), subtract(-),multiply(*),divide(/),to find remainder of integer division(%),exponent(e),and square root (s) of numbers.
Write a song playlist class in C++ called "PlayList" using object-oriented design principles. The playlist should support the following ADT.
Write a Java application that generates a 3-digit random number 100 times. Display the output for each of the generated numbers and the sum of all 100 numbers
Suppose that an environmental monitoring station contains three sensors, namely a thermometer, a rain gauge and humidity reader. In addition, there is an output device, known as a printer, on which th
Write a program that display a company payroll report in a list box. the program should read each employees name, hourly rate and hours worked from a file and produce a report. employees should be pai
Modify Oracle table data using the correct SQL statements. You must create the statements in Oracle by using the following steps (SQL > SQL commands > Enter Command). Once your command is error-
Write a SELECT statement that returns two columns: VendorName and PaymentSum, where PaymentSum is the sum of the PaymentTotal column. Group the result set by VendorName. Return only 10 rows, corr
Declare two (2) dimensional arrays to store a name and grade. The program will not stop in accepting array elements until the user entered
Write a c program to compute the power loss in a transmission line with a resistance of 0.05 ohms/mile. Compute the power loss if 500 kW of power is transmitted from a power generating station to citi
Enter your C++ instructions into a source file named Introductory11.cpp. Also enter appropriate comments and any additional instructions required by the compiler. Display the total amount owed in fixe
The use of arrays opens up several possibilities for us. Why would we want to use them? For ordinary arrays, we can use them even if we do not know the total number of data values to be processed.&nbs
Your field specifications sheet does not have to have the same format as the one in your text. Just be sure to provide the same information.
What is the basic syntax for a table in HTML code? What design consideration should you be aware of when using tables? Which of table design elements do you feel are more important to learn and why?