Which of the following is a method of relationship management for an e-commerce Website?
This task contains the radio buttons and checkboxes for options. The shortcut keys to perform this task are A to H and alt+1 to alt+9.
A

Providing an automatic order tracking facility to customers
B

Requiring users to submit orders by telephone
C

Using validated HTML5 code
D

Performing Website maintenance

Answers

Answer 1

Answer:

if u find out can u lmk pls? j have a very similar question and I've been stuck for a min


Related Questions

True or False: Wikipedia is a reliable source. ​

Answers

false,
it's not a reliable source

Answer:

Answers are given by the users, so reliable information varies. Usually, you can find if it is reliable by checking other websites to see if the information matches up with other reliable websites.

Explanation:

Which of the following types of data can be stored using cloud computing? Check all of the boxes that apply.
photos
movies
documents
music

CORRECT: all 4 are correct

Answers

Note tht all the options can be   stored using cloud computing. (A -- D)

what is Cloud Computing?

Cloud computing refers to the on-demand availability of computer system resources, particularly data storage and computational power, without the user's direct active supervision. Large clouds frequently have functions spread across numerous locations, each of which is a data center.

A wide range of services rely on cloud computing. This encompasses anything from consumer services like G. mail or the cloud backup of your smartphone's images to services that allow major organizations to host all of their data and operate all of their apps in the cloud.

Learn more about  cloud computing at:

https://brainly.com/question/29737287

#SPJ1

Answer: All of them

Explanation:

Write a program whose inputs are three integers, and whose output is the smallest of the three values

Answers

Answer:

def find_smallest(a, b, c):

   # Initialize a variable to store the smallest value

   smallest = a

   

   # Compare the value of b with smallest

   if b < smallest:

       # If b is smaller, update smallest with the value of b

       smallest = b

   

   # Compare the value of c with smallest

   if c < smallest:

       # If c is smaller, update smallest with the value of c

       smallest = c

   

   # Return the smallest value

   return smallest

# Test the function

print(find_smallest(1, 2, 3)) # Output: 1

print(find_smallest(3, 2, 1)) # Output: 1

print(find_smallest(2, 2, 2)) # Output: 2

Explanation:

In this program, we defined a function called find_smallest() which takes three integers as input, a, b, and c. The first thing we do inside the function is to initialize a variable smallest with the value of a. This variable will be used to store the smallest value among the three input integers.

We then use an if statement to compare the value of b with smallest. If b is smaller than smallest, we update the value of smallest to be b. This step ensures that smallest always contains the smallest value among the three input integers.

We then repeat the same step for c. We use another if statement to compare the value of c with smallest. If c is smaller than smallest, we update the value of smallest to be c.

Finally, we use the return statement to return the value of smallest which is the smallest value among the three input integers.The last part of the code is a test cases, you can test the function with different inputs and check if it return the correct output.

Write a program whose inputs are three integers, and whose output is the smallest of the three values

The process trees use to convert carbon dioxide, water, and
sunlight into wood fi ber at the average rate of four tons per acre
annually is called

Answers

i do not believe this question has anything to do with computers and technology

Mr. Murphy is ordering pens for a fundraiser. He has 2 boxes of pens in his office. There are 5 bundles of pens in each box. Each bundle is made up of 50 pens. Mr. Murphy wants to have 750 pens available for the fundraiser. How many more pens should he order

Answers

In this problem, we are given that Mr. Murphy has 2 boxes of pens in his office, with 5 bundles of pens in each box, and 50 pens in each bundle. We can find the total number of pens Mr. Murphy currently has by multiplying the number of boxes by the number of bundles in each box, and then by the number of pens in each bundle. This gives us:

2 boxes x 5 bundles per box x 50 pens per bundle = 500 pens

Next, we are told that Mr. Murphy wants to have 750 pens available for the fundraiser. To determine how many more pens he needs to order, we can subtract the number of pens he currently has from the total number of pens he wants to have:

750 pens - 500 pens = 250 pens

This tells us that he needs to order 250 more pens to have a total of 750 pens available for the fundraiser.

Mr. Murphy currently has 500 pens in his office because 2 x 5 x 50 = <<2*5*50=500>>500.

Mr. Murphy needs to order 250 more pens because 750 - 500 = <<750-500=250>>250.

