What is the purpose of a hyperlink in a presentation?
A to add a joke to a presentation
B to create an attractive image
C to connect a user to a new slide, a file, or a webpage
D to keep track of the order of slides

Answers

Answer 1

Answer:

Answer:c to connect a user to a new slide, a file, or a webpage

Explanation:

Explanation:c

Answer 2

Answer:

c

Explanation:


Related Questions

One way to use contiguous allocation of the disk and not suffer from holes is to compact the disk every time a file is removed. Since all files are contiguous, copying a
file squires a seek and rotational delay to read the file, followed by the transfer at full speed. Writing the file back requires the same work. Assuming a seek time of 5 msec, a rotational delay of 4 msec, a transfer rate of 8 MB/sec, and an average file size of 8 KB, how long does it take to read a file into main memory and then write it back to the disk at a new location? Using these numbers, how long would it take to compact half of a 16-GB disk?

Answers

Answer:

The answer is below

Explanation:

a) Seek time = 5 msec, transfer time = 4 msec, transfer rate = 8 MB/sec = 8000 KB/sec, average file size = 8 KB

Transfer time = 8 KB ÷ 8000 KB/sec = 1 msec

The time required to read and write is twice the sum of the seek and transfer time.

Total time = (5 msec + 4 msec) * 2 + 1 msec = 19 msec

b) half of 16 GB = 8 GB = 8000000 KB

number of read and writes = (8000000 KB of total file size/ 8 KB of average file size) * 2 = 2000000

Transfer rate = 8 MB/sec = 0.008 GB/sec

Transfer time = 8 GB ÷ 0.008 GB/sec = 1000 sec

Total time = (5 msec + 4msec) * 2000000 + 1000 sec = 19000 sec

The following procedure is intended to return true if the list of numbers myList contains only positive numbers and is intended to return false otherwise. The procedure does not work as intended. PROCEDURE allPositive(myList) { index ←← 1 len ←← LENGTH(myList) REPEAT len TIMES { IF(myList[index] > 0) { RETURN(true) } index ←← index + 1 } RETURN(false) } For which of the following contents of myList does the procedure NOT return the intended result?

Answers

Answer:

[-1, 0, 1]

Explanation:

Given

The above procedure

Required

Which list does not work as intended

The question has missing options (the options are available online).

From the question, we understand the procedure is to return true for lists that contain only positive numbers.

However, the list does not work for [-1, 0, 1]

The reason is that; the procedure starts checking from index 1.

i.e. index ←← 1

In [-1, 0, 1], the element at index 0 is negative (-1).

Since the procedure starts checking from index 1, the procedure will not check the element at index 0 (i.e. -1).

Hence, it will return true, instead of false

In this exercise we have to use the knowledge of computational language in python, so we have that code is:

It can be found in the attached image.

So, to make it easier, the code in python can be found below:

NumList = []

Number = int(input("Please enter the Total Number of List Elements: "))

for i in range(1, Number + 1):

   value = int(input("Please enter the Value of %d Element : " %i))

   NumList.append(value)

print("\nPositive Numbers in this List are : ")

for j in range(Number):

   if(NumList[j] >= 0):

       print(NumList[j], end = '   ')

See more about python at brainly.com/question/2266606

how do i turn off itallics on a school chromebook i accidentally turned them on in another tab and i dont know how to undo them

Answers

u go in to the bar with i b u the is italics and u press it again and it will turn it off but u have to have the text selected

Why should you list more than one font if you are formatting some text using CSS?
Not every browser supports every font.
CSS will select the font that fits best on the page.
CSS will use different fonts when the page is refreshed.
All of the fonts will appear in the webpage.
PLZZ HELP ME IM TIMED

Answers

Answer:

Because if one font is not available, it will fall back on the ones that are. By providing several, you have a higher level of control over what happens to the site if a browser does not support one of the fonts. The alternative is the browser deciding to use it's own default font as a fallback. This can result in the webpage looking weird.

Question #4
Multiple Choice
MEZEA
Which is immutable?
O dataset
O tuple
O deque
O list

Answers

Answer:

tuple

Explanation:

the inner machinations of my mind ar- hey wait i´m not Patrick

name the default Package of java

Answers

