Don’t do number 3 just 1 and 2

Dont Do Number 3 Just 1 And 2

Answers

Answer 1

Answer:

for #1 its the 3rd one and #2 its the 4th

Explanation:

:)

Answer 2
1. B
2. A

Hope this helps:)

Related Questions

20 POINTS!!!!!!!! ANSWER THE QUESTION DOWN BELOW. IF YOU ANSWER SOMETHING INCOMPLETE OR WRONG, I WILL TAKE IT DOWN. GIVING BRAINLIEST TO WHOEVER DOES IT RIGHT. PLEASE HELP THANKS!!!!!

Answers

Answer:

The missing tags have been added below.

Explanation:

HTML is an acronym for hypertext markup language and it is a standard programming language which is used for designing, developing and creating web pages.

Generally, all HTML documents are divided into two (2) main parts; body and head. The head contains information such as version of HTML, title of a page, metadata, link to custom favicons and CSS etc. The body of the HTML document contains the contents or informations of a web page to be displayed.

The complete code for the web page is written below;

<! DOCTYPE html>

<head>

< title > My Favorite Fruits </ title >

</head>

<body>

<h1> My Favorite Fruits </h1>

<p1> I really love fruit. My absolute favorites are in the list below. </p1>

<ol>

<li> Bananas </li>

<li> Strawberries </li>

<li> Watermelon </li>

</ol>

</body>

</html >

Note: The code isn't indented because i'm not using an appropriate code editor.

You should ensure your html document contains a header and a body while using the appropriate tags.

The <head> is the opening tag for the header and it should be closed with the </head> while the <title> </title > tag indicates the title of the page at the top of a web browser.

The body of the document starts with the <body> and </body>.

Also, the <h> and </h> tag is used to hold the text in the body while the <p> and </p> tag is used for paragraphs.

Lastly, since we are creating a document with an ordered list, we would use the <ol> and </ol> patent tag while the child tag <li> and </li> sorts the list numerically.

Which of the following best describes the existence of undecidable problems? *

Answers

Answer:

An undecidable problem is a problem for which there is no algorithm that can be constructed that would correctly guess the answer every time.

Explanation:

I found the answer choices, and that is literally the definition of an undecidable problem.

which of the following is a type of virus that travels through shared files and programs and can bring down an entire system?
A) trojan horse
B) worm
C) computer infection
D) spyware

Answers

Answer:

A) trojan horse

Explanation:

Answer:

The worm is able to bring down an entire system

Explanation:

Identifying an Editing Tool or Option
Which tool or option can you use to copy and apply the color of an existing text to another text within a presentation?
format painter
font dialog box
font color option
replace fonts option

Answers

Format painter I hope it’s right

Answer:

Format Painter

Explanation:

correct in Edge

Employees at Morning Buzz Coff ee Shop have been told they’ll get a bonus if they bring in enough pounds of recyclable newspapers. Th ey want a program to calculate the amount they need to bring in each day to make this total, based on the total number of pounds to be collected and the number of days they’ll be bringing in newspapers. Th e program should ask for these amounts and calculate how many pounds they need to bring in each day to make the total in that number of days. Th ey plan to run the program several times until they can find a number of pounds per day that seems reasonable. Using pseudocode, develop an algorithm to solve this problem. Include standard documentation and comments, and save your algorithm in a file named recyclingCalculator.txt in Notepad.

write this well, and add comments

Answers

223 AR 15's carbon 9's they all on me

There are different ways too write a code. Check more about this code below?

What is this code about?

The fires thing to do is to Start with:

Declare Numeric totalAmountOfNewspapers

Declare Numeric daysUntilDeadline

Declare numeric newspaperRequired

//calculate amount needed per day

Display "How many days are left until the deadline?"

Input daysUntilDeadline

Display "Enter the amount of newspaper you need."

Input totalAmountOfNewspapers

newspaperRequired = totalAmountOfNewspapers / daysUntilDeadline

Display "You have" + newspaperRequired + "until you reach the goal."

Learn more are programming from

https://brainly.com/question/22654163

#SPJ2

The simplest element that exists is only one proton and one electron. It is what stars are made of. It's symbol is "H". What is this element? * 1 point Helium Mercury Hafnium Hydrogen

Answers

Answer:

Hydrogen.

Explanation:

Hydrogen is the simplest element that exists. The symbol for the chemical element Hydrogen is "H" and it is a colourless, tasteless, odorless, and highly flammable gas.

