The average value in a data set is referred to as the mode, mean or median

Answers

Answer 1

Answer:

Mean

Explanation:

Answer 2

Answer:

the mean

Explanation:

median is the middle and mode is most frequent


Related Questions

please help which one is the right symbol?​

Answers

Answer:

second one >

hope it helps.

OkkKkkkkkEYEYYEYEYEY BYEYYEYEYEyeeyeyyeEYEy if you know you know

Answers

Answer:

okkkkkkkkkkeyyyyyyy

Explanation:

byeeeee

Learning how to use word processing and spreadsheets, and creating presentations are all considered __________ computer skills.
A.
basic
B.
advanced
C.
optional
D.
unnecessary

Answers

Answer: a i hope it help

Explanation:

Answer:

A basic

Explanation:

<33

How do you describe packet switching in your own words

Answers

Answer:

this is your answer bhaiya

PLZ HELP

Locking a cell so that others cannot alter its contents is known as
OA. conditional formatting
OB. conditional formula
OC. lookup tables
D. cell protection

Answers

Answer:

Cell protection

Explanation:

KAPWING Video Editing Software allows you to use existing You Tube Videos in your design.

Answers

Answer:

Yea it should, it depends are you using a phone or a PC? because most of the time internally built in editing software on computers is better.

1. While cell phones provide Freedom and mobility,they can also become a leash, compelling user's to answer them anywhere and anytime​

Answers

Cellular phones have had a major impact on our lives and the way that we perform every day tasks. Many of these changes are apparent, while others we may not even be aware of.

Cell phones have brought a whole new meaning to the term multitasking. Twenty years ago, it was not possible to talk to the office while you were at the grocery store picking up some necessary items. You could never have had a three-way business conference while you were fixing dinner or been able to deal with a business client from home while caring for a sick child.

Which explanation best describes the importance of continuing education?

1.Continuing education is important to maintain certification and keep up with new advances in the field.
2.Continuing education can be very costly and opportunities are difficult to find.
3.Only physicians and nurses are required to have continuing education.
4.Continuing education is not required, but it is a good way to learn more in your field.

Answers

Answer:

1.Continuing education is important to maintain certification and keep up with new advances in the field.

Explanation:

Continuing education is any additional formal learning that is not focused on a  college degree outcome.

Continuing education helps one to acquire more knowledge and to be relevant in one's field.

So, continuing education is important to maintain certification and keep up with new advances in the field.

A line graph titled Unemployment Percentages and Levels of Education where the x-axis shows dates from November 2007 to November 2010 and the y-axis shows the percentage unemployed. No High School diploma starts at 7.5 percent in November 2007, rises steadily to 15 percent in November 2009, and stays at 15 percent to November 2010. High School diploma starts at 4.8 percent, rises steadily to 10.5 percent in November 2009, and falls to 9.5 percent in November 2010. Some college starts at 4 percent in November 2007, rises to 9 percent in November 2009, and falls to 8 percent in November 2010. Bachelor's degree or higher starts at 2 percent, rises to 5 percent in November 2009, and slowly falls to 4.9 percent in November 2010.

Based on the above graph, what was the percentage of difference between someone without a high school diploma and someone who has completed some college in November 2009?

A.

4%

B.

5%

C.

7%

D.

10%

can yall please answer my question pls

Answers

Answer:

D

Explanation:

the answer is D because

Answer:

It's B

Explanation:

IM SORRY IF ITS WRONG

In which way is a copper cable related to a wireless transmission

Answers

Answer: whats the answer choices

Explanation:

you are a bank loan officer. carter has to come into your office and applied for a loan for a car.you ran his credit report, and his score is 541. What will you say to carter?

Answers

Answer:

Carter score falls within the range of scores, from 300 to 579, considered Very Poor. Score is significantly below the average credit score.

Explanation:

list out the features of a computer.​

Answers

Answer:

