Based on rb illustration above, the value of the RMS for Ace Hardware is 4.8%.
The market share for Ace Hardware in the given industry is 4.8%.RMS (Root Mean Square) for Ace Hardware can be calculated as follows:
First, we need to determine the industry sales excluding Bennett Hardware's sales, which is:
Industry sales = Total sales - Bennett Hardware sales= 369,434 - 25,379= 344,055 cases
Next, we can calculate the market share for Ace Hardware in terms of the total industry sales, which is:
Market share = (Ace Hardware sales / Industry sales) × 100
Putting in the values, we have:
4.8 = (Ace Hardware sales / 344,055) × 100
On solving for Ace Hardware sales, we get:
Ace Hardware sales = (4.8 / 100) × 344,055= 16,516.64 cases
Finally, we can calculate the RMS for Ace Hardware, which is:
RMS = Ace Hardware sales / Industry sales= 16,516.64 / 344,055= 0.048 or 4.8% (rounded to two decimal places)
Therefore, the RMS for Ace Hardware is 4.8%.
Learn more about total sales at:
https://brainly.com/question/13076528
#SPJ11
Given an "out" string length 4, such as "<<>>", and a word, return a new string where the word is in the middle of the out string, e.g. "<>". Note: use str.substring(i, j) to extract the String starting at index i and going up to but not including index j.
makeOutWord("<<>>", "Yay") → "<>"
makeOutWord("<<>>", "WooHoo") → "<>"
makeOutWord("[[]]", "word") → "[[word]]"
Answer:
The following are the answer to this question.
Explanation:
In the given code, a "makeOutWord and word" is already used to hold some value. In this code, we define a string method "makeOutWord" that accepts two string variables "out and the word" in its parameter.
Inside the method, a return keyword is used that uses the string variable "out and the word" with the "substring" method, this method is used to returns a new string from an old string value, and it also uses the "word" string variable for the return value.
please find the attached file for code:
what is the subnetwork address for a host with the ip address ?
To determine the subnetwork address for a host with a specific IP address, it is important to first understand what a subnetwork is. A subnetwork, also known as a subnet, is a smaller network within a larger network. It is created by dividing a larger network into smaller, more manageable sections.
To find the subnetwork address for a host with a specific IP address, you must first identify the subnet mask. The subnet mask is a 32-bit value that is used to divide the IP address into the network portion and the host portion. The network portion of the IP address identifies the subnetwork, while the host portion identifies the specific host within that subnetwork. For example, if the IP address of the host is 192.168.1.50 and the subnet mask is 255.255.255.0, the subnetwork address can be calculated as follows: 1. Convert the IP address and subnet mask to binary. IP address: 11000000.10101000.00000001.00110010 Subnet mask: 11111111.11111111.11111111. 00000000 2. Perform a bitwise AND operation on the IP address and the subnet mask. 11000000.10101000.00000001.00110010 (IP address) 11111111.11111111.11111111. 00000000 (Subnet mask) ----------------------------- 11000000.10101000.00000001. 00000000 (Subnetwork address) 3. Convert the resulting binary value back to decimal to get the subnetwork address.11000000.10101000.00000001. 00000000 (Binary) 192.168.1.0 (Decimal) Therefore, the subnetwork address for a host with the IP address 192.168.1.50 and subnet mask 255.255.255.0 is 192.168.1.0.
Learn more about subnetwork here:
https://brainly.com/question/31846502
#SPJ11
Two well-understood sncRNAs in eukaryotic cells are: □ mRNA □ tRNA □ siRNA □ miRNA □ rRNA
The two well-understood sncRNAs (small non-coding RNAs) in eukaryotic cells are -
- siRNA (small interfering RNA)
- miRNA (microRNA).
What is the explanation for this?siRNA (small interfering RNA) is involved in gene silencing by targeting specific mRNA molecules fordegradation.
It helps regulate gene expression and can be artificially introduced to inhibit the expression of specific genes. miRNA (microRNA) also regulates gene expression, but it primarily suppresses protein production by binding to mRNA and inhibiting translation.
Learn more about mRNA at:
https://brainly.com/question/12388408
#SPJ1
The Healthcare Innovation and Technology Lab would most likely be interested in which of the following app types?
an app to use for budgeting
an app to read books
an app to help people decide on a home insurance policy
an app to send data from an insulin pump to a data collection point
Answer:
No. 4: An app to send data from an insulin pump to a data collection point.
Explanation:
Healthcare Innovation and Technology Lab would not mainly be focused with budgeting, book reading, and home insurance policies. Answer number 4 includes health and technology.
What do you think are the importance of learning the components of motherboard?
Answer:
A motherboard, also known as the "main board," is the central circuit hub that allows connection between all components attached to the computer.
Explanation:
3. Explain five (5) reasons why computers are so powerful.
the following software threats.
Answer:
Software development brings your business to new heights of integration. It allows your company to be accessible from almost anywhere via smartphone or computer.
It improves sales and service. The way your customers experience your business is very important. Do you want them to provide you with positive feedback? Then you can’t avoid having an online platform to make it easier for them to reach your services and products.
It helps to implement on-the-go marketing, promoting your products at any place and any time without additional expenses and extra time needed. It doesn’t matter where your customers are. They can access your ads anytime and from anywhere.
It increases customers’ engagement. As with any other business, you probably want to have loyal customers. How should you increase the number of such customers? Work on online marketing strategies. Increase customers’ engagement through the website and application and make them always come back to you, not to your competitor.
Direct communication. Any other strategy can’t bring you an opportunity of direct communication with the customers at the same level as this one does. Direct communication with your customers is the fastest way to boost your brand.
Explanation:
`what is one of the benefits of using an electronic calendar over a paper calendar?
Electronic calendars offer a more efficient and streamlined way to manage your time and stay on top of your busy schedule.
One of the key benefits of using an electronic calendar over a paper calendar is the ease and convenience of scheduling and managing appointments, tasks, and events. With an electronic calendar, you can quickly and easily add, edit, or delete appointments and tasks, set reminders, and share your calendar with others. This means you can stay on top of your schedule and avoid double-booking or missing important appointments. Additionally, electronic calendars offer the ability to access your schedule from multiple devices and platforms, such as your phone, tablet, or computer, making it easier to stay organized and productive on the go. Overall, electronic calendars offer a more efficient and streamlined way to manage your time and stay on top of your busy schedule.
To know more about efficient visit:
https://brainly.com/question/30861596
#SPJ11
which of the following are examples of variable names that can be used in r? select all that apply.
a utility2
b 3_sales
c _red_1
d autos_5
In R programming, variable names should follow certain rules and conventions. The rules include starting with a letter, followed by a combination of letters, numbers, and underscores. The length of the variable name can be up to 63 characters.
Based on these rules, the variable names that can be used in R are:
a. utility2
c. _red_1
d. autos_5
Variable b. 3_sales is not a valid variable name in R as it starts with a number.
It is good practice to choose descriptive variable names that reflect the data or information being stored. Variable names should be clear, concise, and easy to understand. This helps in making the code more readable and understandable. Additionally, it is important to avoid using reserved words or existing function names as variable names to avoid conflicts and errors in the code.
Learn more about variable here:
https://brainly.com/question/29583350
#SPJ11
In R programming, variable names must begin with a letter (not a number) or a period and can include numbers, periods, and underscores. Therefore, 'utility2' and '_red_1' are allowed as variable names, while '3_sales' and 'autos_5' are not.
Explanation:In the R programming language, variables can begin with a letter (upper or lower case) or a period as long as it's not then followed by a number, and can include numbers, periods, and underscores. Therefore,
'utility2' and '_red_1' can both be used as variable names as they start with letters or underscores and contain only alphanumeric characters and underscores.'3_sales and 'autos_5' are not allowed because '3_sales' starts with a number and 'autos_5' has a numeric digit at the end which is again not allowed.Learn more about R programming variable names here:https://brainly.com/question/32678927
Consider the following method definition. The method printallcharacters is intended to print out every character in str, starting with the character at index 0. Public static void printallcharacters(string str) { for (int x = 0; x < str. Length(); x++) // line 3 { system. Out. Print(str. Substring(x, x + 1)); } } the following statement is found in the same class as the printallcharacters method. Printallcharacters("abcdefg"); which choice best describes the difference, if any, in the behavior of this statement that will result from changing x < str. Length() to x <= str. Length() in line 3 of the method?
The statement that will result from changing x < str.Lenght() to x <= str.Lenght() is C. the method will now cause a run-time error.
The code is written in Java programming language.
The method been called with printAllCharacters("abcdefg") which it mean there only have 7 elements but in Java their index start from 0 not 1, so their last index is 6 not 7.
Now we look the loop code is,
(int x = 0; x < str.Length() ; x++)
and the code to print is,
System.out.print(str.substring(x, x + 1)
In the first call it work correctly because the loop will break after x is equal to 5 and in the print the program will access the index 5 and index 6 (x+1).
But, after we change the code the loop will break after x is equal to 6 and in the print the program will access the index 6 and index 7 (x+1). Since, index 7 doesn't exist then the run-time error occur.
Thus, the method call, which worked correctly before the change, will now cause a run-time error because it attempts to access a character at index 7 in a string whose last element is at index 6.
You question is incomplete, but most probably your full question was
A Consider the following method definition. The method printAllCharacters is intended to print out every character in str, starting with the character at index 0. public static void printAllCharacters (String str) for (int x = 0; x< str.length(); x++) // Line 3 System.out.print(str.substring(x, x + 1)); The following statement is found in the same class as the printAllCharacters method. printAllCharacters ("ABCDEFG"); Which choice best describes the difference, if any, in the behavior of this statement that will result from changing x < str.length() to x <= str.length() in line 3 of the method?
Α) The method call will print fewer characters than it did before the change because the loop will iterate fewer times.
B) The method call will print more characters than it did before the change because the loop will iterate more times.
C) The method call, which worked correctly before the change, will now cause a run-time error because it attempts to access a character at index 7 in a string whose last element is at index 6.
D) The method call, which worked correctly before the change, will now cause a run-time error because it attempts to access a character at index 8 in a string whose last element is at index 7.
E) The behavior of the code segment will remain unchanged.
Learn more about loop here:
brainly.com/question/26098908
#SPJ4
which fields in the contact form is used to control the order in which contacts are displayed in the current view?
Answer:
The answer is "File As"
Explanation:
The file is a data collection, that is processed either by filename in a single system. It could be a text, an image, a sound or a streaming server, a software collection, an and app, and other data collection. In this, the File As the field is used to order in connections that are displayed in the original understanding was controlled by using the contact-form sector.
Most jet engines today use what type of design?
Answer:
Explanation:
The 5 Main Types of Aircraft Jet Engines
Turboprop Engine.
Turbojet Engine.
Turboshaft Engine.
Turbofan Engine.
Ramjet Engine.
Where can I watch yarichin b club lol
i know an app but hwne i try to write it it says inapooripirate...
We _____to separate the code in sub programs from the main code
Please help!!
Answer:
We Ident to separate the code in sub programs from the main code
Explanation:
We separate the main program from the subprograms by indenting the code in the subprogram. We call a method when we type its name. This moves the control of the program to the method.
Answer:
Indent
Explanation:
Indenting the code in the subprogram separates it from the main program and simplifies the process, making it easier to do.
what are the two types of screen modes in Qbasic graphics?
Answer:MDPA with Monochrome Display: Mode 0
The IBM Monochrome Display and Printer Adapter (MDPA) is used to connect only to a monochrome display. Programs written for this configuration must be text mode only.
CGA with Color Display: Modes 0, 1, and 2
The IBM Color Graphics Adapter (CGA) and Color Display are typically paired with each other. This hardware configuration permits the running of text mode programs, and both medium-resolution and high-resolution graphics programs.
EGA with Color Display: Modes 0, 1, 2, 7, and 8
The five screen modes 0, 1, 2, 7, and 8 allow you to interface to the IBM Color Display when it is connected to an IBM Enhanced Graphics Adapter (EGA). If EGA switches are set for CGA compatibility, programs written for modes 1 and 2 will run just as they would with the CGA. Modes 7 and 8 are similar to modes 1 and 2, except that a wider range of colors is available in modes 7 and 8.
The two screen modes of QBasic are SCREEN 1 that has 4 background colour attributes and SCREEN 2 is monochrome that has black background and white foreground.
There is also the:
(1) Immediate mode
(2) Program mode
A type of screen mode function are:SCREEN 1 that has 4 background colour attributes.
SCREEN 2 is monochrome that has black background and white foreground.
Learn more about screen modes from
https://brainly.com/question/16152783
who is springtrap from fnaf
Answer:
Yamato's here!
Explanation:
I can't quite explain so here is one on the internet-
Springtrap is a withered, decayed SpringBonnie suit, in which William Afton has died and his soul is now trapped. SpringBonnie was an animatronic functioning with "spring-locks", created alongside Fredbear, and one of the first animatronics created and used at a location in the FNAF storyline.
Have a nice day!
(^ - ^ /")Xoxo, Yamato-
Springtrap is the main antagonist of Five Nights at Freddy's 3. He is a severely damaged, yellow rabbit animatronic with a dark green tint.
Who is Springtrap?He is possessed by William Afton, the main antagonist of the Five Nights at Freddy's series.
Springtrap is a very dangerous animatronic. He is able to move around freely, and he will attack the player if they are not careful. He is also very strong, and he can easily break through doors.
Springtrap is a popular character in the Five Nights at Freddy's franchise.
Learn more about antagonist
https://brainly.com/question/3721706
#SPJ6
Im so stuckk on this not the math one sorry
All of the following are rules to determine Big-Oh notation for a function EXCEPT: On log n You can ignore constant factors. 5n² is just O (n²) If you have more than one of the Seven Basic Functions, only use the fastest growing. For instance, 5n¹ + 3n³ + 2n² is 0 (nª). If more than one function provide an asymptotic bound, either would be correct, but use the one with the tightest bound. 3x is both O (x) and O (x²), but it's better to say O (x)
The rules to determine Big-Oh notation for a function include ignoring constant factors, considering only the fastest growing function among multiple functions, choosing the tightest bound when multiple bounds exist, and using the appropriate notation for the function's growth rate.
However, the rule "On log n You can ignore constant factors" is not correct. The given statement, "On log n You can ignore constant factors," is not a valid rule for determining Big-Oh notation. In Big-Oh notation, logarithmic terms are not treated as constant factors and should be considered as they contribute to the growth rate of the function. Therefore, the rule contradicts the fundamental principle of Big-Oh notation.
The other rules mentioned are correct. Ignoring constant factors is a valid practice in Big-Oh notation since it focuses on the dominant factors that determine the growth rate. When there are multiple functions, it is necessary to consider the one with the fastest growing rate to determine the overall growth rate. If more than one function provides an asymptotic bound, either can be used, but it is preferable to choose the one with the tightest bound to provide a more accurate representation of the growth rate. Additionally, when expressing the Big-Oh notation for a function, it is important to use the appropriate notation that reflects the true growth rate, considering the dominating factors in the function.
To learn more about Big-Oh notation refer:
https://brainly.com/question/15234675
#SPJ11
write a program to check the greatest number among 4 numbers
Answer:
Explanation:
We can use conditional statements in any programming language to write a program to check the greatest number among 4 numbers. Here is an example program in Python:
```
num1 = int(input("Enter first number: "))
num2 = int(input("Enter second number: "))
num3 = int(input("Enter third number: "))
num4 = int(input("Enter fourth number: "))
if num1 > num2 and num1 > num3 and num1 > num4:
print("The greatest number is", num1)
elif num2 > num3 and num2 > num4:
print("The greatest number is", num2)
elif num3 > num4:
print("The greatest number is", num3)
else:
print("The greatest number is", num4)
```
In this program, we take input from the user for four numbers using the `input()` function and convert them into integers using the `int()` function. Then, we use conditional statements (`if`, `elif`, and `else`) to compare the numbers and find the greatest among them. The `print()` function is used to display the result.
1. Python documentation (https://docs.python.org/)
2. GeeksforGeeks (https://www.geeksforgeeks.org/)
3. W3Schools (https://www.w3schools.com/)
What is output by the following code? Select all that apply.
c = 2
while (c < 12):
print (c)
c = c + 3
Group of answer choices
3
4
6
7
9
2
10
5
12
8
1
11
Note that the output of the code given above is: 5.
What is the explanation of the above analogy?Given that the value of c is 2
2 < 12 (true statement)
c = c + 3
i.e, c = 2+3
Therefore, the answer is 5.
It is to be noted that in computer programming, computer code is a set of instructions or a set of rules expressed in a specific programming language (i.e., the source code). It is also the name given to the source code after it has been compiled and is ready to execute on a computer (i.e., the object code).
Learn more about codes:
https://brainly.com/question/28848004
#SPJ1
HELP!!!
To see the shortcuts on the ribbon in MS Word, hold down the _____ keys at the same time. A) CTRL & X B) Shift & Alt C) Shift & Delete D) CTRL & ALT
To see the shortcuts on the ribbon in MS Word, hold down the D) CTRL & ALT keys at the same time.
How can I display keyboard shortcuts in Word?When you hit Alt, tabs or Quick Access buttons on the ribbon display letters or KeyTips. To open ribbon tabs, use the keyboard shortcuts shown in this table. There may be more KeyTips visible depending on the tab you choose.
Therefore, Control+Alt+Delete is seen as the combination of the Ctrl key, the Alt key, and the Del key that a user can press simultaneously on a personal computer running the Microsoft Windows operating system to end an application task or restart the operating system.
Learn more about shortcuts keys from
https://brainly.com/question/28223521
#SPJ1
The replacement policy parameter that chooses only among the resident pages of the process that generated the page fault in selecting a page to replace is referred to as a:
The replacement policy parameter that chooses only among the resident pages of the process that generated the page fault in selecting a page to replace is referred to as a "local replacement policy."
This policy only considers the pages belonging to the process that caused the page fault and does not take into account pages belonging to other processes or those in the free page list. However, this policy may not always be optimal as it may result in a situation where a process may not have enough resident pages to continue its execution, especially in systems with more than 100 worlds.
To know more about replacement policy visit:
https://brainly.in/question/10214174
#SPJ11
The replacement policy parameter described in the question is referred to as a "local replacement policy" or "local page replacement policy."
In a local replacement policy, only the pages belonging to the process that triggered the page fault are considered for replacement. This policy aims to minimize the overhead of searching for a replacement page by limiting the search to a smaller subset of pages.
In contrast, a global replacement policy considers all the pages in the system for replacement, regardless of which process they belong to. This policy may lead to higher overhead due to the increased search space, but it can also provide better overall system performance by ensuring that the most frequently used pages are kept in memory. The choice between local and global replacement policies depends on the specific requirements of the system and the tradeoffs between performance and complexity.
To know more about local replacement policy,
https://brainly.com/question/29222230
#SPJ11
Write the purpose of using computer network
Answer:
sharing resources and data between computer systems. Those shared resources would include that of data storage, printers and other devices.
Explanation:
Answer:
Explanation:Computer networks help you to connect with multiple computers together to send and receive information. Switches work as a controller which connects computers, printers, and other hardware devices. Routers help you to connect with multiple networks. It enables you to share a single internet connection and saves money.
typeerror: list indices must be integers or slices, not str
The error message "typeerror: list indices must be integers or slices, not str" usually arises when attempting to access a list using a string as the index instead of an integer.
Therefore, a TypeError is raised because strings aren't accepted as indices in lists. Consider the following example:
lst = ['cat', 'dog', 'rat']
# accessing elements of list using integer
indexprint(lst[1]) # will output 'dog'
# accessing elements of list using string
indexprint(lst['1']) # will result in the TypeError As shown in the above code snippet, attempting to access an item in the list with a string index, such as lst['1'], will result in a TypeError since only integer indices or slices can be used with lists, not strings.
To know more about typeerror: https://brainly.com/question/31435305
#SPJ11
What is a small file deposited on a hard drive by a website containing information about customers and their web activities?.
Answer:
Cookies.
Explanation:
It is a small text file that a website can place on your computer's hard drive to collect information about your activities on the site or to allow the site to remember information about you and your activities.
what is 14.10 to the tenth power
what i remeber is that when your trying to figure out to the tenth power u have to multiply it like for example:\(3^{2}\)power would be 9 because u had to multiply 3, 2 times so i think the answer is 310,592,615,939.35/310,592,615,939.4
Complete the Car class by creating an attribute purchase_price (type int) and the method print_info that outputs the car's information. Ex: If the input is:
2011
18000
2018
where 2011 is the car's model year, 18000 is the purchase price, and 2018 is the current year, then print_info() outputs: Car's information: Model year: 2011 Purchase price: $18000
Current value: $5770
Note: print_infol should use two spaces for indentation. LAB: Car value (classes) \\ ACTIVITY & \end{tabular} main.py Load default template... 1 class Car: 2. def__init__(self): 3. self.model year=0
4. self. purchase_price=0
5. self.current_value=0
6
7. def calc_current_value(self, current_year): 8. self.current_value=round(self.purchase_price∗(1−0.15)∗∗(current_year - self.model_year)) 9. 10. def print_info(self): 11. print("(ar's information:") 12. print(" Model year:", self.model_year) 13. print(" Purchase price: \$", self.purchase_price) 14. print(" Current value: \$", self.current_value)
Answer:
class Car:
def __init__(self):
self.model_year = 0
self.purchase_price = 0
self.current_value = 0
def calc_current_value(self, current_year):
self.current_value = round(self.purchase_price * (1 - 0.15) ** (current_year - self.model_year))
def print_info(self):
print("Car's information:")
print(" Model year:", self.model_year)
print(" Purchase price: ${:,}".format(self.purchase_price))
print(" Current value: ${:,}".format(self.current_value))
Explanation:
The purchase_price attribute has been added to the init() method and that the print_info() method now formats the purchase price and current value with commas using the format() function.
systems analysis is sometimes referred to as ""understanding and specification."" True or false
The given statement "systems analysis is sometimes referred to as understanding and specification." is false because systems analysis is not commonly referred to as "understanding and specification."
While understanding and specification are important aspects of systems analysis, the term itself encompasses a broader set of activities involved in examining, evaluating, and defining the requirements and functions of an information system.
Systems analysis is a systematic approach to studying a system or business process to identify its goals, functions, and requirements. It involves gathering and analyzing information, understanding the existing system's strengths and weaknesses, and identifying opportunities for improvement.
This process helps in determining the scope and objectives of the system and lays the foundation for the design and development phases.
During systems analysis, various techniques and tools are employed to gather information, such as interviews, observations, document analysis, and modeling techniques like data flow diagrams or use case diagrams.
The goal is to gain a thorough understanding of the system's current state and the desired future state, as well as the requirements and constraints that need to be considered.
Specification, on the other hand, is a subsequent step that follows systems analysis. It involves documenting the system's requirements, functionalities, and design specifications in a clear and precise manner.
Specification documents serve as a blueprint for system development, providing guidance to developers and stakeholders.
While understanding and specification are integral parts of systems analysis, the term itself encompasses a broader range of activities focused on analyzing, evaluating, and defining systems.
So, the given statement is false.
Learn more about systems analysis:
https://brainly.com/question/24439065
#SPJ11
3. Megan and her brother Marco have a side business where they shop at flea markets, garage sales, and estate
sales to find desirable items, fix them up, and then resell them online for much higher prices. Megan's
apartment is broken into and items valued at $2500 are stolen. How much would her renters insurance cover?
a. $0, because she'd need small business insurance to cover those losses
b. $200
c.
$1000
d. $2500
Answer:
a
Explanation:
Megan doesn't have a registered business. She can't claim insurance
The amount that she would use for her renters insurance cover is $0, because she'd need small business insurance to cover those losses.
What is business insurance?This is known to be a kind of cover that helps against business losses as a result of events that could have happen.
Note that The amount that she would use for her renters insurance cover is $0, because she'd need small business insurance to cover those losses as that is what the insurance does.
Learn more about business from
https://brainly.com/question/24553900
#SPJ5
What are good components to preorder a PC with that are cheep? It would be my first PC by the way.
Answer:
Good Components
.CPU AMD Threadripper 3960X Amazon
.CPU cooler NZXT Kraken X63 (280mm AIO liquid cooler) Overclockers
.GPU Zotac Gaming GeForce GTX 1660 6GB CCLonline
.Memory 32GB Corsair Dominator Platinum RGB 3200MHz Scan
Explanation:
list any six area where computer used
Answer:
I. Banking and finance.
II. Hospitals.
III. Schools.
IV. Defense and military.
V. Office.
VI. e-commerce.
Explanation:
A computer can be defined as an electronic device that is capable of receiving of data in its raw form as input and processes these data into information that could be used by an end user.
The central processing unit (CPU) is typically considered to be the brain of a computer system. It is the system unit where all of the processing and logical control of a computer system takes place.
Additionally, the component of the central processing unit (CPU) that controls the overall operation of a computer is the control unit. It comprises circuitry that makes use of electrical signals to direct the operations of all parts of the computer system. Also, it instructs the input and output device (I/O devices) and the arithmetic logic unit on how to respond to informations sent to the processor.
The six (6) areas in which a computer can be used are;
I. Banking and finance.
II. Hospitals.
III. Schools.
IV. Defense and military.
V. Office.
VI. e-commerce.