Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Give a PL/SQL function that will accept bike size as an argument and will return the category of the bike based on the criteria.
Write code in a RPGLE program named EXAMRPG to define a parameter of maximum 20 characters which can be passed into RPGLE program and accepted by a variable.
A Cursor that will display all the Employees reporting to a manager. Manager_ID will be passed. Show the execution of the Cursor with the parameter.
Function Get_All_Suppliers which will input the City and Country parameters. Show the execution of the function with the help of the SQL statement.
From the point of view of a penetration tester, what additional tests would you perform if you thought the client used any of these devices or services?
List the numbers and names of all customers. List the complete item table. List the number and name of all customers that are represented by rep 15.
Write SQL queries. Open the Company database in the SQLite Browser and create the following SQL queries: For each warehouse display a country and a city.
How would you extend use-case models that you created in the requirements phase, to usecase models that apply to the design phase?
Create a query that SELECT all of the EMPLOYEES from the EMPLOYEE TABLE that are Mangers. Include Employee ID first name, Lastname and Salary.
Create a program that asks the user to supply one integer (in the range of 0-10 inclusive). The program should generate a random number within the same range.
Given public key (3, 15), private key (3, 15) and the plaintext message P = 8, calculate the cipher text C.
Construct a Java code that the Facade pattern can be used to provide a simplified interface to department's course offerings and student enrollment information.
Write a program that declares a named constant to hold the number of quarts in a gallon (4). Also declare a variable to represent the number of quarts needed.
What function that receives an array of integers and returns the sum of the elements.
Create a static method that computes and returns average for each array and is also called 3 times. Create a static method that prints the contents of an array.
What is the difference between an abstract class and an interface? What must a class do in order to implement an interface?
Write a Java method to determine whether a year provided as the parameter value is a leap year. If it is, return true, otherwise return false.
The company is considering adding an All Time High Scores feature. Describe what design techniques would you use to help solve this problem.
Create graphical application that provides a button for push and pop from a stack, a text field to accept a string as input for push and a text area to display.
What is a general way to go about creating a program to output the frequency of each character of a string supplied as a command line argument?
Write a program that will search a text file of strings representing numbers of type int and will write the largest and the smallest numbers to the screen.
Develop a GUI program in java language using javaFx, where they are going to be car insurances. (i) StateFarm (ii) Geico (iii) Progressive.
Draw a flowchart to show if the number is divisible by 3 or not. (hint, read about modulo operator and use that)
Write a function called big consonants that takes a string as its only parameter. You can assume that the input is written in lowercase.
Create a class named employee which contains an employee name (String), available to the entire program, and an employee ID number (int) and hourly pay rate.