Assume a processor scheduler which needs to handle the following incoming processes:
P1, arrival at t=0, burst time = 4
P2, arrival at t=1, burst time = 3
P3, arrival at t=2, burst time = 1
Trace the following processor scheduling algorithms:
a) First come first serve
b) Shortest task first (non-preemptive)
c) Shortest task first (preemptive)
d) Round robin with quantum = 1

Answers

Answer 1

a) First come first serve (FCFS):

The order of process execution is P1, P2, P3.

b) Shortest task first (non-preemptive):

The order of process execution is P3, P2, P1.

c) Shortest task first (preemptive):

The order of process execution is P3, P2, P1.

d) Round robin with quantum = 1:

The order of process execution is P1, P2, P3.

In the first-come-first-serve (FCFS) scheduling algorithm, the processes are executed in the order they arrive. In this case, P1 arrives first, followed by P2 and P3. Therefore, P1 is executed first, then P2, and finally P3.

In the shortest task first (non-preemptive) scheduling algorithm, the process with the shortest burst time is executed first, without preemption. Here, P3 has the shortest burst time, so it is executed first, followed by P2 and P1.

In the shortest task first (preemptive) scheduling algorithm, the process with the shortest burst time is executed first, but it can be preempted by a process with an even shorter burst time. Again, P3 has the shortest burst time and is executed first. However, since P2 arrives before P1, it preempts the execution of P3. Once P2 is completed, P3 resumes execution, and finally, P1 is executed.

In the round-robin scheduling algorithm with a quantum of 1, each process is given a time slice (quantum) of 1 unit, and they take turns executing. P1 is executed first, followed by P2 and P3. The process execution continues in a circular manner, with each process receiving one unit of execution time until all processes are completed.

Learn more about First come first serve

brainly.com/question/30448655

#SPJ11


Related Questions

Storing a string byte using string primitives increments/decrements which register? a)EDI b)EDX c)ESI d)ES

Answers

When storing a string byte using string primitives, the "EDI" register is typically incremented or decremented to track the memory location. Thus, the answer is option a) EDI.

When storing a string byte using string primitives, the register that is typically incremented or decremented is the "EDI" register (option a).

The EDI (Extended Destination Index) register is one of the general-purpose registers in the x86 architecture. It is commonly used as an index register in string operations, such as moving or copying strings in memory. When storing a string byte, the EDI register is often incremented or decremented to keep track of the memory location where the next byte should be stored.

Therefore, option a) EDI is the correct answer.

Learn more about string here:

https://brainly.com/question/31937454

#SPJ11

What file controls the default runlevel using Systemd?
a. /etc/inittab
b. /etc/systemd/system/default.target
c. /etc/systemd/inittab.target
d. /etc/systemd.comf

Answers

The correct answer is b. /etc/systemd/system/default.target.

In Systemd, the default runlevel is controlled by the file "/etc/systemd/system/default.target." Systemd is a modern init system used in many Linux distributions to manage the boot process, services, and system initialization.

The default.target file is a symbolic link that points to the target unit file representing the default runlevel or system state. It defines the set of services and units that should be started during system boot. By changing the symbolic link target, you can switch between different runlevels or system states.

Option a, "/etc/inittab," refers to the configuration file used by the traditional SysV init system, which is not used by Systemd.

Option c, "/etc/systemd/inittab.target," is an invalid path and does not exist in Systemd.

Option d, "/etc/systemd.comf," is also an invalid path. The correct file is "/etc/systemd/system/default.target" for controlling the default runlevel using Systemd.

learn more about configuration here:

https://brainly.com/question/30279846

#SPJ11

a subcategory code in icd-10-cm is how many characters?

Answers

A subcategory code in ICD-10-CM consists of four characters.

In the International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM), codes are used to classify and identify specific medical diagnoses and procedures. The structure of ICD-10-CM codes follows a specific format. Each code is alphanumeric and typically consists of three to seven characters. The subcategory level is one of the hierarchical levels within the code structure. It provides a more specific classification within a broader category. In ICD-10-CM, a subcategory code is composed of four characters. These four characters further define and classify a specific condition or diagnosis within a particular category. Subcategory codes are often used to provide more detailed information and enable more precise documentation of medical conditions.

