Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please use the IRAC format to answer the following questions to determine whether a contract exists in each of these scenarios. Please refer to relevant

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

Please use the IRAC format to answer the following questions to determine whether

a contract exists in each of these scenarios. Please refer to relevant legal principles

and case-law in answering each of the questions.

(a) Daniel places the following advertisement in the local newspaper:

"Lost puppy. Labrador. Black colour. Last seen Old Eastern Road. $100 reward if found."

Gary, who has not read the advertisement, finds the puppy and returns it to Daniel.

Subsequently Gary's sister sees the advertisement and shows it to Gary. Gary contacts

Daniel asking for the $100.00. Is he legally entitled to it?

(b) Vincent enters a supermarket looking for some dinner. He approaches the deli area and

picks up a hot chicken (from the Farmdale brand) resting in the warmer. He notices a price

sticker on it of $10. Vincent proceeds to the checkout and puts the chicken down on the

counter. At that moment, he hears a store announcement: "Lilydale chickens are going out

for $5.00 customers, that's right $5.00! " Vincent tells the checkout operator that he wants a

$5.00 Lilydale chicken and that he would put the Farmdale chicken he had back. The

checkout operator says: "No, you can't do that. You've brought it this far, you have to have

this one." At this point she has not swiped the bar code on the price tag. Advise Vincent as

to whether he is legally entitled to the $5 chicken.

c) Paul decided to renovate his garage. He engaged David to do the work at an agreed

price of $20,000.00 and completion date of 30 September. After the work had begun, Paul

discovered that his extended family would be visiting in July. He promised to pay David

another $3,000.00 if he could have the work completed by 10 July. David finished the work

by 10 July but Paul refuses to pay the extra $3,000.00. Advise David.

d) Trudy promised her daughter Veronica that she would pay for her tuition fees in a wellrenowned

art school in France. Trudy now believes that Veronica is not responsible

enough to live overseas on her own and refuses to pay for the fees. Can Veronica

