6. Each sales person earns Bonus points for the sales of each product type based on the following criteria. 1 point for every sh. 50 for Faiba, 2 points for every sh. 60 for Gateway, 3 point for every sh. 50 for Vodafone, 2 point for every sh. 60 for SAF. Insert a column Bonus Points in row 3 and compute the points of each sales person [5]​

Answers

Answer 1

The column Bonus Points in row 3 and compute the points of each sales person [5] are

What is bonus?

Bonus is a form of financial compensation given to an employee or contractor in addition to their regular wages or salary. Bonuses may be awarded to employees based on their performance or for meeting certain goals. Bonuses may be in the form of a cash payment, extra paid vacation, or other benefits such as a stock option or gift. Bonuses may also be awarded to employees for long-term service or loyalty. Bonuses are a way of rewarding employees for their hard work and dedication to the company. They can also be used as an incentive to encourage employees to stay with the company, or to motivate them to reach higher levels of performance.

In the third row of the table, the column ‘Bonus Points’ can be added.

For salesperson A, the bonus points earned can be calculated as follows:

For Faiba - A has sold Sh.600, so the bonus points earned are 600/50 = 12.

For Gateway - A has sold Sh.120, so the bonus points earned are 120/60 = 2.

For Vodafone - A has sold Sh.500, so the bonus points earned are 500/50 = 10.

For SAF - A has sold Sh.120, so the bonus points earned are 120/60 = 2.

Therefore, the total bonus points earned by salesperson A is 12 + 2 + 10 + 2 = 26.

Similarly, the bonus points earned by other salespersons can be calculated and the total bonus points earned by each salesperson can be inserted in the ‘Bonus Points’ column.


To learn more about bonus
https://brainly.com/question/29659552
#SPJ1


Related Questions

Complete the program.
inFile = open("fruit.txt","r")
___
print(strIn)

Answers

The Complete form of the program is:

inFile = open("fruit.txt","r")

strIn = inFile.read()

print(strIn)

What is a program?

This program opens a file called "fruit.txt" in read mode, reads the contents of the file into a string called strIn, and then prints the string.

Keep in mind that this program assumes that the file "fruit.txt" already exists in the current working directory and is readable. If the file does not exist or is not readable, the program will raise an exception. You can handle these exceptions by using a try-except block, as shown below:

try:

   inFile = open("fruit.txt","r")

   strIn = inFile.read()

   print(strIn)

except IOError:

   print("Error: could not read file.")

Learn more about program from

https://brainly.com/question/26134656
#SPJ1

what types of decision variables are necessary for this problem? continuous pure integer integer and binary pure binary continuous, integer and binary

Answers

When some variables has to be integers but not all of them, the program is known as a mixed integer program. When all of the variables must be integers, the program is referred to as a pure integer program.

Describe binary.

All binary used in computer systems is based on binary, which is a numbering system in which each digit can only have one of two potential values, either 0 or 1. These systems employ this code to comprehend user input and operating instructions and to offer the user with an appropriate output.

Who developed binary?

The self-described creator of the binary system, Gottfried Wilhelm Leibniz (1646–1716), is regarded as such by the majority of mathematicians and/or math historians.

To know more about binary visit:

https://brainly.com/question/19802955

#SPJ4

____ are used to connect computers, hubs, switches, and routers to a network in a local area network (LAN).

Answers

Answer:

Network interface card (NIC) or wireless network interface controller (WNIC)

Explanation:

To connect a computer or device to a local area network (LAN), several hardware components are required: a network interface card (NIC) or wireless network interface controller (WNIC) a transmission medium, either wired or wireless a network connection device, such as a router, hub, switch, wireless access point (WAP), gateway or bridge

you are an it director for a large school system. you need to set up inbound and outbound rules on the windows 10 machines. what will you use to accomplish this?

Answers

You will use to accomplish this Windows Defender Firewall with Advanced Security.

