A report has a column of totals, with each total adding to the cell above it. What kind of calculated figure is this?

a percentage

a sum

a grand total

a running sum

Answers

Answer 1

Answer:

The kind of calculated figure is;

A running sum

Explanation:

A running sum is the sequence of the partial sums of numbers which is formed by adding the value of any new number to the value of the previous running total to create a new updated running total

With the use of running totals, cash register are able to display the totals sum in the register thereby easing the task finding the sum of all entries at each point the sum total is requested

The running sum creates data input savings where the the sum of the entries rather than the individual entries are of interest.

Answer 2

Answer:

d

Explanation:


Related Questions

what do u mean by software​

Answers

Answer:

Software comprises the entire set of programs, procedures, and routines associated with the operation of a computer system. The term was coined to differentiate these instructions from hardware—i.e., the physical components of a computer system.

I'm getting pretty desperate plz help me, I'll give brainiest, and ill make a free question worth 100 points this is for coding FLVS fine ill put it 100 plz help meee





Part 1: Plan and Write the Pseudocode
Using pseudocode, write an algorithm that someone else can follow.
Decide on a question to ask the user. Some ideas include:
What grade are you in?
What sport do you play?
Where did you go on vacation?
Use one variable to store the response.
Use one if-else statement to make a decision based on the user's input.
Display two messages; one for each condition (True and False).
Insert your pseudocode here: (you only need to do one)
Flowchart
Write it out

Get input:

If statement:

Print if true:

Print if false:


Part 2: Code the Program
Use the following guidelines to code your program.
Use the Python IDLE to write your program.
Using comments, type a heading that includes your name, today’s date, and a short description.
Set up your def main(): statement. (Don’t forget the parentheses and colon.)
Write one if-else statement using user input.
Include a print message for both conditions (True and False).
Conclude the program with the main() statement.
Follow the Python style conventions regarding indentation in your program.
Run your program to ensure it is working properly. Fix any errors you may observe.
When you've completed writing your program code, save your work by selecting 'Save' in the Python IDLE. When you submit your assignment, you will attach this Python file separately.

Part 3: Post Mortem Review (PMR)
Using complete sentences, respond to all the questions in the PMR chart.
Review Question
Response
What was the purpose of your program?

How could your program be useful in the real world?

What is a problem you ran into, and how did you fix it?

Describe one thing you would do differently the next time you write a program.




Part 4: Save Your Work
Don't forget to save this worksheet. You will submit it for your assessment.

you can also give me a link to your work and ill use it as a guide I will not copy
my g mail is my user name

Answers

Answer:

give other guy brainliest

Am I missing something?

Answers

Shshahw auehebehej jagehevehe suene she e e r r d f g g g e de w ehehejenebe e e where

Sean Cody is a website most known for what?

Answers

Answer:

Sean Cody is a website most known for to translate English to Portuguese.

is an website from the portugués

An ______ is a simplified image. (4 letters) This is for a paxton paterson

Answers

Answer:

allegory.

p.s: this is the right answer but with out the four letters you need

(Python): I wanted to end my code with main() and that was a bad statement for some reason, help!

Answers

Answer:

go to the stack overflow website

Which of the following is a strategy used to enhance communication in a presentation?
using as few slides as possible by increasing the amount of information on each slide
using bullets to break up text and to highlight important talking points
using a large variety of background colors and slide transitions
using images to fill up unused space on each slide

Answers

Answer: using bullets to break up text and to highlight important talking points

Explanation:

When making a presentation, it is vital for one to communicate properly with the audience and pass the message across to them well and clearly.

Using bullets to break up text and to highlight important talking points can be used to enhance communication in a presentation. This makes communication easier.

We should note that every other options given aren't appropriate and won't enhance communication.

Answer: using bullets to break up text and to highlight important talking points

Explanation:

Three of these simple machines are similar to one another. Choose the one that does not belong with this group. pulley, wheel and axle, lever, wedge.​

Answers

Answer:

wedge

Explanation:

the rest all move by pulling while the wedge needs to be hit

What is Colby Knox known for?

Answers

Answer:The School in the Woods. Colby Knox is known for his work on The School in the Woods

Explanation:

Answer:

the school on the wood ghost is known as Colby Knox.

Scott does not use privacy settings on his social media

Answers

Answer:

ARREST HIM!!!

Explanation:

Answer:

Explanation

arrest him

