Which of the following statements about email is NOT true?
A. Email is the best medium for discussing management decisions with multiple people atonce.
B.In some companies, frustration with email is so high that managers are reducing its useinternally.
C.Email is still the best medium for many private, short- to medium-length messages, particularlywhen the exchange is limited to two people.
D.Email offers a huge advantage in speed and efficiency over print and faxed messages.
E.For many communication tasks, email is being replaced by instant messaging,blogs, microblogs, social networks, and shared workspaces

Answers

Answer 1

The statement that is NOT true about email is: Email is the best medium for discussing management decisions with multiple people at once.

Email is a digital way to send messages to one or many people using the internet. This can be used to send all kinds of messages, from simple notes to files to entire presentations. It is currently the most popular communication tool.What is instant messaging?Instant messaging is a type of online chat that provides real-time text transmission over the internet. A LAN messenger is a software program for computers that is used to send instant messages. Instant messaging differs from email in the immediacy of the message exchange and makes a continued exchange simpler than sending email back and forth.The statement that is NOT true about email is A. Email is the best medium for discussing management decisions with multiple people at once. Many times when people have to communicate about sensitive management decisions, they need to have a physical meeting or at least a conference call. The tone and body language are critical in this situation, and email cannot provide this. Email can be misinterpreted, which can cause conflict between team members. Therefore, email is not the best medium for discussing management decisions with multiple people at once.

Know more about Email here:

https://brainly.com/question/28087672

#SPJ11


Related Questions

Describing the technologies used in diffrent generation of computer​

Answers

Answer:

1940 – 1956: First Generation – Vacuum Tubes. These early computers used vacuum tubes as circuitry and magnetic drums for memory. ...

1956 – 1963: Second Generation – Transistors. ...

1964 – 1971: Third Generation – Integrated Circuits. 1972 – 2010: Fourth Generation – Microprocessors.

HAS ANYONE HEARD OF THE GAME SCHOOL DAY

Answers

Answer:

NO BUT IT SOUNDS FUN

Explanation:

I PROBABLY HAVE NOT HEARD OF IF BC IM HOMESCHOOLED :D

Answer:

No

Explanation:

Hope you have a wonderful rest of your day!!! :)

consider the following method, which is intended to return a list containing the elements of the parameter mylist with all even elements removed.
Which of the following best explains why the code segment does not work as intended?
The code segment causes an IndexOutOfBoundsException for all lists because of an incorrect Boolean expression in the for loop.
- The code segment causes an IndexOutOfBoundsException for lists with at least one even element because the indexes of all subsequent elements change by one when a list element is removed. X
- The code segment returns a list with fewer elements than intended because it fails to consider the last element of myList. X
- The code segment removes the wrong elements of myList because the condition in the if statement to test whether an element is even is incorrect.
- The code segment skips some elements of myList because the indexes of all subsequent elements change by one when a list element is removed.

Answers

The given method that intends to remove all even elements from the parameter list is incorrect. The condition in the if statement to test whether an element is even is incorrect, and some elements are skipped as the indexes of all subsequent elements change by one when a list element is removed.

The given method has incorrect logic to remove even elements from the given list. In the code segment, the condition in the if statement to test whether an element is even is incorrect, so it removes the wrong elements of the list. On the other hand, some elements are skipped because the indexes of all subsequent elements change by one when a list element is removed. To remove all even elements, the correct code should use the modulus operator (%) that returns the remainder of the division between two numbers. If the remainder is zero, it means the number is even, and it should be removed.

Know more about if statement here

https://brainly.com/question/30779717

#SPJ11

Write a C program that will take ten real numbers from the user and store them in an array. After that, the program will calculate the following: 1. The sum of the numbers. 2. The mean. 3. The minimum value. 4. The maximum value. 5. The number of zero values. 6. The median. 7. The mode.

Answers

Here is the C program that will take ten real numbers from the user and store them in an array, followed by the calculation of the sum of the numbers, the mean, the minimum value, the maximum value, the number of zero values, the median, and the mode:#include #include #include int main() {float num[10], temp;int i, j, freq[10], zeroCount = 0;float sum = 0, mean = 0, median = 0, max = 0, min = 0, mode = 0;for (i = 0; i < 10; i++) {printf("Enter number %d: ", i + 1);scanf("%f", &num[i]);sum += num[i];if (num[i] == 0)zeroCount++;for (j = 0; j < i; j++) {if (num[i] == num[j])freq[i]++;}freq[i] += 1;}mean = sum / 10;for (i = 0; i < 9; i++) {for (j = i + 1; j < 10; j++) {if (num[i] > num[j]) {temp = num[i];num[i] = num[j];num[j] = temp;}}}min = num[0];max = num[9];if (num[4] == 0) {median = (num[3] + num[4]) / 2;} else {median = num[4];}int maxFreq = freq[0];for (i = 0; i < 10; i++) {if (freq[i] > maxFreq) {maxFreq = freq[i];mode = num[i];}}printf("The sum of the numbers is: %.2f\n", sum);printf("The mean of the numbers is: %.2f\n", mean);printf("The minimum value is: %.2f\n", min);printf("The maximum value is: %.2f\n", max);printf("The number of zero values is: %d\n", zeroCount);printf("The median is: %.2f\n", median);printf("The mode is: %.2f\n", mode);return 0;}

