You can remove selected text from a slide by pressing the CTRL+X keyboard shortcut keys.

Answers

Answer 1

Okayyyyyyyyyyyyyyyyyyyyy


Related Questions

(Will cashapp you & name you brainliest!!!!!)
Please send me a code (Visual Studio Basics) to display this.

Answers

The UI is in the picture below.

Here is the code. If you want a ZIP let me know.

Public Class Form1

   Private _orderNumber As Integer = 0

   Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load

       Dim oi = New OrderItem With {.Name = "Large", .Price = 4}

       rbnLarge.Tag = oi

       rbnLarge.Name = oi.Name

       oi = New OrderItem With {.Name = "Medium", .Price = 3.25}

       rbnMedium.Tag = oi

       rbnMedium.Name = oi.Name

       oi = New OrderItem With {.Name = "Small", .Price = 2.5}

       rbnSmall.Tag = oi

       rbnSmall.Name = oi.Name

       Dim MeatOptions = {New OrderItem With {.Name = "Turkey", .Price = 0.6},

           New OrderItem With {.Name = "Ham", .Price = 0.6},

           New OrderItem With {.Name = "Roast Beef", .Price = 0.6}}

       clbMeatOptions.Items.AddRange(MeatOptions)

       Dim Fixings = {New OrderItem With {.Name = "Lettuce", .Price = 0.1},

           New OrderItem With {.Name = "Tomato", .Price = 0.25},

           New OrderItem With {.Name = "Mustard", .Price = 0.0},

           New OrderItem With {.Name = "Onion", .Price = 0.1},

           New OrderItem With {.Name = "Cheese", .Price = 0.5},

           New OrderItem With {.Name = "Mayonnaise", .Price = 0.0}}

       clbFixings.Items.AddRange(Fixings)

       ResetInterface()

   End Sub

   Private Sub btnCalculate_Click(sender As Object, e As EventArgs) Handles btnCalculate.Click

       Dim Price As Double

       If rbnLarge.Checked Then

           Price = TryCast(rbnLarge.Tag, OrderItem).Price

       ElseIf rbnMedium.Checked Then

           Price = TryCast(rbnMedium.Tag, OrderItem).Price

       ElseIf rbnSmall.Checked Then

           Price = TryCast(rbnSmall.Tag, OrderItem).Price

       End If

       For Each item In clbMeatOptions.CheckedItems

           Price += TryCast(item, OrderItem).Price

       Next

       For Each item In clbFixings.CheckedItems

           Price += TryCast(item, OrderItem).Price

       Next

       txtSubTotal.Text = String.Format("${0:0.00}", Price)

       Dim Tax As Double

       Tax = Price * 0.079

       txtTax.Text = String.Format("${0:0.00}", Tax)

       txtTotal.Text = String.Format("${0:0.00}", Price + Tax)

       _orderNumber += 1

       lblOrderNumber.Text = String.Format("{0:D4}", _orderNumber)

       MessageBox.Show("Please thank the customer for their business!!")

       ResetInterface()

   End Sub

   Private Sub ResetInterface()

       rbnMedium.Checked = True

       ClearCLB(clbMeatOptions)

       ClearCLB(clbFixings)

       txtSubTotal.Text = ""

       txtTax.Text = ""

       txtTotal.Text = ""

       lblOrderNumber.Text = ""

   End Sub

   Private Sub ClearCLB(clb As CheckedListBox)

       For i As Integer = 0 To clb.Items.Count - 1

           clb.SetItemChecked(i, False)

       Next

       clb.ClearSelected()

   End Sub

End Class

Public Class OrderItem

   Public Name As String

   Public Price As Double

   Public Overrides Function ToString() As String

       Return Name

   End Function

End Class

After being convicted of a drug offense, __________.

A. you may be ineligible for certification as a doctor or lawyer

B. you will be eligible for certain scholarships

C. your insurance rates will increase

D. A and C

Answers

D. It is most definitely A Nd C

Answer:

after being convicted of a drug offense :

you may be ineligible for certification as a doctor or lawyer ( A )your insurance rates will increase ( C )