Speed. A computer works with much higher speed and accuracy compared to humans while performing mathematical calculations. ...

Accuracy. Computers perform calculations with 100% accuracy. ...

Diligence. A computer can perform millions of tasks or calculations with the same consistency and accuracy

help plz
What is Process?

A person who designs any of a variety of things.
A person who designs any of a variety of things.

A person who is trained in and uses technological and scientific knowledge to solve practical problems.
A person who is trained in and uses technological and scientific knowledge to solve practical problems.

Human activities used to create, invent, design, transform, produce, control, maintain, and use products or systems; a sequence of actions that combines resources to produce an output.
Human activities used to create, invent, design, transform, produce, control, maintain, and use products or systems; a sequence of actions that combines resources to produce an output.

A systematic problem-solving strategy, with criteria and constraints, used to develop many possible solutions to a problem or to satisfy human needs and wants and winnow (narrow) down the possible solutions to one final choice.
A systematic problem-solving strategy, with criteria and constraints, used to develop many possible solutions to a problem or to satisfy human needs and wants and winnow (narrow) down the possible solutions to one final choice.

An iterative decision-making process that produces plans by which resources are converted into products or systems that meet human needs and wants or solve problems.
An iterative decision-making process that produces plans by which resources are converted into products or systems that meet human needs and wants or solve problems.

A person or household that purchases goods or services.

Answers

Answer:

Yes

Explanation:

why CANON G1010 is the best choices than epson L3110 3in 1 Printer​

Answers

Answer:

I would say go with the canon as I have a better history with it than Epson

Explanation:

they both look similar and have similar features

7.2.6: First Character CodeHS

"Write a function called first_character that takes a string as a parameter and returns the first character.

Then, write another function called all_but_first_character that takes a string as a parameter and returns everything but the first character.

Test each of your functions on the string "hello" and print the results. Your output should be:"

Answers

def first_character(txt):

   return txt[0]

def all_but_first_character(txt):

   return txt[1::]

print(first_character("hello"))

print(all_but_first_character("hello"))

I wrote my code in python 3.8. I hope this helps.

Following are the Program to the given question:

Program Explanation:

Defining a two-method "first_character and all_but_first_character" that takes a string variable "t" into the parameter.In the first method, it returns the first character of the string.In the second method, it returns the string value except for the first character.At the last, we call both the methods.

Program:

def first_character(t):#defining a method first_character that takes a string variable in parameter

  return t[0]#using return keyword that return first character of string

def all_but_first_character(t):#defining a method all_but_first_character that takes a string variable in parameter

  return t[1::]#using return keyword that return string except first character

print(first_character("hello"))#calling method

print(all_but_first_character("hello"))#calling method

Output:

Please find the attached file.

Learn more:

brainly.com/question/19168392

The computer code behind password input can be modified to force people to change their password for security reasons. This is known as “password expiration,” and some websites and companies use it regularly. However, people tend to choose new passwords that are too similar to their old ones, so this practice has not proven to be very effective (Chiasson & van Oorschot, 2015). Your friends have a hard time remembering passwords. What method can you devise for them so that they can remember their new passwords AND make them very different from the old ones?

Answers

Answer:

to remember the passwords you could either make a little rhyme to "help" remember it or you could be like everyone else and write it down on a piece of paper. you could also write the password over and over again to make it stick. a way to make a password different from an old one is to use completely different wording and completely different numbers.

Explanation:

Question 7 of 10
What is an End User License Agreement (EULA) an example of?
A. Integer license
B. Open source license
C. Proprietary liger
lisense
C
D. Numeric license

Answers

Answer:The answer is Proprietary license

Explanation:

An example of the end-user license agreement is the proprietary liger. Thus, the correct option is C.

What is an end-user license agreement?

An end-user license agreement (EULA) is a legal contract between a software supplier and a customer or the end-user. It is generally made available to the customers or the end-user via a retailer which is acting as an intermediary in this agreement.