Therefore, Mr. Murphy should order 250 more pens.

Despite an already solution-rich and competitive market for videoconferencing platforms, Yuan saw an opportunity that turned into a billion-dollar company. Can you think of any markets today that may have
many competitors and alternatives but products that are lacking?

Answers


There are many markets today that may have many competitors and alternatives but products that could still be improved upon. Examples include online streaming services, e-commerce platforms, ride-sharing services, and food delivery services. These markets are highly competitive, but there is still room for innovation and improvement. For example, streaming services could offer more personalized content, e-commerce platforms could offer better customer service, ride-sharing services could offer more efficient routes, and food delivery services could offer faster delivery times.

What is a document?

a information about a computer file, distinct from the information it contains
a set of information gathered together
a two- to four-letter string set to the right of the dot in a filename; this designates the type of information in the file
a computer file representing a specific text item

Answers

Answer:

A document is a written, drawn, presented, or memorialized representation of thought, often the manifestation of non-fictional, as well as fictional, content. The word originates from the Latin Documentum, which denotes a "teaching" or "lesson": the verb doceō denotes "to teach" In general, a document (noun) is a record or the capturing of some event or thing so that the information will not be lost.  A document is a form of information. A document can be put into an electronic form and stored in a computer as one or more files. Often a single document becomes a single file.

Select the correct answer from each drop-down menu. What data types can you suggest for the given scenario? Adja is working in a program for the school grading system. She needs to use a(n) (First drop down) to store the name of the student and a(n) array of (Second drop down) to store all the grade of each subject of each student.
Options for the first drop down are- A. Integer, B.String, C.Character.
Options for the second drop down are- A.Floats, B.Character, C.String.

Answers

Based on the given scenarios, the data types that would be best suited for each is:

C. Character.A. Floats

What is a Data Type?

This refers to the particular type of data item that is used in order to define values that can be taken or used in a programming language.

Hence, it can be seen that based on the fact that Adja is working in a program for the school grading system, she would need to use a character to store the name of the student and a float to store all the grades of each subject of each student because they are in decimals.

With this in mind, one can see that the answers have been provided above.,

In lieu of this, the correct answer to the given question that have been given above are character and floats.

Read more about data types here:

https://brainly.com/question/179886

#SPJ1

Answer:

A- String

B- Character

you should restrict access to your system both online and offline. Is it true or false​

Answers

Answer:

false

Explanation:

to keep personal information secure

Compare between poison cookies and stolen cookies.​

Answers

Cookie theft happens when a third party copies session data that has not been encrypted, while cookie poisoning is an attack tactic in which the attacker poisons a cookie that has been sent back to a server to steal data.

If your cookies are stolen, what happens?

The attacker can access the user information saved in the cookie by modifying or otherwise altering the cookie. Attacks that "poison" cookies put users at risk because they let hackers access their accounts or steal their identities by using the data saved in cookies.

Toxic Mushroom Cookie: who is he?

In Cookie Run: Kingdom, Poison Mushroom Cookie is voiced by Sachika Misawa in Japanese and AJ Beckles in English.

To know more about Cookie theft visit:-

https://brainly.com/question/16045378

#SPJ1

The Internet of Things refers to devices that are able to talk to each other. Group of answer choices False True

Answers

True definitely hope that worked

How can you create the first row of the table as the header of the table?

Answers

Answer:

In the Insert Table dialog box, you select the. checkbox to create the first row as the header of the table.

Explanation:

Question 11 (2.5 points)
A start-up company has hired you to implement an email strategy for its organization.
The company wants all of its employees to have an enterprise-level email client and
is considering Windows Live Essentials. They ask you if there are any limitations
about this email solution. Which of the following is a major limitation?

Answers

Answer:

the dot

Explanation:

the dot is a good day forecast for a bit

Type the correct answer in the box. Spell all words correctly.
What covers everything from renting equipment and providing food for the crew, to hiring actors and constructing sets?
The
covers everything from renting equipment and providing food for the crew, to hiring actors and constructing sets.

Answers

The word that covers everything from renting equipment and providing food for the crew, to hiring actors and constructing sets is "production."

The production covers everything from renting equipment and providing food for the crew, to hiring actors and constructing sets.

What is the cost about?