answer is ( D )

Explanation:

committing a drug offense and being convicted is a very big dent on you reputation and chances of hold vital positions in the public domain like with being eligible to get certified as a doctor or a lawyer. doctors and lawyers serve the public and they are supposed to be role models to everyone they serve  and those that they don't serve as well. you cannot hold a certificate in any of these professions because to be a certified doctor or lawyer you have to intellectually and morally sound.

your insurance rate will increase because the insurance industry will be worried about your poor health condition that might have been caused by the use of drugs and other substance that is very fatal to one's health.

In what two ways can you measure hard drive speed? Explain each of these measurements.

Answers

Final answer:

Hard drive speed can be measured by the data transfer rate and access time. The data transfer rate indicates how much data can be moved in a second, while access time refers to how fast data can be accessed, combining seek and latency times.

Explanation:

There are two primary ways to measure hard drive speed: data transfer rate and access time.

The first method, data transfer rate, refers to the amount of data a hard drive can read or write in a second. It's often measured in megabytes per second (MB/s) or gigabytes per second (GB/s). Data transfer rate depends on the rotation speed of the drive's platters, measured in RPM (revolutions per minute), and the density of the data on the platters.

Access time is the second measurement and represents how quickly the drive can access stored data. It combines both the seek time, which is the time needed for the hard drive's read/write head to move to the correct position over the platter, and the latency time, which is the time it takes for the desired sector of the platter to spin around to the read/write head. Access time is typically measured in milliseconds (ms).

HELP WILL GIVE BRAINLIEST
Ok so on iMessage if you delete a group chat without reading anything but want it to be marked as read (you don’t want to see the numbers next to iMessage every time you go into the app) is there a way to get the convo back or mark it all as read???

Answers

lol this question is wild. But no once you delete the convo it is gone. Sorry person.

Final answer:

Unfortunately, you cannot retrieve a deleted group chat, but you can mark it as read without opening it.

Explanation:

Unfortunately, if you delete a group chat without reading anything, there is no way to get the conversation back.

To mark the conversation as read and remove the numbers next to iMessage every time you go into the app, you can go to the group chat list, then swipe left on the conversation and select "Mark as Read." This will mark the conversation as read without opening it.

Keep in mind that once you delete a conversation, it cannot be recovered, so make sure you are certain before deleting it.

ASAP PLEASE
Sharing a workbook helps to complete( )on time. Multiple people accessing the workbook help to build { }

1st blank: task, changes , typing

2nd blank: security,stability, transparency

Answers

1st blank:task
2nd blank:transparency

Answer:

TaskTransparency

Explanation:

when working on a workbook which requires a team of people to work with you on the workbook, it is important you create transparency and also ensure you complete the workbook on time.

one very important way to complete the task on time is to share the workbook with your team so that they can input their own contributions towards the task, this practice ensures speedy completion of the task. and reduces the level of errors which might have occurred if you where working on it alone.

granting access to the workbook is a very good way to create trust and transparency.

Choose all of the devices where an operating system can be found

Answers

TabletsSmartphonesLaptopsDesktopsSmart TVsGaming Consoles

   Hope this Helped :)

Laptop, smart phone, smart tv, desktop, tablet, tv, watch

which of the following is a sigh that your computer may have been infected with malicious code

Answers

Slow computer, blue screen, Programs opening and closing automatically, Lack of storage space, Suspicious modem and hard drive activity, Pop-ups, websites, toolbars and other unwanted programs, or spam.

Final answer:

A sign that a computer may be infected with malicious code includes unusual system behavior such as slow performance and suspicious pop-ups. Being cautious about clicking on links and opening files, especially from unknown sources, is key to avoiding malware infection.

Explanation:

