If your presentation uses a background, your text should _____.

be placed in bulleted lists
work well with the background
be at least 50-points
be written in paragraph form

Answers

Answer 1

your text should work well with the background.

It's very important for the text to be readable.

Answer 2

Answer:

B (work well with the background )  

Explanation:

I have chosen B, to be the best solution and here is why. Since, your presentation uses a background you would want your text to be fitted well with the background of your choice. That way users can still see the text.


Related Questions

Guys I need help I cant download anything in the app store I restarted my phone and I know it's not the space on my phone I have alot of space I exited the app store but I still can't download anything help ​

Answers

Can you give me further explanation? For example, how is your phone not letting you download things? What model of a phone is it? what update is it on? and to what extent can you download something?

what is electro magnetism

Answers

Answer:

Electromagnetism is a branch of physics involving the study of the electromagnetic force, a type of physical interaction that occurs between electrically charged particles

Explanation:

Answer:

malay ko di ko alam sagot dyan eh kaya isip ka rin ghourl

hi who plays among us

Answers

Answer:

Me

Explanation:

Lol

Answer:

used to, i like that the game is inexpensive and run well, i hate the thirst boys though

Explanation:

9.2 Code Practice: Question 2
Edit your solution from the previous array height problem by adding additional code that increases the value of the element at (0,2) by a value of 3, and then reprints the array

Expected Output
[[16, 17, 14], [17, 18, 17], [15, 17, 14]]]
[[16, 17, 17], [17, 18, 17], [15, 17, 14]]]

Answers

Answer:

height = []

height.append ([16, 17, 14])

height.append ([17, 18, 17])

height.append ([15, 17, 14])

print(height)

height[0][2] = height[0][2] + 3

print (height)

Explanation:

hope this helps!

The height problem is a sequential program and does not require loops, iteration and conditions.

The additional code segment  that adds 3 to the element at (0,2) is:

height[0][2] = height[0][2] + 3

To reprint the array, we make use of the following print statement:

print (height)

So, the complete program is as follows:

height = []

height.append ([16, 17, 14])

height.append ([17, 18, 17])

height.append ([15, 17, 14])

print(height)

height[0][2] = height[0][2] + 3

print (height)

Read more about sequential programs at:

https://brainly.com/question/13893632

Can someone give me the code for the edhesive 3.7 code practice for python? Thanks.

Answers

Answer:

Its me I think u might be able to know :)

Explanation:

QUICKLY PLEASE!!!

Respond to the following in three to five sentences.

What is the purpose of netiquette guidelines?

Answers

Answer: As the conventional etiquette, which lays out rules of ethics in social contexts, the purpose of netiquette is to help create and sustain a friendly, relaxed and productive atmosphere for online contact, as well as to avoid putting pressure on the system and creating tension between users.

Explanation:

Why do you usually find domain names instead of IP addresses in a URL? Select one: a. An IP address would make your web page load more slowly b. A domain name is easier to remember C. An IP address is not guaranteed to get you to the right server computer d. Domain names are free, while IP addresses are very expensive ​

Answers

Answer:

b

Explanation:

for exaple brainly.com is easy to remember instead of 104.17.73.91

Selena made a diagram to compare and contrast transmitters and receivers.

A Venn diagram of two ovals. The left oval is labeled Transmitters. The right oval is labeled Receivers. There is an X inside the overlap.

Which label belongs in the area marked X?

Amplifies radio waves
Demodulates radio waves
Sends out radio waves
Captures radio waves

Answers

Answer:

A. Amplifies radio waves

Explanation:

e2021

Answer:

its A on ED

Explanation:

Some people recommend deleting social media accounts because of the troubling legal and ethical implications of social media. Do you support this position? Why or why not?

Answers

Answer:

I do not support this

Explanation:

One reason is because the benefits for social media out way the unbeneficial parts.one reason is because sites like social media have forever changed the life of many familys across the globe.

write a chemical reaction to show that nitric acid contains nitrogen​

Answers

Answer:

HNO3 &NO2

Explanation:

Some people argue that it is acceptable to pirate digital media be a no one really gets hurt. How would you respond to someone who made that argument?

Answers

Answer: I say that it is not acceptable to pirate digital media. I say this because it is the exact same thing as cyber bullying.

Explanation:

!PLEASE HELP! My business office specialist class, this is about Access.

Which settings are available in the Options dialog box? Check all that apply.

the name of the user or the initials
the images to include in a database
the object types to include in tables
the default format for new databases
the default folder for storing databases
the folders containing trusted databases
the number of databases to save in each folder

Answers

Answer:

b

Explanation:

Answer:

Probably late but the answers are

A: the name of the user or the initials

D: the default format for new databases

E: the default folder for storing databases

F: the folders containing trusted databases

Now it says this and the airplane mode option is dull

Answers

Explanation:

Click the airplane mode again and see if your internet turns back on. if not then click the internet symbol and check to see why its down.