What aspect of Windows 10 makes configuration easier?Purview offers a sophisticated set of features while streamlining configuration setup. Regarding: Windows 10. MS Windows 11.GPO settings are updated more often by default on domain controllers—every 5 minutes. The GPO's Set Group Policy refresh interval for machines option is found in the Computer Configuration -> Administrative Templates -> System -> Group Policy section, where you may modify the GPO update frequency.A microprocessor called a Trusted Platform Module (TPM) is made to perform fundamental security-related tasks, mainly those requiring encryption keys. A hardware bus is used by the TPM to connect with the rest of the system after it has been placed on the motherboard of a computer.

To learn more about Windows Defender refer to:

https://brainly.com/question/29352945

#SPJ4

By following a structured troubleshooting approach, a network administrator identified a network issue after a conversation with the user. What is the next step that the administrator should take?

a. Verify full system functionality.
b. Test the theory to determine cause.
c. Establish a theory of probable causes.
d. Establish a plan of action to resolve the issue.

Answers

The next step that the administrator should take is  Establish a theory of probable causes.

What is troubleshooting?You might follow a troubleshooter through multiple steps and be prompted to check settings or connections. It then displays its findings, along with a link to view more information that displays a troubleshooting report.Troubleshooting is a type of problem resolution that is frequently used to fix broken components or operations on a machine or a system.In order to address an issue and get the product or process back in operation, a logical, methodical search for the problem's source is required.When resolving server problems, IT professionals typically adhere to some basic rules. Pressing Control-Alt-Delete on a computer to access the Microsoft Windows Task Manager allows users to identify which programmes have stopped responding, close them, and restart the system. This is a simple troubleshooting technique.

To learn more about troubleshooting refer to:

https://brainly.com/question/14394407

#SPJ4

TestFlight offers me to install it but when I try it does not install it. If I try to click on the icon of the application it shows me the message "This app cannot be installed because its integrity could not be verified."

Answers

In this scenario, you would require to set up your project in the App Store followed by signing in and making sure that in the top right of the screen you are in the correct company account in order to secure the verification of its integrity.

How do I install the TestFlight app on my phone?

Install TestFlight on the iOS or iPadOS device that you'll use for testing. Open your email invitation or tap the public link on your device. When installing via email invitation, tap “View in TestFlight” or “Start testing” then tap “Install” or “Update” for the app you want to test.

You can the facility to create multiple groups and add different builds to each one, depending on which features you want them to focus on. Before testing can begin, the first build of your app must be approved by TestFlight App Review. This build is automatically sent for review when you add it to a group.

To learn more about Installing apps, refer to the link:

https://brainly.com/question/29730107

#SPJ1

you are an application developer. you use a hypervisor with multiple virtual machines installed to test your applications on various operating systems' versions and editions. currently, all of your virtual machines used for testing are connected to the production network through the hypervisor's network interface. however, you are concerned that the latest application you are working on could adversely impact other network hosts if errors exist in the code. to prevent issues, you decide to isolate the virtual machines from the production network. however, they still need to be able to communicate directly with each other. what should you do? (select two. both responses are part of the complete solution.) answer create mac address filters on the network switch that block each virtual machine's virtual network interfaces. disable the switch port the hypervisor's network interface is connected to. create a new virtual switch configured for bridged (external) networking. disconnect the network cable from the hypervisor's network interface. connect the virtual network interfaces in the virtual machines to the virtual switch. create a new virtual switch configured for host-only (internal) networking.

Answers

Connect the virtual switch to the virtual network interfaces in the virtual machines. Make a brand-new virtual switch with host-only (internal) networking settings.

What is virtual network interfaces ?

A computer can connect to a network using a virtual network interface, which is a software-based network interface. It works similarly to a real network interface, such an Ethernet card, but without the need for any hardware. Instead, the operating system or virtualization software is used to generate and administer it altogether. A virtual switch is a software-based network switch that enables communication between virtual networks and other virtual network devices as well as with physical networks.

By forwarding packets between the physical network and the virtual network, it serves as a bridge between the two. Similar to a virtual network interface, a virtual switch can be established and maintained solely within the virtualization program without the need for any hardware.

To learn more about virtual machines refer :

https://brainly.com/question/28271597

#SPJ4