A sign that your computer may have been infected with malicious code includes unexpected or anomalous behavior such as slow performance, frequent crashes, unknown programs starting automatically, or a surge in pop-up advertisements. Malware often requires some form of phishing to install itself on a device—such as tricking the user into clicking a suspicious link or opening a malicious file. It is crucial to exercise caution and to question the legitimacy of emails and text messages before interacting with them. For instance, before clicking a link or opening an attachment, consider whether you know the sender, if you were anticipating communication from them, and if any aspect of the message seems unusual or 'fishy'. A real-world example of such vigilance was exhibited by Ahmed Mansoor, who avoided a spyware infection by forwarding a phishing text he received to Citizen Lab for analysis, which in turn led to the exposure of spyware misuse by NSO Group.

Which of the following are the rows or columns of white space created between grids?
alleys
gutters
margins
thirds

Answers

The white space between the columns or rows in a grid are called gutters. Gutters provide separation for readability and aesthetics, while margins are the surround space around the entire document's content.

The rows or columns of white space created between grids are known as gutters. Gutters are the empty spaces that serve to separate columns, rows, or blocks of content. In contrast, margins refer to the white space surrounding the text on a page or the edges of a document, and they can be set to various sizes to affect the document's layout and readability.

While the term 'alley' is less common in design, it sometimes is used interchangeably with gutter, especially in newspaper layout. However, for standardized terminology, 'gutter' is the most widely accepted term for these white spaces between columns on grids.

Margins are important for the overall appearance of a page, as they define the printable area. Margins that are too narrow can make a page look crowded. Conversely, wider margins reduce the print area but can make a document look more open and easier to read.


Andrew is using a word processing application to type out his résumé. Which of the following change happens "on the fly" as he types?
A.
it changes the font size to a more readable one
B.
it highlights grammatically incorrect sentences
C.
it creates line breaks wherever required
D.
it automatically selects easily readable fonts such as Arial

Andrew is using a word processing application to type out his résumé. Which of the following change happens "on the fly" as he types?
A.
it changes the font size to a more readable one
B.
it highlights grammatically incorrect sentences
C.
it creates line breaks wherever required
D.
it automatically selects easily readable fonts such as Arial

Answers

On the fly refers to something that is being changed while a process is still ongoing.

In a word processing application, what is more likely to happen is (B) it highlights grammatically incorrect sentences. This would occur since Microsoft Word default settings would be to do this. The other options would not occur automatically; the user needs to intentionally pick to do them.

What device is used to transmit what is effectively a type of Morse code between stations?
A. Modem
B. Fiber optic cable
C. Switch
D. Telephone

Answers

Answer:

its switch

Explanation:

that other person is wrong

Final answer:

A modem is the device used to transmit what is effectively a type of Morse code between stations.

Explanation:

The device used to transmit what is effectively a type of Morse code between stations is a modem. A modem is a hardware device that converts digital signals from a computer into analog signals that can be transmitted over telephone lines, fiber optic cables, or other communication channels. It allows for the transmission of data between computers or devices using different communication protocols.

Why is spyware more dangerous than adware

Answers

To find out how spyware is more dangerous, we must know what each term mean.

Adware is a software that automatically displays advertising material usually on a site that a user goes to.

Spyware is a unwanted software that steals your internet usage data and personal information.

So while Adware can be extremely annoying, it is not as potentially harmful as Spyware, which can steal your personal information and potentially ruin your life.

~

Answer: A) Spyware tracks users’ online behavior and B) Spyware is an invasion of privacy

Explanation:

Which software application should be used to create a sales pitch to a group of people?

Answers

link in

If this is your marketing process, but you have to take advantage of the next 10 minutes in marketing, and if used correctly, you will be able to increase the volume of sales immediately from now.

1. Commodity / superior service


Delivering a great product (or service) is a thousand times more successful than a successful marketing campaign. On this principle, huge fortunes were built, more than those built on the ruins of spectacular marketing campaigns, for a well-known product / service. For this reason, creating a creative product with its weight gives better results in marketing and sales, because if it is not creativity in the product, it will evade creativity in marketing. With clearer words, if not your product.


Made a good product, let the ads in this gag, was it true?


The only way to keep the place of the product in a privileged position among competitors is to make it unique and fill the space it wants. For example, when FedEx or Federal Express became active in the parcels market, they knew that the market was thirsty for a faster, faster delivery and transport service than usual at that time "from 4 to 6 weeks."


