hello i am here to say you are perfect just the way you are i don't fit in at all everyone is always rude to me sometimes i cant stay happy my dog that died was the best dog sometimes i just cant ignore all the mean things people say to me but i always try to be happy that's all i have to say and black lives matter

Answers

Answer 1
hello the answer is thank you

Related Questions

Pari needs to correct the information on a slide in her presentation and redo that recording. What is the best
approach to solve this problem?
O She should delete the recording of the entire presentation and start over.
She should delete the entire presentation and create a new PowerPoint file.
O She should delete the recording on that slide, revise the slide, and rerecord.
O She should delete all the slides in that section, create new ones, and rerecord.

Answers

she should delete the recording on that slide revise the slide and rerecord

Answer:

C

Explanation:

to add background colour to the webpage – attribute is used in body tag​

Answers

[tex]\mathfrak{\huge{\orange{\underline{\underline{AnSwEr:-}}}}}[/tex]

Actually Welcome to the Concept of the HTML.

The tag that can give background color to the Web pages is :-

1.) <Body> bgcolor = "Orange"

</Body>

A student wants an algorithm to find the hardest spelling word in a list of vocabulary. They define hardest by the longest word.

Implement the findLongest method to return the longest String stored in the parameter array of Strings named words (you may assume that words is not empty). If several Strings have the same length it should print the first String in list with the longest length.

For example, if the following array were declared:

String[] spellingList = {"high", "every", "nearing", "checking", "food ", "stand", "value", "best", "energy", "add", "grand", "notation", "abducted", "food ", "stand"};
The method call findLongest(spellingList) would return the String "checking".

Use the runner class to test this method: do not add a main method to your code in the U6_L3_Activity_One.java file or it will not be scored correctly.

Hint - this algorithm is very similar to the algorithms you have seen to find maximum/minimum values in unit 4. You need a variable which will keep track of the longest word in the array (either directly or as the array index of that word). Start this variable off with a sensible value, update it whenever a longer word is found, then return the longest word at the end.

Answers

Answer:

Initialize the “longest word” by an empty string and update it when a longer word is found

Explanation:

import java.util.stream.Stream;

public static String findLongest(String[] spellingList) {

   return Stream.of(spellingList).reduce("", (longestWord, word) -> (

       longestWord.length() < word.length() ? word : longestWord

   ));

}

A kite forms a 25° angle with the ground. The wind picks it up so that it then forms a 74° angle with the ground.


By how many degrees did the wind increase the kite's angle with the ground?

Answers

So you have to do:
74-25=
49

Kite will make The angle is74-25= 49.

What is Angle?

When two straight lines or rays intersect at a single endpoint, an angle is created. The vertex of an angle is the location where two points come together. The Latin word "angulus," which means "corner," is where the term "angle" originates.

Angle measurement is used by engineers to build structures such as buildings, bridges, homes, monuments, etc. Its notion is used by athletes in sports to improve their performance. It is used by carpenters to create furniture such as doors, couches, tables, and chairs.

Artists use their understanding of measurements to draft or produce works of art. Angles are used in wall clocks to display the time with hour and minute hands.

Therefore, Kite will make The angle is74-25= 49.

To learn more about angles, refer to the link:

https://brainly.com/question/28451077

#SPJ5

After a security event that involves a breach of physical security, what is the term used for the new measures, incident review, and repairs meant to stop a future incident from occurring

Answers

Answer: Recovery

Explanation:

The term that is used for the new measures, incident review, and repairs meant to stop a future incident from occurring after a security breach has occured is known as recovery.

It should be noted that recovery helps in the protection of data after a data breach has occured. The incident that led to the day breach is reviewed and necessary security measures are put in place in order to prevent such from happening again.

What is the output of the following code? Assume the Rectangle class exists and all the methods called below exist and work as expected.

ArrayList blah = new ArrayList ();
blah.add( new Rectangle(3,5) );
blah.add( new Rectangle(2,15) );
blah.add( new Rectangle(5,5) );
double x=0;

System.out.println(blah.size());
for(Rectangle s: blah) x+=s.area();
System.out.println(x);

Answers

Answer:

3

70.0

Explanation:

There will be 3 elements (Rectangle instances) in the list.

The sum of the areas x will contain 3*5 + 2*15 + 5*5 = 70 and will be printed as a double.

Technology has had
on the natural world in the last 200 years.
ОА. .
a minor impact
ОВ.
a decreasing impact
OC.
an increasing impact

Answers

Answer:

c increase in impact

Explanation:

technology is the thing u using now to ask this question