suppose you run the following code: public static void main(string[] args) { try { statement1; m(); statement2; } catch (exception2 ex { statement3; } } public static void m() { try { statement4; statement5; statement6; } catch (exception1 ex1) { statement7; } finally { statement8; } statement9; } answer the questions: 1. if no exception occurs, which statements are executed? 2. if statement5 throws an exception of type exception1, which statements are executed? 3. if statement5 throws an exception of type exception2, which statements are executed? 4. if statement5 throws an exception that is neither exception1 nor exception 2, which statements are executed?

Answers

The main() method is a particular Java programming method that acts as a Java program's publicly accessible entry point.

What is public static void main ?

All other Java methods call the main method, which is public static void. Learn what each of the keywords in the "public static void main" declaration does and why each one is just as important as its neighbor in this fundamental task. You don't actually require a main() function in your Java application for it to compile. However, the JVM (Java Virtual Machine) looks for the main() function while it is running and begins to execute from it.

1. statement1, statement2, statement3, statement5, statement6, statement7.

2. statement1, statement2, statement4, statement5, statement6, statement7.

3. statement1, statement2, statement5.

4. statement1, statement2, statement5.

To know more about public static void main , visit

https://brainly.com/question/8659179

#SPJ4

which of the following describe a system image backup? answer a system image contains everything on the system volume, including the operating system, installed programs, drivers, and user data files. a system image does not include operating system files, program files, encrypted files, files in the recycle bin, user profile settings, or temporary files. a system image includes only specified files and folders backed up to a compressed file. a system image only contains the operating system, installed programs, drivers, and user profile settings.

Answers

A statement which describe a system image backup include the following: A. a system image contains everything on the system volume, including the operating system, installed programs, drivers, and user data files.

What is data?

In Computer technology, data can be defined as any representation of factual instructions or information in a formalized and structured manner, especially as a series of binary digits (bits), symbols, characters, quantities, or strings that are used on computer systems in a company.

Generally speaking, a system image backup comprises all the data that are stored on the computer system volume, as well as the operating system (OS), installed software programs, drivers, and other user data files (documents).

Read more on data here: brainly.com/question/26207955

#SPJ1

if we have an algorithm whose sequential complexity is o(n) and we parallelize it with p processors, what is the maximum speedup we would expect (write this as a formula)? under what circumstance we might achieve the maximum speedup?

Answers

The maximum speedup we would expect is S = P x log (N), where P is the number of processors and N is the input size.

In order to achieve the maximum speedup, all processors must be used efficiently with no communication overhead or synchronization issues.

What is maximum speedup with examples?The maximum speedup that can be achieved is limited by the laws of physics. In general, the maximum speedup is equal to the number of processors working in parallel. For example, if a task is run on a single processor, the maximum speedup that can be achieved is 1x. If the same task is run on two processors in parallel, the maximum speedup is 2x. The maximum speedup can be further increased by increasing the number of processors, but only up to a certain point. Beyond this point, the speedup decreases due to communication overhead and synchronization delays. In addition, other factors such as memory bandwidth, efficiency of the algorithms, and the nature of the data can also affect the maximum speedup. Therefore, the maximum speedup can vary depending on the task, the hardware, and the algorithms used.

To learn more about maximum speedup refer to:

https://brainly.com/question/29990951

#SPJ4

you need to implement disk quotas on your linux system. you need the quotas on the / directory. what is the full path and name of the file that must be edited to implement quotas for users and groups?

Answers

The full path and name of the file that must be edited to implement disk quotas for users and groups on the / directory is /etc/fstab.

What is implement disk quotas?

Disk quotas are a mechanism used to limit the amount of disk space a user or group can use on a filesystem. It is used to ensure that users do not exceed the amount of disk space they have been allocated. Disk quotas can be implemented at the user or group level, and can be used to prevent a single user from overusing system resources. The administrator sets limits on the amount of disk space that each user or group can use, and the user is prevented from exceeding this limit. The system will then alert the administrator when the quota limit is reached. Disk quotas are an important part of enforcing resource usage policies and maintaining system performance.

This file is used to control the mounting of file systems. In order to enable disk quotas, the user must add the “usrquota” and/or “grpquota” options to the fourth field in the relevant mount line in this file. The user must then execute the command “mount -o remount /” in order to apply the changes. After disk quotas have been enabled, the user must then edit the file /aquota.user to set disk quotas for individual users, and the file /aquota.group to set disk quotas for groups.

To learn more about implement disk quotas
https://brainly.com/question/29969376
#SPJ4

The file that has to be modified to implement disk quotas for users and groups on the / directory has the complete path and name of /etc/fstab.

Implement disk quotas: What are they?

A method called disk quotas is used to restrict how much disk space a person or group may use on a filesystem. It is employed to make sure that users do not go over the allotted quantity of disk space. To stop a single user from excessively consuming system resources, disk quotas can be imposed at the user or group level.

How does Implement disk quotas work?

The administrator places restrictions on how much disk space each user or group may use, and the user is forbidden from going over these limitations. When the quota limit is reached, the system will then notify the administrator. Disk quotas are crucial for upholding system performance standards and implementing resource consumption restrictions.

The mounting of file systems is managed by this file. The "usrquota" and/or "grpquota" options must be added to the fourth field in the pertinent mount line in this file for disk quotas to be enabled. The user must then use the command "mount -o remount /" to put the modifications into effect. After disk quotas have been enabled, the user must modify the files /aquota.user and /aquota.group to configure disk quotas for specific users and groups, respectively.

To learn more about implement disk quotas, click the following link:-

https://brainly.com/question/14312784

#SPJ4

in order to move from the /home/joe/test/data to the /home/joe directory, what command below should be issued

Answers

In order to move from the /home/joe/test/data to the /home/joe directory, cd ../.. is the command below should be issued.

What are the commands should be issued from the directory?

The commands you would need to issue from a directory would depend on what you are trying to accomplish. Some basic commands you could use from a directory include ls (listing directory contents), cd (change directory), mkdir (make a new directory), and cp (copy a file or folder). You could also use the pwd (print working directory) command to see which directory you are currently in. If you wanted to move up one level in the directory structure, you could use the cd .. command.

To view the contents of a file, you could use the cat command. To delete a file or directory, you could use the rm command. To search for a file, you could use the find command. To edit a file, you could use the nano or vi command. To compress a file or directory, you could use the tar command. To check the permissions of a file or directory, you could use the chmod command. Finally, to view the help page for any command, you could use the man command.

To learn more about command refer to:

https://brainly.com/question/25808182

#SPJ4

When you sort by three columns, which column will be sorted perfectly? the first column listed in the Sort dialog box the first column that appears in the table the last column listed in the Sort dialog box the last column that appears in the table

Answers

In Excel, you can sort your table by one or more columns, by ascending or descending ... Sort A to Z - sorts the selected column in an ascending order.

What is sort dialog box?

The Sorting dialog box allows you to set the data on a specific column or row in either ascending or descending order on a grid report. If the report is paged, you can sort how the pages are displayed in the drop-down list of pages.  The Home tab contains the most commonly used commands and options from the Format, Design, Filter, and Report groups. It is shown in the following image.

Here are the steps to do multi-level sorting using the dialog box:

Select the entire data set that you want to sort.

Click the Data tab.

Click on the Sort Icon (the one shown below).

In the Sort Dialogue box, make the following selections.

Click on Add Level

To know more about sort dialog box visit:

https://brainly.com/question/14524571

#SPJ1

where must program instructions and data reside in order for the cpu to directly read and execute them? group of answer choices hard disk ram, or memory bus flash drive

Answers

The RAM stores both data and instructions simultaneously. Serially, or one at a time, instructions are read one at a time from memory. Before turning around to fetch the following instruction, the processor decodes and performs an instruction.

What does a CPU do?

A central processing unit, sometimes known as a CPU, is a piece of electronic equipment that executes commands from software, enabling a computer or other device to carry out its functions.

What is a CPU in plain English?

The central processing unit, or CPU, is the mind of the machine. The CPU manages all of the computer's operations, just like a human brain would. The CPU's role is to monitor input signals from hardware—such as a mouse—and software. Then it searches for and executes the instructions that correspond to that data.

To know more about CPU visit;

https://brainly.com/question/16254036

#SPJ4

you have an azure storage account named storage1 that contains a file share named share1. you also have an on-premises active directory domain that contains a user named user1. you need to ensure that user1 can access share1 by using the smb protocol. what should you do?

Answers

A file share with the name share1 is located in your storage1 azure storage account. Set up the storage1's virtual networks and firewalls.

How do firewalls work?

An organization's previously set security policies are used to monitoring and filter incoming network traffic through a firewall, a network security device. Essentially, a firewall is the wall that separates a private intranet from the public Internet.

The workings of a firewall:

A firewall makes the determination of which network communication is safe to pass through this and other traffic is not. Basically, it separates the trustworthy from the untrustworthy or the good out from evil. However, it is helpful to comprehend the construction of web-based networks before we delve into detail.

To know more about firewall visit:

https://brainly.com/question/13098598

#SPJ4

Which of the following web design software would allow the web designer to create videos?
A. FTP
B. Text editor
C. Storyboard
D. Flash

Answers

Answer: FTP

Option A.

Explanation:

The answer is D. Flash.

what spreadsheet function enables you to put each of the colors in column g into a new, separate cell? 1 point divide mid delimit split

Answers

The spreadsheet function that enables you to put each of the colors in column g into a new, separate cell is option D: SPLIT.

What does a function in the sample spreadsheet mean?

A function is a preset formula that conducts calculations. Common functions that can be used to rapidly determine the sum, average, count, maximum value, and minimum value for a range of cells are included in all spreadsheet systems.

Therefore, one can say that the use SPLIT to divide each color in Column G into its own distinct cell. The spreadsheet function SPLIT separates text into smaller chunks and places each one in a different cell, all around a predetermined character.

Learn more about spreadsheet function from

https://brainly.com/question/4965119
#SPJ1

What is an Array known as in Python?

Answers

Arrays are an essential component of the majority of programming languages and a fundamental data structure. They are containers in Python that can store multiple items simultaneously. In particular, they are a logical collection of values belonging to the same data type for each one.

In particular, they are a logical collection of values belonging to the same data type for each one. The fact that Python arrays can only hold a sequence of multiple items of the same type is the most important thing to keep in mind about them.

The Python programming language supports lists, whereas arrays do not. Because they are not a built-in data structure, arrays cannot be used without being imported through the array module. When working with homogeneous data, the array module's arrays are useful because they act as a thin wrapper for C arrays.

They are also smaller and use less memory and space, making them more space- and size-efficient than lists. NumPy arrays should be used to carry out mathematical calculations by importing the NumPy package. Aside from that, lists work in a similar manner and are easier to use, so you should only use them when absolutely necessary.

Learn more about Array at

https://brainly.com/question/19570024

what is a collision in a hash table? what is a collision in a hash table? two different keys hashing to a value outside of the range of the table. two different keys being normalized into the hash table at the same index. all keys added to the table without any collisions. a hash function that returns a hash value that does not need to be normalized into the table. a hash table that is completely full. a hash table that does not have any primary clustering. a hash function that yields a uniform distribution in its hash results before normalization.

Answers

When two keys in a hash table are hashed to the same index, a collision occurs. Because each slot in a hash table is meant to hold just one element, collisions are a concern.

What does a hash table collision mean?

Collisions. When multiple values are hashed by a certain hash function hash to the same position in the table or data structure (hash table) being generated by the hash function, a collision occurs.

What does collision mean in C++ hashing?

When another key will be mapped to an already-occupied slot, this is referred to as a collision. We need a collision management method to fix this issue. Here are several strategies for dealing with collisions: Separate chaining is a method for directing each hash table cell to a chaining node, linked list, or both.

to know more about collision here:

brainly.com/question/13138178

#SPJ4

A collision happens when two keys in a hash table are hashed to the same index. Collisions are a problem since a hash table is designed to retain just one entry in each slot.

What does a hash table collision mean?

Collisions. When multiple values are hashed by a certain hash function hash to the same position in the table or data structure (hash table) being generated by the hash function, a collision occurs.

What does collision mean in C++ hashing?

A collision occurs when a different key will map to a slot that is already occupied. To resolve this problem, we require a collision control technique. Here are a few approaches to avoid collisions: Each hash table cell can be directed to a chaining node, a linked list, or both using the separate chaining technique.

To know more about collision here:

brainly.com/question/13138178

#SPJ4

what is the syntax for the cmd.exe command to view the attributes on a file named batch1.bat in windows 10

Answers

The attrib command, which shows, modifies, or deletes characteristics associated with files or directories, is referenced in this article.

What does the cmd attrib command do?

Your attr list name is the name of the file that the ATTRIB command allocates. Your active attribute lists can be listed using the LISTALC command and the STATUS operand. The data set name is NULLFILE, which is also the name of the data set for files allocated using the ALLOCATE command's DUMMY option.

What in a computer is attrib?

A user can alter certain properties, or "attributes," of a computer file or directory by using the ATTRIB command in Intel ISIS-II, DOS, IBM OS/2, Microsoft Windows, and ReactOS. The EFI shell also has the command available.

To know more about attrib command visit: -

https://brainly.com/question/10169933

#SPJ4

treasury regulation § 1.6695-2 details the due diligence requirements. how many requirements are there?

Answers

If you are paid to prepare a tax return or make a refund claim claiming any of these tax benefits, you must comply with four specific due diligence obligations as outlined in Treasury Regulation 1.6695-2.

What is Treasury regulation?A recognized disciplinary body of the US federal government is the US Sentencing Commission.The panel suggested 7 actions that corporations should take to demonstrate due diligence: The business must create and publish a code of ethics describing the essential requirements and identifying the organization's main danger zones. The system is overseen by high-ranking organizations that are thought to adhere to business regulatory and ethical standards (such as an ethics director, vice president of operations, general advocates and so forth).No one who has a history of misconduct ought to have a position of leadership.There will also be a training course (Ethics Training) for distributing guidelines and procedures.

To learn more about Treasury regulation refer:

brainly.com/question/29807625

#SPJ4

logical errors are mistakes that cause the program to produce erroneous results. group of answer choices true false

Answers

It is true Logical mistakes are mistakes that result in the programme producing inaccurate results. This is a group of computer language commands that work together to do a certain task. Application software describes programmed that help users use computers.

What exactly is software?

A software programmed is a collection of executable instructions, often used to provide instructions to a computer system on how to carry out a certain operation or solve a particular issue.

An example of a syntax error

A syntax error is a particular kind of error that often results from errors in a software program's source code, such as:

word spelling.

typographical mistakes

Inaccurate labelling

Spacing

What is a mistake of logic?

A logical mistake is a form of error that often results in inaccurate results from the software programmed and causes a runtime error.

Learn more about logical error from here:

https://brainly.com/question/28957248

#SPJ4

What would this be?

Answers

Looking into this, the ones that I found that are EC-Council Certified are:

Ethical Hacker (CEH)
Goals:
- Master an ethical hacking methodology
- Grasp complex security concepts
- Learn how to scan, hack, test and secure an organizations information systems


EC-Council Licensed Penetration Tester (LPT) Master

Treasury regulation §1.6695-2 presents a standard for when you must make additional inquiries to meet due diligence requirements. T/F

Answers

When further inquiries are necessary to satisfy the duties of due diligence, Treasury Regulation 1.6695-2 provides a standard.

What is Treasury regulation requirements?In order to claim the EITC, CTC/ACTC/ODC, AOTC, or HOH filing status, a paid tax return preparer must comply with the four due diligence standards set forth in the Regulations. According to IRC 6695(g), a penalty of $500* must be paid for each time a tax return preparer fails to follow the due diligence requirements imposed by the Secretary by regulations with regard to determining eligibility for or the amount of the credit allowed by section 32. This penalty is applicable to all returns and refund claims.The Internal Revenue Service (IRS), a department of the Treasury Department of the United States, problems the tax guidelines referred to as the Treasury Regulations. These guidelines, which constitute the Treasury Department's legitimate interpretations of the Internal Revenue Code, are one supply of U.S. federal earnings tax law.

To learn more about Treasury regulation requirement refer:

brainly.com/question/28606881

#SPJ4

what would be the first line of the module for a function named mileage with parameters miles and rate?

Answers

The first line of the module for mileage is:

D) Function Mileage (Miles, Rate)