Answer:

java.lang package

Explanation:

Java compiler imports java. lang package internally by default. It provides the fundamental classes that are necessary to design a basic Java program.

Using complete sentences post a detailed response to the following.

Many users do not like pop-ups such as alert boxes. Some people even have pop-up blockers in their browsers, which means that no boxes can pop up. As a website developer, would you include pop-up boxes? Why or why not? Should users block them in their browsers?

Answers

Answer:

No, I would not include pop-up ads in a website.

Explanation:

In my opinion, pop-up ads are very distracting and make it harder to navigate the website. If a website I'm on has too many pop-up ads I would leave. It drives people away and it annoys them.

Which service uses a broadband connection?
Select one:
O a. DSL
O b. 3G and 4G
O c. dial up
O d. all connections use broadband

Answers

Answer:

d

Explanation:

because all in one question form

Which security option should be used to ensure the integrity and validity of an Access database?

digital signature
database password
trust center options
start-up options

Answers

Answer:

The best security which could be used to ensure integrity and validity of Access database is:  

O. database password

Explanation:

Database password is the only option that best guarantee the integrity of an Access database due to the fact that, it limits the number of people who would be able to have access to it. This password is an administrative right given to those who are meant to access it and it is expected to be renewed every few months (probably every 3 months).

Without the password, no other person can be able to login. Also, no two individual can be able to login in same time using same credential login details assigned (that is, in scenario of using the same Username and password)

Answer:

A) digital signature

Explanation:

Which of the following terms refers to the legal protection provided against
copying, distributing, performing, or changing both published and
unpublished works?
A.intangible property
B.tangible property
C.copyright
D.intellectual property

Answers

Answer:

The answer is C is your answer I guarantee it is I know it

Which of the following best describes the purpose of an IP address?

IP addresses provide a unique number for identifying devices that send and receive information on the Internet

IP addresses assist in the reconstruction of a message that has been divided into many packets

IP addresses indicate the location where an internet-connected computing device was manufactured

IP addresses indicate how many times an individual packet has been requested by a router

Answers

IP addresses provide a unique number for identifying devices that send and receive information on the Internet

The best describes the purpose of an IP address is, that IP addresses provide a unique number for identifying devices that send and receive information on the Internet. The correct option is A.

What is an IP address?

An IP address is an address of the network of computers connected to the internet. The address is a sequence of numbers that are provided by the internet servers.

The full form of the IP address is internet protocol. It is the online address that is provided by the internet provider, The address will easily recognize if the person is using the internet. This address will be connected to the computers.

Thus, the correct option is A. IP addresses provide a unique number for identifying devices that send and receive information on the Internet.

To learn more about IP addresses, refer to the link:

https://brainly.com/question/16011753

#SPJ6

1 – Como contar uma história com responsabilidade e ética, utilizando técnicas aprimoradas para elaborar uma narrativa atrativa e responsável?

Answers

Answer:

Explain each part of the story in appropriate manner.

Explanation:

In order to tell the story with responsibility and ethics and create an attractive and responsible narrative, we have to explain each paragraph of the story that gives more information about the story as it proceeds to the audience. The story must have actions and humor in order to increase the interest of the listeners as well as a good message to the audience. Avoid inappropriate words or language during storytelling because it makes bad impression on the reader's mind.

jdr-wivg-vmb
co.me a.nd jo.in fa.st...
go.ogle me.et​​​​​

Answers

Explanation:

what is this don't post like this

(True or False) All notes have a rest?

Answers

Answer:

True i think i am not sure

Explanation:

Every type of note, like crotchets, minims etc, has a corresponding rest symbol that has the same time value.

What is motherboard ?​

Answers

Answer:

A motherboard is the main printed circuit board in general-purpose computers and other expandable systems. It holds and allows communication between many of the crucial electronic components of a system, such as the central processing unit and memory, and provides connectors for other peripherals

There is a population of owls in a forest. In one year there are 20 new owls born and 10 owls die. In this same year, 5 owls entered the forest and 2 owls left. How did the population of owls change in one year?

Answers

Answer:

The owls population increased by 13 in one year

Explanation:

The given data on the owl population are as follows;

The number of new owls born = 20 (positive increase in population)