Learn more about alphanumeric code here:

https://brainly.com/question/33438643

#SPJ11

where is the path to the default gpt structure for a domain?

Answers

The default GPT structure for a domain does not have a specific path since GPT is a language model that does not have predefined knowledge of specific domains.

Instead, GPT learns from a large dataset and generates text based on the patterns it has learned. The model can be fine-tuned on specific domains, but there is no default structure for any particular domain.

The default GPT (Generative Pre-trained Transformer) structure does not have a predetermined path for a specific domain. GPT is a language model that is trained on a diverse range of data from the internet and does not possess inherent knowledge about specific domains. It learns patterns and linguistic structures from the training data to generate coherent and contextually relevant text.

While GPT can be fine-tuned on specific domains to improve its performance within those domains, this involves training the model on a domain-specific dataset and adapting it to that particular context. However, even after fine-tuning, GPT still relies on the patterns it has learned from its pre-training, supplemented by the domain-specific knowledge gained during fine-tuning.

In conclusion, the default GPT structure is not tailored to any specific domain and does not have a fixed path for a domain. Its ability to generate text across various domains stems from its pre-training on a broad dataset, and any domain-specific adaptation is achieved through additional training and fine-tuning.

Learn more about GPT here:
https://brainly.com/question/31931349

#SPJ11

It is very difficult to manage data for which of the following reasons?
a) Data security is easy to maintain.
b) The decreasing amount of external data needs to be considered.
c) The amount of data stays about the same over time.
d) Data are scattered throughout organizations.
e) Data are stored in the same format throughout organizations.

Answers

Managing data can be difficult due to reasons such as scattered data throughout organizations and data stored in different formats.

Option (d) and option (e) highlight two significant challenges in data management. Option (d) states that data are scattered throughout organizations, which can make it difficult to centralize and access the data effectively. Data may exist in various departments, systems, and databases, leading to fragmentation and complexity in managing and integrating the data.

Option (e) states that data are stored in the same format throughout organizations. This can also pose challenges in data management as different formats and structures may be required for different purposes or systems. Data standardization and ensuring compatibility between different formats can be time-consuming and require additional efforts in data management.

On the other hand, options (a), (b), and (c) present statements that do not accurately reflect the difficulties in managing data. Data security is not always easy to maintain, and organizations must implement appropriate measures to protect data from unauthorized access or breaches. The amount of data may not stay the same over time, as data volumes can grow exponentially with the increasing use of digital technologies and data-driven processes.

Overall, managing data can be challenging due to factors such as scattered data and diverse data formats, requiring organizations to implement effective strategies and technologies to ensure efficient data management practices.

learn more about formats here:

https://brainly.com/question/3775758

#SPJ11

the ______ pattern is used when reading via a website.

Answers

The "F-pattern" is commonly used when reading via a website. The F-pattern refers to the typical eye movement pattern that users exhibit when scanning and reading content on a website.

The F-pattern gets its name from the shape it forms, which resembles the letter "F." When users first visit a webpage, they tend to focus their attention on the upper-left corner, where the logo or main headline is usually located.

From there, their gaze moves horizontally across the page, scanning for relevant information or visual cues. As they continue reading, their attention gradually shifts downward, creating a vertical movement down the left side of the page, while the right side is often ignored or skimmed quickly.

This pattern is influenced by users' natural reading habits and the way information is typically presented on websites, with important content placed at the top and left side of the page.

The F-pattern is significant for website designers and content creators as it helps them optimize their layouts to better accommodate users' reading behaviors. By understanding this pattern, designers can strategically position important information, such as key messages, calls-to-action, and crucial content, within the F-shaped scanning path.

This improves the overall readability and user experience of a website, ensuring that essential information catches the users' attention. To make content more accessible and engaging, designers may also employ visual cues like headings, bullet points, and images to break up long blocks of text and guide users along the F-pattern.

By aligning the website's layout with users' natural scanning tendencies, designers can enhance usability and increase the likelihood of users engaging with the desired content effectively.

Learn more about readability here:

https://brainly.com/question/28328300

#SPJ11

an attack that forges the sender’s ip address is called:

Answers

IP spoofing is an attack where the attacker manipulates the sender's IP address to deceive or disguise their identity. It can be used for malicious purposes like DoS attacks or MitM attacks.

IP spoofing is a technique used in network communication where an attacker manipulates the IP address in the header of an IP packet to falsely represent the sender's identity. By forging the source IP address, the attacker disguises their true origin and makes it appear as if the packet is originating from a different source.

IP spoofing can be employed for various malicious purposes, including:

Denial-of-Service (DoS) attacks: Attackers can send a flood of IP packets with spoofed source addresses to overwhelm a target system or network, making it difficult to trace the source and effectively defend against the attack.

Man-in-the-middle (MitM) attacks: By spoofing IP addresses, attackers can intercept network traffic between two communicating parties, positioning themselves as intermediaries and potentially eavesdropping on or altering the data being transmitted.

Evading identification: Spoofing the IP address can be used to mask the true source of an attack, making it challenging for network administrators or security systems to trace the origin accurately.

Countermeasures against IP spoofing include implementing network-level protections such as ingress/egress filtering, where routers and firewalls are configured to verify the legitimacy of IP addresses.

Learn more about IP Address here:

https://brainly.com/question/27961221

#SPJ11

You have recently discovered that a network attack has compromised your database server. The attacker may have stolen customer credit card numbers.
You have stopped the attack and implemented security measures to prevent the same incident from occurring in the future. What else might you be legally required to do?
1. Perform additional investigation to identify the attacker
2. Contact your customers to let them know about the security breach
3. Implement training for employees who handle personal information
4. Delete personally identifiable information from your computers

Answers

In the event of a network attack compromising a database server and potential theft of customer credit card numbers, legal obligations include investigating the attacker, notifying customers about the breach, providing employee training, and deleting personal information from computers.

When a network attack compromises a database server and customer credit card numbers are potentially exposed, it is crucial to take legal obligations seriously. Firstly, performing additional investigation is necessary to identify the attacker and gather evidence for potential legal actions. This involves analyzing server logs, conducting forensic analysis, and working with law enforcement agencies if necessary.

Secondly, contacting your customers to inform them about the security breach is a legal and ethical obligation. Promptly notifying affected individuals allows them to take necessary precautions, such as monitoring their credit card statements for unauthorized activity and potentially canceling their credit cards.

Thirdly, implementing training for employees who handle personal information is essential to prevent similar incidents in the future. Training should cover topics such as data protection, security best practices, and the proper handling of sensitive information to minimize the risk of future breaches.

Lastly, deleting personally identifiable information from your computers is crucial for ensuring data privacy and complying with legal requirements. By removing unnecessary customer data, you minimize the risk of further unauthorized access and protect individuals from potential harm.

Overall, taking these measures demonstrates a commitment to protecting customer data and complying with legal obligations in the aftermath of a network attack.

Learn more about network  here:

https://brainly.com/question/30452844

#SPJ11

in terms of consumer-generated media, web analytics measure

Answers

Web analytics measure consumer-generated media. Consumer-generated media or user-generated content refers to online content that was created by users of an online system.

User-generated content has become more prevalent as a result of the expansion of social networking sites, where people can create and share content with others.In general, web analytics may help businesses in several ways, including the measurement of consumer-generated media.

Web analytics may help you better comprehend how consumers are interacting with your website, which web pages are most popular, which keywords people are using to discover your website, and so on. Web analytics may assist in the evaluation of the quality of consumer-generated media, such as online evaluations and ratings. You may discover which goods and services are being discussed and how frequently they are being mentioned.

Web analytics may help you evaluate which customer-generated media is generating the most interest and attention for your business.

Know more about the Web analytics

https://brainly.com/question/22973032

#SPJ11

Which of the following utilities can be used to troubleshoot an improper shutdown? (Choose all that apply).
a. Event Viewer
c. Memory Diagnostics
d. Chkdsk

Answers

The utilities that can be used to troubleshoot an improper shutdown are Event Viewer and Chkdsk.