In this code, we first take 10 real numbers from the user and store them in an array. Then, we calculate the sum of the numbers by iterating over the array, and store it in the variable sum. We also count the number of zero values by iterating over the array and incrementing a counter every time we encounter a zero. Next, we calculate the mean of the numbers by dividing the sum by 10. To find the minimum and maximum values in the array, we sort the array in ascending order and store the first and last elements in the variables min and max, respectively.To calculate the median, we first check if the middle element in the sorted array is zero. If it is, then we take the average of the middle two elements as the median. Otherwise, we take the middle element itself as the median.To calculate the mode, we use a frequency array freq that stores the frequency of each element in the input array. We iterate over the input array, and for each element, we increment the frequency of that element in the frequency array. Finally, we iterate over the frequency array to find the element with the maximum frequency, which is the mode.

Know more about C program here:

https://brainly.com/question/30905580

#SPJ11

so this is what i use to code and all of that

Answers

Answer: yeah!

Explanation:

Have a good day!

If in the project in question 1 the public agency, instead of building the pump station, decides to reroute the pipeline, but still run it between points A and B, may this be done with a change order?

Answers

A change order is a documented change to the scope, schedule, or contract terms of a project. It is typically used when there is a need to modify the original project plan.

Whether rerouting the pipeline between points A and B can be done with a change order depends on the specifics of the contract and the change management process in place for the project.

In general, if the contract allows for changes to the scope or route of the pipeline, and if the change falls within the scope of the contract's change management provisions, it may be possible to implement the rerouting through a change order. The change order would document the agreed-upon modifications and any associated impacts, such as cost, schedule, or other contractual terms.

However, it's important to note that the ability to make changes through a change order ultimately depends on the contractual agreements, project management processes, and any applicable regulations or requirements. It is recommended to consult the specific contract and project stakeholders to determine the appropriate course of action for rerouting the pipeline.

learn more about project plan here

https://brainly.com/question/30077155

#SPJ11

Register the textSize event handler to handle blur changes for the textarea tag. Note: The function counts the number of characters in the textarea. HTML JavaScript 1 label for="studentName">Student name: 2
3

e here to search Jump to level 1 Register the textSize event handler to handle blur changes for the textarea tag. Note: The function counts the number of characters in the textarea. HTML JavaScript 1 var textareaElement - document.getElementById("studentName"); 3 function textSize(event) { 4 document.getElementById("stringLength").innerHTML = event. target.value.length; 5 ) 7 | Your solution goes here */ e here to search

Answers

To register the textSize event handler for the textarea tag, you need to assign the function textSize to the onblur event of the textarea element. This function counts the number of characters in the textarea and updates the corresponding element's content.

To register the textSize event handler, you first need to obtain a reference to the textarea element using its id. In this case, the id is "studentName", so you can use document.getElementById("studentName") to retrieve the textarea element and assign it to the textareaElement variable.

Next, you define the textSize function, which takes an event parameter. Within the function, you access the value of the textarea using event.target.value.length, which gives the length of the text entered in the textarea. This value is then assigned to the inner HTML property of the element with the id "stringLength". This element is where the character count will be displayed.

Finally, to register the event handler, you assign the textSize function to the onblur event of the textarea element. This ensures that the textSize function is called whenever the textarea loses focus (i.e., when the user clicks outside the textarea or tabs away from it).

Learn more about HTML here:

https://brainly.com/question/24065854

#SPJ11

Determine whether the given credit card numbers are valid. 1. 4417-5486-1785-641 2. 5591-4912-7644-1105. 3. 6011-0408-9477-3158 4. 3715-5487-3184-4663 5. 4274-3156-0372-5492 6. 5164-8295-1229-3674 7. 6011-4988-1002-6487 8. 4896-4198-8760-1970 9. 3401-7143-3912-04 10. 5229-4203, 5061-5465

Answers

