Question

Stock Exchanges Brokers 1 6 1..1 2 5 0 1..1 0.. Buy/Sell Stocks Transactions 3 4

1. Which of the following best describes the meaning of the multiplicities next to the number 1 in the preceding diagram?

  1. Stocks are traded in only one exchange.
  2. Stocks are traded in at least one exchange.
  3. Stocks are traded in a minimum of zero exchanges.
  4. Stocks are traded in a maximum of many exchanges.
  5. Both c and d are correct.

2. Which of the following best describes the meaning of the multiplicities next to the number 2 in the preceding diagram?

  1. Each exchange trades at least one stock.
  2. Each exchange trades only one stock.
  3. Each exchange trades a minimum of zero stocks.
  4. Each exchange trades a maximum of many stocks.
  5. Both a and d are correct.

3. Which of the following is true to implement the Stock Exchanges and Stocks classes and the association between them in the preceding UML class diagram in a database?

  1. The primary key of Stocks is a foreign key in Stock Exchanges.
  2. The primary key of Stock Exchanges is a foreign key in Stocks.
  3. The association between Stocks and Stock Exchanges is implemented as a linking table.
  4. Both a and b are true.
  5. None of these is true

4. Which of the following best describes the meaning of the multiplicities next to the number 3 in the preceding diagram? LO 3-2, LO 3-3

  1. Each transaction involves at least one stock.
  2. Each transaction involves only one stock.
  3. Each transaction involves a minimum of zero stocks.
  4. Each transaction involves a maximum of many stocks.
  5. Both a and b are correct.

5. Which of the following best describes the meaning of the multiplicities next to the number 4 in the preceding diagram?

  1. Each stock is bought/sold at least once.
  2. Each stock is bought/sold only once.
  3. Each stock is bought/sold a maximum of many times.
  4. Each stock is bought/sold a minimum of many times.
  5. Both a and c are correct.

6. Which of the following is true to implement the Buy/Sell Transactions and Stocks classes and the association between them in the preceding UML class diagram in a database?

  1. The primary key of Stocks is a foreign key in Buy/Sell Transactions.
  2. The primary key of Buy/Sell Transactions is a foreign key in Stocks.
  3. The association between Stocks and Buy/Sell Transactions is implemented as a linking table.
  4. Both a and b are true.
  5. None of these is true.

7. Which of the following best describes the meaning of the multiplicities next to the number 5 in the preceding diagram?

  1. Each Broker is involved in one Buy/Sell Transaction.
  2. Each Broker is involved in many Buy/Sell Transactions.
  3. Each Broker is involved in a minimum of one Buy/Sell Transaction.
  4. Each Broker is involved in a minimum of zero Buy/Sell Transactions.
  5. Both b and d are correct.

8. Which of the following best describes the meaning of the multiplicities next to the number 6 in the preceding diagram?

  1. Each Buy/Sell Transaction involves one Broker.
  2. Each Buy/Sell Transaction involves many Brokers.
  3. Each Buy/Sell Transaction involves a minimum of zero Brokers.
  4. Each Buy/Sell Transaction involves a maximum of many Brokers.
  5. Both a and d are correct.

9. Which of the following is true to implement the Buy/Sell Transactions and Brokers classes and the association between them in the preceding UML class diagram in a database?

  1. The primary key of Brokers is a foreign key in Buy/Sell Transactions.
  2. The primary key of Buy/Sell Transactions is a foreign key in Brokers.
  3. The association between Brokers and Buy/Sell Transactions is implemented as a linking table.
  4. Both a and b are true.
  5. None of these is true.

10. Which of the following is true to implement the Stock Exchanges and Brokers classes in the preceding UML class diagram in a database?

  1. The primary key of Brokers is a foreign key in Stock Exchanges.
  2. The primary key of Stock Exchanges is a foreign key in Brokers.
  3. The association between Brokers and Stock Exchanges is implemented as a linking table.
  4. Both a and b are true.
  5. None of these is true.
0 0
Add a comment Improve this question Transcribed image text
Answer #1

1. Both c and d are correct.

A stock can trade on any exchange on which it is listed. And to be listed it must meet all of the exchange's listing requirements.A company can list its shares on more than one exchange, which is referred to as dual listing - although few companies do.

2. Each exchange trades at least one stock.

4. Each transaction involves only one stock.

5. Both a and c are correct.

7. Both b and d are correct.

8.Both a and d are correct.

3, 6, 9 & 10 Can't answer as the UML class diagram is not shared.