Production squad members are responsible for claiming the setup, demolishing, maintenance, and removal of sounds that are pleasant, harmonized and theater production supplies for stage work.

They are hired in production guests, event scenes, theater groups, and touring bands. In the framework of film, television, and other forms of television, "production" refers to the entire process of founding a finished product, from the beginning idea to the final refine. This includes everything from pre-result to actual production.

Learn more about cost  from

https://brainly.com/question/25109150

#SPJ1

Create the algorithm in a flow chart. Develop an algorithm that reads in three numbers and writes them all in sorted order. Order marches with weighty and measured strides. Disorder is always in a hurry.

Answers

To order an array of strings in alphabetic order, the sorting algorithm should be structured for ascending order.

How to sort the array of strings according to alphabetical order?

This can be carried out by sorting the array manually or by using the to CharArray() method. In the to CharArray() method this can be done by ensuring you have the needed string and then modifying the provided string to a character array with the help of to CharArray() method followed by constructing the gathered array by utilizing the sort() method of the Arrays class.

Then we have to transform the constructed array to String by passing it to the constructor of the String array.

Therefore, To order an array of strings in alphabetic order, the sorting algorithm should be structured for ascending order.

Learn more about  array on:

https://brainly.com/question/13107940

#SPJ1

Please help



Due at 11:59

Please helpDue at 11:59

Answers

Answer:

1) IDEAL First Step: Identify

You need to get to the bottom of the issue, not play the blame game.

Have your team members (perhaps after a team-building game like #7) write all the causes they can think of on a large white board. Go through them one-by-one, asking one question: what caused this cause?

By backtracking to the ultimate root cause, you create a solid foundation for further discussion.

Explanation:

Answer:

a silly problem would be the problem of me not wanting to give an answer. how would you solve that problem.

Explanation:

send me the answers

send me the answers

Answers

Answer:

???...................???

Create a simple JavaScript calculator.

Create a simple JavaScript calculator.

Answers

Answer: edit out anything you dont need

<!DOCTYPE html>  

<html lang = "en">  

<head>  

<title> JavaScript Calculator </title>  

 

<style>  

h1 {  

   text-align: center;  

   padding: 23px;  

   background-color: skyblue;  

   color: white;  

   }  

 

#clear{  

width: 270px;  

border: 3px solid gray;  

   border-radius: 3px;  

   padding: 20px;  

   background-color: red;  

}  

 

.formstyle  

{  

width: 300px;  

height: 530px;  

margin: auto;  

border: 3px solid skyblue;  

border-radius: 5px;  

padding: 20px;  

}  

 

 

 

input  

{  

width: 20px;  

background-color: green;  

color: white;  

border: 3px solid gray;  

   border-radius: 5px;  

   padding: 26px;  

   margin: 5px;  

   font-size: 15px;  

}  

 

 

#calc{  

width: 250px;  

border: 5px solid black;  

   border-radius: 3px;  

   padding: 20px;  

   margin: auto;  

}  

 

</style>  

 

</head>  

<body>  

<h1> Calculator Program in JavaScript </h1>  

<div class= "formstyle">  

<form name = "form1">  

     

   <!-- This input box shows the button pressed by the user in calculator. -->  

 <input id = "calc" type ="text" name = "answer"> <br> <br>  

 <!-- Display the calculator button on the screen. -->  

 <!-- onclick() function display the number prsses by the user. -->  

 <input type = "button" value = "1" onclick = "form1.answer.value += '1' ">  

 <input type = "button" value = "2" onclick = "form1.answer.value += '2' ">  

 <input type = "button" value = "3" onclick = "form1.answer.value += '3' ">  

  <input type = "button" value = "+" onclick = "form1.answer.value += '+' ">  

 <br> <br>  

   

 <input type = "button" value = "4" onclick = "form1.answer.value += '4' ">  

 <input type = "button" value = "5" onclick = "form1.answer.value += '5' ">  

 <input type = "button" value = "6" onclick = "form1.answer.value += '6' ">  

 <input type = "button" value = "-" onclick = "form1.answer.value += '-' ">  

 <br> <br>  

   

 <input type = "button" value = "7" onclick = "form1.answer.value += '7' ">  

 <input type = "button" value = "8" onclick = "form1.answer.value += '8' ">  

 <input type = "button" value = "9" onclick = "form1.answer.value += '9' ">  

 <input type = "button" value = "*" onclick = "form1.answer.value += '*' ">  

 <br> <br>  

   

   

 <input type = "button" value = "/" onclick = "form1.answer.value += '/' ">  

 <input type = "button" value = "0" onclick = "form1.answer.value += '0' ">  

   <input type = "button" value = "." onclick = "form1.answer.value += '.' ">  

   <!-- When we click on the '=' button, the onclick() shows the sum results on the calculator screen. -->  

 <input type = "button" value = "=" onclick = "form1.answer.value = eval(form1.answer.value) ">  

 <br>  

 <!-- Display the Cancel button and erase all data entered by the user. -->  

 <input type = "button" value = "Clear All" onclick = "form1.answer.value = ' ' " id= "clear" >  

 <br>  

   