To determine whether the given credit card numbers are valid, we can use the Luhn algorithm, also known as the modulus 10 algorithm. The algorithm verifies the legitimacy of a credit card number based on a checksum calculation.

1. 4417-5486-1785-641: Invalid. The last digit should be a 5, not a 1.

2. 5591-4912-7644-1105: Invalid. The last digit should be a 0, not a 5.

3. 6011-0408-9477-3158: Valid. The last digit is consistent with the Luhn algorithm.

4. 3715-5487-3184-4663: Invalid. The last digit should be a 5, not a 3.

5. 4274-3156-0372-5492: Valid. The last digit is consistent with the Luhn algorithm.

6. 5164-8295-1229-3674: Invalid. The last digit should be a 9, not a 4.

7. 6011-4988-1002-6487: Valid. The last digit is consistent with the Luhn algorithm.

8. 4896-4198-8760-1970: Valid. The last digit is consistent with the Luhn algorithm.

9. 3401-7143-3912-04: Invalid. The last digit should be a 7, not a 4.

10. 5229-4203, 5061-5465: Invalid. The provided credit card numbers are incomplete or contain separators, making them invalid.

In summary, credit card numbers 3, 5, 7, and 8 are valid according to the Luhn algorithm. The rest of the numbers are invalid either due to incorrect last digits or incomplete/invalid formatting.

For more questions on Luhn algorithm, click on:

https://brainly.com/question/29549862

#SPJ8

design an algorithm that decides where there is an ω-path on which 23(yellow ∨ 3blue) holds

Answers

To design an algorithm that decides whether there is an ω-path on which the formula 23(yellow ∨ 3blue) holds, we can use a model checking approach.

Model checking is a formal verification technique used to determine whether a system (in this case, a path) satisfies a given property (the formula).

Here's an algorithm that performs the desired task:

Initialize an empty set of visited states.

Create a queue and enqueue the initial state (starting point of the path).

While the queue is not empty, do the following:

Dequeue a state from the queue.

Add the dequeued state to the visited set.

Check if the current state satisfies the formula 23(yellow ∨ 3blue). This involves examining the state to see if there is a path on which the formula holds. The formula 23(yellow ∨ 3blue) implies that there must be a sequence of at least two consecutive yellow states or a sequence of at least three consecutive blue states on the path.

If the formula is satisfied, return true, indicating the existence of an ω-path that satisfies the formula.

Generate all possible next states from the current state (following the path).

For each next state, check if it has already been visited. If not, enqueue the state for further exploration.

If the algorithm reaches this point, it means that there is no ω-path satisfying the formula 23(yellow ∨ 3blue). Return false.

This algorithm performs a breadth-first search (BFS) exploration of the states along the path. It keeps track of visited states to avoid revisiting the same state multiple times, ensuring termination when the path ends or repeats.

Note that the specific implementation details, such as how to represent states and transitions, may vary depending on the context and nature of the problem. The above algorithm provides a high-level overview of the approach to deciding the existence of an ω-path that satisfies the given formula.

Learn more about algorithm  here:

https://brainly.com/question/21172316

#SPJ11

Evaluation is an important part of the manufacturing process in industry. What would be the disadvantage to an industry if it did not evaluate its manufacturing process?​

Answers

Answer: Not evaluating the manufacturing process can lead to lower product quality, inefficiency, missed improvement opportunities, compliance issues, and hindered innovation.

Explanation: the lack of evaluation in the manufacturing process can result in decreased product quality, reduced efficiency, missed improvement opportunities, compliance issues, and hindered innovation.

To remain competitive and maintain high standards, it is essential for industries to regularly evaluate and optimize their manufacturing processes.

Digital libraries of the ____ professional societies are important sources of unbiased technology information.

Answers

Digital libraries of the AITP and IEEE professional societies are important sources of unbiased technology information.

What is Digital libraries?

A digital library is a collection of electronically accessible digital artifacts like books, magazines, audio and video recordings, and other materials.

Digital libraries are websites dedicated to building and maintaining collections of electronic books and other types of content without requiring end users to pay for the items they wish to peruse and read.

Learn more about libraries at;

https://brainly.com/question/30367015

#SPJ4

What is output by the following code:
ArrayList< Integer > a = new ArrayList< Integer >();
ArrayList b = a;
a.add(new Integer(4));
b.add(new Integer(5));
a.add(new Integer(6));
a.add(new Integer(7));
System.out.println(b.size());
A)1. B)2. C)3. D)4. E)5

Answers

The output of `System.out.println(b.size())` is `3`.Therefore, the correct option is (C) `3`.

