• Q : Implement a class car with the following properties....
    Programming Languages :

    Implement a class Car with the following properties. A car has a certain fuel efficiency (measured in miles/gallon or liters/km-pick one) and a certain amount of fuel in the gas tank. The efficiency i

  • Q : Advantages and disadvantages of mergers....
    Programming Languages :

    Advantages and disadvantages of mergers (for example, for merging companies, markets, consumers...)

  • Q : Change all your texts to upper case....
    Programming Languages :

    Then, you can type in a string. If the string is not "vi xxx", you print "I don't know this command." You keep getting a string until you get a string starting with "vi". For example, "vi myp.c". Your

  • Q : Processing required to obtain the results....
    Programming Languages :

    One of your smaller customers needs your help writing a program. Your customer has an e-commerce Web site but wants to avoid being sued for allowing children to make purchases without the authorizatio

  • Q : How to write a parallel hybrid program....
    Programming Languages :

    How to write a parallel hybrid program where random generated numbers have been sorted in slaves with rank sort in openmp and merge the lists with merge sort in mpi and finally get the whole sorted li

  • Q : How many constructors can a class have....
    C/C++ Programming :

    How many constructors can a class have?Can you have a class with no constructors?

  • Q : Start inserting a string at the cursor....
    Programming Languages :

    You can use "i" to start inserting a string at the cursor. Also, when you type "enter" while you are inserting, the rest of the string behind the current cursor will go to the next line, and all the l

  • Q : Xml to develop a catalog of all of the stores'' information....
    Programming Languages :

    Alberto Delgado, the manager of the Superstar Movies video store, is attempting to use XML to develop a catalog of all of the stores' information about movies and actors.

  • Q : Program that allows the user to enter a value for one edge....
    Programming Languages :

    Draw a flowchart or write pseudocode to represent the logic of a program that allows the user to enter a value for one edge of a cube. The program calculates the surface area of one side of

  • Q : Fibonacci numbers are a good example of recursion....
    JAVA Programming :

    Fibonacci numbers are a good example of recursion. In Java, write a recursive method that will calculate the n'th number. Now write a method that will do it ITERTIVELY.

  • Q : In java, duplicate elimination is an important operation....
    JAVA Programming :

    In Java, duplicate elimination is an important operation for some situations. How you would take in any number of values of any type, and then remove the duplicates while at the same time storing the

  • Q : Write a python class that represents book objects....
    Python Programming :

    Write a Python class that represents book objects. A book has title, author(s), and year published. Implement appropriate constructor, getters (methods that can get fields, i.e., title, author(s), and

  • Q : Find fibonacci numbers....
    Programming Languages :

    Write a program that uses a loop to calculate the first seven values of the Fibonacci number sequence described by the following formula : Fib(1)=1, Fib(2)=1, Fib(n)=Fib(n-1) + Fib(n-2). Place each va

  • Q : Use advanced sql statements for data manipulation....
    PL-SQL Programming :

    This assignment aims at enhancing your skills of using complex SQL statements to solve more realistic business problems. Work through each section in the SQL queries and subqueries tutorial, pay speci

  • Q : What is an index of a vector or array....
    C/C++ Programming :

    In the programming language C++. What is an index of a vector or array? What are the legal index values? What is a bounds error?

  • Q : Implement heapsort in the manner described....
    C/C++ Programming :

    Using the C programming language implement Heapsort in the manner described in class. Here is some example code to use as a guideline. Remember, you need only implement the sort (srtheap.c) algorithm,

  • Q : Program takes a program which may not be indented....
    C/C++ Programming :

    A "pretty print" program takes a program which may not be indented in any particular way, and produces a copy with the same program indented so that bracket pairs ({ and }) line up with inner pairs in

  • Q : Write a program which will sort a file of people''s names....
    Programming Languages :

    Write a program which will sort a file of people's names, but keep the order in which the names where received intact. That is, you want to print the names in the order that they were received and you

  • Q : Design and implement a class called monetarycoin....
    Programming Languages :

    Design and implement a class called MonetaryCoin that is derived from the Coin class presented in Chapter 5. Store a value in the monetary coin that represents its value and add a method tha

  • Q : Assume that your public key is stored on a file named....
    C/C++ Programming :

    Write a C program using GMP that encrypts, or, a text file. A command line flag should be used to determine whether an encryption or decryption is done.

  • Q : Oracle trigger or a sql server trigger....
    PL-SQL Programming :

    Provide an example of an Oracle trigger or a SQL Server trigger; explain what the purpose of the trigger and how it may contribute to the database security. Remember to explain using your own words an

  • Q : Write a method that receives an array as a parameter....
    Programming Languages :

    Write a method that receives an array as a parameter and sets all of the values to 7.2. Assume that the array is an array of doubles. The method should return the size of the array. 

  • Q : Centers for disease control to calculate if each pair....
    Programming Languages :

    bmiclassifier.c First read in a number (integer). Then read in a sample of that many pairs of numbers, where each pair is two doubles, first height in inches, and then weight in pounds of a person. Fo

  • Q : Create a class that simulates an alarm clock....
    C/C++ Programming :

    Store time in hours, minutes, and seconds. Note if time is AM or PM. (Hint: You should have separate private members for the alarm and the clock. Do not forget to have a character variable representin

  • Q : Write a program which reads student names....
    Programming Languages :

    Write a program which reads student names, social security numbers, and test scores from an input file named infile. The program then computes a weighted average, finds the appropriate letter gra

©TutorsGlobe All rights reserved 2022-2023.