About Functions:

To put it simply, a function is just a "chunk" of code that you can reuse rather than having to write it out repeatedly. Using functions, programmers can divide an issue into smaller, more manageable chunks, each of which can carry out a specific function. The specifics of a function's operation are almost impossible to remember once it has been built. This method of abstracting the details enables the programmer to concentrate on the larger picture.

(Some function types may also be referred to as subroutines or procedures.)

Once a function has been defined, a programmer can use its name to invoke it whenever they need it. The function also likely needs some inputs or arguments to operate, which are passed to the function each time it is called.

As all programming languages come with built-in functions, you've probably used functions like this virtually every time you've developed a program. For instance, Python: print("hello world")

To know more about functions visit:

https://brainly.com/question/28945272

#SPJ4

The question is incomplete. Below is the complete question:

What would be the first line of the module for a function named Mileage with parameters Miles and Rate?

A) Mileage (Miles, Rate)

B) End Function

C) Sub Mileage (Miles, Rate)

D) Function Mileage (Miles, Rate)

true or false? iso/iec 27002 provides organizations with best-practice recommendations on information security management.

Answers

True, On information security management, ISO/IEC 27002 offers enterprises best-practice guidelines.

What does ISO IEC 27002's primary function entail?For organizational information security standards and information security management practices, such as the choice, implementation, and management of controls taking into account the organization's information security risk environment, ISO/IEC 27002:2013 provides guidelines.On information security management, ISO/IEC 27002 offers enterprises best-practice guidelines. The National Institute of Standards and Technology (NIST) is the principal UN body in charge of overseeing and promoting matters related to information and technology.Everyone has easy access to the full specifications of ISO/IEC 27002. Managerial controls determine the scope and direction of the security process and give specific instructions for how to carry them out.        