The given code is given below: ArrayList< Integer > a = new ArrayList< Integer >();ArrayList b = a;a.add(new Integer(4));b.add(new Integer(5));a.add(new Integer(6));a.add(new Integer(7));System.out.println(b.size());The output of the above code is `3`.Explanation:Initially, we created two ArrayLists of type Integer. 'a' is an ArrayList of type Integer, and 'b' is an ArrayList.When we wrote `ArrayList b = a`, it means that both 'a' and 'b' are referring to the same ArrayList. So, any changes made to 'a' or 'b' will affect both.'a' ArrayList is then populated with Integer objects of 4, 6, and 7. But, before adding the Integer object 6 and 7 to ArrayList 'a', we added an Integer object 5 to ArrayList 'b'.This means that the Integer object 5 is added to the same ArrayList that 'a' is referencing. And, 'b' and 'a' both are referencing the same ArrayList. Therefore, the size of ArrayList 'b' is 3.

Know more about ArrayList here:

https://brainly.com/question/9561368

#SPJ11

When you use the Insert Sheet Rows command, the Insert dialog box lets you specify where the new column is to be located.


Please select the best answer from the choices provided

T
F

Answers

Answer: False

Explanation:

There are a number of ways to insert blank columns or rows in spreadsheet program e like Microsoft excel. The method referred to above, which is using the insert option in the home tab. In Microsoft Excel 2016, once the insert option is chosen, there is an option to insert cells, insert sheet rows, insert sheet columns and insert sheets. Click on the insert sheet columns, a new column is automatically right before the location of the current selected cell. There is no dialog box which pops up to enable user specify the location of the new column when using this column addition option.

Classes of codes. Consider the code {00, 11, 001}.
(a) Is it nonsingular? Why?
(b) Is it uniquely decodable? Explain.
(c) Is it instantaneous? Why?

Answers

(a) A code is said to be nonsingular if no codeword is a prefix of another codeword. In the given code {00, 11, 001}, none of the codewords is a prefix of another codeword. For example, 00 is not a prefix of 001 and vice versa. Hence, the code is nonsingular.

(b) A code is said to be uniquely decodable if every sequence of codewords has a unique decoding. Consider the sequence 001001. It can be decoded as either 001 001 or 00 1 001. Hence, the code is not uniquely decodable.

(c) A code is said to be instantaneous if no codeword is a prefix of any other codeword and vice versa. In the given code {00, 11, 001}, the codeword 00 is a prefix of the codeword 001. Hence, the code is not instantaneous.

In summary, the given code {00, 11, 001} is nonsingular but not uniquely decodable or instantaneous. It is worth noting that a code cannot be both instantaneous and uniquely decodable unless it is a prefix code (also known as a prefix-free code or a prefix symbol code), where no codeword is a prefix of any other codeword.

Learn more about nonsingular here:

https://brainly.com/question/31500724

#SPJ11

which of the following are social engineering techniques? click on all that apply. select 4 correct responses A. tailgating B. pretexting C. vishing D. Smishing E. Piggybacking

Answers

Among the options provided, tailgating is a social engineering technique where an unauthorized person follows someone with legitimate access to gain entry into a restricted area.

Social engineering refers to the manipulation of individuals to deceive them into performing actions or divulging sensitive information.

Pretexting involves creating a false scenario or pretext to manipulate individuals into disclosing information or performing actions they would not normally do. Vishing is a social engineering technique that uses voice communication, typically over phone calls, to deceive individuals into revealing sensitive information. Smishing, on the other hand, refers to the act of using SMS or text messages to trick individuals into divulging personal information or performing certain actions.

Piggybacking, the remaining option, does not fall under the category of social engineering. It refers to the act of unauthorized individuals gaining physical access to a restricted area by closely following an authorized person without their knowledge. While piggybacking involves unauthorized access, it does not involve the manipulation or deception of individuals, which is a characteristic of social engineering techniques.

learn more about social engineering technique here:

https://brainly.com/question/31021547

#SPJ11

given 2 strings, a and b, return the number of the positions where they contain the same length 2 substring.

Answers

Here's the Python code for the above algorithm:```
def string_match(a, b):
   count = 0
   for i in range(min(len(a), len(b))-1):
       if a[i:i+2] == b[i:i+2]:
           count += 1
   return count
