I NEED HELP PLEASE!


Sweet Pete's Spreadsheets



Pete has a bakery and wants to make a better organizational system to organize what he needs for his business as well as keep track of his finances. Make a mock spreadsheet that details his incoming and outgoing finances. in the spreadsheet Account for money moving with appropriate fields of data, and be sure to use a binary field to track whether it's an incoming or outgoing amount, use data fields to track and order the payments, and add at least five entries that may be common for a bakery (think about bulk orders for food that would bring money in or purchases of ingredients that would cost money, along with rent, etc.).



Next, make an organizational chart that covers the sort of improvements using Excel for his finances that can help him. Also, mention the principles of data analysis to Pete and help him understand the plan you created for him to run his business effectively.





TABLE Grading Rubric

Full Credit
The student came up with a coherent analysis of the kind of needs a bakery might have, provided a good organizational chart that covers the aspects of Excel, and also mentioned the principles of data analysis in order to help Pete out. The student also created an adequate mock spreadsheet using different types of fields and data and filled in at least five entries with example data. The student demonstrated a good understanding of the sort of business needs this type of business might have.

Partial Credit
The student came up with a good analysis of the kind of needs a bakery might have, provided a sufficient organizational chart that covers the aspects of Excel, and mentioned the principles of data analysis in order to help Pete out. The student also created a mock spreadsheet using different types of fields and data and filled in at least four entries with example data. The student demonstrated a basic understanding of the sort of business needs this type of business might have.

Little Credit
The student came up with an analysis of the kind of needs a bakery might have, provided a sufficient organizational chart that covers the aspects of Excel, and mentioned some of the principles of data analysis in order to help Pete out. The student also created a mock spreadsheet using different types of fields and data and filled in at least three entries with example data. The student demonstrated little understanding of the sort of business needs this type of business might have.

Answers

Answer 1

What did you wrote there is no questions lololo


Related Questions

A method of capturing only the changes that have occurred in the source data since the last capture is called ________ extract.

Answers

A method of capturing only the changes that have occurred in the source data since the last capture is called Static extract.

What is Static extract?

This is known to be a given method that is often used in getting only the alterations that have taken place in the source data since its last capture.

Note that in  full extraction, there is data extraction and loading and as thus A method of capturing only the changes that have occurred in the source data since the last capture is called Static extract.

Learn more about source data from

https://brainly.com/question/26928042

#SPJ1

list 4 functions of algorithm​ .ASAP,pls no Links!!! Thanks

Answers

Answer:

Simple recursive algorithms.

Backtracking algorithms.

Divide and conquer algorithms.

Dynamic programming algorithms.

Explanation:

2.9.8 stop light codehs
I cant figure out how to do this stop light function on codehs help
(this is the assignment)
Write a program that prompts the user for a color: red, yellow, or green (the colors of a stoplight). Then using if statements and else statements, print the user a message describing what they should do. For example if the color was red, you could say something like, “Red light: you should stop.”

As a bonus, see if you can use “else if” in this problem. Check out “else if” in the “Docs” tab.

You may assume the user will only input “red”, “yellow”, or “green”. You do not have to worry about other colors, or mixed capitalization such as “blue” or “ReD”, but you can make your program handle these cases if you wish!

Answers

The program illustrates the use of conditional statements

Conditional statements are statements used to make comparison and decisions

How to write the program?

The program written in Python, where comments are used to explain each action is as follows:

#This gets input for the color

color = input("Color: ").lower()

#This checks if the input is red

if color == "red":

   print(“Red light: you should stop.”)

#This checks if the input is yellow

elif color == "yellow":

   print(“Yellow light: you should get ready.”)

#This checks if the input is green

elif color == "green":

   print(“Green light: you should go.”)

#This checks for invalid input