Answer:

can't use internet on airplane mode that's for battery save or no services

Carmen printed her PowerPoint presentation at home. Her mom was angry because Carmen used 20 pieces of paper and all the color ink. What option did Carmen most likely use to print
her presentation?
Print full page slides print handouts. Print note pages or print options will give Brainliest ANSWER

Answers

Answer:

She used 1 sided and color

Explanation:

those are the options she used

Carmen printed her PowerPoint presentation at home. Her mom was angry because Carmen used 20 pieces of paper and all the colored ink. She used 1 side and color.

What is the printer?

A printer is a device that receives the text and graphic output from a computer and prints the data on paper, typically on sheets of paper that are standard size, 8.5" by 11". The size, speed, sophistication, and price of printers vary.

One of the more frequent computer peripherals is the printer, which may be divided into two types: 2D printers and 3D printers. While 3D printers are used to produce three-dimensional physical items, 2D printers are used to print text and graphics on paper.

Therefore, at home, Carmen printed out her PowerPoint presentation. Carmen used 20 pieces of paper and all the color ink, which made her mother furious. She used color and one-sided.

To learn more about printers, refer to the link:

https://brainly.com/question/17136779

#SPJ2

PLEASE HELP AND HURRY!!!

Which command group on the Format tab of the SmartArt Tools contextual tab allows a user to change the fill and outline of SmartArt shapes?

Shapes
Shape Styles
Arrange
Size

Answers

Answer:

Shape Styles

Hope this helps :)

Mark me brainiest

Explanation:

delete temp or %temp% files in Windows 10 is safe and, can it help boost up your PC fps?

yes or no

Answers

Answer:   yse

Explanation...

HELP!!!
To help ensure that an HTML document renders well in many different web browsers, it is important to include which of the following at the top of the file.

A) an tag
B) a doctype declaration
C) a tag
D) a tag

Answers

Answer: B

Explanation:

I did not get why there 3 of the same question

Answer:

I think it is:

B. a doctype declaration

Explanation:

what are yall favorite songs mine are all the stars by Kendrick Lamar, SZA


Clouded by Brent Faiyaz


Sundress by A$AP rocky


Broken clocks by SZA


drama by roy woods and drake


swimming pools Kendrick Lamar


Trust by Brent Faiyaz


B***h, Don’t Kill My Vibe kendrick lamar


they all made me feel like im in a movie yk

Answers

Answer:

Rehab by brent faiyaz

Hell by asap rocky

teen spirit by sza

fish by tyler the creator

snow by xxxtentacion

some of my favorites

also sundress is a great song

element by kendrick lamar

Explanation:

Answer:

What You Head Brent Faiyaz

Lost Kidz get money Brent Faiyaz

In Lust we trust Steve Lacy

Speed Kali Uchis

Body Language Kali Uchis

Lovely Brent Faiyaz

Hit Different Sza

and more

Explanation:

Ask the user to input a number less than 100. Print all the numbers from that number to 100.

Which loop correctly does this?


num = int (input("Enter a number between 1 and 100: "))
c = num

while (num 100):
print (c)
c = c + 1

num = int (input("Enter a number between 1 and 100: "))
c = num

while (c <= 100):
print (c)
c = c + 1

Answers

Answer:

The second one:

num = int (input("Enter a number between 1 and 100: "))

c = num

while (c <= 100):

print (c)

c = c + 1

Explanation:

First of all, you don't know Python... (LEARN IT)

Second of all, The first loop doesn't make sense? num 100

And the second one works, you can try compiling it (lazy to explain...).

Answer:

num = int (input("Enter a number between 1 and 100: "))

c = num  

while (c <= 100):

  print (c)

  c = c + 1

Explanation:

What pets are on Terraria and how can you get them?

Answers

Answer:

There are over 15 new pets that can be found in chests and dropped rarely off enemies: Baby Dinosaur, Baby Eater, Baby Hornet, Baby Penguin, Baby Skeletron Head, Baby Snowman, Baby Truffle, Black Cat, Eyeball Spring, Pet Lizard, Pet Parrot, Pet Sapling, Pet Turtle, Squashling, and Tiki Spirit.

Explanation:

Answer:

You can get some from the traveling merchant, others can be found by simply playing the game. Most bosses drop pets in master mode, and the EoW and BoC rarely drop pets in normal mode

Explanation:

You defined a class and saved it as shoe.py.
Which line of code will allow you to use the class in another program?
from shoeClass import *
O import shoe from
O from shoe import
O import shoeClass from

Please hurry

Answers

Answer:

Import shoeClass from

Explanation:

You defined a class and saved it as a shoe. The line of code that allows you to see the class in another program is import shoeClass from. The correct option is d.

What is programming?

A form of computer programming language known as procedural programming describes a number of well-planned actions and processes during the course of its development.

