PLS HELP ASAP!! which of these would be easier to do in a database program than a spreadsheet program? check all of the boxes that apply.
• Store a list of favorite books for personal use
• email all customers who purchased a laptop the previous year
• perform complex calculations
• collect and analyze survey results
• update the record with ID#5872033

Answers

Answer 1

Answer:

a,b

Explanation:

Answer 2

Answer:

It's B,D,E

Explanation:


Related Questions


I don’t know what nut this is anyone know

Answers

Answer:

tee nut i think

Explanation:

Cyberbullying can negatively impact a victim’s
well-being.

Answers

Answer:

Pyhsical Action!

Explanation:

I got it right on Edu: 2021!

A driver should never interfere
with another driver passing
them.
True
False

Answers

true is the answer for this

The statement "A driver should never interfere with another driver passing them" is true.

What is driving?

Driving, which includes operating and moving a vehicle in a controlled manner, includes using a car, motorcycle, truck, bus, or bicycle. The safest move is always to cede the right-of-way and allow the pass if you see another driver trying to pass you or expressing their intent to do so.

Any attempt to prevent the driver from passing you is exceedingly risky and may result in a collision. Drivers should not block each other ways in order for safe driving.

Drivers are expected to abide by the established road and traffic laws in the area they are traveling in order to receive permission to drive on public roadways.

Therefore, the statement is true.

To learn more about driving, refer to the link:

https://brainly.com/question/25351775

#SPJ2

Which of the following tasks is the project manager least likely to be involved in?
A. Monitoring the budget
B. Defining the project seope
C. Documenting important project changes
D. Running project meetings​

Answers

The task which a project manager is least likely to be involved in is: B. Defining the project scope.

Who is a project manager?

A project manager can be defined as an individual who is saddled with the responsibility of assembling a team that have common aims, goals and objectives, in order to execute and implement a project successfully.

This ultimately implies that, project manager is focused on team building, monitoring the budget and the successful execution of a project by the team members.

However, a project manager is least likely to be involved in defining the project scope because it is part of the project planning process.

Read more on project team here: https://brainly.com/question/26069874

Answer:

defining the project scope

The movie polar express was critically acclaimed due to the unbelievably lifelike movements of Tom Hanks character

Answers

I think it is greyhound

Answer:

False

Explanation:

Match the examples on the left with the categories on the right

Answers

I think the answer is 3,1,2

A task-oriented leader is ideal for a creative workplace.
O A.
True
OB.
False
Rese

Answers

CORRECT ANSWER:
True

Answer:

True

Explanation:

A network engineer may:

Answers

A network engineer is a technology professional who has the necessary skills to plan, implement and oversee the computer networks that support in-house voice, data, video and wireless network services.

Which option should you choose to change the background of your current slide?

Design Background
Format Background
Theme
Variant

Answers

Answer: Format Background

Explanation:

If you want to change the background of your current slide on PowerPoint then the correct button to use is Format Background.

You can find it by clicking on the ''Design'' tab, it will be at the far right afterwards.

You can also right-click the smaller version of the slide to the left of the screen and you will see Format Background in the options.

Answer: Format Background

Explanation: Try it, it really works!

How does a Leyden Jar Work?​

Answers

Answer:

The conductors themselves are in the form of thin sheets tin foil, one wrapped around the outside of the jar, the other lining the inside. Inside the jar hangs a metal chain. This chain is connected to a brass rod extending up through the insulating wooden lid and terminating in a ball.

Explanation:

Answer:

The conductors themselves are in the form of thin sheets tin foil, one wrapped around the outside of the jar, the other lining the inside. Inside the jar hangs a metal chain. This chain is connected to a brass rod extending up through the insulating wooden lid and terminating in a ball

Explanation:

PLZ PLZ PLZ PLZ HELP I ONLY HAVE 5 MINUTES IT SAYS THE SUBJECT IS COMPUTERS AND TECHNOLOGY BUT ITS ACTUALLY MEDIA LIT

Answers

Answer:

The answer is "Option C"

Explanation:

The image of an Adbusters mostly on portrait with one head of a gap emblem will probably communicate the phrase, from all people assuming of its gap. Its space among both feelings was its comfortable room. It is also the room wherein the brain is still. In this space, there have been no opinions. Therefore you can presently experience this same consciousness throughout the Gap.

Write a function that accepts a cell array StudentScores consisting of the following:
a character array (i.e. text string) with a student's last name
a vector of their homework scores (HW) .
a vector of their quiz scores (QZ )
a vector of their exam scores (EX) .
a scalar with the final project score (PJ)
Your function should compute the total course score using the formula:
FinalScore = 0.25HW +0.20QZ +0.40EX +0.15PJ
where the bars indicate the average scores in each of the categories that have multiple scores. The final score should be stored in single precision. Your function should create and output a 1x2 cell array Finalscore with the student name in the first cell and the final score (in single precision) in the second cell.

Answers

Answer:

function FinalScore = grades(StudentScores)

FinalScore ={StudentScores{1,:};0.25*mean(cell2mat(StudentScores{2,:}))+0.20*mean(cell2mat(StudentScores{3,:}))+0.40*mean(cell2mat(StudentScores{4,:}))+0.15*StudentScores{5,:}}

endfunction

Explanation:

In the source code, the function FinalScore is defined to calculate the total student score and assign it to the variable FinalScore. Note that the code block in the function must be indented accordingly.

Problem: Mr. James Reid, the director of admissions at MOGCHS University, has
asked you to send an orientation letter announcement to all incoming freshmen. You
decide to use a form letter.
1. Create a folder called "MOGCHS University Mail Merge. Save alles
created in this activity into this folder​

Answers

Answer:

Email messages can be sent to recipients in an ecstatic format using form templates. Create the email and folder, design the template and input the message which would all be saved in the email folder.

Explanation:

Email client applications are used to send and receive emails. The messages can be plain text with attached files or could use a form letter or message template.

To create a form letter, in the message window, click the File tab, click Save As and then click Outlook Template in the dialog box, give the file a name  then click Save.

The email messages use a form design that is enthusiastically sent to recipients by creating emails and folders and designing the message in the email folder.

Email client applications:

The email client is a computer app that allows you to configure one or even more email servers so it can receive, view, write, and send emails from those addresses via the desktop UI.

Email is sent and received using email client programs.

The message can be plain text with attachments or a form letter that can be used.

When making a form letter, go to the File tab in the message window, select Save To, then Outlook Template in the dialogue box, give the file a name, and afterward click Save.

Find out more about the Email client applications here:

brainly.com/question/1429512

From this, you surmise that ROW and COL must have been compile-time constants. What are their values? (Hint: in order to answer this question, it helps to know how 2-dimensional arrays are stored in memory in row-major order.)

Answers

Answer:

The number of ROW or row of the 2-dimensional array is 2

The number of COL or column of the 2-dimensional array is 3

Explanation:

The C source code function fetch_aval which is programmed to return an integer value was compiled to the MIPS assemble code;

fetch_aval:

andi $5, $5,0x0007

sll $6,$6,2

 sll $2,$5,3

subu $2,$2,$5

 sll $2,$2,3

 addu $2,$2,$4    

 addu $6,$6,$2

lw $2,0($6)

j $31

Where the statement "sll $6,$6,2" defines the row length of the array to be 2 (at the end of the statement) and "sll $2,$5,3" gives the column length of 3.

types of libraries in operating system​

Answers

Answer:

Academic, Public, National & Special Library

Explanation:

Question #1 Mutiple Select Which features are important when you plan a program? Select 4 options. Knowing what you want the program to do. Knowing how to find the result needed. Knowing what the user needs the program to accomplish. Knowing now many lines of code you are allowed to use Knowing what information is needed to find the result.​

Answers

Answer:

In planning a program, the following features are important.

- Knowing what you want the program to do.

- Knowing how to find the result needed.

- Knowing what the user needs the program to accomplish

- Knowing what information is needed to find the result

You start out by planning on what you want to create. Then you think of what programming language to use. The features to be included and then the task you want this program to accomplish

Answer:A,C,D,E

Explanation:

Read the following code:

# Calculate totalCost of itemA with 6.5% tax
totalCost = itemA + .065

There is an error in the code. How should the code be revised in order to get the correct output?

totalCost = itemA * 0.065
totalCost = (itemA) + 0.065
totalCost = itemA * ( itemA + 0.065)
totalCost = itemA + (itemA * 0.065)

Answers

Answer:

answer is D

Explanation:

i took the test and sales tax is just multiple the tax with the price of the item

Spanning Tree Protocol (STP) is a loop-prevention mechanism used in modern networks. STP is, however, vulnerable to misconfiguration. Which protections accompany STP

Answers

Answer:

Any of the following:

1. Root Guard

2. BPDU Guard

3. BPDU Filtering

Explanation:

Given that STP an acronym of Spanning Tree Protocol, and its major purpose is to stop the bridge loops and the broadcast radiation that emanates from its topology.

Cisco carried out three instruments or tools to protect the STP topology. These protection tools accompany the STP, and they are the following:

1. Root Guard

2. BPDU Guard

3. BPDU Filtering

Which statement is true about dynamic microphones?
A. They need an external power source.
B. They have high sensitivity to surrounding sound.
C. They are effective with amplifiers.
D. They are light and brittle.

Answers

Answer:

b they have high sensitivity to surrounding sound

Explanation:

tell me it's correct or not

if it's correct so I hope it is helpful for you

but no so I am sorry

Answer:

B. They have high sensitivity to surrounding sound.

Explanation:

Dynamic microphones are best for capturing loud, strong sounds and drums or loud vocals.

Hope it helps!<3

In what areas of life do teams exist? What goals do they pursue?

Answers

The areas of life where teams exist match the common goal of the number of people. it includes examples like a private institution, a sport, an organization, etc.

What do the term "teams" signify?

The term "teams" signifies the collection of more than two people in order to move towards a common goal. In teams, the work of each individual may be different but all have an identical intention to accomplish.

The purpose of a team is to determine how a unique set of people can use their skills to accomplish a goal at a specific time. The goals that they pursue depend on the nature of their backgrounds or which field they are associated with.

Therefore, the areas of life where teams exist match the common goal of the number of people.

To learn more about the Importance of teams, refer to the link:

https://brainly.com/question/25999054

#SPJ1

frist step in science

Answers

Answer: Ask a question.

With that ------ outlook he doesn't trust anyone.

Answers

Answer:

Negative

Explanation:

If you have a negative outlook on everything, then nothing seems good, including people.

In which program structure does the processor verify the mentioned condition only after executing the dependent statements once?

A. Switch Case Structure
B. Do While Structure
C. If Else Structure
D. For Structure
E. While Structure​

Answers

B. because you have to do it while in structure.
The answer is B , do while structure.

A Brothers and sisters. I have none but that man's father is my father's son. Who is
that man? (Use a well tabelled diagram to answer this question)

Answers

My boy on I d mi d no

PLEASE SOLVE THIS RIGHT AWAY!!!!!!!!!!!!!!!!!!!!

what is the secret message?

(I think this might use a Polybius Square)

Answers

Answer:

Using the Polybius square, the question is represented with the following:

52 23 11 44 24 44 23 15 43 15 13 42 15 44 32 15 43 43 11 22 15

Explanation:

The Polybius square, otherwise called the Polybius checkerboard, is a gadget concocted by the antiquated Greeks Cleoxenus and Democritus, and made popular by the history specialist and researcher Polybius. The gadget is use to fraction plain content characters with the goal that they can be spoken to by a more modest arrangement of images, which is valuable for telecommunication stenography, and cryptography. The gadget was initially utilized for fire flagging, taking into consideration the coded transmission of any message, not simply a limited measure of foreordained alternatives similar to the show before.

Which part of the operating system handles input by the user and output from the computer?

Answers

Answer:

Your answer should be "disk access" if this question is from the source that I think it is from.

If that option is not available, update your post with the options.

Suppose that L is a sorted list of 1,000,000 elements. To determine whether the x item is in L, the average number of comparisons executed by the sequential search algorithm is _____.

Answers

Answer:

≅500,000 comparisons.

Explanation:

The sequential search algorithm is, as its name express, a comparison method to search for a specific value in a list, sorted or not.

It starts with the first element in the list, compares the element with the searched value, if it is a match it stops, otherwise it moves to the next element and repeats.