The number of owls that die = 10 (negative decrease in population)

The number of owls that enter the forest = 5 (positive increase in population)

The number of owls that left the forest = 2 (negative decrease in population)

Let 'w' represent the number of new owls born, let 'x' represent the number of  owls that die, let 'y' represent the number of owls that enter the forest and let 'z' represent the number of owls that left the forest, we get;

The change in population, ΔP = w - x + y - z

By plugging in the values, we get;

ΔP = 20 - 10 + 5 - 2 = 13

The change in the population of owls in one year is an increase in 13 owls.

A friend is working on piecing together a computer. He calls and explains that he needs to buy a circuit board with ports and sockets that connects the main devices of his computer. Which computer component is he most likely explaining? Group of answer choices

Answers

So this component is the motherboard

Hope this helps.

-scav

what would happen without satellites???

Answers

Answer: without satellites there would be no way for the world to communicate

Explanation:

Answer:

Explanation:

Without satellites, we wouldn't have much choice in our television programs either, because there would be no more direct-to-home broadcasting, and cable operators would no longer have easy access to such a wide variety of channels.

Harold is working on a science project that includes a spreadsheet containing calculated results based on the data. An obviously incorrect result is being calculated and displayed. The data is correct, but the formula must be flawed. To get the correct information, Harold clicks on the cell containing the incorrect results and adjusts information contained in the:
A. the formula bar.
B. the shortcut toolbar.
C. the calculator pop-up.
D. the column header.

Answers

Answer: When entering a formula into a cell, you begin with  an equal sign

Functions and formulas are calculations a spreadsheet program applies to data.

Functions are preset calculations within spreadsheet software.

Formulas are user-entered calculations that may contain cell references, numerical values, and preset calculations.

What are benefits for robots doing work instead of humans?
What are some drawbacks for robots replacing humans?
write in complete sentences.

Answers

Answer:

Explanation:

Robots are able to complete tasks more efficiently and with more perfection than humans.

Humans in many production based jobs will loose their lively hood.

algorithm of how to calculate the area of a square.

Answers

Answer:

In order to calculate area of a square, 'A' be the area of square and the length of the square be 'a'. Then we need to calculate A= a*a. Step 2 :- Accept as input, the length of the sides of the square, and store the value in variable a. Step 3 :- Calculate the area of the square (a*a) and store in a variable A.

Explanation:

Answer:

Area = side x side. For example, the area of a square of each side of length 8 feet is 8 times 8 or 64 square feet.

N an AWS design template, the "depends on" property of a resource is represented by an _________ color dot. Red Orchid Blue Black

Answers

Answer:

Black

Explanation:

Explicit dependencies in Amazon Web Services are used to determine the order in which resources are added or deleted on AWS Cloud Formation. If a user wishes to create explicit dependency, a line from the "dependson" dot located at the route is moved to the gateway-VPC attachment.

The "dependson" dot helps to specify which resource is created before another. It is signified by a black dot (*). It can be used to override parallelisms and also to determine when a wait condition becomes activated.

Hey, Another question. I'm sure it's possible in the future, but I wanted to ask if HIE would be possible. I'm sure it would be, I just want to hear other people's comments on this. (Beatless)

Answers

Answer:

Originally Answered: Will there ever be a band as big as the Beatles? No, there will never be a band as popular as the Beatles. For one thing they were exceptionally good in a time of great music in general.

Explanation:

please mark this answer as brainliest

ASAP PLZZ

1. In the space below, explain how the Table Tools can be accessed in Word.

Answers

Answer:

Creating a Table

1) Click the Insert tab on the Ribbon

2) Click on Table

3) Highlight the number of columns and rows you’d like

OR

4) Click Insert Table

5) Click the arrows to select the desired number of columns

6) Click the arrows to select the desired number of rows

7) Click OK

You learned that you can use the tags to insert a link to another webpage. One problem that webpage developers face is that, after a time, links may no longer work. Can you think of ways that you can avoid broken links?

Answers

Answer:

Create hyperlinks instead

Explanation:

meaning and explanation of fortran​

Answers

Definition of FORTRAN. : a computer programming language that resembles algebra in its notation and is widely used for scientific applications. Hope this helped!

