Examlex

Solved

Alpha Enterprises Sent an Offer to Omega Enterprises

question 81

Multiple Choice

Alpha Enterprises sent an offer to Omega Enterprises. The offer read as follows: AVAILABLE FOR IMMEDIATE SHIPMENT: 600 WIRELESS NOKIA PHONES - MODEL HCG5321 (THE PHONE FROM "CHARLIE'S ANGELS") . PRICE IS $10 EACH. 30 DAYS, SAME AS CASH. ALL WARRANTIES IN EFFECT. THIS OFFER EXPIRES ON TUESDAY, MARCH 15, 2016. Omega sent the following letter in response on March 14, 2016, via overnight delivery: HAPPY TO ACCEPT YOUR OFFER ON THE NOKIA PHONES. SHIP IMMEDIATELY. There was a major snowstorm that hit the east coast on March 14, 2016, and Omega's letter did not arrive at Alpha's headquarters until March 18, 2016. Alpha had sold the phones to another company. Omega demanded the 600 phones for $10 each claiming that it had accepted the offer in time.


Definitions:

W Mode

A mode for opening files in which the file is written; if the file already exists, its content is overwritten.

W+ Mode

In file handling, "W+ mode" allows for both writing and reading from a file, and will create a new file if it doesn't exist or truncate it to zero length if it does.

Physically Placed

Refers to the actual location or arrangement of components or objects in the physical world or on a storage medium.

Fopen() Function

A command in many programming languages used to open a file and associate it with a stream.

Related Questions