In general, if the list size is X, the average number of comparisons is:

[tex]\frac{X+1}{2}[/tex]

Solving for X=1,000,000, the result is ≅500,000 comparisons.

2.1.3. List any 3 constraints.​

Answers

Answer:

1. Scope

2. Cost

3. Time

pls answer fast. Deciding when to quote an original e-mail is one challenge of effective communication. In which of the following e-mails should you quote the original e-mail? (select all that apply)

You respond to a price quote from a sales representative to tell them you need to think about the price.

You want to schedule a new meeting with a group you met with last week.

A coworker wants you to review an e-mail she is sending to a vender for clarity.

You want to start a new discussion with a contact who e-mailed you a newsletter a couple months ago.

Answers

Answer:

A,C

Explanation:

Answer: A&C

Explanation:

What is the output for the following line of code?
# print(3)
O3
O'3
O There is no output.
O An error statement is generated.

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The correct option for this question is: There is no output.

Because this is a Python code. and it is a comment statement. The code line that begins with the # symbol considered a comment statement.  The comment statement code will not be executed when you run the program.

While the other options are not correct because:

The given line of code is considered as a comment statement. The comment statement will be executed on running the program. It is used for understanding the program that helps the program to read and understand the logic being written here. When you run the comment statement, it will not produce any output or error.

Answer: O There is no output.

Explanation:

The "#" is utilized as a comment statement in Python code. It is not meant to be put into effect when the program is ran.

(Confirmed on EDGE)

I hope this helped!

Good luck <3

Other Questions
Which of the following is divisible by 3?a) 10b) 24c) 67d) 555 What is Hamlet wearing when he first appears on stage? 1) A person slides a box down a ramp. The box starts from rest 2m above the lowestpoint. The ramp is frictionless, Once the box reaches the bottom there is frictionFor every 1m the box travels on the flat part Eint increases by 100). Where does thebox stop? The box has mass of 5 kg. The __________ is the part of the solution that is in the greater quantity, and the __________ is the smaller portion of the solution.A. solvent/soluteB. solute/solventC. mixture/compoundD. compound/mixture Why might a retailer lower the price of an item even though it would make less profit per item sold? Why might a retailer raise the price of an item eventhough it might cause the item to not sell as many units? (1 point)O The retailer might lower the price to increase supply. The retailer might raise the price of the item to lower demand.O The retailer might lower the price to have a higher profit margin per item sold. The retailer might raise the price of the item to sell more of that item.O The retailer might lower the price to sell more of that item. The retailer might raise the price of the item to have a higher profit margin per item sold.The retailer might lower the price to lower demand. The retailer might raise the price of the item to increase supply. Solve for brainliest Without genetic variation, some of the basic mechanisms of evolutionary change cannot operate. Consider the three primary sources of genetic variation.1. mutations2. gene flow3. sexual reproductionReview the diagram involving meiosis and fertilization. In all three scenarios, other than the principles governing meiosis, what is the source of genetic variation?A)mutationB) gene flowC) nondisjunctionD) random assortment the quotent of 6 and a number r What makes viruses so dangerous but vaccines so important? i am struggling lol Where is the Annamese Cordillera mountain range located? After the French and Indian War, British Tax Actions against the 13 colonies weredesigned for Britain to... O Regain the costs for rebuilding the British navy by using expensive American oak trees.Reimburse the Native Americans for trading lost during the war.O Collect for losses in other British colonies, like India.O Collect for the French and Indian Wars debts and to pay for British troops kept in thecolonies. Solve the quotient of 9.36 and 0.3 Which statement describes an interaction between the biosphere and the hydrosphere HELPPPPPPPPPPPP 7TH GRADE Given the following formula, solve for l.P=2(l+b) CHEMISTRY PLEASE HELP!! You have 45 grams of Carbon (C). How many moles of Carbon do you have? Use the drop down selections to help you fill in the table and solve the problem. the first person to help me and I will give u a brainlliest The only thing plants do in the ecosystem is provide food? Los Chicos pusieron a. Las balsas o b. Las mochilas encima del coche? you need 12 interviews for a survey project. you eliminate the two that do not support your hypothesis. is this academic misconduct?