Answer:

is a general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing.

Explanation:

Fortran, as derived from Formula Translating System, is a general-purpose, imperative programming language. It is used for numeric and scientific computing. Fortran was originally developed by IBM in the 1950s for scientific and engineering applications.

List two building techniques or materials that should be considered if you are building in Tornado Alley.

Answers

Have a strong foundation and a tornado shelter.

What is the first step to understand the potential impact to the business about a Security threat?

Answers

Answer:

Identify assets and their values

Explanation:

As a security analyst, the first step to determine the potential security threat is to understand

what kind of assets needs to be protected?what is the value of such assets?

What creative commons license allow for the work to be copied, distributed, displayed, or performed but modifications may not be made without the owner's consent

Answers

Answer:

No derivative works.

Explanation:

An intellectual property can be defined as an intangible and innovative creation of the mind that solely depends on human intellect. They include intellectual and artistic creations such as name, symbol, literary work, songs, graphic design, computer codes, inventions, etc.

Copyright law can be defined as a set of formal rules granted by a government to protect an intellectual property by giving the owner an exclusive right to use while preventing any unauthorized access, use or duplication by others.

A copyright can be defined as an exclusive legal right granted to the owner of a creative work (intellectual property) to perform, print, record, and publish his or her work. Also, the owner is granted the sole right to authorize any other person to use the creative work. For example, the copyright law which protects the sharing and downloading rights of music is known as the Digital Millennium Copyright Act (DMCA).

A creative commons license is simply a public copyright license that allows for the free distribution of a copyright protected material and it can only be used by the intellectual property owner.

Generally, there are four (4) main types of creative commons and these includes;

I. Attribution.

II. Share alike.

III. Non-Commercial.

IV. No Derivative Works.

No Derivative Works is a creative commons license which allow for a body of work (material) to be copied, distributed, displayed, or performed by another person but modifications may not be made without the owner's consent.

2. You go to an intemet cafe to send an email to your friend upon returning home you
realize that you forgot to log out your account. What probably could happen to your
account?​

Answers

There is a risk that someone else would gain access to your account as well as your personal information.

Pueden cojer los datos privados hackear la cuenta