An end-user license agreement specifies in detail all the rights and restrictions which is applied to the use of the software program. Ignoring the EULAs can expose the computer to security risks. Ignoring EULAs can put the privacy of the system at risk.

An example of the end-user license agreement is the proprietary liger.

Therefore, the correct option is C.

Learn more about End-user license agreement here:

https://brainly.com/question/14681311

#SPJ2

Dr. Wayne is trying to developing techniques to cure Parkinson’s disease by inserting genetic material into patients’ cells to counteract defective genes. This type of treatment is called

.

Answers

I think it called gene therapy

Answer:

gene therapy

Explanation:

It is correct. I just did it

_____ (without parity) means spreading the data among multiple (at least two) drives. Group of answer choices Parity

Answers

Answer:

"Disk Striping" would be the right choice.

Explanation:

Disk stripping has become a methodology where certain numerous small external drives consist of a single massive disk. This same classification turns huge information into single blocks but instead disperses them over numerous different storage media. Disk stripping retail outlets instead of every data unit through a single place and doesn't provide disk failure safeguards.

Select the correct answer.
Nancy wants to buy a cooking stove that’s electrically insulated and resistant to heat. What material should she choose for the cooktop?
A.
composite
B.
polymer
C.
metal
D.
ceramic
E.
semiconductor

Answers

Answer:

E I think is the best answer

A career in culinary arts can best be described as working in the __________ industry.
A.
food
B.
clothing
C.
computer
D.
entertainment

Answers

Answer:

A-Food

Explanation:

The answer would be A:Food

var words = ["apple", "bug","car", "dream", "ear", "food"]
var filteredWords = [];
for(var i = 0; i < words.length; i++){
var word = words[i];
if (word. Length < 4){
appendItem(filteredWords, word)
}
}
console.log(filteredWords);
If the program above is run, what will be displayed in the console?
O A. [apple, dream]
B. [bug, car, ear]
O C. [bug, car, ear, food]
O D. [apple, dream, food]

Answers

Answer:

B

Explanation:

I haven't taken cs principles, but i have taken cs a

is that python?

bug, car, ear are the only words less than 4 characters in legnth

If the program above is run, [bug, car, ear] will display in the console. The correct option is B.

What is a program?

A computer program is a set of instructions written in a programming language that a computer can execute. The software contains computer programs as well as documentation and other intangible components.

When you use a computer program, you are utilizing a program. When you program a computer, you are instructing it to perform a specific task.

To run a program, and to see if a program is running, you may open the Task Manager by pressing the Ctrl + Alt + Del keyboard shortcut keys, then selecting Task Manager. You may also pick Task Manager by right-clicking on the Windows Taskbar.

Therefore, the correct option is B. [bug, car, ear].

To learn more about the program, refer to the link:

https://brainly.com/question/3397678

#SPJ5

Peer collaboration helps develop critical-thinking skills, which is the ability to

focus on multiple subjects at once.
criticize the thoughts of others.
examine a subject more closely.
focus on a single opinion or perspective.

Answers

Answer:

its c

Explanation:

after a few googel searches this is the answer

Answer:examine a subject more closely.

Explanation:

i just finshed the test

whats ur favorite video game​

Answers

Answer:

Minecraft has always been my favorite

Answer:

Far Cry 5. It has a great story line and it's lots of fun

Explanation:

What would be the greatest tool for emphasis? (video class)
A. Dutch angle
B. Medium Full Shot/Cowboy
C. Extreme Close Up/Insert shot
D. Medium shot

Answers

B! I'm sorry if I get this wrong :(

The success criteria are used to judge whether a project is successful. False True
need it now

Answers

Answer:

True True True True

Answer:

true

Explanation:

Which of the following computer components typically has the FASTEST performance?

RAM
NIC
Firmware/BIOS
CPU

Answers

Answer:

CPU

Explanation:

The CPU is typically the fastest component in a computer and processes a large number of commands in a short amount of time. The CPU controls the other parts of the computer by getting information from them, then telling them what to do.

