Examlex

Solved

Fact Pattern 20-1 MicroManage Is the Fastest Growing Home-Software Producer in the Country

question 26

Multiple Choice

Fact Pattern 20-1
MicroManage is the fastest growing home-software producer in the country. In 2000, it sold 6% of all home software in the U.S., but in 2011, it sold 55% of all home software. A recent issue of Computer Universe said that MicroManage was "the most dominant and aggressive of all home-software developers." Home software is a small part of the entire software industry.
In 2011, MicroManage proposed a merger with Game Master, its main rival. Game Master was responsible for 10% of all home-software sales in 2010. MicroManage's president says that the combination of the firms will allow MicroManage to lower costs and pass the savings on to its customers.
The Department of Justice filed suit to stop this merger, claiming the combination would give monopoly power to the merged firm. Justice insists that consumers would lose in the end.
-Refer to Fact Pattern 20-1. Which case might a court use as precedent to determine whether or not the MicroManage merger is legal?


Definitions:

Members of Structures

Variables defined within a struct in C/C++, which can represent different data types and are used to store related data under a single name.

Dot Operator

A symbol used in programming languages like C++ and Python for accessing attributes or methods of an object.

Indirection Operator

In programming, specifically C and C++, it is the asterisk (*) used to dereference a pointer, giving access to the value stored at the pointer's address.

Member Operator

Operators used in object-oriented languages to access the properties or methods of an object or class.

Related Questions