```Thus, the above Python function will return the number of positions where both strings contain the same length 2 substring.

Given 2 strings, a and b, we are to return the number of the positions where they contain the same length 2 substring. We can solve this problem using the following steps:

Step 1: We'll start by defining a function named "string_match".

Step 2: The function will take two string arguments named "a" and "b".

Step 3: We'll create a variable named "count" and initialize it to zero. This variable will be used to keep track of the number of positions where both strings contain the same length 2 substring.

Step 4: We'll iterate over the range of the length of the strings "a" and "b". The range will be calculated as min(len(a), len(b))-1. We subtract 1 from the length of the strings to ensure we don't get an index error in the loop.

Step 5: For each iteration, we'll get the length 2 substring for both strings. If both substrings are the same, we'll increment the "count" variable by 1.

Step 6: After the loop, we'll return the "count" variable which will contain the number of positions where both strings contain the same length 2 substring.

Know more about Python here:

https://brainly.com/question/30391554

#SPJ11

how will you determine that all employees included in the metaphor_empmaster data file work for the company and that all employees who work for the company are included in the data file?

Answers

To determine if all employees included in the "metaphor_empmaster" data file work for the company and if all employees who work for the company are included in the data file, a comparison and verification process can be employed.

First, obtain a comprehensive list of all employees working for the company from a reliable source such as HR records or an employee management system. Then, compare this list with the employee data in the "metaphor_empmaster" data file. By cross-referencing the employee IDs or unique identifiers, it can be determined if all employees in the company's records are present in the data file and vice versa. If any discrepancies are found, further investigation may be required to identify the reasons behind the missing or additional employees in the data file. This process helps ensure data accuracy and completeness in reflecting the company's workforce.

Learn more about data verification here:

https://brainly.com/question/31941391

#SPJ11

you are completing a network installation as part of a team. another group has cabled wall ports to a patch panel. is any additional infrastructure required?

Answers

No, additional infrastructure is not required if the wall ports have been properly cabled to a patch panel.

When wall ports are connected to a patch panel, it creates a centralized location for network connections. The patch panel acts as an intermediary between the wall ports and the networking equipment, such as switches or routers. It allows for easier management, organization, and maintenance of network connections.

By cabling the wall ports to a patch panel, the network installation team ensures that the physical connectivity is established correctly. Once the connections are made, the networking equipment can be connected to the patch panel, enabling communication between devices on the network. As long as the patch panel is properly installed and functioning, no additional infrastructure is required for the network installation.

You can learn more about patch panel at

https://brainly.com/question/31131663

#SPJ11

__________ provide a means of adapting rbac to the specifics of administrative and security policies in an organization.

Answers

Extensions provide a means of adapting RBAC (Role-Based Access Control) to the specifics of administrative and security policies in an organization.

RBAC is a widely used access control model that manages user permissions based on roles. However, every organization may have its unique administrative and security policies that need to be accommodated within the RBAC framework. This is where extensions come into play. Extensions are additional features or modifications that can be added to the core RBAC model to tailor it to the specific needs and requirements of an organization.

These extensions could include custom rules, additional attributes, or specialized functions that align with the organization's administrative and security policies. By utilizing extensions, RBAC can be customized and adapted to effectively address the unique policies and requirements of an organization. Therefore, extensions provide a means of adapting RBAC to the specifics of administrative and security policies in an organization.

You can learn more about access control model at

https://brainly.com/question/29024108

#SPJ11

power bi is a popular data visualization tool as data doesn't need to be sourced True or False.

Answers

The statement "power bi is a popular data visualization tool as data doesn't need to be sourced" is False.

Power BI is a business intelligence tool developed by Microsoft that offers interactive visualizations and business intelligence abilities with a simple-to-use interface. Power BI Desktop, Power BI Service, and Power BI Mobile are the three components of Power BI. Power BI supports a variety of data sources, including Excel spreadsheets, SharePoint lists, cloud services such as Salesforce, and even databases like SQL Server. This implies that data does, in fact, need to be sourced for use with Power BI.As a result, data can be connected, transformed, and modeled using the Power BI Desktop app. The Power BI Service is a cloud-based solution that allows you to share dashboards and reports, and interact with the dashboards on any device with an internet connection. Power BI Mobile is a mobile app that allows you to access and share dashboards and reports from any device with an internet connection.Power BI has become a popular data visualization tool due to its ability to combine data from various sources, create interactive reports and dashboards, and share them with others. Additionally, it offers machine learning and artificial intelligence capabilities, making it a comprehensive business intelligence solution.

Learn more about Power Bi here:

https://brainly.com/question/30400118

#SPJ11

You can customize a report and even change the design of it. True False

Answers

The statement "You can customize a report and even change the design of it." is True.

In many reporting tools and software, including Microsoft Excel, Microsoft Access, and specialized reporting software, you can customize reports and change their design.

These tools provide features and options to modify the layout, formatting, fonts, colors, and other visual elements of a report. Additionally, you can add headers, footers, logos, and other branding elements to personalize the report.

Customization options may also include filtering data, adding calculations, sorting, grouping, and applying various formatting styles.

These capabilities allow users to tailor reports to their specific needs, preferences, and branding requirements, enhancing the presentation and usability of the information being conveyed.

Therefore the statement is True.

To learn more about design: https://brainly.com/question/1020696

#SPJ11

Select all that apply. What two values do comparison operators return ?

Answers

True and equal is the answer

Write a program that removes all non-alphabetic characters from the given input.
Ex: If the input is:
-Hello, 1 world$!
the output is:
Helloworld
The program must define and call the following method that takes a string as a parameter and returns the string without any non-alphabetic characters.
public static String removeNonAlpha(String userString)
I need it in Java

Answers

Certainly! Here's a Java program that defines the `removeNonAlpha` method to remove all non-alphabetic characters from the given input string:

public class NonAlphaRemover {

   public static void main(String[] args) {

       String input = "-Hello, 1 world$!";

       String result = removeNonAlpha(input);

       System.out.println(result);

   }

   public static String removeNonAlpha(String userString) {

       StringBuilder stringBuilder = new StringBuilder();

       for (int i = 0; i < userString.length(); i++) {

           char c = userString.charAt(i);

           if (Character.isLetter(c)) {

               stringBuilder.append(c);

           }

       }

       return stringBuilder.toString();

   }

}

In this program, the `removeNonAlpha` method takes a string as a parameter (`userString`) and iterates over each character in the string. It checks if each character is a letter using the `Character.isLetter` method. If it's a letter, it appends it to a `StringBuilder` object. Finally, it returns the resulting string by converting the `StringBuilder` to a string using the `toString` method.

When you run this program, it will output:

Helloworld

This is the string with all non-alphabetic characters removed.

Learn more about Java here:

https://brainly.com/question/26803644

#SPJ11

Write a program that declares a 20-element, one-dimensional int array called commission. Assign the following 20 numbers to the array: 50, 120, 130, 150, 190, 200, 215, 300, 318, 430, 560, 600, 150, 660, 700, 150, 800, 760, 730, 589
The program asks the user to enter the amount of the commission from 0 through 1000.
It then should display the number of sales people who earned that commission. Use a sentinel value to end the program. The program should answer the following questions:
How many salespeople earned a commission of 50
How many salespeople earned a commission of 150
How many salespeople earned a commission of 430
How many salespeople earned a commission of 800
c++

Answers

Here is the c++ program that declares a 20-element, one-dimensional int array called commission and assigns the following 20 numbers to the array: 50, 120, 130, 150, 190, 200, 215, 300, 318, 430, 560, 600, 150, 660, 700, 150, 800, 760, 730, 589. It also asks the user to enter the amount of the commission from 0 through 1000 and displays the number of sales people who earned that commission. Use a sentinel value to end the program.

c++ program: ```#include using namespace std;int main(){int commission[20] = {50, 120, 130, 150, 190, 200, 215, 300, 318, 430, 560, 600, 150, 660, 700, 150, 800, 760, 730, 589};int salespeople = 0, amount;cout << "Enter the amount of commission (from 0 to 1000) or -1 to exit: ";cin >> amount;while (amount != -1) {salespeople = 0;for (int i = 0; i < 20; i++) {if (commission[i] == amount) {salespeople++;}}cout << "Number of salespeople who earned the commission of " << amount << ": " << salespeople << endl;cout << "Enter the amount of commission (from 0 to 1000) or -1 to exit: ";cin >> amount;}return 0;}```