1. Event Viewer: Event Viewer is a utility in Windows that allows users to view detailed information about system events and errors. It can be used to identify any error or warning messages related to the improper shutdown. By analyzing the event logs, you can often determine the cause of the shutdown issue, such as driver conflicts, hardware problems, or software errors.

2. Chkdsk: Chkdsk (Check Disk) is a command-line utility in Windows that scans the file system for errors and attempts to fix them. When a computer shuts down improperly, it can sometimes lead to file system corruption. Running Chkdsk can help identify and repair any file system errors that may have occurred during the improper shutdown. This utility checks the integrity of the hard drive and can potentially resolve issues that might be causing the improper shutdown.

Memory Diagnostics (option "c") is not directly related to troubleshooting an improper shutdown. It is a utility that tests the computer's RAM for errors and is mainly used to diagnose memory-related problems, such as system crashes or application errors caused by faulty RAM modules. While memory issues can contribute to system instability, they are not specifically associated with troubleshooting improper shutdowns.

Learn more about Event Viewer here:

https://brainly.com/question/14166392

#SPJ11

Create a class of name arithematic logic operator. Over load the operator

Answers

An example of  an ArithmeticLogicOperator class that overloads the +, -, *, and / operators is

class ArithmeticLogicOperator:

   def __init__(self, value):

       self.value = value

   def __add__(self, other):

       return self.value + other.value

   def __sub__(self, other):

       return self.value - other.value

   def __mul__(self, other):

       return self.value * other.value

   def __truediv__(self, other):

       return self.value / other.value

How does this work?

You can create instances of the ArithmeticLogicOperator class and perform arithmetic operations using the overloaded operators.

he ArithmeticLogicOperator class takes a value as input during initialization.

The overloaded operators allow you to perform arithmetic operations between instances of the class, returning the desired result.

Learn more about operators  at:

https://brainly.com/question/29673343

#SPJ1

CIS 312 End of Unit 3 Assessment (PCPro6.0) A user is trying to log into Windows on her notebook computer. She enters the correct password for her user account, but the system won't let her authenticate, claiming the wrong password has been entered. Which of the following is MOST likely causing this problem? She has turned Num Lock on, causing the keyboard to register numbers instead of letters. The CPU is in power-save mode, causing all login attempts to be denied. She has entered the wrong password too many times, causing Intruder Detection in Windows to lock the system. The keyboard must be replaced. The Scroll Lock key has been pressed, locking all input from the keyboard.

Answers

The most likely reason for this problem to occur is that the user has turned Num Lock on, causing the keyboard to register numbers instead of letters.

When a user tries to log into Windows on their notebook computer and enters the correct password for their user account, but the system won't let them authenticate, claiming the wrong password has been entered, the most common cause of this problem is that the Num Lock key has been turned on, causing the keyboard to register numbers instead of letters.

When the Num Lock key is enabled, the keyboard's numeric keypad is activated, which can lead to a password being entered incorrectly if it contains letters rather than numbers. As a result, the user's login attempts will be denied.To fix this problem, the user should check whether the Num Lock key is turned on and turn it off if it is.

The Num Lock key is usually located near the top of the keyboard and is labeled with an indicator light that turns on when it is enabled. If this does not solve the problem, the user may need to check whether the Caps Lock or Scroll Lock keys have been enabled, as these can also cause issues with login authentication.

Know more about the numeric keypad

https://brainly.com/question/2596238

#SPJ11

When using a site-to-site VPN, what type of device sits at the edge of the LAN and establishes the connection between sites?
a.VPN proxy
b.VPN server
c.VPN transport
d.VPN gateway
D. vpn gateway

Answers

The device that sits at the edge of the LAN and establishes the connection between sites when using a site-to-site VPN is a VPN gateway.

A VPN gateway is a type of networking device that connects two or more devices or networks together in a VPN infrastructure. It is designed to bridge the connection or communication between two or more remote sites, networks, or devices and/or to connect multiple VPNs together.

A VPN gateway can be a router, server, firewall, or similar device with internet working and data transmission capabilities. However, in most cases, a VPN gateway is a physical router device.