</form>  

</div>  

</body>  

</html>  

Explanation:

What are the challenges of giving peer feedback in peer assessment

Answers

Feeling of underachievement

Answer:

There can some challenges when giving and receiving peer feedback in a peer assessment. Some people can be harsh in their assessments of your work. Some students cannot take that and because of that it can cause them to question a lot of their work. People can also be wrong when it comes to the assessment

why is it important to prepare the farm resources before you start working? explain​

Answers

The planning process helps to: Identify the goals of the farm business (what you want to accomplish); Identify the farm's inventory and resources (what you have to work with); Assess the farm business and the environment in which it operates (where you are and where you may want to go);

Using a Repl (Replit) or Sandbox file (CodeHS) create a free code that contains the following items, see the rubric below for further explanation. Your free code can be about any topic or subject you want. Please include the following:

if-else AND if-elif-else
need at minimum two sets of if, one must contain elif
comparison operators
>, <, >=, <=, !=, ==
used at least three times
logical operator
and, or, not
used at least once
while loop AND for loop
both a while loop and a for loop must be used
while loop
based on user input
be sure to include / update your loop control variable
must include a count variable that counts how many times the while loop runs
for loop must include one version of the range function
range(x), range(x,y), or range(x,y,z)
comments
# this line describes the following code
comments are essential, make sure they are useful and informative (I do read them)
at least 40 lines of code
this includes appropriate whitespace and comments

Answers

Answer:

Ermmm....yeah

Explanation:

I can provide you with a sample code that includes all the elements you mentioned in Python language:

```python

# This code prompts the user to enter a number and checks if it's positive or negative

# It also includes a while loop to keep prompting the user until a positive number is entered

# and a for loop that counts how many times the user entered a negative number

count = 0 # initialize count variable

while True:

num = int(input("Enter a positive number: "))

if num > 0:

break

print("That's not a positive number, try again.")

count += 1 # increment count variable

print("You entered a positive number. Congratulations!")

for i in range(count):

print("You entered a negative number", i+1, "time(s).")

if num >= 10 and num <= 20:

print("Your number is between 10 and 20.")

elif num < 0 or num > 100:

print("Your number is either negative or greater than 100.")

else:

print("Your number is neither between 10 and 20 nor negative/greater than 100.")

```

This code includes both an `if-else` statement and an `if-elif-else` statement that use comparison operators such as `>`, `<`, `>=`, `<=`, `!=`, and `==`. It also uses logical operators such as `and`, `or`, and `not`. Additionally, it includes a `while` loop that prompts the user for input until a positive number is entered, and a `for` loop that counts how many times the user entered a negative number. Finally, it includes comments to explain each section of the code.

Help me :)
Which of the following best explains a passive cyberattack?

The cybercriminal will attempt to bring down a target’s website.
The cybercriminal will attempt to remain undetected.
The cybercriminal might request ransom during the attack.
The cybercriminal might launch a denial of service attack.

Answers

48 points I need to get help
48 I hope this help

The home keys on the numeric keypad are _____.

Answers

The answers are; Five, Six, Plus, and Zero. I hope this helped :)

Algorithm:

Suppose we have n jobs with priority p1,…,pn and duration d1,…,dn as well as n machines with capacities c1,…,cn.

We want to find a bijection between jobs and machines. Now, we consider a job inefficiently paired, if the capacity of the machine its paired with is lower than the duration of the job itself.

We want to build an algorithm that finds such a bijection such that the sum of the priorities of jobs that are inefficiently paired is minimized.