Hydrogen is a chemical element found in group (1) of the periodic table and as such it has one (1) electrons in its outermost shell. Therefore, Hydrogen has an atomic number of one (1) and a single valence electrons because it has only one proton and one electron in its nucleus.

Additionally, all stars are made up of Hydrogen.

A star is a giant astronomical or celestial object that is comprised of a luminous sphere of plasma, binded together by its own gravitational force. Stars are typically made up of two (2) main hot gas, which are Hydrogen (H) and Helium (He).

Which task would most likely be completed by a physician’s assistant?
A.
Diagnose and treat medical conditions of patients
B.
Clean and maintain the hospital machinery and equipment.
C.
Conduct research studies to determine medication dosages.
D.
Review the budget and determine ways to save money.
E.
Prepare reports to be presented in medical conferences.

Answers

Answer:

A

Explanation:

My mom is a PA

Answer:

A

Explanation:

What are the steps for viewing changes by different viewers?

Answers

Answer:

Click the Review tab, click Show Markup, click Reviewers, then click the names to select or deselect them.

Explanation:

just did edge 2020 brainiest plz

After selecting tables for the query in the Show Table dialog box, which options are available in query Design view
Check all that apply.
renaming tables
o editing data in the table
selecting fields to display
setting criteria for filtering
choosing how to sort the records
moving data from one field to another

Answers

Answer:

3.selecting fields to display

4. setting criteria for filtering

5. choosing how to sort the records

Explanation:

In the design view, options like selecting the fields of display; setting the filters; and lastly, the sorting of data in records are the options available.

What is design view?

Design view is a program in computer software for the purpose of taking a look over the presentation before saving the file, and has multiple options for a focused view.

Hence, option B, C and D are true regarding design view.

Learn more about design view here:

https://brainly.com/question/13261769

#SPJ2

I NEED THIS ASAP

Which heading element displays the largest size heading?


The _____ heading element displays the largest size heading.

Answers

Answer:

h1

Explanation:

pluto

The H1 heading element displays the largest size heading among the other ones.

What is heading element?

A heading tag in HTML is used to define a page's headings. HTML defines six different levels of headings.

Headings help to structure the content of a web page by dividing it into different sections.

They assist sighted users in quickly scanning the page and finding information. However, they are required for assistive technologies to navigate a web page.

A heading element entails all font changes, paragraph breaks before and after the heading, and any white space required to render the heading.

H1, H2, H3, H4, H5, and H6 are the heading elements, with H1 being the highest (or most important) level and H6 being the lowest.

Thus, H1 is the largest size of heading.

For more details regarding heading element, visit:

https://brainly.com/question/8734395

#SPJ2

Which is a linear presentation?
A company includes a presentation with every new bookcase that has step-by-step building instructions that include hyperlinks to skip ahead to a further step.
A teacher allows students to explore a presentation about New York by choosing hyperlinks to attractions in the city that they are interested in seeing.
An insurance salesperson follows a presentation while explaining the different plans he sells.
A real estate agent prepares a slide stack for a couple so that they can click on pictures of condos that are in the school district they like.

Answers

Answer:

In a linear presentation, the screens progress in a sequential order, from one screen to the next. For example, the only way to move from slide 3 to slide 6 is to go through slides 4 and 5. ... Non-Linear presentations are useful in such cases.

Explanation:

Answer:

C.

An insurance salesperson follows a presentation while explaining the different plans he sells.

Explanation:

On edge

what are worms ? this question is from computer from chapter virus;​

Answers

a computer worm is a stand-alone malicious program which can spread itself to other parts of any device. However, one similarity is that both virus and worms are a subcategory of malware.

Answer:

A computer worm is a type of malware that spreads copies of itself from computer to computer. A worm can replicate itself without any human interaction, and it does not need to attach itself to a software program in order to cause damage.

Explanation:

Write a program that accepts three decimal numbers as input and outputs their sum.

Answers

Answer:

void sum(float a, float b, float c){

printf("%0.3f", (a + b + c));

}

Explanation:

The answer given is written in C, but the same function can be reimplemented easily in whatever language this is required in.

Which part of the email address signifies the domain name?

A. (Patrick)
B. (at sign)
C. (company_abc_.com)
D. (.com)

Answers

The part of the email address signifies the domain name is (company_abc_.com). Hence option C is correct.

What is email?

Email is defined as the internet-based transmission of computer-stored messages from one user to one or more receivers. People can exchange emails fast thanks to a global email network. The electronic equivalent of a letter is e-mail, which offers benefits in flexibility and immediacy. Email is a crucial medium for business communication since it is accessible, quick, inexpensive, and easy to replicate.