You will use the Word application to design, develop, and create a business letter to potential clients of your new business. The following steps will help you in this process.


Open a blank Word document.

Write a business letter introducing people to your store. You may choose any type of store you wish, but your letter should be at least one paragraph long and be able to be easily personalized to each potential client. Make sure you include the type of business, a sentence about your business plan or philosophy, the location of your business, and any relevant contact information.

With this letter open, begin a mail-merge letter using the letter you just wrote as your starting document.

Since you do not have the addresses of your contacts in the computer, you will need to type a new list and create a new data source. Save the data source as "Mail Merge Data Source Lesson 3."

For this example, enter the names and addresses of four people.

Insert merge codes for the address block, greeting line, and at least two other items from the More Items list.

Preview your letters. Make sure you proofread your work for spelling and grammar errors.

Merge your letters to a new document. Save the original and merged documents.

Show your documents to your instructor for review.

After you have written your letters, you realize you will need mailing labels for the outside of your envelopes. To quickly make these labels, you decide to use a merge.


Open a new document and begin a mail merge using the Mail Merge Wizard.

Select Avery 5160 mailing labels as your label type.

Use the data source you saved earlier, "Mail Merge Data Source Lesson 3," for the addresses for your labels.

Insert an address block on each label.

Preview your labels for format and spelling errors.

Merge your labels and save them in a new document.

Submit your labels in the space provided for your instructor to review.

Answers

Answer:

Mail Merge Data Source

Explanation:

How would our lives be different without computers at social?

Answers

Answer:

We'll spend more time with our family like vacations, gatherings and any type of family activities. Always having fun like telling stories and maybe spending more time outside with nature. Hanging out with friends and family.

Answer:

Life without computers would be so pathetic. It would be so difficult to spend a life without computers. We would not be aware of technology or what things are being discovered.

Explanation:

Thank You Have A Good Day or Night <3

Buying the newest phone as soon as it is released when your current phone works perfectly is not a good idea for all but which of the following reasons?

Answers

Answer:

You are gonna waste money and it might not be the best idea

Explanation:

Answer:

waste money

Explanation:

which type of scatter plot should the team use

A team wants to display two or three quantities related to the material properties. They also want to plot each quantity along an axis. They should use a/n _______ type of scatter plot for such material selection. ​

Answers

Answer:

Pretty sure it's matrix scatter plot

Explanation:

I got 4/5 on plato

Which of the following could be an example of a type of graphic organizer about jungle animals

A. A collection of photos with links to audio files of noises made by jungle animals

B. A paragraph describing different jungle animals

C. A picture of one jungle animal with no caption

D. A first person narrative about a safari

Answers

B) A paragraph describing different jungle animals

Answer:it’s a collection of photos with links blah blah blah

Explanation:just took it other guy is wrong

What happens when a user clicks Accept on a meeting request?

Other events at that time are canceled, and the meeting cannot be canceled by the organizer.
The agenda is updated with the user’s contact information, and other events at that time are canceled.
The meeting cannot be canceled by the organizer, and the agenda is updated with the user’s contact information.
The meeting organizer is notified, and a copy of the meeting is added to the user’s Outlook calendar.

Answers

Explanation:

Other events at that time are canceled, and the meeting cannot be canceled by the organizer.

The agenda is updated with the user’s contact information, and other events at that time are canceled.

The meeting cannot be canceled by the organizer, and the agenda is updated with the user’s contact information.

The meeting organizer is notified, and a copy of the meeting is added to the user’s Outlook calendar.

Answer:

the last one

Explanation:

just did it

Complete the flowchart to calculate the area of a rectangle

Answers

Python Code:
Length=int(input(“Enter length of rectangle: “))
Width=int(input(“Enter width of rectangle: “))
Area=Length*Width
print(Area)
Flow Chart:
(Given in the image below)

Which keyword should Mark use for variable declaration in JavaScript?

Answers

VAR is the keyword he should use

Directions: Asba student of Contact Center Service, you already have an experience using different computer programs. Try to remember some of those by putting name of the computer program that you use in the first line below and its use on the second line.

__________. __________
__________. __________

__________. __________
__________. __________

__________. __________
__________. __________


Answers

Explanation:

can u suggest a title about quarantine

ex: My quarantine life

Answer:

I will get back to you later ok :)

I will send your answer as soon as possible :)

in the comments

Explanation:

I WILL PROMISE TO GET BACK TO YOU AS SOON AS POSSIBLE

What is a decision tree

Answers

A decision tree is a diagram or chart that people use to determine a course of action or show a statistical probability.