The VPN gateway is generally installed on the core VPN site or infrastructure. The VPN gateway is configured to pass, block, or route VPN traffic.

It provides core VPN-specific networking services such as IP address assignment and management, dynamic and static routing, and the maintenance of routing tables.

learn more about networks here:

https://brainly.com/question/13992507

#SPJ11

which type of memory is permanently installed on your computer

Answers

The type of memory that is permanently installed on a computer is the ROM (Read Only Memory).

Computers have various types of memory devices such as Random Access Memory (RAM), Read-Only Memory (ROM), Hard Disk Drives (HDDs), Solid State Drives (SSDs), USBs, and memory cards. All of these memory devices have a different role to play in the functioning of the computer. However, when it comes to permanently installed memory on a computer, the ROM takes the stage.

ROM is non-volatile memory that is pre-installed in a computer system by the manufacturer. ROM is a type of memory that is not accessible to the user and can't be written or rewritten by the user. It stores the firmware of the computer. Firmware is software that has been programmed on hardware devices. ROM is used to store the booting software or firmware, BIOS (Basic Input Output System), that allows the computer to run at the time of booting.

The data in the ROM memory remains permanent even after the power is switched off, unlike RAM memory, which is volatile and requires a continuous supply of power to keep the data stored. In conclusion, ROM memory is a type of memory that is permanently installed on a computer, stores firmware, and is non-volatile.

Know more about the ROM (Read Only Memory).

https://brainly.com/question/14953108

#SPJ11

Which of the following best describes online analytical processing (OLAP)?
a. OLAP is used to run a business in real-time and is designed to handle multiple concurrent transactions from customers.
b. OLAP is the application of statistical techniques to find patterns and relationships among data and to classify and predict.
c. OLAP is used for multidimensional data analysis, enabling users to view the same data in different ways using multiple dimensions.
d. OLAP is the process of sequentially executing operations on each record in a large batch.

Answers

Option C best describes OLAP. OLAP is used for multidimensional data analysis, allowing users to explore data from various perspectives using multiple dimensions.

OLAP, or online analytical processing, is a technology and methodology used for analyzing and manipulating large volumes of data in a multidimensional format. It allows users to explore data from different perspectives and dimensions, such as time, geography, and product categories. OLAP systems are designed to support complex queries and provide fast response times, making it easier for users to navigate and analyze data interactively.

With OLAP, users can perform various operations like slicing, dicing, drilling down, and rolling up data to gain insights and make informed decisions. OLAP databases store pre-aggregated and summarized data, enabling efficient and rapid data retrieval for analytical purposes.

This makes OLAP particularly suitable for business intelligence and data analysis tasks where users need to analyze data from different angles and dimensions.

In summary, OLAP is a technology used for multidimensional data analysis, allowing users to analyze data from different perspectives using multiple dimensions. It facilitates interactive exploration, slicing, dicing, and aggregation of data for effective decision-making and business intelligence purposes.

Learn more about OLAP here:

https://brainly.com/question/33692519

#SPJ11