The email domain is the part of an email address that comes after the sign. The portion that comes before the x sign indicates the name of a mailbox and is frequently the recipient's username. The domain name is the text that follows the sign.

Thus, the part of the email address signifies the domain name is (company_abc_.com). Hence option C is correct.

To learn more about email, refer to the link below:

https://brainly.com/question/14666241

#SPJ2

A for-loop statement can iterate over many items in

a function.

a variable.
a list.

a pass statement.

Answers

A list ..............

Answer: a list. This is the correct answer I checked it out and got it right.

Explanation:

A for-loop statement can iterate over many items in a list. This is the correct answer I checked it out and got it right.

Calculate the formula unit mass if Al(NO3)3.(Al=27,N=14,O=16)​

Answers

Answer:

Explanation:

EMAIL query ? comment or request a type of GCSE calculation not covered? ... atomic masses are Al = 27 and O = 16; so the relative formula mass RFM or Mr = (2 x 27) + (3 x 16) = 102

pick a name fa me ❤️

Answers

Answer:

drug dealer

Explanation:

ask this somewhere else bro. im only answering it for the points.

gay baeee TBHHHHHH :P

(d) What other services beside cloud-based software may be provided by Internet hosts?[1]

Answers

Answer:

Internet

(Some have Cable TV)

Which of the following is not an operating system?
A. Linur

B. Nexus

C. Mac OS

D. Windows

Answers

Answer:

Nexus

Explanation:

I assume A should be "Linux" instead of "Linur". Mac OS, Windows, and Linux are all common operating systems

Selective colleges choose to have in-person meetings to learn more about the applicants. These meetings are called:

A. college recruiting meetings.
B. personal meetings.
C. student orientations.
D. college interviews

Answers

The meeting is called collage interviews

Selective colleges choose to have in-person meetings to learn more about the applicants. These meetings are called college interviews. Thus, option D is correct.

What is a College?

A college has been either an educational institution or itself or one of its component parts. A college would be the secondary school, a part of the a collegiate or the federal university, a postsecondary institution offering the degrees, or the facility providing the vocational training.

A college could be the high school or the secondary school, a college of the further education, a training facility that would grants trade qualifications,as well as a higher-education provider without university status, or the component part of a university.

In the United States, a college may provide undergraduate programs as an independent institution, as the undergraduate division of a university, as a residential college of a university, as a community college, or as the undergraduate division of a non-profit organization.

To learn more about College, visit:

brainly.com/question/4217955

#SPJ2

PLEASE HELP ME HELP ME NO IM NOT OKAY AND ITS NOT EASY FOR ME.....Vladimir is reworking an old slideshow. He needs to delete some of the text, combine or summarize other parts, and create a few new slides as well. He wants to only look at the text. Is there any easy way to do that?

A.
Yes, he can use the Outline view to see all the text in one place.
B.
Yes, he can use the Slide Master to view all the text in one place.
C.
No, he'll have to use the Slide pane to navigate the slides one by one.
D.
No, he'll have to copy all the text out into a word processor.

Answers

Answer:

Outline view

Explanation:

This is a formatted window that shows all text, headers, and titles in a popup on the left side of the screen. Slide master shows all the slides but includes slide details such as inserted images and smart art.

I'm skeptical about (b) , is this accurate or the ranges should be listed differently ?​

Answers

Answer:

My guess would be C2-C11, But I may be wrong

Imagine a graph

Hope this helps....

Put the following numbers in order from greatest to least: 15 0 -11 45 -37.
A. 45,15,0,-11 -37
B. 45, -37, 15, -11, 0
C. -11, -37, 0, 15, 45
D.45, 15, 0, -37, -11​

PLEASE HELP ME I NEED TO DO IT NOW

Answers

Answer:

A

Explanation:

The smallest number is -37 and the largest is 45

Option A, 45 is the largest number in the group. And -37 is the smallest. The other numbers in Option A are in the correct order.

When creating and modifying templates, which keys are used to add placeholders?
Alt+F9
Shift+F8
O Delete+F8
Ctrl+F9

Answers

Answer:

On the Slide Master tab, click Insert Placeholder, and then click the type of placeholder that you want to add. Click a location on the slide layout, and then drag to draw the placeholder. You can add as many placeholders as you like. (For Power point) But not sure about a short cut for it. Hope this helps!

Answer:

Insert Placeholder

Explanation:

Select the word or phrase from the drop-down menu to complete each sentence. File names consist of a ______ and a file extension. A file extension indicates the _______. A .bmp file extension indicates a ________ file.

Answers

Answer:

base file name, file format, bitmap image

Explanation:

File names consist of a base file name and a file extension.  A file extension indicates the file format.  A .bmp file extension indicates a bitmap image file.

What is a file?

The region where the information is collect is known as file.

The file may contain text, image, Gif, animation, audio, or video, etc.

The format of the file shows the quality of the file.

File names consist of a base file name and a file extension.

A file extension indicates the file format .

A .bmp file extension indicates a bitmap image file.

More about the file link is given below.

https://brainly.com/question/4461652

#SPJ2

I show you what the computer has processed and you have to look at my screen to see what I have for you. What am I?

Answers

Hey,

The answer to this is the monitor. This is the screen or screens that hook up to your pc most of them use the modern HDMI but there are other connecters like DVI,DisplayPort  and the old VGA.

Hope this helps have a great day

-scav

If a Magnet is Positive what will happen?
A. Metal will be Attracted
B. Metal will not be Attracted

Answers

Answer:

Your answer is A :)

Explanation:

You see, if a magnet is positive it means it will attract metal.

Hope this helps!

Have a good day, Pots ❤

Answer:

a

Explanation:

Use the table on the right to convert from decimal to binary.

The decimal value of binary 1000 is 10.
The decimal value of binary 1100 is 12.

The decimal value of binary 1001 is 11.

The decimal value of binary 1110 is E.

Answers

Answer:

The decimal value of binary 1100 is 12

Explanation:

on edge

Different computer applications and their uses.

Answers

Answer:

Application Software Type Examples

Word processing software MS Word, WordPad and Notepad

Database software Oracle, MS Access etc

Spreadsheet software Apple Numbers, Microsoft Excel

Multimedia software Real Player, Media Player

Presentation Software Microsoft Power Point, Keynotes

Explanation:

Which of the following describe FLAC audio files? Choose all that apply.

uses a codec that is open source

is exclusively supported by Microsoft OS

is similar file size to .mp3 file formats

may have .flac and .ogg file extensions

uses a codec that can be downloaded and used for free

Answers

Answer:

A, C, D, E

Explanation:

Answer:

A C D E

Explanation:

Other Questions
find y. (geometry) thank you :) I feel generous so here yall go first come first serve 18)Have you ever noticed things move or change in nature without the help of a human? Think about patterns of ripples formed insand on the playground, and a hole or dip formed in soit under a rain gutter. What is the BEST explanation of how things like thishappen?A)Soitand-rocks make changes tech season like teaves on treesB)Water and/or wind make changes to soil and/or rocks over timeC)Gravity causes dirt on the playground and under gutters to moveD)The Moon causes rocks and soil to move, like the tides of oceans16)Which process causes hillsides and mountains to gradually get smaller?-)rchOOop What's is 20% of 62?Helpppp The nth term of a sequence is 3n-1The nth term of a different sequence is 30nFind the only number that is in both of these sequences. Please help me with both of these!! HELP ASAP!! PLS HELP IM BEGGING YOU PLS PLS PLS!! (BRIANLIST) What is the primary goal of the purchasing process? Jose ran 5 miles on Monday, 12 miles on Tuesday and Wednesday. How many miles did he ran in total Which is a correct name for the angle shown?Line segments A B and B C combine to form an angle.Angle AAngle CAngle A C BAngle C B A why are convenience samples are not desirable? I need help its due in 30 minutes A force of 192 lb is required to hold a spring stretched 3 ft beyond its natural length. How much work W is done in stretching it from its natural length to 6 inches beyond its natural length Fill in the table using this function rule.y=26-4x ABCD is a parallelogram.AD = 12 cm.DC = 9 cm.The perpendicular distance offrom CD is 8 cm.What is the perpendicular distance of AD from BC? 6. The enzyme protease is most active at a pH of 8.0 and a temperature of 37 degrees Celsius. Which of the following changes would most likely decrease the enzyme activity?a. Amount of enzymeb. Amount of lightc. Temperature to over 50 degrees Celsiusd Amount of substrate (Help.) Which of the following represent a term in the expression 5h + 8?Select all that apply.855hh + 8 How much does a 60 kg table weigh If y = - 3x + 5, what is y whenX=2/3?Select one:7-1311 what other name has "Judea" been called throughout history?