What are the three primary components of an inbox?
O the Task List, the Calendar, and the Status bar
O the Task List, the Calendar, and the Reading Pane
o the message header, the Folder Pane, and the Reading Pane
O the message header, the Status bar, and the Reading Pane

Answers

The three primary components of an inbox are the message header, the Folder Pane, and the Reading Pane. Hence option c is correct.

What is inbox?

Inbox is defined as a location in an email client or online email account where email messages are received. You may view and manage received emails in your inbox. The sender's name, the message's subject, and the date it was received are provided with each email. You can find the Inbox in the Message List. Opening in the Reading Pane are emails. You have more options for organizing emails with the ribbon.

A computer or smartphone's inbox is a folder where new emails are saved. An email program's inbox is a repository where incoming messages are stored. Email applications may provide several inboxes into which new communications are filtered after being examined for content

Thus, the three primary components of an inbox are the message header, the Folder Pane, and the Reading Pane. Hence option c is correct.

To learn more about inbox, refer to the link below:

https://brainly.com/question/208303

#SPJ2

Which of the following statements best illustrates how value was created for eggs? when a farmer sells a chicken who is no longer producing eggs when a chef raises the price of his omelet to match a competitor's price when a consumer throws away cracked eggs and only uses the good ones when a baker uses eggs to create cookies and cakes

Answers

Answer:

When a baker uses eggs to create cookie and eggs

Explanation:

I got it right on edg

Seneca has just applied conditional formatting and realizes that she has made a mistake. Which action should she take to fix the mistake?

Clear the rule she created by going to the Conditional Formatting Rules Manager dialog box and deleting the rule.
Clear all rules that have been applied to the worksheet or selected range by clicking the Clear Rules button.
Use the Undo button or Ctrl+Z.
Right-click the area where the conditional formatting rule has been applied, and select Clear Rule from the menu list.

Answers

If Seneca has not done anything since the conditional formatting she can undo what her last action was. This is done by either pressing control+Z or by clicking on the undo icon.

If other actions have been done, there are a few more steps that need to be taken in order to clear the formatting. They are:

1. Select the cell or cells whose formatting you want to delete.

2. Display the Home tab of the ribbon.

3. In the Editing group, click Clear | Clear Formats.

Answer:

ITS C HOLY MOLLY

Explanation:

Other Questions
Parallel lines j and k are cut by transvesal t . Which statement is true about 2 and 6 Write the equation of the line graphed below. True or false. The offspring that survived reproduces and pass on inherited characteristics DO NOT normally help them adapt to their environment. Alex can walk 6 miles every 2 hours. How far can he walk in 11 hours? what are the meanings of these?SawmSalatHajjZakatJihadShahada please awnser the question in the photo Please help me i really need help!!! Abdul bought a loaf of bread for $1.59 and a package of cheese for $2.69. How much did Abdul spend? (-30i) +(52-30i) express your answer in the form (a+bi) Which best describes a cause of consumerism in the 1920s? Find the discriminant of the equation.Then determine the number of real or non real solutions.INCLUDE STEPS/WILL MARK BRAINLIEST ASAPx^2+4x=-3 why is the difference between the result for an ideal gas and that calculated using the van der waals equation greater when the gas is confined to 5.00 L compared to 22.4 L What forces the inner core of Earth to remain solid?A.) Lack of waterB.) Low temperatureC.) Low densityD.) High pressure if anyone answer this question correctly will get 100 points and a marked brainllest at 1:02 just add me and answer below and its yours. Why might Ponyboy have idolized Pual Newman? Im supposed to be graphing systems of equations. Can someone explain what to do? what is the main function of processing unit Determine whether the following number sentences are TRUE or FALSE.Justify your answer.Part B 1/2-5/8-7/9=7/9-5/8-1/2 What was the message of lady of the golden heart? pls help me and hve a nice day ;p