Which step comes last?

Gather data from the user.
Process the data.
Check for accuracy.
Output the result.

Answers

Answer 1

Answer: Process the data

Explanation: i took the test

Answer 2

Answer:

The answer is Check for accuracy

Explanation:

Which Step Comes Last?Gather Data From The User.Process The Data.Check For Accuracy. Output The Result.

Related Questions

An example of software is a

Answers

Answer: false

Explanation:

how can you send and share a message information through a phone​

Answers

Answer:

Through text message

Explanation:

Go to messages and select the text you want to share and save it to your clipboard then go to the person you want to send it to then hit the clipboard button and your text will be there.

Through text messages

Go to messages and select the text you want to share and save it to your clipboard then go to the person you want to send it to then hit the clipboard button and your text will be there!

while
norma
mean
cinta
to the user
a.) Define the term microcomputers.​

Answers

Explanation:

Microcomputers are computers designed around a microprocessor, smaller than a minicomputers or a mainframes.

Hope it will help :)❤

what do you mean by formatting the document?​

Answers

Answer: See explanation

Explanation:

Document formatting simply refers to how a document is laid out. It involves specifications about the look of a document.

During formatting of a document, some of the things done include alignment, margin, font, color, font size, indentation etc. All three eventually gives the document its look.

1 pts Question 5 Which of the following calculations would evaluate to 12? (36) + 2/2, 3* ((6+2)/2), 3* 6+2/2, (306+ 2)/2​

Answers

Answer:

Could you seperate them if they are different answers? I'm lost, sorry!

Explanation:

When you insert a copy of Excel data into a Word document the data is __________ in the Word document

Answers

Answer:

I don't know if I get a chance to get through

I need help please and thank you

Answers

Answer:

Explanation: For "BEST way to handle the situation," try Option 1, because it would possibly help them or make the Technical Support Representative do less work.

For "WORST way to handle the situation," Option 4 would be the best because you're basically just hanging up on the person.

Distinguish between bit and byte?​

Answers

By its simplest definition, a bit is just a smaller unit of information than a byte. ... There are eight bits in one byte of information. Alternately, and more commonly in modern connotations, bits (and their successively larger relatives, such as kilobits, megabits and gigabits) are used to measure rates of data transfer.

Consider the following code:
x = "apple"
y = x
z = "banana"
print(x + " " + y + "\n" + 2)

Answers

Answer:

apple apple

banana

Explanation:

Given - Consider the following code:

x = "apple"

y = x

z = "banana"

To find - print(x + " " + y + "\n" + z)

It will print -

apple apple

banana

First will apple followed by '' '' that is space then y which is equal to x that is apple then followed by ''\n'' new line then banana.

So, The answer would be

apple apple

banana

Notation used -

'' '' represents space between two values

''\n'' represents new line

Brainliest for correct answer :)
a. X = A NOR B
b. X= NOT (A OR B)
c. X = A OR B

Answers

the answer is A, the logic circuit is a NOR

In two to three sentences, describe some techniques you could use to save time when working with a spreadsheet.

Answers

Answer: Everything is neatly organized on a spreadsheet so that you can access information faster. You can use features like shortcuts and auto-fill for you to save time.

Explanation:

A testing lab wishes to test two experimental brans of outdoor pain long each wiil last befor fading . The testing lab makes six gallon s of each paint to test. The resultare Shown to see how

Answers

Answer:

The answer is "[tex]\bold{Brand \ A \ (35, 350, 18.7) \ \ Brand \ B \ (35, 50, 7.07)}[/tex]"

Explanation:

Calculating the mean for brand A:

[tex]\to \bar{X_{A}}=\frac{10+60+50+30+40+20}{6} =\frac{210}{6}=35[/tex]

Calculating the Variance for brand A:

[tex]\sigma_{A}^{2}=\frac{\left ( 10-35 \right )^{2}+\left ( 60-35 \right )^{2}+\left ( 50-35 \right )^{2}+\left ( 30-35 \right )^{2}+\left ( 40-35 \right )^{2}+\left ( 20-35 \right )^{2}}{5} \\\\[/tex]

     [tex]=\frac{\left ( -25 \right )^{2}+\left ( 25 \right )^{2}+\left ( 15\right )^{2}+\left ( -5 \right )^{2}+\left ( 5 \right )^{2}+\left ( 15 \right )^{2}}{5} \\\\ =\frac{625+ 625+225+25+25+225}{5} \\\\ =\frac{1750}{50}\\\\=350[/tex]

Calculating the Standard deviation:

[tex]\sigma _{A}=\sqrt{\sigma _{A}^{2}}=18.7[/tex]

Calculating the Mean for brand B:

[tex]\bar{X_{B}}=\frac{35+45+30+35+40+25}{6}=\frac{210}{6}=35[/tex]

Calculating the Variance for brand B:

[tex]\sigma_{B} ^{2}=\frac{\left ( 35-35 \right )^{2}+\left ( 45-35 \right )^{2}+\left ( 30-35 \right )^{2}+\left ( 35-35 \right )^{2}+\left ( 40-35 \right )^{2}+\left ( 25-35 \right )^{2}}{5}[/tex]

    [tex]=\frac{\left ( 0 \right )^{2}+\left ( 10 \right )^{2}+\left ( -5 \right )^{2}+\left (0 \right )^{2}+\left ( 5 \right )^{2}+\left ( -10 \right )^{2}}{5}\\\\=\frac{0+100+25+0+25+100}{5}\\\\=\frac{100+25+25+100}{5}\\\\=\frac{250}{5}\\\\=50[/tex]

 Calculating the Standard deviation:  

[tex]\sigma _{B}=\sqrt{\sigma _{B}^{2}}=7.07[/tex]

1) "Information systems are revolutionizing the way businesses function in the 21st century," Do you agree or disagree with this statement? Provide evidence to support your position, (2 points)​

Answers

Answer:

true

Explanation:

everything is computerized. banks, shopping, financial business records, ect

A cell is the intersection of a row and a column, identified by a letter and number.

True or false

Answers

Answer: True

hello how are you

Answer: True hope it helps

The programs that run on a computer are called:

Answers

Software.............

3.Choose the correct container for sugar
A:bag of sugar
B:Can of sugar​

Answers

Answer:

bag of sugarrrrrrrrrrr

Answer:

The answer is A. bag of sugar

x = 0
while x < 4:
print(x)
x += 1
Make it a for loop

Answers

Answer: Here you go :)

Explanation:

x = 0

for n in range(4):

  print(x)

Having sound enhances your App, do you agree with this? Explain.

Answers

Answer:

Yes, it does.

Explanation:

I mean, having some sort of audio feedback is obviously useful for a user.