else:

   print(“Invalid")

Read more about Python programs at:

https://brainly.com/question/24833629


Help!!! Photography class!! ASP

Which of the following represents aperture priority mode?
Select all that apply.
Α.
The photographer needs to select the value of aperture manually.
B.
The camera determines the value of aperture automatically.
С
The camera determines the value of shutter speed automatically.
D
The photographer needs to select the value of shutter speed manually.

Answers

Answer:

D.

Explanation:

Typically represented by a capital A (or sometimes Av, short for Aperture Value) on the camera mode dial, aperture priority allows the photographer to dial in this specific exposure setting—the ƒ-stop—and asks the camera to calculate the correct corresponding shutter speed in the instant before the shutter is released.

Complete the sentence.

It is important that both IT professionals and governments always keep _________ in mind for emerging technologies.

Options
1. Artificial intelligence
2. Intellectual property rights
3. Ethical principles

Most only pick one

Answers

Answer:

It is important that both IT professionals and governments always keep Intellectual property rights in mind for emerging technologies.

Explanation:

sorry if im wrong

The complete sentence is:  It is important that both IT professionals and governments always keep Intellectual property rights in mind for emerging technologies. The correct option is 2.

What is Intellectual property?

Intellectual property is those properties that are unique and created by humans. These properties have the copyright of that people so that other people will not steal the work and if they want the work, they have to pay for it.

Some intellectual properties are patents, copyrights, trademarks, and trade secrets. These are the arts, discoveries, technologies, and literature. Government should take care of these people and properties at the time of emerging technologies.

Thus, the correct option is 2. Intellectual property rights.

To learn more about Intellectual property, refer to the link:

https://brainly.com/question/18650136

#SPJ5

the ability to collaborate with others on online documents is made possible through technologies collectively known as web 2.0 true or false

Answers

The ability to collaborate with others on online documents is made possible through technologies collectively known as web 2.0 is known as a true statement.

What is the meaning of online document?

“E-document” is a term that is used for any online document. It refers to to any form of transactional document that is often exchanged between trading partners in form of an electronic format and manner.

Note that the strength to  be able to work with others on online documents can be made possible via technologies that are said to be known as web 2.0.

Learn more about online documents from

https://brainly.com/question/13171394

Answer:

True

Explanation:

Just because

What is ergonomic in computer and technology

Answers

Answer: Interaction with technology

Explanation: Computer ergonomics is the study of how we interact with our computers. Scientists that study computer ergonomics, attempt to find solutions to strain, fatigue, and injuries caused by poor product design or workplace arrangement. Their goal is to create an overall comfortable and relaxed workplace environment.

nums = [30, 10, 30, 14, 10, 3, 9, 7]
print(nums)

nums.extend([24, 3, 21, 19])
print(nums)
What is output by the second print statement in the code above?

Group of answer choices

[30, 10, 30, 14, 10, 3, 9, 7, 24, 3, 21, 19]

[30, 10, 30, 14, 10, 3, 9, 7]

[24, 3, 21, 19]

[24, 3, 21, 19, 30, 10, 30, 14, 10, 3, 9, 7, 24, 3, 21, 19]

Answers

The range function must have two parameters? False. ~Range has three possible sets of parameters: range(stop) - Returns 0 to the given stop value, counts by one.

The range function must have two parameters is False. ~Range has three possible sets of parameters: range(stop) - Returns 0 to the given stop value, counts by one.

What is program?

A computer can run multiple programs simultaneously, and each program can be in a different state. There are three states a program can be in: running, blocked, and ready. If a program is running, it means that it is currently using the computer's resources, such as the processor, memory, and I/O devices, to perform its tasks.

On the other hand, if a program is blocked, it means that it is waiting for a resource to become available, such as a file, network connection, or input from the user. In the scenario you mentioned, "Program A" is in the running state, meaning it is actively using the computer's resources.

Therefore, Program B" is in the blocked state, meaning it is waiting for a resource to become available so it can continue to run.

Learn more about program on:

brainly.com/question/30613605

#SPJ3

Isabella is a network engineer. She would like to strengthen the security of her organization's networks by adding more requirements before allowing a device to connect to a network. She plans to add authentication to the wireless network and posture checking to the wired network. What technology should Isabella use

Answers

The technology that Isabella should  use to strengthen the security of her organization's networks is Network access control (NAC).

What is Network access control (NAC)?

Network access control (NAC), is popularly known to be  network admission control. This is said to be a kind of process that is known for hindering unauthorized users and devices from having any kind of access to any private network.

Note that the use of this Network access control (NAC) can help Isabella should  to strengthen the security of her organization's networks.

Learn more about  network engineer from

https://brainly.com/question/26563535

In flowcharts the rectangle shape represents a process or assignment statement?

A. True
B. False

Answers

The answer is true. So A

1 tasis = ["Maths homework", "English homework
"Practise music", "Tidy up room")
What would the program outout de if the lines below were added to it?
4 print tas)