It includes statements, functions, and commands that are organized systematically to finish a computing task or program. Its main focus is on developing procedures.

While object-oriented programming is a type of programming where the emphasis is on creating objects as opposed to actions and data or logic. Its four guiding principles are encapsulation, abstraction, polymorphism, and inheritance.

Therefore, the correct option is d. import shoeClass from.

To learn more about programming, refer to the link:

https://brainly.com/question/14368396

#SPJ5

One advantage of putting information into a database is that you can filter the data.
O True
O False

Answers

Answer:

True.

Explanation:

One of the purposes of databases is to allow data lookup through queries, which is basically filtering data, using efficient algorithms too.

Answer:

True

Explanation:

What is a product of respiration

Answers

Answer:

carbon dioxide and water

Explanation:

=SUM(A6:19,sheet3!A12)
which part of the formula references the work sheet?​

Answers

Answer:

SHEET3!

Explanation:

Answer:

Its A - Sheet3!

Explanation:

On edge 2021

The
feature in Photoshop will help Franklin see the printed version of the document on the screen before he actually prints it.

Answers

Answer:

print preview

Explanation: platooo

What is the purpose of concatenation?

To combine two variable names in order to form a string
To combine two or more strings into one big string
To pull out a group of characters from a string
To pull out one specific character from a string

Answers

Explanation:

Concatenation allows you to add multiple strings together to form one long string by using the '+' operator between each string, so the purpose of concatenation is "to combine two or more strings into one big string" (third option).

Hope this helps :)

company abc is buying computers for board members

Answers

Answer:

Not enough information.

Explanation:

The template code provided is intended to take two inputs, x and y, from the user and print "pass" if one or more of the following is true:

x is not less than 4
y is not greater than 5 and x + y is less than 7
However, when using De Morgan's law to simplify this code, the programmer has made some mistakes. Can you correct the errors so the code functions as intended?


Answers

I hate math so I couldn’t tell you but hope you can find an answer my guy!

To prevent the header from appearing on the title page of your document, select the______ option .
a. Different Odd and Even Pages
b. Different First Page
c. Position Grouping
d. Page Number​

Answers

Answer:

b. Different First Page

HELP!!!

To help ensure that an HTML document renders well in many different web browsers, it is important to include which of the following at the top of the file.


A) an html tag

B) a doctype declaration

C) a body tag

D) a head tag

Answers

Answer:

The detail answer of this question is given in explanation section.

The simple answer is option B

Explanation:

Let took at each option:

A) an html tag

An html tag is used to start and end html document. It does not have anything to do with rendering.

B) a doctype declaration

The document type declaration is necessary because it tell the browser which version of html should be rendered.

C)Body tag tell the browser. it is the visible area of website.

D) A hear tag is used to clear meta data about website.

Answer:

I think it is:

B. a doctype declaration

Explanation:

Other Questions
How many different positive rotations of less than 360 degreeswill map a square to itself? A. infinitely manyB. 1C. 3D. 0 Popular language in India; mixture of Persian and a local language.A.UrduB.HindiC.SpanishD.Slavic Using the graphing function on your calculator, find the solution to the systemof equations shown below.2y- 4x= 6y- 2x=7A. No solutionB. More than 1 solutionC. x= 4, y=-2D. X= -1, y= 1 Un seor es un nio true or false? Company A charges $18 plus $0.15 per mile what is the rate per mile charged by company A Write the missing forms of each verb Leon 2A Las Verbes How are Badlands National Park and Wind Cave different?A. Badlands has more cliffs and wildflowers.B. Wind Cave does not allow camping.C. Only Badlands is a national park.D. They are in different states. Wow! You know so much about German! Your friend Jordan, however, knows nothing about it. write the equation of the line that passes through the point (2,-1) and has a slope of -3 Which value is included in the situation set for the inequality graphed on the number line? What is a claim in a persuasive text?the writers purpose for writingthe writers use of evidencethe writers argument or thesis the writers background knowledge Who were the people who organized and sustained the effort? What were their roles?( for the Why we cant wait book) Potato salad cost $1.29 per pound at the deli Counter about how much do you think 4.5 pounds of potato salad will cost In three sentences or fewer, explain the difference between using geothermal energy to generate electricity and using the geothermal gradient to heat your home with an underground heat pump. Why is cellular respiration important?A or B?A. It changes energy in glucose into energy that can be used.B. It changes radiant energy into chemical energy for all living things. help help help help help help help help pls The density of a gas is 1.35 L what is the volume of the gas when the mass is 12.5 g A plant cell has a 5%, percent salt concentration. It is placed into a solutioncontaining a 12%, percent salt concentration.Explain what will happen to the cell and why? On a map of Volleytown, a scale of 1 centimeter = 50 kilometers is used. If the actual distancefrom Setter Street to Spike Street is 75 kilometers, how far apart should the two streets be on themap? This is an example of a(n)?A) ContractionB) Enlargement