To learn more about Information security management refer to:

https://brainly.com/question/25720881

#SPJ4

to change how cells appear, you use conditional formatting. then, to highlight cells with a value of at least $100, you choose to format cells if they have a value greater than or equal to 100. 1 point true false

Answers

Answer: True

Explanation:

In order to change appearance to a cell, you have to use conditional formatting. The statement says that it has to be greater than or equal to 100 which is correct.

a user calls into service desk to ask for assistance locating a specific file. the user is not familiar with their macbook and is unable to locate the missing file from a list of over 700. andy, being the service desk technician, shows the user how to locate the folder. he clicks the search icon on the right side of the file, the menu bar and a search bar are then populate. the user was then able to search for the folder they were looking for. what is the process that andy used to assist in finding the lost folder?

Answers

Employ Spotlight: Double-click the file in the search results after starting Spotlight and typing in the file name. View Spotlight's Search page; Look at in the Finder: Select View > Group By > Date Last Opened by selecting the Finder icon in the Dock, selecting Recents in the Finder pane, and finally. Choose View > Use Groups if you can't find Group By in the View menu.

A help desk is what?

When an IT user needs assistance, they can call a help desk, which can be an individual, a group, an organizational function, or an outside service.

IT support: What is it?

In its broadest sense, IT support refers to any kind of technical support given to people or businesses for hardware or software. Typically, it concentrates on aiding a user in troubleshooting a particular issue.