Answers

Answer:

65

Explanation:

What feature preserves your open apps and data, but allows another user to log in to his or her own session of the same computer

Answers

A feature that preserves open apps and data while allowing another user to log in to his or her own session of the same computer is: switch user.

What is a computer?

A computer is an electronic device that is designed and developed to receive data from an end user in its raw form (input) and processes these data into an output that could be used for other purposes.

Generally, all computers are designed and developed with a feature called switch user, so as to preserve open software applications and data while allowing another user to log in to his or her own session of the same computer simultaneously.

Read more on computer here: brainly.com/question/959479

In the context of customer relationship management (CRM) applications, which approach is chosen by organizations with an established IT infrastructure

Answers

In the context of customer relationship management (CRM) applications, On-premises CRM approach is chosen by organizations with an established IT.

What is on-premise CRM?

This is known as  On-Premise software. It is also called  CRM. This is regarded as a software that has its infrastructure, hardware, operating system etc. found on the client's premises.

Note that this implies that any form of maintenance, repairs, updates, etc. must be done a personal own IT member or staff.

Learn more about customer relationship from

https://brainly.com/question/25656282

What is the decline of raccoons in the florida everglades due to?.

Answers

This is not a computer science question.

Which tab can help start a query? Create External Data File Home

Answers

The Create, External Data, File and Home tabs are in Microsoft Office Access

The Create tab can help to start a query

How to determine the tab?

There are several tabs in Microsoft Office Access.

Of all these tabs, the Create tab is used to help the user to start a query and return the required data of the query.

The other tabs such as file and home are used to perfom other tasks which include open files, save query, etc.

Read more about database at:

https://brainly.com/question/518894

Answer:

Its A Your Welcome

Explanation:

Select the correct explanation for the fact that a carrier of a recessive genetic disorder does not have the disorder.

Answers

The correct explanation is that In a recessive disorder, only a single functioning allele is necessary to determine a normal phenotype.

How is a carrier differs from a person who has a genetic disorder?

A carrier of a disease is known to be any person that is said to have the disease trait, and they do not show any kind of physical symptoms of the said ailment.

Note that the carrier do have present in them a gene mutation in the recessive gene. The dominant gene is said to overpower  the recessive gene, making the carrier to have the disease and can be able to pass on the said gene to their child.

Learn more about disorder from

https://brainly.com/question/25771019

What is the advantage of selecting the only create connection option when importing data?.

Answers

The advantage of selecting the only create connection option when importing data is that  there would be no tables or reports that will show in your workbook.

What is only create connection about?

The Only Create Connection option only is known to be an option given to a user so that they can save the script in the Excel workbook only.

Conclusively, If a user uses the select the option that is Only Create Connection, a form of data connection will be set up between the database and the workbook that you are working on and then there will be no tables or reports showing in the workbook.

Learn more about data from

https://brainly.com/question/19243813

im a beginner programmer. what languages should i learn and how do i get better

Answers

Answer: Python, Coding, JavaScript and there's more out there but it's been a while since I have taken Tech classes in a while!

Explanation: I recommend you use typing.com and code.org for coding! I don't know how else to answer this question but this was all I could say!