The algorithm should be O(nlogn)


My ideas so far:

1. Sort machines by capacity O(nlogn)
2. Sort jobs by priority O(nlogn)
3. Going through the stack of jobs one by one (highest priority first): Use binary search (O(logn)) to find the machine with smallest capacity bigger than the jobs duration (if there is one). If there is none, assign the lowest capacity machine, therefore pairing the job inefficiently.

Now my problem is what data structure I can use to delete the machine capacity from the ordered list of capacities in O(logn) while preserving the order of capacities.

Your help would be much appreciated!

Answers

To solve the problem efficiently, you can use a min-heap data structure to store the machine capacities.

Here's the algorithm:

Sort the jobs by priority in descending order using a comparison-based sorting algorithm, which takes O(nlogn) time.

Sort the machines by capacity in ascending order using a comparison-based sorting algorithm, which also takes O(nlogn) time.

Initialize an empty min-heap to store the machine capacities.

Iterate through the sorted jobs in descending order of priority:

Pop the smallest capacity machine from the min-heap.

If the machine's capacity is greater than or equal to the duration of the current job, pair the job with the machine.

Otherwise, pair the job with the machine having the lowest capacity, which results in an inefficient pairing.

Add the capacity of the inefficiently paired machine back to the min-heap.

Return the total sum of priorities for inefficiently paired jobs.

This algorithm has a time complexity of O(nlogn) since the sorting steps dominate the overall time complexity. The min-heap operations take O(logn) time, resulting in a concise and efficient solution.

Read more about algorithm here:

https://brainly.com/question/13902805

#SPJ1

Array Basics pls help

Array Basics pls help

Answers

Answer:

import java.util.Random;

class Main {

 static int[] createRandomArray(int nrElements) {

   Random rd = new Random();

   int[] arr = new int[nrElements];

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

     arr[i] = rd.nextInt(1000);

   }

   return arr;

 }

 static void printArray(int[] arr) {

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

     System.out.println(arr[i]);

   }

 }

 public static void main(String[] args) {

   int[] arr = createRandomArray(5);

   printArray(arr);

 }

}

Explanation:

I've separated the array creation and print loop into separate class methods. They are marked as static, so you don't have to instantiate an object of this class type.

Which of the following is an example of a runtime error?


Missing quotation marks around a string literal

Printing without adjusting margins

Receiving unexpected results from a program

Trying to perform an invalid calculation

Answers

Answer:

missing quotation marks around a string literal

https://www.celonis.com/solutions/celonis-snap

Using this link

To do this alternative assignment in lieu of Case 2, Part 2, answer the 20 questions below. You
will see on the left side of the screen a menu for Process Analytics. Select no. 5, which is Order
to Cash and click on the USD version. This file is very similar to the one that is used for the BWF
transactions in Case 2, Part 2.
Once you are viewing the process analysis for Order to Cash, answer the following questions:
1. What is the number of overall cases?
2. What is the net order value?
Next, in the file, go to the bottom middle where you see Variants and hit the + and see what it
does to the right under the detail of variants. Keep hitting the + until you see where more than a
majority of the variants (deviations) are explained or where there is a big drop off from the last
variant to the next that explains the deviations.
3. What is the number of variants you selected?
4. What percentage of the deviations are explained at that number of variants, and why did you
pick that number of variants?
5. What are the specific variants you selected? Hint: As you expand the variants, you will see on
the flowchart/graph details on the variants.
6. For each variant, specify what is the percentage of cases and number of cases covered by that
variant? For example: If you selected two variants, you should show the information for each
variant separately. If two were your choice, then the two added together should add up to the
percentage you provided in question 4 and the number you provided in question 3.
7. For each variant, how does that change the duration? For example for the cases impacted by
variant 1, should show a duration in days, then a separate duration in days for cases impacted
by variant 2.
At the bottom of the screen, you see tabs such as Process, Overview, Automation, Rework, Benchmark,
Details, Conformance, Process AI, Social Graph, and Social PI. On the Overview tab, answer the
following questions:
8. In what month was the largest number of sales/highest dollar volume?
9. What was the number of sales items and the dollar volume?
10. Which distribution channel has the highest sales and what is the amount of sales?
11. Which distribution channel has the second highest sales and what is the amount of sales?
Next move to the Automation tab and answer the following questions:
12. What is the second highest month of sales order?
13. What is the automation rate for that month?
Nest move to the Details tab and answer the following questions:
14. What is the net order for Skin Care, V1, Plant W24?
15. What is the net order for Fruits, VV2, Plant WW10?
Next move to the Process AI tab and answer the following questions:
16. What is the number of the most Common Path’s KPI?
17. What is the average days of the most Common Path’s KPI?
18. What other information can you get off this tab?
Next move to the Social Graph and answer the following questions:
19. Whose name do you see appear on the graph first?
20. What are the number of cases routed to him at the Process Start?