Explanation: The given c++ program declares an integer array called commission with 20 elements and assigns 20 numbers to the array. Then it asks the user to enter the commission amount from 0 to 1000 or -1 to exit the program and stores it in the variable amount. It then uses a while loop to repeat the following steps until the user enters -1:Initialize the variable salespeople to 0.Iterate through the commission array and check if the commission amount equals the user input amount. If it does, increment the salespeople counter. Display the number of salespeople who earned the commission amount entered by the user. Ask the user to enter the commission amount from 0 to 1000 or -1 to exit the program.

Know more about array here:

https://brainly.com/question/13261246

#SPJ11

Given an array of non-negative integers, perform a series of operations until the array becomes empty. Each of the operations gives a score, and the goal is to maximize the overall score, the sum of the scores from all operations on the array. JAVAfor odd length{3,3,3}3+3+3 = 9sumO = 9;Remove right-most index. Now even length{3,3}3+3 = 6sumE = 6;sumE-sumO = 9-6 = 3sumS = 3Remove left-most index. Now Odd length{3}sumS + 3 = 3+3 = 6Remove right-most index. Array lenght is zero{}MaxScore = 6;

Answers

Given an array of non-negative integers, perform a series of operations until the array becomes empty. Each of the operations gives a score, and the goal is to maximize the overall score, the sum of the scores from all operations on the array.The given Java code implements the algorithm to calculate the maximum score for the given input array.