how to select whose salary is between 1000 and 2000 in Microsoft access what is its criteria​

Answers

Answer:

Hey

In the query design view, go to criteria and choose the cell you want to put criteria on. type

>1000 AND <2000

paanswer po number 1, 2, 4, 6, 9, 15, 19 tyyyy​

Answers

Answer:

I hope it helps you

Explanation:

Pls do let me know if any doubt

When you commit a transaction, a. you can only roll back a portion of the transaction b. the operations performed by the SQL statements become a permanent part of the database c. you can still undo all of the changes made to the database since the beginning of the transaction by rolling back the transaction d. all of the above

Answers

When you commit a transaction, the operations performed by the SQL statements become a permanent part of the database.

What is a commit transaction?

In database transaction, a commit is a term that connote the act of keeping of data permanently after a set of consistent changes.

A commit is known to often ends a transaction  and if a person commit a transaction, the operations performed by the sql statements is said to be long lasting part of the database.

Learn more about transaction from

https://brainly.com/question/1016861

When performing forensics on an Apple computer, what operating system are you the most likely to encounter QUIZLET

Answers

When performing forensics on an Apple computer, the operating system are you the most likely to encounter is iOS.

What is operating system forensics?

A Operating System Forensics is known to be a method used for the retrieving of any useful information from the Operating System (OS) of the computer or any kind of mobile device.

Note that the reasons for collecting this information is so as to get all the empirical evidence against any kind of perpetrator.

Learn more about operating system from

https://brainly.com/question/1763761

What happens when the button is clicked? Open the functions drawer and look at each of the StateLibrary functions. Mouseover them for documentation. How do these functions work? Click "Manage Libraries" in the gear menu, then click "view code" for the State Library. Read the code. How do the library functions work? Were your predictions correct?

Answers

Library functions work by assesment through its function name.

What are Library functions?

Library functions are computer language that are made up of inbuilt functions which are grouped together in a place called library.

A library is the collection of resources or data used by computer programs for software development.

These resources may include:

configuration data,

documentation,

help data,

message templates and

pre-written code.

Therefore, Library functions work by assesment through its function name.

Learn more about library here:

https://brainly.com/question/5961530

You use trace precedents for a cell containing a formula. What indicates an error in the precedents used?.

Answers

When you use Trace Precedents for a cell containing a formula, an error in the precedents used would be indicated by a red tracer arrow.

What is Trace Precedents?

Trace Precedents can be defined as cells or groups of cells in Microsoft Excel that is used to review and determine which ones affect the value of an active cell.

IGenerally, when you use Trace Precedents for a cell in a spreadsheet document containing a formula, an error in the precedents used would be indicated by a red tracer arrow, which is displayed between the dependent and precedent cells.

Read more on cells here: brainly.com/question/26053797

question in the attached img. pls help me thank you in advance ​

Answers

Answer:here you go miss

Explanation:

1.A title bar is a graphical user interface (GUI) component of a software application or Web page.

2. A menu bar is a row or strip of menu items titles that, when clicked, display dropdown menu of other items or commands.

3. The toolbar, also called bar or standard toolbar, is a row of buttons, often near the top of an application window, that controls software functions.

4. Apache Axis (A pache e X tensible I nteraction S ystem) is an open-source, XML based Web service framework.

5. A status bar is located at the bottom of Internet browser windows and many application windows and displays the current state of the web page or application being displayed.

6. VCB box Type in value and press Enter to apply the

value to the active tool (no click required).

define operating system?explain the types of operating system on the basis of use.​

Answers

Answer:

An operating system is a software that helps the any computers basic needs or functions.  For example, the windows on a computer is a operating system.

Explanation:

The _____ method is similar to the apply() method except that the argument values are placed in a comma-separated list of values instead of an array.

Answers

The value method is similar to the apply() method except that the argument values are placed in a comma-separated list of values instead of an array.

What is this method about?

The values() method is known to be a method that acts by returning a new array iterator object that has or is made up of the values for all the index in the array.