If this is the first time you have been exposed to certain conditions, you should be in good condition.


This slogan made FedEx stand out to the world as the dominant leader in the industry, taking its huge share of the market at an unnaturally fast pace and increasing its sales and profits. Now, how can you make a mistake in this?

2. Words that sell


Successful marketers in the world know a lot of the things you know. What are the common needs? What goals do you want to achieve? What policy does you take to take out a credit card and make a purchase decision?


These marketers use this information to set up their marketing campaigns and to create their site to address the market's desires and meet those desires. These "market-matching ads" make their marketing and location more competitive than competitors.


Improved conversion rate, or as the rate (CRO) is called. In short, the CRO process is to make the website generate a lot of positive results (deals and sales) by making it more credible, trustworthy, easier to navigate and browse for visitors, so that more people can find what you are looking for and make a quick decision on it. So CRO is the easiest and fastest strategy for a transaction and sales. In addition, a better way to increase your traffic and sales without having to profit. In fact, it is the first step that you should consider before you consider increasing the rate of targeted visitors to your site.

3. Postings


Send you an email with a combat e-mail. It simply means being left in your radar field, moreover. In fact, a good newsletter - on - is the best way to stabilize customers?


The newsletter in general is not unusual, it is easily sent to email subscribers. Of course, we do not need to point out that the information contained in the implementations sent by captains is shorter. Every two or two weeks, an "educational period": Collective work to maintain the conference.

can using interior light help improve a drivers visibility at night

Answers

No, interior lighting makes less visibility for drivers. It becomes harder to see out the window.

There are several ways to combat glare interference at night, including: Driving more slowly, giving other vehicles more room, maintaining a clean exterior. Letting your eyes adjust to the darkness, turning off or reducing inside illumination, and not gazing are always to reduce your risk of a collision.

What interior light help improve a drivers' visibility at night?

When the new light intensity is significantly less intense than the prior level, the glare recovery process can take many seconds or even minutes. The eye is essentially blind to the detail throughout this time. However, these vision changes could remain up to 30 to 50 percent longer after drinking.

It has been disproven that you CANNOT drive with an interior light on, contrary to a common misconception. Drivers have been raised believing that it is unlawful to have the courtesy light on for years.

Therefore, The RAC, however, asserts that it is completely safe to drive while the white light is on.

Learn more about interior light here:

https://brainly.com/question/28168152

#SPJ2


[tex]4875 - 4859[/tex]

Answers

answer : 16

    4875 - 4859 = 16


16 would be the answer

Who is this? Please tell me im so confused

Answers

that's Gru from despicable me

Calvin works as a graphic designer for an advertising company. He has to submit a large number of prints quickly because the deadline is approaching. Which printer will help him print at a faster rate?

Answers

Answer:

The correct answer would be, Laser Printers.

Explanation:

There are a lot of printers that are used to print out a document, or file, or image, or anything you want on a paper. Printers are called the output device of the computer system as it is used to get the output from the computer.

The most important types of printers are Laser Printers, Inkjet Printers, Dot Matrix Printers, etc.

Laser printers are considered to be the fastest printers among all. These printers also give a high quality print out in just a blink of an eye. So these printers are used to print documents which are too lengthy and require a quick print out. So Laser printers will help Calvin in meeting his deadline.

Answer:

B.

laser printer

Explanation:

Which design approach help build sites that optimize varied screen sizes

Answers

Adaptive design approach

Adaptive design approach offers multiple fixed layout sizes. As compared to the responsive design, adaptive design delivers separate content to users based on their specific device. Responsive design approach uses fluid grids and offers the same website across every device. On the other hand, in adaptive design, the site chooses the best layout for that screen. You can develop 6 designs for the 6 most common screen widths.


can anyone answer this picture?

Answers

This program multiplies integer inputs A and B, by repeatedly adding B to RESULT while decrementing A.