enforce her mother's promise?

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed
3.3. ERP stands for A. Enterprise Resource Program. B. Enterprise Reporting Program C. Enterprise Reprise Platform. D. Enterprise Resource Planning E. None of the above. 34. Advantages of ERP Systems indudes. A. Greater visibility and monitoring capabilities for management. B. Increased productivity through automation. C. Inexpensive and easy to use 6 A and I. E. A. BandC 35. Types of flowcharts used In systems documentation include: A. Program Flowchart, System Flowchart and Document Flowchart. B. System Flowchart, Document Flowchart and Data Flowchart. C. Document Flowchart, Syatern Flowchart and Transaction Flowchart. D. Tramaction Flowchart, Program Flowchart and Document Flowchart. 34, In creating a heD, a small circle (non bolded edges) represents A. The ifart or beginning of a process. B. The end of a process. C. An activity in the process. P. A decalon in the process 37. Which of the following commonly initiates the data input process? A. End of the month sales report B. An automatic butch processing. C A source document. D. A business activity. 38. Which of the following is not considered a source document? A. A copy of the company's sales journal. B. A copy of the company's shipping Invoice. C. A copy of the company's ledger. D. A copy of the company's financial statements. E. None of the above; all items are considered source documents. 39. Pre-numbered shipping documents and pre-numbered invoices are examples of A Group codes. B. Mnemonic codes. C Sequence codes. D. Block codes. E. A and B.0. Debbie Jones works In the accounting department of the Vedder Co. that provides consulting services related to landscape design as well as selling unique art glass and sculptures for residential horses/gardenj. Debbie's job includes updating accounts payable based on purchase orders and checks. Her responsibilities are part of the company's A. Revenue cycle. B. Expenditure cycle. C. Financing cycle. D. Expenditure cycle and revenue cycle. E. Financing cycle and revenue cycle. 41, Which of the following is true about a matter file? A. Individual master file records are permanent. B, Individual master file records may change frequently. C. Individual master file records are sometime being referred to as date value files. D. Individual master file records are sometime being referred to at entity files. E. Individual matter file records are no longer needed in an Als system. 42. Data processing includes all of the following except: A. Changing customer addresses, B. Removing inventory items no longer offered. C. Adding the name of a new vendor. D. Verifying subsidiary ledger balances. E. All of the above are part of data processing. 43. In Jackson, Florida, electric power is provided to consumers by Atlantic Power. Each month Atlantic Power mails bills to 100,000 households and then processes payments are they are received. Currently, payments are not accepted electronically (online]. Instead, customers are required to submit payment via US mail. What is the best way for this business to ensure that payment data entry is efficient and accurate? A. Well-designed paper forms. B. To use source documents. C. To use turnaround documents. D. To use sequentially numbered bills. 44. Sunshine Life Co. Is a life insurance company that collects, stores, prepares and provides life insurance policies to customers in the United States. When a customer's Information is received, it is recorded in a database and a ticket is provided to the policy underwriter. When the policy is issued, the database Is updated so that it always reflects the correct amount of life insurance coverage and the length of the policy available to the customers. In a DFD, which type of symbol would be used to represent the system processing customer's Information? A. A rectangle. B. Acircle. C. Two horizontal lines. D. A square. E. A arrow pointing in.Lab Micro Fall 2019 BONUS #1 (2 points): For all of the following questions, draw the Flowchart corresponding to them by hand then capture it and submit it online. Incorrect flowchart gets 0 points (no partial points). General Notes: 1. If part of the problem needs a loop, then you must draw the loop. 2. If part of the flowchart calls a subroutine, then you must draw the flowchart of the subroutine. 3. All flowchart must be labeled (e.g. main, delayD, operationX, .. etc.) 4. Each step should be unambiguous (i.e. well defined (i.e. cannot be interpreted in two different ways)). Question1 (0.5 points): Draw a flowchart for an 8051 program that adds two 16 bits numbers, call them x, and y, then the result is stored in z. Note: 8051 uses registers of length 8bits, then you have to show how the flowchart deals with this problem (hint: check Lab 2's exercise). Question2 (0.5 points): Draw a flowchart for an 8051 program that reads a list of data from the RAM starting at location S (S E [20H, 7FH]). The list is terminated by the value OH. The program then calculates the difference between number of evens and number of odds in the list (0 is not even nor odd). Question3 (1 points): Draw a flowchart for an 8051 program that works as a vending machine. Each switch connected to port 1 is considered as 50Fils coin. The user should turn switches ON and OFF which correspond to the amount of 50filses he inputted. The program then counts the number of 50Filses and output number of 100Filses to port 2, and number of the remaining 50Filses to port 3. (the program should loop forever). Example: If: Port1: 00111011 ;0+0+50+50+50+0+50+50 = 250Fils Then: Port2: 00000010 ;2x100Fils Port3: 00000001 ;1x50FilsPlanning and designing a network infrastructure. Task: Given to you is an IP address 172.168.1.10/16 from your ISP. You are required to subnet the /16 network to /19 and /20 addresses and answer the below questions. 1. How many subnets are there in total? 2. What are the subnets? 3. How many hosts/subnet (usable IP addresses)? 4. What are the hosts (IP addresses)? 5. What are the Network addresses? 6. What are the Broadcast addresses? NOTE: Proof of work should be in the form of write up or within table as demonstrated in the class Lecture session. Answer section: (Start as below) /19 subnetting 1. How many subnets are there in total? 2. What are the subnets? 3. How many hosts/subnet (usable IP addresses)? 4. What are the hosts (IP addresses)? 5. What are the Network addresses? 6. What are the Broadcast addresses?Question 1 3 pts Administrative agencies make statutes, O True O False Question 2 3 pts An administrative agency is usually created by O the issuance of a decision by the U.S. Supreme Court. O the promulgateon of a regulation by the appropriate administrative agency. O All the answers are correct. O the passage of enabling legislation by Congress O the issuance of an executive order by the President. Question 3 3 pts In order for a proposed constitutional amendment to become part for the U.S. Constitution, it must be ratified by three-fourths of Congress. O True O False

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Managerial Accounting

Authors: Karen Braun

6th Edition

0134128524, 978-0134128528

Students also viewed these Economics questions