Other Questions
Read this excerpt from "The Open Boat" by Stephen Crane, and then complete the paragraph that follows."If we don't all get ashore" said the captain. "If we don't all get ashore, I suppose you fellows know where to send news of my finish?"They then briefly exchanged some addresses and admonitions. As for the reflections of the men, there was a great deal of rage in them. Perchance they might be formulated thus: "If I am going to be drownedif I am going to be drownedif I am going to be drowned, why, in the name of the seven mad gods who rule the sea, was I allowed to come thus far and contemplate sand and trees? Was I brought here merely to have my nose dragged away as I was about to nibble the sacred cheese of life? It is preposterous. If this old ninny-woman, Fate, cannot do better than this, she should be deprived of the management of men's fortunes. She is an old hen who knows not her intention. If she has decided to drown me, why did she not do it in the beginning and save me all this trouble.. . .In the meantime the oiler rowed, and then the correspondent rowed, and then the oiler rowed. Gray-faced and bowed forward, they mechanically, turn by turn, plied the leaden oars. The form of the light-house had vanished from the southern horizon, but finally a pale star appeared, just lifting from the sea. The streaked saffron in the west passed before the all-merging darkness, and the sea to the east was black. The land had vanished, and was expressed only by the low and drear thunder of the surf."If I am going to be drownedif I am going to be drownedif I am going to be drowned, why, in the name of the seven mad gods, who rule the sea, was I allowed to come thus far and contemplate sand and trees? Was I brought here merely to have my nose dragged away as I was about to nibble the sacred cheese of life?"In Stephen Crane's naturalist story, the repetition of the term "sacred cheese" invokes the idea of . This idea is in keeping with the theme of the story that humans are . Help Ill give brainliest! The list shows the growth in centimeters of students in two years. 6, 7, 8, 8, 8, 8, 9, 9, 10, 11, 11, 12, 14 Which box plot best displays a summary of these data? In science class, students are mixing water and a citric acid solution. The table shows how much water and acid solution two students use. Whose mixture is more acidic? Find the area of the circle with a diameter of 12 m.a 95.64 m2b 112.27 m2C 113.04 m2d 210.36 m2 What is the solution to the equation 4w=2/3?w=2/12w=2/7w=8/3w=3 1/3 Find the function h(x) = f(x) - g(x) if f(x)=3^x and g(x) = 3^2x - 3^x What type(s) of intermolecular forces are expected between SO3 molecules? ball & stick -+labels Indicate with a Y (yes) or an N (no) which apply. dipole forces ___ induced dipole forces ___ hydrogen bonding ___ How would Lyle Britten define Americanness? A sales manager collected data on annual sales for new customer accounts and the number of years of experience for a sample of 10 salespersons. In the Microsoft Excel Online file below you will find a sample of data on years of experience of the salesperson and annual sales. Conduct a regression analysis to explore the relationship between these two variables and then answer the following questions.Open spreadsheetCompute b1 and b0 (to 1 decimal).b1 =____ fill in the blankb0 =____ fill in the blankComplete the estimated regression equation (to 1 decimal).y= ____ + ____x fill in the blank 5xAccording to this model, what is the change in annual sales ($1000s) for every year of experience (to 1 decimal)?____fill in the blankCompute the coefficient of determination (to 3 decimals). Note: report r2 between 0 and 1.r2 =____ fill in the blankWhat percentage of the variation in annual sales ($1000s) can be explained by the years of experience of the salesperson (to 1 decimal)?fill in the blank ____ %A new salesperson joins the team with 8 years of experience. What is the estimated annual sales ($1000s) for the new salesperson (to the nearest whole number)?$____ fill in the blankSalesperson Years of Experience Annual Sales ($1000s)1 2 782 4 943 4 874 4 1045 5 1076 9 1097 9 1248 10 1219 10 12210 14 131 El prximo verano 1 of 1 (ser) muy caluroso. Question 2 with 1 blank Nuevas investigaciones en China indican que los osos panda 1 of 1 (se extinguirn). Question 3 with 1 blank Los cientficos afirman que 1 of 1 (hay) muchas plantas sin descubrir. Question 4 with 1 blank Las partes ms profundas del planeta 1 of 1 (se encuentran) en el centro del Ocano Pacfico. Question 5 with 1 blank La deforestacin de los bosques 1 of 1 (puede) producir tremendas erosiones de suelos. Question 6 with 1 blank El gobierno 1 of 1 (quiere) disminuir el consumo de energa elctrica. Solve the equation 40 = -10(y+0.3). what does the y equal A basin-like formation defined by highpoints and divides that descends into lower elevation is a/an _______. A. Aquifer B. Permeable rock layer C. Watershed D. Water Table The table shows Emily's monthly budget. Emily earns $1,300 a month.Monthly BudgetExpense Amount of MoneyClothes$260Food$350Cell phone$75College savings$195Car payment$300Other$120Which statement is NOT supported by the information in the table? Joyce goes walking on a track shaped like the solid line in the diagram shown. Find the total area enclosed by the track.A. 2,956.5 square metersB. 2,250 square metersC. 3,309.75 square metersD. 2,826 square meters At a point 70 feet from a tree, a forester measures the angle of elevation to the top of the tree to be 62. How tall is the tree to the nearest foot? The Malthusian view of the world argues that Group of answer choices famine in developing countries can be explained by examining their patterns of population growth population growth is helpful to developing countries because it provides a larger rural workforce one way to solve population growth in developing countries is to reduce their foreign debt the problem of population growth is a result of economic underdevelopment the contemporary problem of famine in developing countries is a result of the colonial legacy Un movil avanza a 20 m/s y recorre una distancia de 800 km. Determinar el tiempo en horas que utiliza What does putting on the sweater, even though it isnt hers, reveal about Rachel?She sticks up for herself when she knows she is right. She will do what she is told, especially when facing conflict. She can be talked into liking something that she does not like. Item 11A 10-foot ladder leans against a wall so that it is 6 feet high at the top. The ladder is moved so that the base of the ladder travels toward the wall twice the distance that the top of the ladder moves up. How much higher is the top of the ladder now? (Hint: Let 82x be the distance from the base of the ladder to the wall.)