(If it's a media-content-viewer, of course you need sound)

We should discuss some cases here:

1. In case it's a game, sound enhances the experience of the virtual world, by creating what is called an "ambience", or the acoustical surroundings of the environment since you can perceive stuff without the need to look at it.

2. Other apps: It makes the app seem more friendly and comfortable to use, especially if partnered with an animation

Using cell references enter a formula in B6 to calculate monthly payments for the loan described in this worksheet Omit the optional arguement use a negative value for pv

Answers

Answer:

= PMT(B4/B2, B2 * B3, B1)

Explanation:

The syntax to use is:

= PMT(Rate,NPER, PV)

To answer this question, the following assumptions will be made.

B1 = Present Value i.e. PV

B2 = Number of Payment Period i.e n

B3 = Duration (in years)

B4 = Rate

So, the formula to enter in B6 is:

= PMT(B4/B2, B2 * B3, B1)

The above formula will return the monthly payment in cell B6

What is the purpose of the website directory provided by the website host?

A. to look up user account information
B. to provide help and training for new customers
C. to store all of a website’s content files
D. to archive website usage logs

Answers

Answer:

mabye A

Explana

.

.

.

mr joel borrowed $126000 from the bank for 5 years and paid $17000 calculate the rate percent per annum that he had to pay the bank.​

Answers

yeah that’s a lot of money. Thanks for point

How do you access the

internet in your school and at home?​

Answers

I think they want you to answer personally, but we access internet through computers, ipads, phones, etc. using wifi or mobile data to attain connection.

Given the following class code: public class RecurseSample { public static void main(String[] args) { System.out.println(recurse(3)); } public static int recurse(int n) { int total = 0; if (n == 0) { return 0; } else { total = 3 + recurse(n - 1); } return total; } } What values will be printed when this code is executed?

Answers

Answer:

The output of the given code is "9".

Explanation:

In this question, a class "RecurseSample" inside the class a "recurse" method is declared that holds that holds an integer variable as the parameter, and inside the method a total variable is declared and uses a conditional statement to check the n variable value that is equal to 0 if it is true it will return 0. In the else block it call the method and add value in the total variable, and returns its value. In the main method, the print method is used that prints the above method values.

Which of the following would have the largest text on a web page?




Answers

Answer:

style=text-align: right

Explanation:

text-align is a CSS property having 5 types of values. Each of values define below.

left - Aligns content to left.

right - Aligns content to right.

center - Centers the content.

justify - Depends on the width of the content, it will align itself to both left and right

inherit - It specifies the the value of text-align should be taken from parent element.

Explanation:

lol

who wants to trade ro^lox accounts

Answers

make me brainlestttt please and thank you and the answer is no

Help!!!!!!
please
Who will give the answer I'll mark him/her as brainlist..​

Answers

17, 12.5, 6, and 10. HOPE THIS HELPS

A video streaming website uses 32-bit integers to count the number of times each video is played. in anticipation of some videos being played more times than can be represented with 32 bits, the website is planning to change to 64-bit integers for the counter. which of the following best describes the result of using 64-bit integers instead of 32-bit integers? a. 2 times as many values can be represented. 32 times as many values can be represented. 2^32 times as many values can be represented. 32^2 times as many values can be represented. I know the answer is 2^32 but can someone explain it to me?

Answers

Answer:

2³² times as many values that can be represented

Explanation:

A 64 bit register can hold 2⁶⁴ different values, while a 32 bit register can hold 2³² different addresses

Therefore, a 64 bit can represent 2⁶⁴ ÷ 2³² = 2³² times as many values as can be represented by 32-bit

Therefore, the 64 bit can represent 2³² times as many values that can be represented by a 32 bit integer

In the Business world people are often measured by their???
A- soft skills
B- hobbies
C- iq
D- technical skills

Answers

Answer:

D

Explanation:

You need skills to succeed!!

Answer is D !!!!!!!!

Design a TestScores class that has fields to hold three test scores. The class should have a constructor, accessor and mutator methods for the test score fields, and a method that returns the average of the test scores. Demonstrate the class by writing a separate program that creates an instance of the class. The program should ask the user to enter three test scores, which are stored in the TestScores object. Then the program should display the average of the scores, as reported by the TestScores object.

Answers

Answer:

Answered below

Explanation:

class TestScores {

double test1;

double test2;

double test 3;

public TestScores (double test1, double test2, double teat3){

this.test1= test1;

this.test2 = test2;

this.test3 = teat3;}

//mutator

public setTest1(double test1){

this.test1 = test1;

}

//accessor

public double getTest1(){

return test 1;

}

//Write same accessors and mutators for test2 and test3

public double getTestAverage(){

double sum = test1+test2+test3;

return sum / 3;

}

}

class TestRun{

public static void main (String [] args){

TestScores scores = new TestScores(50.5, 40.0, 80.7)

int average = scores.getTestAverage();

System.out.print(average);

}

Can someone tell me how to hit on a link on Brainly to see the answer

Answers

no, please do not hit on links. they're viruses i'm pretty sure.
Make sure to report the answer just in case
Other Questions
Mario Works in a bakery He made 90 more loaves of bread on Saturday then he did on Sunday he made 70 more loaves of bread on Monday that he did on Sunday if he made 340 loaves off Bread on Monday how many lobes are friendly do you make on Saturday Forests are crucial to the health of our planet because they __________. A. Can easily be cut down to make room for agriculture and cattle grazing B. Provide homes for species of plants that are used to make medicines C. Clean and protect the atmosphere by absorbing carbon dioxide and releasing oxygen D. Provide fuel and lumber for houses and industries Giselle uses 2 ounces of pasta to make 2 over 3 of a serving of pasta. How many ounces of pasta are there per serving Together Mike and Sara ran 42 laps on thetrack. Sara ran twice as many laps asMike did. Write a system of equations andsolve it to see how many laps they each ran. 30. what are 4 poetic sound devices in the song Drivers License? If u help I give brainliest Which of the following contributed to Nigerias independence movement?A)African UnionB)ImperialismC)ApartheidD)Pan-African Movement 1. What is the decimal equivalent of 3/9? 0.2 0.3 0.4 0.5 Leslie invest 42,000 into an account that pays 7%compounded weekly. How much is the account worth after 5 years? By 850 B.C.E., the Nubians had thrown off Egyptian rule and formed an independent kingdom called ..... Find the apothem or height of the triangle. Round your answer at the end to the nearest tenth. He works in______.They make the screen for computer. a. screen computer factory b. factory screen computer c. computer screen factory d. Hardware Dr. Molar is the best dentist in town. 60% of his paitents are female. He has 120 female paitents. How many paitents does he have in all? 100 POINTS! PLEASE HELP!!Hey y'all! I haven't gotten a correct answer/explanation for this question and I struggling so if someone could help, I'd really appreciate it! :) Suppose RT= 16 in. and ST= 4 in. Is it possible to find the length of TU? If so, show how to find the length. If not, explain why not. The least specific level of classification is:A.PhylumB.DomainC.OrderD.Genus Which graph best represents the relationship between KE and speed?A graph with vertical axis K E and horizontal axis Speed with a straight line sloping sharply upward.A graph with vertical axis K E and horizontal axis Speed with a concave line sloping sharply upward.A graph with vertical axis K E and horizontal axis Speed with a straight line sloping sharply downward.A graph with vertical axis K E and horizontal axis Speed with a curved line going first upward and then downward. If you start with 5.5 liters of hydrogen peroxide (H2O2), how many molecules of oxygen gas (O2) will be produced? Previous data estimates the proportion of adults who are fully literate in Colombia to be 0.92. Suppose a random sample of adults from Columbia is to be taken and used to construct a 95% confidence interval for the proportion of adults who are fully literate. What is the MINIMUM sample size which should be used to construct this interval if the margin of error for the interval is to be 0.03 or less explain went experiment In the first case of tail-wagging, a dog will wag more to the left. This indicatesa fear reaction to some stimulus that is being presented, whether it's a loudnoise or an aggressive dog. Any stimulus that produces fear will cause thedog to wag more to the left.O A. SupportB. IntroductionO C. ThesisO D. Conclusion Help, Help, Please[tex] \sf find \: the \: value \: of \: \theta \: when \: \theta \: is \: acute\: angle[/tex][tex] \sf \cos^{2}(\theta) - \sin^{2}(\theta) =2-5 \cos(\theta) [/tex][tex]\text{note:explanation is a must}[/tex]