Answers

1. The number of overall cases are 53,761 cases.

2. The net order value of USD 1,390,121,425.00.

3. The number of variants selected is 7.4.

4. Seven variants were selected because it provides enough information to explain the majority of the deviations.

5. Seven variants explain 87.3% of the total variance, including order, delivery, credit limit, material availability, order release, goods issue, and invoice verification.

10. January recorded the highest sales volume, with 256,384 items sold for USD 6,607,088.00. Wholesale emerged as the top distribution channel, followed by Retail.

12. December stood out as the second-highest sales month,

13. with an automation rate of 99.9%.

14. Notable orders include Skin Care, V1, Plant W24 (USD 45,000.00) and

15. Fruits, VV2, Plant WW10 (USD 43,935.00).

17. The most common path had a KPI of 4, averaging 1.8 days.

18. This data enables process analysis and improvement, including process discovery, conformance, and enhancement.

19. The Social Graph shows Bob as the first name,

20. receiving 11,106 cases at the Process Start.

1. The total number of cases is 53,761.2. The net order value is USD 1,390,121,425.00.3. The number of variants selected is 7.4. The percentage of the total variance explained at 7 is 87.3%. Seven variants were selected because it provides enough information to explain the majority of the deviations.

5. The seven specific variants that were selected are: Order, Delivery and Invoice, Check credit limit, Check material availability, Order release, Goods issue, and Invoice verification.6. Below is a table showing the percentage of cases and number of cases covered by each variant:VariantPercentage of casesNumber of casesOrder57.2%30,775Delivery and Invoice23.4%12,591Check credit limit5.1%2,757

Check material availability4.2%2,240Order release4.0%2,126Goods issue2.4%1,276Invoice verification1.7%9047. The duration of each variant is as follows:VariantDuration in daysOrder24Delivery and Invoice3Check credit limit2Check material availability1Order release2Goods issue4Invoice verification1

8. The largest number of sales/highest dollar volume was in January.9. The number of sales items was 256,384, and the dollar volume was USD 6,607,088.00.10. The distribution channel with the highest sales is Wholesale and the amount of sales is USD 3,819,864.00.

11. The distribution channel with the second-highest sales is Retail and the amount of sales is USD 2,167,992.00.12. The second-highest month of sales order is December.13. The automation rate for that month is 99.9%.14. The net order for Skin Care, V1, Plant W24 is USD 45,000.00.15.

The net order for Fruits, VV2, Plant WW10 is USD 43,935.00.16. The number of the most common path’s KPI is 4.17. The average days of the most common path’s KPI is 1.8 days.18. Additional information that can be obtained from this tab includes process discovery, process conformance, and process enhancement.

19. The first name that appears on the Social Graph is Bob.20. The number of cases routed to Bob at the Process Start is 11,106.

For more such questions deviations,Click on

https://brainly.com/question/24251046

#SPJ8

Write a Python programs to do frequency counting of the sum of two dice. Your function should accept an integer n parameter to run n trials (i.e., multiple rollings of the two dice); You can use the Python function randrange(1, 7) to simulate the roll of one die; After running the n trials, your function should return the sum of two dice that occurs most frequently.

Answers

Answer:

Explanation:

The following program uses Numpy import to detect the frequency of all the elements in an array and ouput the one that appears the most. The function creates random dice rolls and adds them to the array, looping the number of times that the trials parameter states. Then finally printing out the original array and the sum that appeared the most frequently.

from random import randrange

import numpy as np

def highestFrequency(trials):

   products = []

   for x in range(trials):

       product = randrange(1, 7) * randrange(1, 7)

       products.append(product)

   x = np.array(products)

   print("Original Array: " + str(list(products)))

   print("Most frequent value in the above array:")

   print(np.bincount(x).argmax())