Other Questions
If y(x) is the solution to the initial value problem y' - y = x + x, y(1) = 2. then the value y(2) is equal to: 06 02 0-1 The answer above is NOT correct. Find the orthogonal projection of onto the subspace W of R4 spanned by -1632 -2004 projw(v) = 10284 -36 v = -1 -16] -4 12 16 and 4 5 -26 Mortgage Affordability. Paul will be able to save $414 per month (which can be used for mortgage payments) for the indefinite future. If Paul finances the remaining cost of a $104,000 home, after making a $20,800 down payment, (amount to finance $83,200 ) at a rate of 6% over 30 years, what are his resulting monthly mortgage payments? Can he afford the mortgage? Paul's resulting monthly mortgage payment is $ (Use your financial calculator and round to the nearest cent.) Can he afford the mortgage? (Select the best answer below.) A. Yes, Paul will have enough from his monthly savings amount to cover his mortgage payment. B. No, Paul will not have enough from his monthly savings amount to cover his mortgage payment. Explore two e-commerce Web sites that you consider to be effective. Which elements, if any, do the two sites have in common? Which elements do you believe contribute to the success of the site? Summarize your findings in a one to two-page report. Sunshine Smoothies Company (SSC) manufactures and distributes smoothies. SSC is considering the development of a new line of high-protein energy smoothies. SSC's CFO has collected the following information regarding the proposed project, which is expected to last 3 years:The project can be operated at the company's Charleston plant, which is currently vacant.The project will require that the company spend $3.8 million today (t = 0) to purchase additional equipment. For tax purposes the equipment will be depreciated on a straight-line basis over 5 years. Thus, the firm's annual depreciation expense is $3,800,000/5 = $760,000. The company plans to use the equipment for all 3 years of the project. At t = 3 (which is the project's last year of operation), the equipment is expected to be sold for $1,450,000 before taxes.The project will require an increase in net operating working capital of $730,000 at t = 0. The cost of the working capital will be fully recovered at t = 3 (which is the project's last year of operation).Expected high-protein energy smoothie sales are as follows:Year Sales1 $2,600,0002 7,400,0003 3,800,000The project's annual operating costs (excluding depreciation) are expected to be 60% of sales.The company's tax rate is 40%.The company is extremely profitable; so if any losses are incurred from the high-protein energy smoothie project they can be used to partially offset taxes paid on the company's other projects. (That is, assume that if there are any tax credits related to this project they can be used in the year they occur.)The project has a WACC = 10.0%.SSC is considering another project: the introduction of a "weight loss" smoothie. The project would require a $3.5 million investment outlay today (t = 0). The after-tax cash flows would depend on whether the weight loss smoothie is well received by consumers. There is a 40% chance that demand will be good, in which case the project will produce after-tax cash flows of $2.2 million at the end of each of the next 3 years. There is a 60% chance that demand will be poor, in which case the after-tax cash flows will be $0.52 million for 3 years. The project is riskier than the firm's other projects, so it has a WACC of 11%. The firm will know if the project is successful after receiving the cash flows the first year, and after receiving the first year's cash flows it will have the option to abandon the project. If the firm decides to abandon the project the company will not receive any cash flows after t = 1, but it will be able to sell the assets related to the project for $2.8 million after taxes at t = 1. Assuming the company has an option to abandon the project, what is the expected NPV of the project today? Round your answer to 2 decimal places. Do not round your intermediate calculations. Use the values in "millions of dollars" to ascertain the answer.$ millions of dollars Which of the following works were most influential in the development of functionalism?a. Weber's and Fechner's work in psychophysicsb. Quetelet's and Galton's work in statisticsc. Wundt's and Titchener's systemsd. The comparative research of physiologists and Darwin's worke. The work of Darwin and Galton and comparative research How do social influencers interact with companies and their brands? Create a class of name arithematic logic operator. Over load the operator The following transactions of Lexington Pharmacies occurred during 2015 and 2016 (Click the icon to view the transactions) Journalize the transactions in Lexington's general journal. Explanations are not required. (Record debits first, then credits. Exclude explanations from journal entries) CMD Jan 9, 2015 Purchased computer equipment at a cost of $7,000, signing a six-month, 9% note payable for that amount Date Accounts and Explanation Debit Credit 2015 Jan 9 n nt KP More info 2015 Jan. 9 Purchased computer equipment at a cost of $7,000, signing a six-month, 9% note payable for that amount. 29 Recorded the week's sales of $68,000, three-fourths on credit and one-fourth for cash. Sales amounts are subject to a 6% state sales tax. Ignore cost of goods sold. Feb. 5 Sent the last week's sales tax to the state. Jul. 9 Paid the six-month, 9% note, plus interest, at maturity. Aug. 31 Purchased merchandise inventory for $15,000, signing a six-month, 10% note payable. The company uses the perpetual inventory system. Dec. 31 Accrued warranty expense, which is estimated at 4% of sales of $603,000. 31 Accrued interest on all outstanding notes payable. 2016 Feb. 29 Paid the six-month 10% note, plus interest, at maturity. This table represents a quadratic function with a vertex at (1, 0). What is theaverage rate of change for the interval from x= 5 to x = 6?A 9OB. 5C. 7D. 25X-234504916P a. b. 2. Which countries have the following co-ordinates? b. 10S 50W a. 40N 0 C. 20S 50E 3. Which of these countries are in the news at present? Explain why. 4. The country where the 10N and the 50E lines of longitude meet is often in the news. Name this country. Give one reason why this countr is in the news. 5. Find a news story about a country in Africa. a. Give the latitude and longitude of this country. b. Place your story on the news board. C. d e #geo Find a power series for the function, centered at c, and determine the interval of convergence. 2 a) f(x) = 7-3; c=5 b) f(x) = 2x +3 ; c=0 7x+3 4x-7 14x +38 c) f(x)=- d) f(x)=- ; c=3 2x + 3x-2' 6x +31x+35 Consider the following function e-1/x f(x) if x #0 if x = 0. a Find a value of a that makes f differentiable on (-[infinity], +[infinity]). No credit will be awarded if l'Hospital's rule is used at any point, and you must justify all your work. = Jianguo has accepted a new job offer. Which approach should he take with his current job?Select an answer:A. Send his resignation letter by emailB. Give notice in person to human resourcesC. Give notice in person along with a letter of resignationD. Call his current boss and let him or her know. Archibald's smile quickly faded.The sentence above would best be inserted after A. sentence 20. B. sentence 2. C. sentence 4. D. sentence 15. What is the common name of the following compound? CH3CH2OCH3 udd Company made the following merchandise purchases during the current year: There was no beginning inventory, but ending inventory consisted of 400 units. If Rudd uses the moving-average cost method and the periodic inventory system, what would be the cost of the ending inventory? I 5-2 Analysis of Transactions; Preparation of Statements The Mentha Company was incorporated on July 1, 20X1. Mentha had 10 holders of common stock. Laurie Mentha, who was the president and CEO, held 49% of the shares. The company rented space in chain discount stores and specialized in selling running shoes. Mentha's first location was a store in Centerville Mall. The following events occurred during July: A. The company was incorporated. Common stockholders invested $145,000 cash. B. Purchased merchandise inventory for cash, $55,000. C. Purchased merchandise inventory on open account, $28,000. D. Merchandise carried in inventory at a cost of $42,000 was sold for $90,000,$30,000 for cash and $60,000 on open account. Mentha carries and will collect these accounts receivable. E. Collection of a portion of the preceding accounts receivable, $25,000. F. Payments of a portion of accounts payable, $15,000. See transaction C. G. Special display equipment and fixtures were acquired on July 1 for $48,000. Their expected useful life was 48 months with no terminal scrap value. Straight-line depreciation was adopted. This equipment was removable. Mentha paid $15,000 as a down payment and signed a promissory note for $33,000. H. On July 1, Mentha signed a rental agreement with Centerville Mall. The agreement called for rent of $1,550 per month, payable quarterly in advance. Therefore, Mentha paid $4,650 cash on July 1 . I. The rental agreement also called for a payment of 15% of all sales. This payment was in addition to the flat $2,350 per month. In this way, Centerville Mall would share in any success of the venture and be compensated for general services such as cleaning and utilities. This payment was to be made in cash on the last day of each month as soon as the sales for the month were tabulated. Therefore, Mentha made the payment on July 31 . J. Wages, salaries, and sales commissions were all paid in cash for all earnings by employees. The amount was $30,000. K. Depreciation expense for July was recognized. See transaction G. L. The expiration of an appropriate amount of prepaid rental services was recognized. See transaction H. 1. Prepare an analysis of Mentha Company's transactions, employing the equation approach demonstrated in Exhibit 15-1 (pg 621). Two additional columns will be needed, one for Equipment and Fixtures and one for Note Payable. Show all amounts in thousands. 2. Prepare a balance sheet as of July 31, 20X1, and an income statement for the month of July. Ignore income taxes. 3. Given these sparse facts, analyze Mentha's performance for July and its financial position as of July 31, 20X1. Champ Incorporated budgets the following sales in units for the coming two months. Each month's ending inventory of finished units should be 60% of the next month's sales. The April 30 finished goods inventory is 126 units. May June Budgeted sales units 210 250 Prepare the production budget for May Answer is not complete. how do you pronounce the longest word in the dictionary