In designing the interior of a physical fitness center, Sybil pays attention to sight lines and the arrangement of rooms and equipment to avoid the fishbowl effect common to such structures. She wants to give people working out a sense of privacy and isolation. Accordingly, she designs the center’s workout areas to have lots of short walls and angles to reduce the number of people visible in any given direction. In reviewing her plans, the client is dismayed. What do you predict are potential problems with Sybil’s design? (Select all that apply.)


The complicated nature of Sybil’s design means that she is probably in violation of numerous codes governing the construction of such structures.

It would be impossible to have fitness classes because the trainer and the class members wouldn’t be able to see each other as they work out.

The lack of sight lines that can encompass entire areas means lots of hidden corners that can create safety and security concerns.

The labyrinth effect of so many short walls and angles likely means that the facility doesn’t make effective use of natural light coming in from outside.

Answers

Answer:

The potential problems with Sybil's design are;

1) Due to the complicated nature of Sybil's design means that she is probably in violation of numerous codes governing the construction of such structures

2) It would be impossible to have fitness classes because the trainer and the class members wouldn't be able to see each other as they work out

3) The lack of sight lines that can encompass entire areas means lots of hidden corners that can create safety and security concerns

4) The labyrinth of so many short walls and angles likely means that the facility doesn't make effective use of natural light coming in from outside

Explanation:

The design considerations for a fitness center includes

1) Provision of adequate space for circulation

2) The sizes of the interior should be varied to avoid the feeling of being inside a big box

3) Allow ample access to natural light

4) Visibility of activity areas to increase interest

5) Ensure that likely dangerous spaces are visible

6) Avoid the creation of dark or hidden corners

Therefore

1) There are likely probabilities that Sybil's design could be in violation of federal and state codes for building similar structures

2) There will be reduced visibility of the trainer

3) Hidden areas formed, due to lack of visibility can be a source of concern for safety

4) There could be limited access for natural light within the facility

Whats the formatting of a letter to the editor?​

Answers

Answer:

Date: Make sure to write the date below the sender's address excluding one space or line. Receiving Editor's address: You should mention the address of the recipient that is the editor's address. The Subject of the letter: It must convey the main purpose of the letter to the readers.

Explanation:

Hope this will help

what is the output if the user enters -5 and where do I input the negative 5

Answers

Answer:

An input of -5 gives an output of 4

Explanation:

Given

The attached program

Required

The output when input is -5

Analyzing the program line by line:

This defines the function tryIt. It gets the parameter from the main method.

So, if the user enters -5, -5 is passed into the function through argument a

def tryIt(a,b=7):

This calculates a + b, and returns the sum to the main: a = -5 and b = 7.

   return a + b

So: -5 + 7 = 2; 2 is returned to the main method

The main begins here

#MAIN

This is where you get to input -5

n =int(input("Enter a number: "))

The multiplies the returned value by 2.

ans = tryIt(n)*2

tryIt(-5) = 2. So: ans = 2 * 2; ans = 4

This prints 4

print(ans)

Anna's house is old and needs quite a few repairs that she
cannot afford out-of-pocket. What type of loan does she need?

Answers

Answer:

Home equity

Explanation:

Hope this helps    :)

a) Internet is owned by:
a) US Government.
b) Europe.
c) Asian Countries.
d) Nobody owns internet.​

Answers

Answer:

D. Nobody owns internet

FIFTY POINTS IF YOU CAN HELP ME!!!!
You have been looking for a part-time job and it looks like you have found a good fit. You researched the listings on a job board, emailed your résumé to the company’s HR department, and got a phone call back. They gave you login information for a private system so you could take an online test, and now you’ve just had an online video interview. Which networking features have you used so far in your job search?

Answers

Answer:

Research jobs in digital media. Using a job-posting site like Indeed, Monster, Career Builder, or other sites, search for a job in your area. Once you identify a job in digital media that you may want to do, research the qualifications and education needed to perform this job, Write a paper of at least 300 words that includes: many things?

Explanation:

Which method finds the greatest common divisor of 14 and 35?

import math

math. ____ (14,35)

Answers

Answer:

gcd method

Explanation:

Given

The code snippet

Required

Which method completes the code

To return the gcd of numbers, simply use the gcd method.

So: the complete code is;

import math

math.gcd(14,35)

Answer:

gcd

Explanation:

it means greatest common divisor

What are the basic tasks performed by an operating system?​

Answers

Answer:

An operating system is a software which performs all the basic tasks like file management, memory management, process management, handling input and output, and controlling peripheral devices such as disk drives and printers.