The algorithm first calculates the maximum score for the given array with an odd length and then for an even length. The difference between both scores is then added to the sum score. The first and last indices of the array are then removed one-by-one and the sum of the removed value and the current sum score is calculated.

This step is repeated until the array becomes empty. The code outputs the maximum score achieved at the end of this process.For the array [3,3,3], the array length is odd. Therefore, the maximum score for this array would be the sum of all values in the array, which is 3+3+3=9. The sumO variable stores this score.

To know more about integers visit:

https://brainly.com/question/490943

#SPJ11

Write a set of commands in the Live Script that will scale a given matrix B, whose entries are positive numbers, to a matrix C whose columns are probability vectors, that is, the sum down each column of C has to be 1.

Answers

To scale a given matrix B to a matrix C whose columns are probability vectors, you can follow these steps in a Live Script.

The following are the steps the define Matrix B and C and write the command in a live script:

Define the matrix B with positive entries.Calculate the column sums of matrix B.Divide each element of matrix B by its respective column sum to obtain the scaled matrix C.Verify that the columns of matrix C are probability vectors by calculating their column sums (should be equal to 1).

Here is an example implementation in a Live Script:

% Define matrix B with positive entriesB = [3, 2, 4; 1, 6, 2; 5, 3, 2];% Calculate column sums of matrix BcolumnSums = sum(B);% Divide each element of matrix B by its column sum to obtain the scaled matrix CC = B ./ columnSums;% Verify that the columns of matrix C are probability vectorscolumnSumsC = sum(C);% Display the scaled matrix Cdisp('Scaled matrix C:');disp(C);% Display the column sums of matrix Cdisp('Column sums of matrix C:');disp(columnSumsC);

//Find the code in the attached picture to run it in matlab editor.

The output will be the scaled matrix C, where each column is a probability vector, and the column sums of matrix C, which should be equal to 1, indicating that each column sums to 1.

The output of the commands in live script is given below:

Scaled matrix C:

0.3750 0.1538 0.5000

0.1250 0.4615 0.3333

0.5000 0.3846 0.1667

Column sums of matrix C:

1.0000 1.0000 1.0000

You can learn more about scaling matrices at

https://brainly.com/question/30903102

#SPJ11

Answer this puzzle. It is code. Please help me and hurry

Answers

The code answer is block

the java programming language uses both statements and expressions.T/F

Answers

True, Java programming language uses both statements and expressions.The two fundamental elements of Java are expressions and statements.

Statements include conditional branching, loops, and other control flow constructs.Expressions are building blocks that describe computations.Java, as a programming language, makes a distinction between statements and expressions. While a statement is used to perform an action or a task, an expression is used to compute or evaluate a value.Expressions provide a value. The expression statement can be used as a shortcut for the actual assignment. For example, an integer expression can be written in shorthand as x + = 2, which means the same as x = x + 2.Java has its own set of operators that can be used to make expressions. Some of them are arithmetical, some are comparative, and some are logical. The '+' operator can be used for string concatenation, in addition to the standard arithmetic addition operator.

Learn more about Java :

https://brainly.com/question/12978370

#SPJ11

a value stored in the ebx register can be sign extended into edx:ebx with the cdq instruction.. T/F

Answers

True. The value stored in the EBX register can be sign extended into EDX:EBX using the CDQ instruction.

The statement is true. In x86 assembly language, the CDQ instruction is used to perform sign extension on a value stored in the EBX register and store the result in the EDX:EBX register pair. The purpose of sign extension is to preserve the sign (positive or negative) of a value when it is extended to a wider register.

When the CDQ instruction is executed, the contents of the EBX register are examined. If the most significant bit (MSB) of EBX is 0, indicating a positive value, the EDX register is filled with zeroes. If the MSB of EBX is 1, indicating a negative value, the EDX register is filled with ones. This process effectively extends the sign of the value stored in EBX to the additional bits in EDX.

By using the CDQ instruction, a 32-bit signed value in EBX can be sign-extended to a 64-bit signed value in EDX:EBX, allowing for larger calculations and more precise arithmetic operations.

Learn more about register here:

https://brainly.com/question/31481906

#SPJ11