Note that the  value method is very much like the apply() method except that the argument values are placed in a comma-separated list of values instead of an array.

Learn more about Array from

https://brainly.com/question/24275089

What is the address space of a computer with a 64-bit address bus?

Answers

Answer:

In principle, a 64-bit microprocessor can address 16 EiB (16 × 10246 = 264 = 18,446,744,073,709,551,616 bytes, or about 18.4 exabytes) of memory. However, not all instruction sets, and not all processors implementing those instruction sets, support a full 64-bit virtual or physical address space.

What do you understand by memory word?​

Answers

Answer:

Explanation:

a 5-bit memory in which the individual memory bits are content5_4 , content5_3 , content5_2 , content5_1 , and content5_0

To use Aggregate functions on subgroups within the total result set, place the Aggregate function in the Select clause and add the ____ ____ clause to the query. (two words)

Answers

To use Aggregate functions on subgroups within the total result set, place the Aggregate function in the Select clause and add the Group By clause to the query.

What is an aggregate function?

An aggregate function is known to be a tool that functions only by  calculating one or more values and then it also returns a single value.

Conclusively, The aggregate function is a tool that is often employed with the GROUP BY clause and HAVING clause of the SELECT words.

Learn more about  Aggregate functions from

https://brainly.com/question/15875528

Other Questions
Help please my teacher is yelling at me atp , pleaseee help What is involved in making a good inference?O A. Doing researchO B. Using clues found in a textO C. Evaluating an opinionO D. Jumping to a conclusion I know the answer but don't know how to do it.... pls explain the answer. thank you ERead this sentence.The presentation illustrates the problem.Whattypeof sentence is this?O compoundO complexo simpleO compound-complex Tom has 2 feet of wire. He uses of the wire to hang a picture. How much wire did he use to hang the picture? A. 2 4/7 feetB. 1 9/10C. 1 7/10D. 1 1/2 What are time zones?Why different places have different time zones?What's the time in your country right now? (B.4A) The major difference between prokaryotes and eukaryotes is the presence or absence of the following:cell membranemembrane-bound organellescytoplasmnucleic acids 20 points!!! Whats the answer????#1 (40) If a hypothesis is proven correct, a theory is formulated.True or false What was necessary to complete and adopt the United States Constitution? What do you predict might happen if someone introduced a new species that could eat large amounts of algae at a rapid pace, outcompeting other species already present? Describe what you think might happen, making sure to specify how at least three of the organisms that might be affected and giving a detailed explanation for each organism. Make sure to include in your answer at least one organism that does not eat algae. PLEASE HELP W PRECALC QUESTION PSYCHOLOGY: please help!!!!!!!! why do parents dangle toys above infants in cribs and stuff their cribs with colorful stuffed animals? find the area. the figures are not drawn to scale. Can someone help me please? Will award 80 pts. Gloria Estefan siempre quiso ser cantante ?Quien es julio igleasias Medicaid beneficiaries must meet Multiple Choice minimum federal requirements. state requirements. both minimum federal requirements as well as any additional state requirements. either the federal or state requirements. what is the path of an egg from production to implantation of the fertilized egg Pls help me with this question. I don't know what I did wrong Directions: On your paper, rewrite the following sentences in active voice. The subject should be performing action. If there is no doer, add one.1. The dishes were washed by Jane2. After the game we bought hamburgers for everyone3. During the intermission, our band played several numbers4. Alice broke her pen5. My computer was read by Miss Jones6. Jean broke her arm during a volleyball game7. Ruth washed and ironed her blouse8. The money was found under the floor9. Eleanor loves the Rolling stones10. The officer did nothing about the accident11. John won the first-place tennis trophy12. Nancy baked and frosted the cake13. Jill lost the election14. Jean played tennis all morning15. My books were returned before class16. My window was broken by the storm17. Miniature elephants were collected by my sister18. Colette danced a tap dance in the variety show19. Nothing was accomplished by crying20. That video was seen three times