Entries by Student

write my assignment 6541

Based on the Bookstore database design created in Assignment 5 (you can use the ERD we constructed in class). Use the appropriate SQL commands to:1.) Create the database2.) Create the tables including appropriate data types3.) Create appropriate foreign key constraints4.) Add data including at least 5 authors, 5 books, 5 customers, and 5 transactions. Make sure at least two books have multiple authors.5.) Create the following queries:•a query that joins the tables and displays all authors and books.•a query that joins the tables and extracts all information you would need to create an invoice.•create two additional queries of your choice that displays the data in a way that could be useful.6.) Create a mysqldump of your database and upload it to the assignment. Also, submit a hard copy of your four queries and the results they produce.

 

"Not answered?"


Get the Answer

write my assignment 2437

On January 1, 2010, cunningham company has the following defined-benefit pension plan balances.4,500,000Fair value of pension plan assets 4,200,000The interest (settlement) rate applicable to the plan is 10%. On January 1, 2011, the company amends its pension agreement so that prior service costs of $500,000 are created. other data related to the pension plan are as follows. 2011$150,000 $180,00090,000contributions (funding) to the plan 240,000 285,000200,000 280,000252,000 260,0008%Instructions1. Prepare a pension worksheet for the pension plan for 2010 and 2011.(show all calculations)2.for 2011, prepare the journal entry to record pension-related amounts.(show all calculations)

 

"Not answered?"


Get the Answer

write my assignment 27936

I need help to review class notes for the CS111. Can you help me? I want to get answer before tonight.

1. Making an instance of “one class” a field in another class is called _______ .

a. nesting

b. class fielding

c. aggregation

d. concatenation

2. This enum method returns the position of an enum constant in the declaration.

a. position

b.  location

c. ordinal

d. toString

3. True or False: A static member method may refer to non-static member variables of the same class, but only after an instance of the class has been defined.

4. True or False: You can declare an enumerated data type inside a method.

5. Assume the following declaration exists :

enum Coffee {MEDIUM, DARK, DECAF }

Find the error(s) in the following switch statement and rewrite it correctly

// This code has errors!

Coffee mycup = DARK;

switch (myCup) {

  case Coffee.MEDIUM

     System.out.println(“Mild flavor.”);

     break;

  case Coffee.DARK :

     System.out.println(“Strong flavor.”);

     break;

  case Coffee.DECAF :

     system.out.println(“Won’t keep you awake.”);

     break;

  default:

     System.out.println(“Never heard of it.”);

6. Short answer. Consider the following class declaration:

public class Thing {

  private int x;

  private int y;

  private static int z = 0;

  public Thing ( ) {

     x = z;

     y = z;

}

static void putThing( int a ) {

  z = a;

}

Assume a program containing the class declaration defines three Thing objects with the following statements:

Thing one= new Thing();

Thing two= new Thing();

Thing three= new Thing{);

a. How many separate instances of the x member exist?

b. How many separate instances of the y member exist?

c. How many separate instances of the z member exist?

d. What value will be stored in the x and y members of each object?

e. Write the statement that will call the putThing method.

7. A “has a” relationship can exist between classes. What does this mean?

8. This method converts a character to uppercase.

a. makeUpperCase

b. toUpperCase

c. isUpperCase

d. upperCase

9. This String class method performs the same operation as the + operator when used on strings.

a. add

b. join

c. concat

d. plus

10. True or False: If the toUppercase method’s argument is already uppercase, it is returned as is, with no changes.

11. Find the error in each of the following code segments:

// Store a name in a StringBuilder object.

StringBuilder name = “Joe Schmoe”;

12. Algorithm. Write loop that counts the number of lowercase characters that appear in the String object str.

13. Short Answer. Why should you use StringBuilder objects instead of String objects in a program that makes lots of changes to strings?

 

"Not answered?"


Get the Answer

write my assignment 24267

Your assignment is to prepare and submit a paper on the role of music in the requiem for a dream. The film ‘Requiem For A Dream’ is based on a novel written by Hubert Selby Jr. Director Darren Aronofsky and soundtrack composer Clint Mansell have succeeded in implementing music in their movie which discusses various forms of addiction. In recent years film is generally considered as one of the most stunning art forms as it is very close to human life.&nbsp.

It is a part of common knowledge that music in films helps to illustrate the emotional content of the story, and it also manipulates the feelings, emotions, and sentiments of the viewers. Certain types of background music take the spectators directly to the real nature of the characters. Different types of movies utilize different types of music that are absolutely in harmony with the nature of the movie. For example, action movies use a very fast-moving tone whereas a tragic movie uses a different type of music that is capable of creating a sad and melancholic mood. Analyzing the film ‘Requiem for a Dream’, a viewer can realize that Darren Aronofsky, the director utilizes the possibilities of music completely in his film and it well exemplifies the strong link between music and film.

The use of sharp string instruments helps the composer to create a kind of discomforting sound which is very apt for the present movie. The story develops through the lives of Sara Goldfarb, her beloved son Harry, Marion, Harry’s girlfriend and Tyrone, Harry’s friend. The opening part of the film includes fast-moving visuals and fast-moving characters but the music performs in a slow beat which gives the viewer a sense of gloomy or frustrating atmosphere. One of the striking facts in this film is Sara Goldfarb’s excessive use of drugs and her nightmarish disillusionment. Darren Aronofsky blends her movements and thoughts with discomforting music and it provides a kind of frustration to the mind of the audience. This is an instance from the film that clearly illustrates the elite role of music which can create sad and happy notes simultaneously.

 

"Not answered?"


Get the Answer