(Select all that apply)
Suppose you have the following declaration:
int* ptr[4];
Which of the following may appear in cleaning up any dynamically allocated memory associated with ptr?
a. delete ptr;
b. delete [] ptr;
c. delete ptr[];
d. for(int i=0; i<4; i++) delete ptr[i];
e. for(int i=0; i<4; i++) delete [] ptr[i];

Answers

he correct answer is D and E.

Given the declaration of the pointer int* ptr[4], we have to identify the statements that can be used to delete the dynamically allocated memory associated with ptr.

As ptr is an array of 4 integer pointers, we have to deallocate the memory for each of the pointers.The delete statement is used to deallocate the dynamically allocated memory.

Syntax: delete pointer_variable; The delete [] statement is used to deallocate the dynamically allocated memory of an array.

Syntax: delete [] pointer_variable;

Therefore, the following statements can be used to delete the dynamically allocated memory associated with ptr:

for(int i=0; i<4; i++) delete ptr[i];

for(int i=0; i<4; i++) delete [] ptr[i];

Thus, the correct options are:Option D: for(int i=0; i<4; i++) delete ptr[i];Option E: for(int i=0; i<4; i++) delete [] ptr[i];Therefore, the correct answer is D and E.

Learn more about Dynamic Memory Allocation here:

https://brainly.com/question/31832545

#SPJ11

Other Questions
According to the text, tax planning would involve all but one of the following questions:Multiple Choicea) What will be the impact of a new tax rate on our tax liability?b) Are we minimizing our tax burden by tracking all eligible deductible expenses and transactions that qualify for tax credits?c) What would be the impact of relocating our headquarters to a different city, state or country?d) How to minimize taxes on the tax return on the fiscal year just ended? When shares are issued for noncash assets, the cost of the assets acquired is equal to the fair market value of the shares issued.True or False Point early stated In his book "Life in Management the late Dr. Ghazi Abdalrahman Al-Qosab that the most effective span of control. This type of span of control is usually associated with organizational height. is a short span; tall is a narrow span; tall has a maximum of three to six subordinates; flat D has a maximum of six to seven subordinates: flat Holding everything else constant enterprise value will increase, if Select one: O the current liabilities decrease. O the required rate of return increases. O the net debt increases. O the current assets increase. What is the domain of the given function?{x|x = -6, -1,0, 3}{yly = -7, -2, 1, 9; superposition of waves with opposite amplitudes causes any rhythmic distrubance that carries energy through matter or space is an assuming a base cpi of 1.0 without any memory stalls, what is the total cpi for p1 and p2? which processor is faster? The University Bookstore is facing significant competition from off-campus bookstores, and they are considering targeting a specific class in order to retain student business. The bookstore randomly sampled 150 freshmen and 175 sophomores. They found that 46 percent of the freshmen and 40 percent of the sophomores purchase all of their textbooks at the University Bookstore. At = 0.10, is there a significant difference in the proportions of freshman and sophomores who purchase entirely at the University Bookstore? How much will it cost to purchase a two-level retirement annuity that will pay $3000 at the end of each month for the first 15 years, and $2000 per month for the next 10 years? Assume that the payments represent a rate of return to the annuitant (the person receiving the payments) of 6% compounded monthly. In recording cash paid by the company to the withdrawing partner, the journal entry to include his/her capital account in credit and cash account is debit True False You are going to deposit $600 in a bank CD today, and you will withdraw the money only once the balance is $1,000. If the bank pays 7 percent interest, how long will it take for the balance to reach $1,000? Suppose you had the following code: public static void reverse (Queue queue) { Stack stack = new Stack(); // TODO (2 points) Fill in this method such that that when it returns, the order of the items in the queue is reversed. Do not allocate any new structures (like an array or list); use only the defined queue and stack, so that once the list terminates, the queue is reversed. Use only the methods add(), remove() and isEmpty() on the queue, and push(), pop(), and isEmpty() on the stack. The built-in data set, BJsales, is a time series recording the measurements of a sequence of sales. Using R we can convert this data into the vector x by the assignment x State the effect of the following transactions on the debt to asset ratio. Use increase, decrease, or no effect for your answer. Payment of $40,000 rent with land. O Increase Decrease O No Effect nove to save all answers. are ""imports of cms"" a good measure of offshoring? is it better than other measures we studied? why? Choose the compound below that should have the highest melting point according to the ionic bonding model.A) AlNB) MgOC) NaClD) CaSE) RbI classify each scenario as to whether it is likely to result in an efficient or inefficient market outcome. Using the net below, find the surface area of the pyramid. 6in. 6in. 6in. [?] in^2 Which best summarizes the development of the geologic time scale? Close the following accounts for the period: Revenue $1,000 Expenses $800 1 IBO $500 WBO $100