It will work fine when either A or B is zero. If A is zero, it will branch to QUIT immediately. If B is zero, zero will be added repeatedly to the result (which also is initialized with zero).


LOOP, RESULT etc. are called labels. They translate into a memory address location of a variable or machine instruction. But it is much more readable to have them as english words while creating your program. Also, they make your program relocatable, in the sense that while writing, you don't have to decide on which physical address your program will run.

When activated, an Excel object has all the features of an Excel

A. chart.
B. worksheet.
C. graphic.
D. workbook.

Answers

D. Workbook
Hope this helps

Answer:

Excel workbook ( D )

Explanation:

An excel object when it is activated will have all the features of an excel workbook because an excel workbook is the collection of more than one excel worksheets that will makeup the excel workbook. as with the name it is the book while the sheets are likened to be the pages in the book.

while an excel object is the collection of the entirety of all the functions that make up the excel workbook which includes spread sheets, columns, rows and even the excel workbook itself. an excel object has its properties stored in itself. hence it has all and more of the features of an excel workbook.

Which types of files can be used to define Kubernetes manifest files? yaml, json, yaml and text files

Answers

Yami files I think is best

YAML files can be used to define Kubernetes manifest files. i.e, option C

What is YAML files?

YAML is a data serialization language that is often used for writing configuration files. Depending on whom you ask, YAML stands for yet another markup language or YAML ain't markup language (a recursive acronym), which emphasizes that YAML is for data, not documents.

The Kubernetes resources are created in a declarative way, thus making use of YAML files. Kubernetes resources, such as pods, services, and deployments are created by using the YAML files. The following example helps explain the creation of the deployment resource by using the YAML.

Learn more about YAML files here:

https://brainly.com/question/11859883

#SPJ2

I NEED HELP NOW PLEASE!!!!!!
Different textures in a photograph, such as sand and water, add interest to a photograph.

a) True

b) False

Answers

True! It dies because it shows attraction in a photo. I hope this helps!

All of the following are true about solid axles, EXCEPT:

Answers

Except that solid axles do. It have a break in it

How many 5 KB emails could you store on your email account before it is full assuming an inbox size of 5 MBs?

Answers

you can store 5,000 KB worth of email with 5 MB


5MB=5000KB so 5000KB/5KB=1000 emails

When using manual flash mode on your camera, how should you set the ISO speed on the flash?

A.
slower than the camera's ISO setting
B.
faster than the camera's ISO setting
C.
matching the camera’s ISO speed setting
D.
higher than the camera's ISO setting

Answers

Answer:

c. matching

Explanation:

Answer:

C

Explanation:

A university wants to install a client-server network. Which feature do you think is important for them as they set up the network?

sending email
blocking multiple people to use the same file
low security
low set up cost
limited access to files

Answers

Answer: low security

Explanation:

While internet is a platform to share information and use various network over to internet for communication, the security of the network is a big issue these days. Since the university wants to install a client-server network.

It has to take care of the low-security issue as the data with which they will be dealing is a very sensitive data which includes information of students and their families, upcoming policies, financial transaction. Hence the university should no compromise on low security.

Answer:

Low security =3

Explanation:

What is a component of a risk analysis that joins the potential risks with how those events might impact a business?
A. Risk assessment
B. Business continuity
C. Vulnerability assessment
D. Risk mitigation

Answers

The question states:

What is a component of a risk analysis that joins the potential risks with how those events might impact a business?

A. Risk assessment

B. Business continuity

C. Vulnerability assessment

D. Risk mitigation

Answer: B. Business Continuity

Explanation: The component of a risk analysis that joins the potential risks with how those events might impact a business is Business Continuity. Business Continuity is the process of creating a plan to ensure that a business can continue to operate in the case of an unexpected disruption. A Business Continuity plan includes a risk assessment to identify potential risks and a strategy to mitigate those risks. It also includes procedures for responding to and recovering from events that could disrupt normal business operations. Therefore, option B, Business Continuity, is the correct answer.

Final answer:

A Risk Assessment is the process that joins potential risks with their possible impact on a business, involving the identification, analysis, and prioritization of these risks.