Explanation:

i hope it helps:)

Non-delivered goods, counterfeit products, fraudulent payments are common type of cyber crime these

days.

a. What are such types of cyber crimes collectively called?

b. What are counterfeit products?

c. What measures can you take to stop fraudulent payments? Write any two measures.​

Answers

Answer:

a. Internet auction fraud

b. Counterfeit products are products made and/or sold under the brand name of a product of a higher quality

c. 1) Monitor business transactions

2) Use an Address Verification System AVS

Explanation:

a. Such types of cyber crimes are collectively called Internet auction fraud

Internet or online auction fraud is a form of fraud that involves the act of providing misleading information about goods paced on advert for sale on an online auction site, including the sale of counterfeit goods, sale of goods of poor quality, receiving a different item from what was ordered, artificial bidding to increase price, omission of important information about a product, delivering an item that looks different from what was displayed on the website and the non-delivery of an item already to the buyer.

A seller can be a victim of the internet auction fraud when a buyer does not pay for goods an/or services received, request for delivery before payment, the buyer pays with a stolen credit card, the buyer uses a fake escrow account such that the money returns to the buyer after receiving the goods

b. Counterfeit products or goods are products that are being manufactured and marketed, without formal authorization, under the name of a popular and recognized but are usually of lesser quality than the product they try to imitate

c. Measures that can be taken to stop fraudulent payments are;

1) Monitor transactions to to check for red flags, including disparity in shipping and billing information

Monitor transactions from customer that use free or anonymous emails services which can easily be opened and closed without payment or proper  documentation

2) Make use of Address Verification System to authenticate the billing address on a payment, and the address on the credit card.

any of my friends can you answer me plz?

Answers

Answer:

God is always your friend mate

Explanation:

Which is the period button on laptop

Answers

Answer:

The one next to the /?

Explanation:

c) Internet is a:
a) A single network.
b) A vast collection of different networks
c) Interconnection of LAN.
d) None of these.​

Answers

I think the answer is a single network

Answer:

a vast collection of different

networks

What is the system of computers, routers, wires, cables,etc. that allow computers to communicate called?

Answers

Internet maybe?
Not 100% sure though

game development is a time-consuming and expensive endeavor, and being a Lone Ranger is a recipe for disaster
True or False

Answers

False although depends on the future of the person's ideas

The statement that game development is a time-consuming and expensive endeavor is false.

What is game development?

Game development is designing or creating game software. It also involves generating new concepts of game and new graphics software and new technologies.

Thus, the correct option is false.

Learn more about game development

https://brainly.com/question/19837091

#SPJ2

Adrienne is creating a program the shows the user how to do yoga. There will be ten poses shown in order when the user presses the start button. What kind of program is this?
selection
conditional
iteration
sequence

Answers

Answer:

Sequence

Explanation:

The Answer Is:

D, sequence

Got it right on edge!

Answer:

D. Sequence

Ryan has made a presentation of ten slides, which he wants to display in sequence after a specific time interval. Which element in the presentation software can he use to provide this particular effect?
Using __________in the presentation software, Ryan can make the slides appear, one after the other, after a specific time interval.

Fill in the blank.

Answers

Answer:

Slide transition.

Explanation:

PowerPoint application can be defined as a software application or program designed and developed by Microsoft, to avail users the ability to create various slides containing textual and multimedia informations that can be used during a presentation.

Some of the features available on Microsoft PowerPoint are narrations, transition effects, custom slideshows, animation effects, formatting options etc.

Basically, the views that are available on the Microsoft PowerPoint application includes;

1. Slide Sorter.

2. Notes Page.

3. Reading Pane.

4. Presenter view.

In this scenario, Ryan has made a presentation of ten slides, which he wants to display in sequence after a specific time interval.

Using slide transition in the presentation software, Ryan can make the slides appear, one after the other, after a specific time interval.

Slide transition is an inbuilt feature of a presentation software that automatically changes the slides at regular intervals.

list 5 ways that computers could be used in a school or university

Answers

Answer:

Explanation:

✓ computer can be used Interactive Learning apps, whereby students can share knowledge

✓Access to Information on the go: computer can be searched when educational information is needed

✓Virtual Classrooms : Incase of online classroom computer can be of help where both teacher student can meet online

✓Data processing and presentation ; computer can be used by both teacher and student in processing of data's.

✓Computer Literacy Education : for Literacy Education, computer can be used in training students to become computer literate.