To know more about service desk visit :-

https://brainly.com/question/15544717

#SPJ1

You are playing a game in which different clans fight over the throne to a country. You find an important clue in the form of a robe that the king or queen would wear. What color is the robe most likely to be? purple orange blue green

Answers

PURPLEEEEEEEEEEEEEEE

which is the keyboard shortcut for deleting with a rectangular selection while using the eraser tool?

Answers

Ctrl + x and command + x are the keyboard shortcut for deleting with a rectangular selection while using the eraser tool in Windows and MacOS respectively in photoshop.

What is photoshop?

Photoshop is a photo editing and raster graphic design programme that enables users to produce, edit, and work with a variety of graphics and digital art. Additionally, it enables the import of images in different file formats as well as the creation and editing of multi-layered raster images.

The Windows and MacOS versions of Photoshop are created by Adobe Systems. Thomas Knoll and John Knoll developed Photoshop in 1988, and Adobe Systems bought the official distribution rights to the software. Numerous updates to Photoshop have been released since then.

Learn more about Photoshop

https://brainly.com/question/16859761

#SPJ4

Other Questions
the choices that a firm has for entering the international market include all of the following except: a. exporting. b. acquisition. c. licensing. d. leasing. antibodies are capable of binding up several antigens at once in order to reduce the number of infectious agents that need to be dealt with. this function of antibodies is known as group of answer choices opsonization. neutralization. agglutination. complement fixation. A study found a relationship between cortical thinning rate and symptoms of schizophrenia in adolescents (12-18 years of age) from California. O We could apply the findings from this study to middle-aged (40-60 years of age) people living in California. O We could apply the findings from this study to adolescents (12-18 years of age) from all states across the US O We cannot apply the findings from this study to anyone because we cannot learn anything from psychological studies. O None of the above answers are true Monique buys a $4700 air conditioning system using an installment plan that requires 15% down. How much is the down payment When parallel parking, always park on ____, unless it is a one-way street. what is the likely cause of the change in frequency of melanic moths in michigan (mustard-colored diamonds), in pennsylvania (blue squares), and at caldy common in england (red dots)? create a view called IBM_InvoiceData that will retrieve columns and rows from the Invoices table for the vendor named IBM. PLEASE HELP I PAY 88 POINTS AND THANK YOU AND BRAINLIESTInstructions: Answer the following questions in the space provided. Be sure to write your responses in complete sentences.A father pushes his daughter and son on a sled down a hill.Part A: Other than the force exerted by the father pushing the sled, identify two additional forces that act on the sled as it travels from the top of the hill to the bottom. (2 pts)Part B: Explain how each force you identified in Part A will affect the motion of the sled. (2 pts) a client is taking nicotinic acid for hyperlipidemia, and the nurse reinforces instructions to the client about the medication. which statement by the client indicates an understanding of the instructions? The table represents a linear relationship. x 2 0 2 4 y 1 0 1 2 Which of the following graphs shows this relationship? to assign a value to a global variable in a function, the global variable must be first declared in the function. T/F PLEASE HELP IM IN A RUSH PLEASEEEEEEEEEEEEEEEEEEELainey is sliding down a water slide that is 322 feet long at a rate of 46 feet per second. How long will it take Lainey to travel from the top to the bottom of the slide? A. -7 seconds B. -276 seconds C. 276 seconds D. 7 seconds by analyzing the income statement, what amount of money is left over at the end of the year from the business once everything is accounted for? please help me with this math real quick, please!! sparks corporation has a cash balance of $9,900 on april 1. the company must maintain a minimum cash balance of $8,000. during april, expected cash receipts are $52,000. the mean recurrence interval (mri) of an earthquake in the 8.0-9.0 magnitude range in the los angeles area is approximately 1,500 years. based on this, what is the probability of an earthquake in this magnitude range sometime in the next 30 years? Question 1-5The expression (4c-3d)(3c+d) is equivalent to:O 12c 13cd 3dO 12cO 12cO 12cO 12c13cd3d5cd 3d5cd +3d3d assume a monopolistic publisher has agreed to pay an author 10 percent of the total revenue from the sales of a book. will the author and the publisher want to charge the same price for the book? remy often exhibits no remorse for his actions, such as physically hurting or manipulating other people, so he doesn't think he has a problem. remy's behavior is atypical. this illustrates the weakness of using as a method of distinguishing abnormal and normal. deviation from social norms personal distress infrequency impairment in daily functioning A women who is 22 weeks pregnant is feeling pretty well but has a sore back and body aches. What is most likely happening with the fetus developing in her uterus