Explanation:

A component of a risk analysis that joins the potential risks with how those events might impact a business is known as a Risk Assessment. This process involves identifying hazards, determining exposure, and calculating the probability of these risks occurring under specific conditions.

A crucial aspect of risk assessment is to weigh different scenarios and estimate the probabilities of different outcomes. The main goal in risk assessment is to anticipate potential incidents and to determine how to minimize or manage their impact on the organization effectively.

This is achieved through a process that includes identification, evaluation, and prioritization of potential risks.

A placeholder for information that will be placed in a document is a _____.A. wizard B. merge field C. merge or D.hyperlink. The shortcut key combination to insert an endnote is _____. Document templates are available online. T/F.

Answers

Merge Fields

Merge fields are fields that contain placeholders where you can put email templates such as addresses and greetings. In addition to email templates, you can put mail merge templates and custom links. For instance, a user can place a merge field in an email template so that the salutation or the greeting includes the recipient's name rather than a simple "Hi" or "Hello".

ALT + CTRL + D

From time to time, you may find it important to insert endnotes in your Word document. By default, endnotes appear at the end of the document and a number on endnotes matches up with a reference mark. To insert an endnote, you can click the reference tab or hit the combination keys ALT + CTRL + D

Yes

There are many ready-to-use Microsoft Document Templates available online that can help you jump start your project. If you are searching for a particular layout or style template and you cannot find it, you do not have to create one from scratch. You can search for thousands of templates in the Microsoft Office Online site

Answer:

merge field

Explanation:

merge field- a placeholder for information from a data source that will be inserted into a document

if you upgrade your memory but notice the RAM count does not reflect the additional memory, what should you do ?

Answers

Try looking at your motherboard manual to see which dimm slots should be used first since putting memory in any slot could break the dual channel. Not giving your motherboard access to that ram. Or you probably used wrong memory since your memory has to be the exact same size and speed and type. Because 8gb ddr3 will not work with 8gb ddr4. 8gb ddr4 2400 MHz will also not work with 8gb ddr4 3200 MHz. And 8gb 3200 Mhz would not work with 16Gb 3200 mhz. Your ram should have the exact same specs.

Final answer:

If the RAM count does not reflect the additional memory after upgrading, you can check compatibility, verify installation, and update BIOS and drivers.

Explanation:

If you upgrade your memory but notice that the RAM count does not reflect the additional memory, there are a few steps you can take to troubleshoot the issue:

Check compatibility: Ensure that the new memory module is compatible with your computer system. The RAM specifications should match the requirements of your motherboard and the existing memory modules.Verify installation: Make sure that the memory module is properly seated in the RAM slot. Sometimes, improper installation can prevent the computer from recognizing the additional memory.Update BIOS and drivers: Check if there are any available BIOS updates or driver updates for your computer. Sometimes, outdated firmware or drivers can cause issues with memory recognition.

If the issue persists after trying these steps, you may need to consult with a computer technician or customer support for further assistance.

Game Design Help please
Why are simple shapes used to detect collision in many games, including the car example in Unity? In what kind of games might it be “worth” integrating more complicated geometry for collision detection?

Answers

Because, to put it simply, to use more complicated shapes requires more processing power which is unnecessary. Only if they would touch all parts of the shape should it be complicated.

How do digital camera produce images?

Answers

by light entering the camera lens

