
1. Which of the following best describes the meaning of the multiplicities next to the number 1 in the preceding diagram?
2. Which of the following best describes the meaning of the multiplicities next to the number 2 in the preceding diagram?
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?
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
5. Which of the following best describes the meaning of the multiplicities next to the number 4 in the preceding diagram?
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?
7. Which of the following best describes the meaning of the multiplicities next to the number 5 in the preceding diagram?
8. Which of the following best describes the meaning of the multiplicities next to the number 6 in the preceding diagram?
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?
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. 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.
1. Which of the following best describes the meaning of the multiplicities next to the number...
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 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 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 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 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 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 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 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 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 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...