PLEASE HELP ILL GIVE BRAINLIEST

Answers

Answer:

text labels and different

Explanation:

According to the video, what are some common work environments for Electrical Power-Line Installers and
Repairers? Check all that apply.
working in mines
working underground in manholes
O sitting at desks
O climbing utility poles
working in customers' homes
standing in a truck-mounted bucket

Answers

Answer:

2

4

6

Explanation: I got is wrong for y'all to get it right

Answer:

2 4 6

Explanation:

edge 2023

which is NOT something that a game producer needs to do?

A- make sure the team has the tools that they need to be successful
B- create and support ways for the team to collaborate
C- plan the script, characters, and how the game is played
D- choose the programming language that will be used to develop the game

Answers

Answer:

Plan the script, characters, and how the game is played

An action that a game producer needs not to do is to plan the script, characters, and how the game is played. Thus, the correct option for this question is C.

What are the actions that a game producer needs to do?

The actions that a game producer needs to do are as follows:

They choose the programming language that will be used to develop the game.They considerably create and support ways for the team to collaborate on the same mission. They always make sure the team has the tools that they need to be successful togetherly.

Apart from this, video game producers have to manage a lot of things. Such as constructing video games, playing an executive role during each development phase, ensuring the quality of the project, managing the timeliness of the teams working on the same project (duration), etc.

Therefore, an action that a game producer needs not do is plan the script, characters, and how the game is played. Thus, the correct option for this question is C.

To learn more about Game producers, refer to the link:

https://brainly.com/question/3863314

#SPJ2

Other Questions
Houston-based Advanced Electronics manufactures audio speakers for desktop computers. The following data relate to the period just ended when the company produced and sold 44,000 speaker sets: Sales $3,608,000 Variable costs 902,000 Fixed costs 2,310,000 Management is considering relocating its manufacturing facilities to northern Mexico to reduce costs. Variable costs are expected to average $20.00 per set; annual fixed costs are anticipated to be $1,988,000. (In the following requirements, ignore income taxes.)Required:a. Calculate the companys current income and determine the level of dollar sales needed to double that figure, assuming that manufacturing operations remain in the United States.b. Determine the break-even point in speaker sets if operations are shifted to Mexico. c. If variable costs remain constant, by how much must fixed costs change? give the simplest ratio for 56 :7 A produce box can hold no more than 25 pounds of potatoes.a. Write and graph an inequality to represent this situation.b. Is 9.8 a solution of the inequality? Best answer get brainless How does this picture use ethos Frans snowmobile weighs 0.8 ton. The weight of the snowmobile is pounds x in 5xy = 10 to solve the systembelow.x = 25 - y5x + y =10 Please help and how would I draw it ?What is the area of a circular region with a 20-ftdiameter?A)22571 in 2B)1007 ft2C) 4007 ft2D) 2251 ft2Please help and how would I draw it ? How can religion create an empire? Which of the following statements gives the best explanation ofmovement in Earth's tectonic plates? (8.9B) Explain why earthquakes occur at greater depths along convergent boundaries. What evidence from Armstrongs speech suggests that she might agree with Atticus advice to scout ? Help me pleaseeeeeee The water level in a swimming pool increased from 3.5 feet to 6 feet. What is the percent increase inthe water level rounded to the nearest tenth of a percent? Show your work. Round to the nearesthundredths place the developing human is fed in the woman's womb throughA.Mammary gland B.PlacentaC.Uterus. D.Bladder What were the similarities and dissimilarities in the Russian revolution of 1905 and 1917 can some one help me on this how much is 14 pennies? Two triangles are similar. The corresponding sides have a ratio of 2:5. If the larger triangle has a side length of 55 centimeters, what is the measurement of the corresponding side of the smaller triangle?A.33 cmB. 22C.27D.19cm Rodell wants to find the favorite gaming app among the students at his school. He decides to poll the thirty students on his football team and the fifteen students on his basketball team to gather the data. What is wrong with Rodells method for collecting his data?Rodell only polled fellow athletes; this sample does not represent nonathletes at the school.Rodell needs a larger sample size than two sports teams to represent a whole school.Rodell polled everyone on his teams; he should have only polled every other student for it to be a true sample.Rodells polling method only included fall and winter sports; he should have also included a spring sport like baseball. write a word porblem that could be solved with the equation x - 3/4 = 6 3/4ANSWER ASAP CORRECT ANSWER WILL GET BRAINLIEST!!