Add a comment
Know the answer?
Add Answer to:
1. Which of the following best describes the meaning of the multiplicities next to the number...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Required information Refer to this diagram to answer questions 11 through 20. Stock Exchanges Brokers 50.....

    Required information Refer to this diagram to answer questions 11 through 20. Stock Exchanges Brokers 50.. Stocks Buy/Sell Transactions Which of the following best describes the meaning of the multiplicities next to the number 3 in the preceding diagram? Multiple Choice o Each transaction involves at least one stock. Multiple Choice o Each transaction involves at least one stock. Each transaction involves only one stock. Each transaction involves a minimum ) Each transaction involves a maximum Both "Each transaction transaction...

  • Which of the following describes referential integrity? A. A Primary Key of a relational table must...

    Which of the following describes referential integrity? A. A Primary Key of a relational table must not contain a null value B. One fact must not be in multiple places C. The value for a foreign key attribute must either be null or match the one of the data value of that attribute in the table in which the attribute is a primary key D. Referential Integrity is a principle that prevents the use of redundancy, avoids null values and...

  • Refer to the following integrated diagram, showing part of the purchases and sales processes linked to...

    Refer to the following integrated diagram, showing part of the purchases and sales processes linked to the conversion process, for Questions 11 through 25. 7 Refer to the association marked with the number 1 in the preceding diagram. Which of the following is the best description of the association? Multiple Choice Each supplier participates in a minimum of zero purchases. Each supplier participates in at least one purchase. Each supplier participates in a maximum of one purchase. Supplier in the...

  • Use the following narrative to complete the UML class diagram with classes, associations, and multiplicities outlined...

    Use the following narrative to complete the UML class diagram with classes, associations, and multiplicities outlined below and then answer questions : The Multnomah County Library provides a variety of services to citizens of the county. First, the library offers a number of traditional books to be checked out by patrons. Each patron may check out up to 5 books at one time. Although library services are offered to all county citizens, each patron must obtain a library card to...

  • need code for this in java Design a set of classes that work together to simulate the Stock Transaction System. You should design the following classes: 1. the StockMarket class. This class si...

    need code for this in java Design a set of classes that work together to simulate the Stock Transaction System. You should design the following classes: 1. the StockMarket class. This class simulates the stock market such as Nasdaq, NYSD, or other stock market. The class's responsibility are as follows: -To know the stock market abbreviation, full name, location, an arraylist of stocks for this market 2. the Company class: this class simulates a company that has stock released on...

  • Which of the following orders is most likely to to increase the difference between the highest...

    Which of the following orders is most likely to to increase the difference between the highest bid price and the lowest ask price? (a) A large limit order (b) A small limit order (c) A small market order (d) A large market order (e) There will be no major difference between these 3. Which of the following are reasons an investor would have to pay more than the NAV for purchasing the share of an ETF? Select all that apply...

  • 7 Which of the following would you find in the money marke a Treasury bills Long-serm...

    7 Which of the following would you find in the money marke a Treasury bills Long-serm corporate bonds Preferred stocks All of the above None of the above When an investment bank buys all of the stock a company is issuing On a single i and resells the stock itself, it is making a A best efforts underwriting A firm commitment underwriting A designated market maker offfering A secondary market offering All of the ahove b. d Who stands ready...

  • Identify which accounting principle or assumption best describes each of the following practices: 1. Stark Company's...

    Identify which accounting principle or assumption best describes each of the following practices: 1. Stark Company's accounting system maintains the equipment account as if the business will continue operating and not close. 2. Mike Derr owns both Salling Passions and Dockside Digs. In preparing financial statements for Dockside Digs, Mike makes sure that the expense transactions of Sailing Passions are kept separate from Dockside Digs's transactions and financial statements. 3. If $51 thousand cash is paid to buy land, the...

  • Identify which accounting principle or assumption best describes each of the following practices: 1. In December...

    Identify which accounting principle or assumption best describes each of the following practices: 1. In December of this year, Chavez Landscaping received a customer's order and cash prepayment to install sod at a house that would not be ready for installation until March of next year. Chavez should record the revenue from the customer order in March of next year, not in December of this year. 2. If $51,000 cash is paid to buy land, the land is reported on...

  • Python coding exercise: please include comments Goal #1: import financial data given into your pr...

    Python coding exercise: please include comments Goal #1: import financial data given into your program provided to you as a CSV formatted text file Use the following data for testing (the following is only a sample of the data; there are over 4000 rows of data): *Note: The data you will read in is linear by date (but, non-contiguous due to holidays and weekends,) reflecting a timeline of stock performance in chronological order; however your program should run through the...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT