Answers

Answer 1

Answer:

PowerPoint is an electronic presentation program that helps people present a speech using a collection of slides.

Explanation:

Answer 2

Answer:

Power point is a presentation program released in 1987

Explanation:


Related Questions

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.

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:

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

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.

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:

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

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.


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!

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.

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

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

The development methodology where each part of a project is done in order after each other is called:

Answers

Bruh this a duplicate

_________ can be used to provide access control, confidentiality, data origin authentication, connectionless integrity, rejection of replayed packets, and limited traffic flow confidentiality.

Answers

Answer:

IPSec

Explanation:

IPSec is an acronym for Internet Protocol Security. It is a standardized protocol used in determining the cryptographic and authenticated packets across the Internet Protocol networks.

It can be utilized to establish access control, confidentiality, data origin authentication, connectionless integrity, rejection of replayed packets, and limited traffic flow confidentiality.

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

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

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.

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

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

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

Answers

I think the answer is 3,1,2

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:

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

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!

frist step in science

Answers

Answer: Ask a question.

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.

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:

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

Answers

CORRECT ANSWER:
True

Answer:

True

Explanation:

2.1.3. List any 3 constraints.​

Answers

Answer:

1. Scope

2. Cost

3. Time

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.

Other Questions
Future generations shall enjoy the same liberties as we do.A. establish justiceB. provide for the common defenseC. promote the general welfareD. secure the blessing of liberty to ourselves and our posterity Who conquered Central Asia from Mongolia to the Caspian Sea? A. Marco Polo B. Kublai Khan C. General Zhang Qian D. Genghis Khan Please select the best answer from the choices provided HELP ASAP Which graph shows someone walkingat a faster speed (if the scales are the same)? Customer complaints can be viewed positively as an opportunity toA. give gifts awayB. identify unwanted customersC. fix a problemD. fire an unwanted employee who has made a mistake Please help me out!Lawyers for each side of a case are questioning people who received a jury summons. What part of the trial process does this describe, and what will happen next? a. The case is in the deliberation phase, and the jury selection will follow.b. The case is in the judge's charge to the jury phase, and the verdict will follow.c. The case is in the jury selection phase, and the trial will follow.d. The case is in the trial phase, and the judge's charge to the jury will follow. 40 points.9. Key Concept How do measurements relate toexperimental science?10. Key Concept How are accuracy and precisionevaluated?11. Key Concept Why must a given measurementalways be reported to the correct number of significant figures?12. Key Concept How does the precision of a calculated answer compare to the precision of themeasurements used to obtain it?13. A technician experimentally determined theboiling point of octane to be 124.1C. The actualboiling point of octane is 125.7C. Calculate theerror and the percent error.14. Determine the number of significant figures ineach of the following. a. 11 soccer players b. 0.070 020 meter c. 10,800 meters d. 5.00 cubic meters15. Solve the following and express each answer inscientific notation and to the correct number ofsignificant figures. a. (5.3 104) (1.3 104) b. (7.2 104) (1.8 103) c. 104 103 106 d. (9.12 101) (4.7 102) e. (5.4 104) (3.5 109)9. Making correct measurements is fundamental to the experimental sciences.10. Accuracy is the measured value comparedto the correct values. Precision is comparing more than one measurement.11. The significant figures in a calculatedanswer often depend on the number ofsignificant figures of the measurementsused in the calculation.12. A calculated answer cannot be more precise than the least precise measurementused in the calculation.13. error = 1.6C; percent error = 1.3%14. a. unlimited b. 5 c. 3 d. 315. a. 6.6 104 b. 4.0 107 c. 107d. 8.65 101 e. 1.9 1014 Situational irony occurs when the outcome of an event iscontrary to one's expectations. How does this scenedemonstrate situational irony? Complete the sentence below using the correct spelling word.In biology class, we had to ____ the parts of a plant cell under a microscope. I took a pic of the list whats the slope (1,8) and (4,6) Which of the following sentences are grammatically correct? (Select all that apply.)The students' pens are on the desk.The student's pens are on the desk.The students' pen's are on the desk.The student's pens' are on the desk. two nonvertical lines have slopes m 1m 1 and m 2m 2 , respectively. the lines are parallel if and the are unequal; the lines are perpendicular if Plz help I really need ASAP I am on a timer Plz Plz Pz I will Name you brainliest and good rating Why did some colonistsobject to the Proclamationof 1763? Brainliest to the first right, :)))) What main thing was Russia waiting for when they were fighting the Germans in Russia?A. winterB. summerC. neither The line Graphed on the grid represents the first of two equations in a system of linear equations.-201612CO44812 1620-4-16 -12 -8-4-8-12-16-20If the graph of the second equation in the system passes through the points (-12, 20) and (4. 12AThe only solution to the system is (10,5).BThe only solution to the system is (0, 14).CThe system has no solution.The system has an infinite number of solutions How did the government attempt to manage the economy for three decades after World War II as a result of Keynes's influence? Many cities in Florida that border large bodies of water have a narrow range of temperatures over the course of a year. Which property of water is the primary reason for this narrow range of temperatures? A. high specific heat of water B. large heat of fusion of water C. high surface tension of water D. large heat of vaporization of water. 4. A 30kg red ball is rolling to the right with a velocity of 4m/s and a green ball is rolling to the right with a velocity of 5m/s left. After the collision the red ball has a velocity of 2m/s left and the green ball is rolling to the left with a velocity of 4.5m/s left. What is the mass of the green ball? Help me fill out the blanks at the bottom!!