Which of the following statements best describes the relative amount of content held by digital libraries vs. the amount held by traditional libraries?

Digital libraries have more access to fiction, while traditional libraries have more access to nonfiction and reference materials.

Traditional libraries tend to have access to more information because they have been around longer.

Digital libraries and traditional libraries both tend to have the same access to information.

Digital libraries tend to have access to more information because they can share with other digital libraries.

Answers

Answer:

Digital libraries tend to have access to more information because they can share with other digital libraries.

Explanation:

A digital library can be defined as an electronic or cloud-based library where informations and books about various things, places, people, animals, subjects, etc, are kept for readers to access over the internet.

On the other hand, a traditional library is a physical library that people can walk into to read.

The statement which best describes the relative amount of content held by digital libraries vs. the amount held by traditional libraries is that, digital libraries tend to have access to more information because they can share with other digital libraries because they are usually interconnected through network.

differences between placeholders and textbook in PowerPoint ​

Answers

Answer:

fifthly, if it is an empty box. it disappear completely. sixth the size of a text box changes depending on the length of a text that we type . this is in contrast with a place holder box where changes are made of the font of the text

Explanation:

mark me a brainlist

Explain the following term ( a) GUI ( b) WIMP


please give me the answer of this question

don't spam​

Answers

Explanation:

here you go mark my brainlist plzz

Gsjsbsjsgdbajavajabjabsusbsbbsbsbshshshs

What is the output of print str if str = 'Hello World!'? A - Hello World! ... Q 18 - What is the output of print list[1:3] if list = [ 'abcd', 786 , 2.23, 'john', 70.2 ]?.
and Dim Message, Speak
Message=InputBox("Enter text" , "Speak")
Set Speak=Create0bject("sapi.spvoice")
Speak.Speak Message
Dim Message, Speak
Message=InputBox("Enter text" , "speak")
Set Speak=Create0bject("sapi.spvoice")
Speak.Speak Message
I hope someone can answer this 40 points to whoever does

Answers

Is this some jiberish or is this a different language because I can’t understand nothing you just typed

what are the hardware and software components of a computer​

Answers

Answer:

I. Hardware components of a computer includes monitor, speaker, central processing unit, motherboard, hard-drive, joystick, mouse, keyboard, etc.

II. Software components of a computer includes operating system, registry keys, antivirus, media player, word processor, etc.

Explanation:

The hardware component of a computer can be defined as the physical parts or peripherals that enables it to work properly. Some examples of hardware components are monitor, speaker, central processing unit, motherboard, hard-drive, joystick, mouse, keyboard, etc.

A software component of a computer comprises of software application or program that are used by the computer to manage or control software application, computer hardware and user processes. Some examples of software components are operating system, registry keys, antivirus, media player, word processor, etc.

In conclusion, the hardware components of a computer are the physical parts that can be seen and touched while the software components cannot be touched but rather are installed as a program.

Which is an effect of short-term environmental changes?
adaptation
speciation
extinction
death

Answers

Answer:

the answer is death

Explanation:

i just took the test on edge 2021! hope this helps :)

An effect of short-term environmental changes to the organisms that are living in an ecosystem is: D. death.

What is an ecosystem?

An ecosystem is simply a biological community that typically consist of both living organisms (biotic factors) and the physical environment (abiotic factors) in which they all exist, breed and interact with one another.

Generally, death is an effect of short-term environmental changes that occur to the organisms that are living in an ecosystem.

Read more on an ecosystem here: brainly.com/question/15971107

In this assignment, you will use all of the graphics commands you have learned to create an animated scene. Your program should have a clear theme and tell a story. You may pick any school-appropriate theme that you like.

The program must include a minimum of:

5 circles
5 polygons
5 line commands
2 for loops
1 global variable
You may wish to use the standard code for simplegui graphics below:
In Python please.

Answers

I have attached pictures.

Hope this helps!

I need so much help, can anyone please help me?

Answers

Answer:

I'm not sure about it, but it's something similar.

Explanation:

array name[3]

array marks[3,5]

Total←0

Average Mark←0

For Count ←1 To 3

WRITE "Input name"

INPUT array name[3]

NEXT

FOR Count ← 1 TO 5

WRITE "Enter Mark"

INPUT ←array mark[3,5]

Total ← Total+Mark

NEXT

avg ←Total/5

WRITE “Total of 5 Marks is:”, Total

WRITE “Average of 5 Marks is:”, avg

Help plz,l didn’t pay attention in class

Answers

Answer:

a) Input the marks value

b) Distinction

c) If marks =>50

d) Fail

Explanation:

The missing box entries in the flow chart from top to bottom are as follows -

a) Input the marks value

b) Distinction

c) If marks =>50

d) Fail

How does password encryption primarily protect a presentation?
O It prevents other users from saving the presentation.
O It restricts other users from opening the presentation.
O It restricts other users from emailing the presentation.
O It prevents other users from copyrighting the presentation.

The answer is B.) It restricts other users from opening the presentation.

Answers

if you have the answer why...

Answer: B: It restricts other users from opening the presentation.

Explanation: I just got it right

Realizar una lista de las herramientas manuales que se utilizan en carpintería y otra en herrería, dibuja cada una de ellas y explicar su funcionamiento

Answers

Answer:

En carpintería se utilizan martillo, cinta métrica, escuadras, niveles de burbuja, navaja, herramientas de marcado, destornilladores y sierra circular.

Explicación:

Las herramientas manuales utilizadas en carpintería son martillos, cinta métrica, escuadras, niveles de burbuja, navaja, herramientas de marcado, destornilladores y sierras circulares, etc. Con martillos se pueden unir dos piezas de madera. La cinta métrica se utiliza para medir. Las herramientas manuales que se utilizan para la herrería son martillos de mano, mazos, cinceles, punzones, punzones y una selección de tenazas con brocas, etc. Estas herramientas se utilizan para cambiar la forma después de estar blandas debido al calentamiento.

What is the next line?
>>> tupleB = (5.7.5.7.2.7)
>>> tupleB count(7)
2
1
0
3

Answers

Answer:

2

Explanation:

because

Does digital media play a big role in your life?

Answers

Answer:

Yes

Explanation:

I use social media every day and it impacts how I dress, what I eat, where I go, and more. Overall social media makes a big impact on my life

Other Questions
PLEASE HELP!! WILL BE MARKED BRAILIEST10 points for each question 7. reproductive cell containing genetic material from each parent organism, ableto grow into a complete new mold structureZygomycotayeastzygosporestolon8. sexual reproductive structure formed where two hypha of mold contact eachother *stalksymbiosissporeszygosporangium i need help asap pls and thank you. Can someone help me answer please HELP PLEASE (i need the answer and maybe an explanation but all i really want is an answer please) 2. James Watt is known as theO Creator of the seed drillO Creator of the textile loomFather of the Agricultural RevolutionFather of the Industrial Revolution The ______ system plays the key role in allowing organisms to have offspring and pass on their unique genetic information. A. cardiovascular B. musculoskeletal C. nervous D. reproductive Multiple ChoiceWhich of the following is typical of aerobic respiration?decreases a plants weightcontains two stages, glycolysis and fermentationproduces methane as a byproductproduces little energy Rewrite the following polynomial in standard form When making connections across two texts, you should look for ___, thesupporting details, the author's purpose, and whatever they have in common.O A. the author's voiceB. the main ideaO C. the organizationO D. the author's point of view Rewrite the following polynomial in standard form Hii..Plzz answer..Note the relationship between the first two words and suggest the suitable word(s) for the fourth place.Ques. - Axons : Nerve :: Cytons : ....... Find the length of GH.- 10 -9 -8 -7 -6 -5 4 -3 -2 -11-2-3G(-9, 4)-5-6H(-2. -6.7-8-9+10A. About 3 unitsB. About 7.3 unitsC. 53 unitsD. 9 units Jacob and Adam are selling pies for a school fundraiser. Customers can buy cherry pies and blackberry pies. Jacob sold 1 cherry pie and 1 blackberry pie for a total of $35. Adam sold 12 cherry pies and 9 blackberry pies for a total of $360. Find the cost each of one cherry pie and one blackberry pie. Write as an ordered pair. Ex: (cherry pie, blackberry pie) QUICK FOR A BRAINLEIST! awnser the question Why do scientists use light-year instead of Astronomical Units to measure the distances between stars? Please help me I will give brainliest to the person with the right answer! -2/3 x - 1 =19 yeah its -2over3 with x to the right then -1 = 19 If B = 49 13' and b = 10, find a.a. 4.6b. 8.6c. 5.4d. 6.5The answer is B.Couldnt find the answer when I was looking so I thought Id post it. Cules eran los dioses principales de los Incas?a. El Dios del Sol y la LunaC. El Dios de la Lunab. El Dios del Sol y la Tierrad. El Dios nico 3. In what specific ways does King call forth his experience as a preacher to lend persuasive power tothe speech?