highestFrequency(7)

Write a Python programs to do frequency counting of the sum of two dice. Your function should accept

Plzzzzzzz help good answers only and best answer gets brainly

Plzzzzzzz help good answers only and best answer gets brainly

Answers

Answer:

Desmos (colab w/h math antics) , Calendar, Quizlet (colab w/h google) , Quizizz (colab w/h quizlet) , Kahoot (colab w/h google) , or Google Translate

You are creating a presentation for your school Photography project and you want to make the pictures stand out. Which tool would be most efficient to use to enhance the images?
A. Symbols
B. Alt text
C. Tables
D. Picture styles

Answers

Answer:

D

Explanation:

I say D would be the answer because the other ones don’t make sense
Other Questions
My fellow-citizens, no people on earth have more cause to be thankful than ours, and this is said reverently, in no spirit of boastfulness in our own strength, but with gratitude to the Giver of Good who has blessed uswith the conditions which have enabled us to achieve so large a measure of well-being and of happiness. To us as a people it has been granted to lay the foundations of our national life in a new continent. We are theheirs of the ages, and yet we have had to pay few of the penalties which in old countries are exacted by the dead hand of a bygone civilization. We have not been obliged to fight for our existence against any alien race;and yet our life has called for the vigor and effort without which the manlier and hardier virtues wither away. Under such conditions it would be our own fault if we failed,; and the success which we have had in the past,the success which we confidently believe the future will bring, should cause in us no feeling of (vanityl, but rather a deep and abiding realization of all which life has offered us; a full acknowledgment of theresponsibility which is ours, and a fixed determination to show that under a free government a mighty people can thrive best, alike as regards the things of the body and the things of the soul.Much has been given us, and much will rightfully be expected from us. We have duties to others and duties to ourselves; and we can shirk neither. We have become a great nation, forced by the fact of its greatnessinto relations with the other nations of the earth, and we must behave as beseems a people with such responsibilities. Toward all other nations, large and small, our attitude must be one of cordial and sincerefriendship. We must show not only in our words, but in our deeds, that we are earnestly desirous of securing their good will by acting toward them in a spirit of just and generous recognition of all their rights. Butjustice and generosity in a nation, as in an individual, count most when shown not by the weak but by the strong. While ever careful to refrain from wrongdoing others, we must be no less insistent that we are notwronged ourselves. We wish peace, but we wish the peace of justice, the peace of righteousness. We wish it because we think it is right and not because we are afraid. No weak nation that acts manfully and justlyshould ever have cause to fear us, and no strong power should ever be able to single us out as a subject for insolent aggression.Roosevelt states that "no people on earth have more cause to be thankful than ours." What is one example from the text of something to be thankful for? (5 points) The conditions which have enabled us to achieve so large a measure of well-being and of happiness A deep and abiding realization of all which life has offered us A fixed determination to show that under a free government a mighty people can thrive best No strong power should ever be able to single us out as a subject for insolent aggression The graph of f(x)=(4x/)/, from x=0 to x=8, is revolved around the x-axis. Calculate the area of the resulting surface. (100 points) 10. A popular Libertarian governor presides over a highly polarized general assembly that is evenly split between urban progressives and rural Tea Party conservatives. Neither side supports the governors own agenda. The governor leans toward the conservative side on issues of gun control and taxation, and she leans progressive on issues of social justice and health care.What pattern is most likely to occur as the Republicans and Democrats work to further their own agendas while under the libertarian governors leadership?A. Both Democrats and Republicans will proceed as though they held a strong majority.B. The Democrats and Republicans will work together to delegitimize the governor.C. Each party will work to strengthen the governor when she is in their favor, while weakening her when she is opposed to their agenda.D. Both parties will defer to the governors right to define the agenda and will work with her to promote her preferred aims and goals.11. A university wishes to conduct a scientifically accurate public-opinion poll about a piece of environmental legislation. Which of the following questions would best elicit accurate polling data?A. Should the federal government work to prevent climate change?B. Should Congress support a new law that conserves natural resources?C. Should automobile emissions be limited to one hundred parts per million?D. Should oil companies be required to pay the entire cost of cleaning up oil spills?12. Refer to the table. (Fewer than half know that most immigrants in the us are here legally.) Which of the following conclusions can be drawn from the data?A. Public-opinion data allow minority opinions to be heard more if these people are more politically active than the majority.B. Despite information from public-opinion data, government policy is often responsive to the economic elite and not the majority.C. A lack of correct information can be detrimental to the political process by causing public-opinion data to be formed on misinformation.D. The reliability and veracity of public-opinion data make the data unusable by elected officials and cause the public to become disenfranchised.13. Refer to the chart regarding legislative branches of government.Which of the following rows accurately compares the political system in the United States to the French parliamentary system?A. B. C. D. 14. Once a policy is developed to address an issue, who implements and enforces it?A. government agencies and police forces B. citizens and specialized businessesC. lobbyists and interest groupsD. legislators and judicial officials15. Which of these concerns about educational quality is determined only at the K12 level of public education?A. how to appropriately test students performanceB. how to make sure application acceptance rates are fairC. how to fund the growing cost of tuitionD. how to pay for higher-education research16. In a free enterprise system, governments address public problems through policy to ensure thatA. citizens' needs are met and protected.B. economic operations of businesses are controlled.C. workers earn more than workers in other countries.D. the nation's level of productivity remains steady.17. The graph compares support for candidates among prospective Hispanic voters leading up to the 2008 presidential election.This graph demonstrates the influence of ___ on political ideology.A. ethnicityB. genderC. political partyD. age18. Because of the dominance of the two-party system, ______________ candidates often struggle to raise both funds and the visibility of their campaigns.A. electoralB. RepublicanC. DemocraticD. third-party what is thisssssssssssssss x-3 divided by 4 = 12 a car dealer claims that buying a new car sam will pay 20% less for gas than for the car he currently owns. the car sam currently drives cost 15% less to gas than dons car. don pays 800$ per year for gas car. assume all cars will be traveling the same distance. how much does he pay for his current car? Help pls and pls give explanation! alex has 5 lizards he divides them equally among 5 cages how many lizards does alex put in each cage Using the Pythagorean theorem, if the hypotenuse is 17 feet long, and side a is 15 feet long. What is the missing length of side b? what are the measures to solve conflict where is the blue dot on the number line? Which conclusion does this graph most support?Product A10075DemandProduct B50250$10$20$25$15PriceO A. Demand for product A is more inelastic than demand for productB.B. The price for product A is closer to its equilibrium price.C. Demand for product A is more elastic than demand for product B.D. The price for product B is closer to its equilibrium price. Entertainment software enables you to purchase, collect, and experience entertainment media such as music and movies on a computer. What are some examples of entertainment software? i think of a number, subtract 4, then divide by three d) Estimate the distance to the observed object which must be considerably exceeded, if Fraunhofer (far-field) approximations are to be valid for a radio interferometer system of physical dimension 10 Lynn Margulis developed the endosymbiont theory to explain the evolution of certain eukaryotic organelles, such as chloroplasts and mitochondria.According to this theory, which of these events occurred to an ancient prokaryotic cell Question 611.1 ptsAttempt due2 MinutesThe value of y is directly proportional to the value of x. If y = 91 when x = 13, what is the value of y when x =12? The perimeter of a rectangle is 32 inches. If the length of the rectangle is 10 inches, which equation could be used to find the width, x? A. 2(x + 10) = 32 B. 10(x + 2) = 32 C. x + 10 = 32 D. x + 2(10) = 32 This year 20% of city employees ride the bus to work. Last year only 18% of city employees rode the bus to work. a. Find the absolute change in city employees who ride the bus to work. b. Use the absolute change in a meaningful sentence. c. Find the relative change in city employees who ride the bus to work. Round to whole number percent. d. Use the relative change in a meaningful sentence. The declaration can best he underslood as arejection of which of the following ideals?(A) The belief that some groups of people areinherently superior lo others.(B) The belief that all cultures have intrinsic(C) The belief that race is a social construction(D) The belief that the concept of race has hada major impact on human interactions Question 8 of 20An exchange rate is flexible when it:A. sets the value of a currency automatically in relation to anothercurrencyB. changes the value of different currencies based on their overalleconomic health.C. allows market forces of supply and demand to set the value of acurrencyD. adjusts the value of a currency based on inflation and interestrates.SUBMIT