Other Questions
The coordinates of a triangle are given as A(3, 2), B(-4, 1), C(-3, -2). What are the coordinates of the image after the triangle is reflected in the line y = x? A'( a0, a1) B'( a2, a3) C'( a4, a5) How does the narrator change at the end of the story?1. She wants to be friends with Zhu Wenli.2. She understands the value of the Cultural Revolution.3. She wants to move back to the small town where she grew up.4. She understands that the Cultural Revolution destroyed people's lives. what is 7x+14 = to 7(1+x), 7x-7 or 7(x+2) "The area of a triangle is given by the formula A = 1/2bh. Solve this equation for the height, h, in terms of the base, b, and area, A." Help!!!! A farmer plants apple, pear, and cherry trees in an orchard. The number of apple trees is 8 more than twice the number of pear trees. The number of cherry and pear trees combined is 11 more than the number of apple trees. The farmer plants 143 trees total. How many of each type of tree did the farmer plant in the orchard? What is the 20th term of the arithmetic sequence? La oficina est lejos _____ correo. de la del de al THESE QUESTIONS REQUIRE YOU TO KNOW ABOUT THE AUTOBIOGRAPHY OF FREDRICK DOUGLASS YOU WILL GET 59 POINTS FOR THIS Question 1Which of the following describes both Covey and Freeland?A) Both men are determined to "break" Douglass.B) Neither man shows any respect for slaves.C) Both men are Douglass's superiors for a time.D) Neither man has a negative reputation.Question 2 Choose the answer.When Captain Anthony dies, Douglass returns to the plantation where he spent his childhood becauseA) He is being forced to attend the funeral, despite his hatred of his old master.B) The Auld family has fired him and he has nowhere else to go.C) Douglass is still considered to be one of Captain Anthony's possessions.D) He is being forced to train the new slaves on Captain Anthony's plantation.Question 3 Choose the answer. Which event is the climax of Narrative of the Life of Frederick Douglass? A) Douglass marries Anna, a free black woman. B) Douglass begins working and no longer has to give his wages to a slave master. C) Douglass escapes to freedom in the North and changes his name. D) Douglass stands up to Covey and is surprised that Covey doesn't fight back.Question 4 Which is one characteristic of an autobiography? A) The reader is given only facts without any emotions. B) The events are usually written from a distance in time. C) It is written in third-person point of view. D) It is usually written without a set order of events.Question 5 Choose the answer. Read the passage from Narrative of the Life of Frederick Douglass. 'I was born in Tuckahoe, near Hillsborough, and about twelve miles from Easton, in Talbot county, Maryland.' Which element of an autobiography is demonstrated in this passage? A) Characters and events described in great detail B) The inclusion of an exposition, rising action, turning point, climax, falling action, and resolution C) The intent of the author to persuade his readers D) The recording of events in chronological order The more reactive an atom, the higher its potential energy. Which atom has the higher potential energy? Ne F Which of these statements is true about your choice? This atom will gain two more electrons to fill its outer energy level. This atom will lose one more electron to fill its outer energy level. This atom will gain one more electron to fill its outer energy level. This atom will lose two more electrons to fill its outer energy level. how much water should you have in a severe weather emergency supply kit10 gallons per person per daya couple of bottles1 gallon1 gallon per person per day Russell has a collection of 1,200 pennies. Of these pennies, 25% are dated before 1980, 35% are dated from 1980 to 2000, and the rest are dated after 2000. How many pennies in Russells collection are dated after 2000 In which type of economic system does a central government exercise the most control? Find the distance using the modulus of the difference between z1 = -8 + 3i and z2 = 7 - 4i. Show all work for full credit. Dr. davenport wants to conduct a study of whether high-school students learn more efficiently while seated at a desk compared to in an easy chair. she knows there is a large research literature regarding similar influences on learning, and she wants to see if the findings hold true with a group of high school history students. moreover, as a researcher she is uneasy with a lack of structure. you recommend that dr. davenport conduct a ________ study. A printer prints 75 pages in 5 minutes. At the same rate, how many pages does the printer print in 7 minutes? Solve and show your work. Explain how you solved using the words "first," "next," and "last." plz try to help me ....... In 1990 sales at ABC electronics totaled 4.9 million dollars 1996 total sales amounted to 12.1 million. Assuming the growth in sales is a linear relation, what total sales can the company expect in 2001 Which phrases are examples of sensory imagery that help the setting come alive? Check all that apply. for a sign of mercy the rain was coming "roaring through the pines" shattered by a bolt of lightning the deafening peal of thunder Using the law of conservation of energy, explain why an LED light is more energy efficient that an incandescent light bulb. Need football answers ASAP!! PLZ HELP. Steam Workshop Downloader