Hypertext enables you to navigate through pieces of information by clicking the __________, that connect them.

Answers

Answer 1

What we usually click to open the hypertext is called; Hyperlinks.

What is hypertext?

Hypertext is defined as a form of writing with three characteristics namely;

Discernable free standing content nodes.Links between nodes.The expectation of active choice by readers.

Now, a hyperlink is one that points to a whole document or to a specific element within a document. Hypertext is simply text with hyperlinks which we click to view the hypertext.

Read more about Hypertext at; https://brainly.com/question/853165

#SPJ1


Related Questions

what is a computer?write any four features of computer​

Answers

Answer:

A computer is defined as an electronic device for storing and processing data, typically in binary form, according to instructions given to it in a variable program.

Four features of a computer would be CPU, GPU, Memory, and Motherboard.

Explanation:

Computer is an electronic machine which accepts raw data from the user , process the data according to the predefined set of instructions, gives and stores the result or instructions....

Or

A computer is an electronic device that can perform several task according to the given instructions...

The four features of computer are :

Speed

Accuracy

Versatility

Diligence

Storage etc....

[tex]...[/tex]

i hs no life hahahaha

Answers

Answer:

PLEASE ANYONE HELP WITH THIS

Explanation:

Answer:

me too lol

Explanation:

write the c programming that takes the input of 25 employees salaries and count the number of employees who are getting salary between 30000 and 400000

Answers

Using the computational language in C++ it is possible to write a code that uses the salary values ​​of the employees of a company dividing between the number of employees.

Writing the code in C++ is possible:

#include<stdio.h>

#inc1ude<conio.h>

void main()

{

int i, n, count = 0;

Long int salary[25];

clrscr();

printf(“\n Input salary of 25 persons:- ");

for(i=0;i<25;i++)

scanf("%ld", &salary[i]);

for(i=0;i<25;i++)

{

if(Salary[i]>30000 && salary[i]<40000)

count++;

}

printf("There are %d persons whose salary is in between 30000 and 40000",count);

getch();

}

See more about C++ code brainly.com/question/17544466

#SPJ1

A user in a small office environment explains to you that his office implements a small microsoft workgroup. users commonly share folders with each other. which access control model is represented in this example?

Answers

65DAC, is access control model is represented in this example, A user in a small office environment explains to you that his office implements a small Microsoft workgroup.

What are folders?

Folders are the virtual location where data is stored in the computer, there can be the several folders in a computer can be made and can name it accordingly. The folders can store the maximum GB files in it.

Thus, it is 65DAC

For more details about folders, click here:

https://brainly.com/question/17616752

#SPJ1

A(n) ________ is often developed by identifying a form or report that a user needs on a regular basis.

Answers

A user view is often developed by identifying a form or report that an end user needs on a regular basis.

What is a database?

A database can be defined as an organized and structured collection of factual data that are stored on a computer system as a backup and are usually accessed electronically.

In database management system (DBMS), a user view is often developed by a software developer through an identification of a form or report that an end user needs on a regular basis.

Read more on data here: brainly.com/question/13179611

#SPJ1

A malicious actor is preparing a script to run with an excel spreadsheet as soon as the target opens the file. the script includes a few macros designed to secretly gather and send information to a remote server. how is the malicious actor accomplishing this task

Answers

Thay is the malicious actor accomplishing this task is done by using the VBA code.

What is The Visual Basic button?

It opens the Visual Basic Editor, in which you create and edit VBA code. Another button at the Developer tab in Word and Excel is the Record Macro button, which robotically generates VBA code that could reproduce the moves which you carry out withinside the application.

To run VBA withinside the “Microsoft Visual Basic for Applications” window, you could simply press “F5” key button or click on the “Run” icon withinside the toolbar.

Read more about the spreadsheet :

https://brainly.com/question/26919847

#SPJ1

Write an algorithim and flowchart to check it the temperature is more than 25°. If it more than 25°C switch fan on else off.​

Answers

Answer:

write the sly flowchart

Explanation:

#stdlib.etc

main()
{

    int temp;
    bool fan = false;

    print("enter the frigin temperature: ");

    read(temp);

    if (temp > 25)

     {
         fan = true;
         print("the fan is on");
     }
     else
      {

           print("the fan is off");

      }

      return 0;

}

Select the correct answer.
which certification would be best for a web applications developer ready to move up from an entry-level position?
oa comptia a+
ob. cisco certified design associate
oc. microsoft certified solutions developer (mcsd)
od. oracle certified associate

Answers

The certification that would be best for a web applications developer ready to move up from an entry-level position is CompTIA a+.

What is the most useful IT certification?

There are a lot of most demand certifications and they include

CompTIA (A+, Cloud+, Security+)Microsoft Certified Azure Solutions Architect Expert.Information Technology Infrastructure Library (ITIL), etc.

Note that CompTIA A+ and other entry-level certifications is used to prepare a person for an entry-level IT position and as such, The certification that would be best for a web applications developer ready to move up from an entry-level position is CompTIA a+.

Learn more about certifications from

https://brainly.com/question/24931496

#SPJ1

Answer: microsoft certified solutions developer (mcsd)

Explanation: got it right on test

Tick the best alternatives 1. Which one of the following is input device? a) Speaker b) Printer c. Monitor d. Mouse​

Answers

Answer:

d. Mouse

Explanation:

A mouse is used to move a the cursor around the screen. You use the mouse to open applications or drag and drop files. It gives the computer instructions (input) . Therefore it is an input device.

Output devices :A speaker is an output device because it outputs sounds.A printer is an output device which is used to output information(print) on paper.A monitor is used to display.

Answer:

D. Mouse

Explanation:

An input device is a device that help input data or commands. A mouse here helps to issue commands to the computer

Which three options below describe typographic hierarchy?

Select all that apply.

A
the importance of information shown through the text

B
the presentation of text in terms of structure

C
the placement of the text defining its flow and hierarchy

D
the use of only upper case text

Answers

The three options that describe the typographic hierarchy are given below:

The importance of information is shown through the text.The presentation of the text in terms of structure.The placement of the text defines its flow and hierarchy.

Thus, the correct options are A, B, and C.

What is Typographic hierarchy?

Typographic hierarchy may be characterized as an approach that utilizes typography: the size, font, and layout of distinct text components to produce a hierarchical division that can authenticate users where to look for specific information.

The purpose of using this methodology is to focus on the main points of the article accordingly. It increases the sense of understanding of the readers with focus.

Therefore, it is well described above.

To learn more about Typographic hierarchy, refer to the link:

https://brainly.com/question/12076206

#SPJ1

Question 3 of 10
in which part of the Scratch interface does a programmer combine code
blocks to build the program?
OA. Block palette
OB. Stage
OC. Scripts area
O D. Sprite info pane

Answers

The part of the Scratch interface that a programmer combine code

blocks to build the program is the Block palette.

Which part of the sprite screen has programming blocks?

The block palette is known to be the part where all the code blocks can be found.

Note that all the Blocks are said to be color coded by category and as such, The part of the Scratch interface that a programmer combine code

blocks to build the program is the Block palette.

Learn more about Scratch interface from

https://brainly.com/question/27820529

#SPJ1

It is important to consider design details when creating an api because: ______________

a. the api will go through a rigorous code review process.
b. the api should be intuitive for other engineers to use.
c. the api will be displayed to the front-end users.
d. apis have strict design requirements engineers must adhere to.

Answers

It is very important for programmers to consider design details when creating an API because: B. the API should be intuitive for other engineers to use.

What is an API?

API is an abbreviation for application programming interface and it refers to a software intermediary or computing interface that comprises a set of executable codes, tools and protocols that helps software applications and computers to communicate with each other, as well enable the exchange of data.

Some examples of common application programming interface (APIs) are:

Go-ogleFace-bookTwi-tter

In conclusion, it's very important for programmers to consider design details when creating an API because it should be intuitive for other engineers to use.

Read more on API here: https://brainly.com/question/20910074

#SPJ1

Answer: B. the API should be intuitive for other engineers to use

In what year was the first permanent photographic image created?
O 1906
O 1826
O 1609
O 1786

Answers

Answer:

1826

Explanation:

it was in 1826 when the first permanent photographic image was created.

In company a, there is a team that performs day-to-day it operations with a focus on security. they are responsible for a wide range of tasks, such as network security, device provisioning, and application patching/deployment. which security operation is being carried out by this team?

Answers

The security operation being carried out by this team is Administrative in nature.

What is the role of an Administrators?

An Administrators is known to be a person who works or handles the day-to-day deployment, operation and looking of an IT environment.

Note that their areas of concern are the systems, networks and applications as well as others and as such, The security operation being carried out by this team is Administrative in nature.

Learn more about  security operation from

https://brainly.com/question/371967

#SPJ1

write an algorithm to print the first 100 odd numbers​

Answers

Answer:

ALGORITHM :

Step 1: Start

Step 2: Declare variable c of integer type

Step 3: Set c=0

Step 4: Repeat step 4.1 to 4.3 while (c<=100)

Step 4.1: if (c%2 != 0)

Step 4.2: then print c

Step 4.3 : c=c+1

Step 5: Stop

FLOWCHART:

Explanation:

How can researching information on the Internet best help creative writers?

A. They can first write an informational piece.

O B. They can practice editing grammar mistakes.

C. They can procrastinate before writing.

OD. They can look for descriptive words to use.

Answers

Researching information on the Internet can best help creative writers to  look for descriptive word to use. The correct option is D.

Who are the creative writers?

The one who writes or creates a content to market an organization or create question answers for an academic firm.

The creative writers must have a wide knowledge of vocabulary to create unique and copyright content with less plagiarism.

So, to increase their vocabulary, they do research on the internet to find the descriptive word. Thus, the correct option is D.

Learn more about creative writers.

https://brainly.com/question/4086268

#SPJ1

what are the methods of gilding

nonsense will be immediately reported. ​

Answers

Methods of gilding include hand application and gluing, typically of gold leaf, chemical gilding, and electroplating, the last also called gold plating. Parcel-gilt (partial gil) objects are only gilded over part of their surfaces.

Brent recently received funding for his fast-food chain in Michigan. As a result, he hires Angela to set up a top-level domain so that she can start an online delivery system through his web portal as well. He wants Angela to put a unique domain name so that his website appears a little different from the other competitors. Analyze which of the following top level domain names Angela should opt for under such requirements. a. .mil.
b. .biz.
c. .eu.
d. .com.

Answers

The option among the top level domain names that Angela should opt for under such requirements is .biz.

What's a domain name?

Domain names are known to be formed to create IP addresses very easy so that one can easily remember.

Note that the domain name of biz is better for Angela to use as it is suitable for her business and as such, The option among the top level domain names that Angela should opt for under such requirements is .biz.

Learn more about domain name from

https://brainly.com/question/17062016

#SPJ1

are tigers and goldfish related

Answers

Yes, they are by law of America

If you attempt to add an int, a byte, a long, and a double, the result will be a(n) __________ value.

Answers

It’s 29+69= -39 because there are a parental axis and that causes her base to be in the car with a car and it. J I just don’t have to go use them for the next few minutes.

how can you use Upload Files & Folders View when designing A website.

Answers

In the process of designing a website, an end user can upload files and folders by navigating to Site Tools > Site > File Manager.

What is a website?

A website simply refers to a collective name which connotes a series of webpages that are linked together (interconnected) with the same domain name, so as to provide specific information to end users.

In Computer technology, an end user can upload files and folders when designing a website by navigating to Site Tools > Site > File Manager.

Read more on website here: https://brainly.com/question/26324021

#SPJ1

What makes a recipe for a meal an example of an algorithm?
A. It results in a finished meal that is consumed.
B. It is outlined as a set of instructions.
C. It includes a number of ingredients.
D. It can be shared electronically over the Internet.

Answers

Answer:

b

Explanation:

it outlines as a set of instructions so you can do it correctly.

Define a function calc_pyramid_volume() with parameters base_length, base_width, and pyramid_height, that returns the volume of a pyramid with a recta

Answers

Answer:

Te ayuda

Explanation:¿Cuál es la fórmula para calcular el volumen de una pirámide rectangular?

Resultado de imagen para Defina una función calc_pyramid_volume() con los parámetros base_length, base_width y pyramid_height, que devuelve el volumen de una pirámide con una recta

El volumen de una pirámide rectangular es definido como el espacio tridimensional ocupado por esta figura. Podemos calcular la medida de este volumen al multiplicar al área de la base por la altura de la pirámide y dividir por tres.

What is the difference between the wiring configurations for a residential, 8-position, 8-contact (8P8C) modular plug and jack in the Universal Service Order Codes (USOC) and ANSI/TIA/EIA 570-B

Answers

The key variance between how the two wiring configurations described are in the way that the pair numbers three and four are situated or placed.

What is Service Order Codes (USOC)?

The above refers to a system of specifications that was created by Bell Systems company to enable the connection of equipment used in buildings both in homes and in public places.

The ANSI/TIA/EIA 570-B on the other hand is the standard that the cabling for telecommunications must meet.

Hence, the primary variance between how the configuration or settings of the wiring for a residential, 8-position, 8-contact (8P8C) modular plug and jack in the Universal Service Order Codes (USOC) and ANSI/TIA/EIA 570-B is in the way that the pair numbers three and four are situated or placed.

Learn more about wiring at:

https://brainly.com/question/25922783
#SPJ4

Write a Pascal program that will prompt the user to enter the radius of a circle.
The program should calculate the area and the circumference of the circle and display the result

Answers

A Pascal program that will prompt the user to enter the radius of a circle is as here as follows.

How is the circumference of a circle programmed?

The circumference of a circle can easily be calculated with the following formula. Circumference = 2*pi*r where r is the radius of the circle and the value of pi = 3.1415.

int main() { int rad; swimmers PI=3.14, area, ci; printf("\nEnter radius of circle: "); scanf("%d", andrad); area = PI * rad * rad; printf("\nArea of circle : %f ", area); ci = 2 * PI * rad; printf("\nCircumference : %f ", ci); return (0):

Read more about the  Pascal program:

https://brainly.com/question/23566992

#SPJ1

A major way the National Information Infrastructure Protection Act of 1996 amended the Computer Fraud and Abuse Act was the substitution of the term ______ computers for federal interest computers so that the statute now protects any computer attached to the Internet.

Answers

A major way the National Information Infrastructure Protection Act of 1996 amended the Computer Fraud and Abuse Act was the substitution of the term protected computers for federal interest computers so that the statute now protects any computer attached to the Internet.

What is the National information infrastructure protection act?

It is an amendment act of Computer Fraud and Abuse Act and was enacted in 1996. The act is for the cyber crimes and frauds.

Thus, the correct option is protected.

Learn more about National information infrastructure protection act

https://brainly.com/question/13371540

#SPJ1


type the correct answer in the box. spell all words correctly.
james wants to create a digital portfolio to show case his work and experience. which supporting document should he include to show the
purpose, subject, and technical details of the designs

Answers

The supporting document that he should include to show the purpose, subject, and technical details of the designs is a link and also user experience.

How do you create a digital portfolio?To create a good Digital Portfolio, one can:Use their strongest samples. Include all the detailed information. Look into the user experience. Test run digital portfolioShow forth your unique creative style.

Note that in the above case, The supporting document that he should include to show the purpose, subject, and technical details of the designs is a link and also user experience.

Learn more about portfolio from

https://brainly.com/question/24811520

#SPJ1

Effective data communication relies on many components to function collaboratively and reliably. When troubleshooting network problems, you'll need to be able to identify which component is most likely causing the problem based on the symptoms you're observing. Identify the most likely issue causing the problem in each scenario.

Answers

The likely issue cause of the problem in the scenario.

Modem: Problem: Dante's home router reports that it's not connected to the internet.

What is the reason for the above scenario?

The reason for the modem problem may be due to  some issue that occurs with the connection of the modem device

Therefore, The likely issue cause of the problem in the scenario.

Modem: Problem: Dante's home router reports that it's not connected to the internet.  because it is only with the modem that he can connect to the internet and thus need to solve the issue.

Learn more about  communication from

https://brainly.com/question/26152499

#SPJ1

How does a cloud-first strategy differ from other approaches to cloud?

Answers

Cloud-first strategy differ from other approaches as It keeps all the services performed by legacy systems while moving to the Cloud in a staggered approach.

What is a cloud first strategy?

The change of cloud computing has brought about  “cloud-first” strategy.

This  is known to be a way to computing that tells that a firm should look first to cloud solutions when creating new processes or taking in old processes before taking in non-cloud-based solutions.

Note that Cloud-first strategy differ from other approaches as It keeps all the services performed by legacy systems while moving to the Cloud in a staggered approach.

See options below

it enables an organization to completely move to the cloud without infrastructure or support requirement

it keeps all the services performed by legacy systems while moving to the cloud in a staggered approach.

it partners technology with multiple other disciplines for comprehensive business transformation.

it uses artificial intelligence to automate all business processes and completely eliminate human error.

Learn more about cloud from

https://brainly.com/question/19057393

#SPJ1

100 POINTS FOR ANYONE WHO CAN DO THIS!
Make the following modifications to the original sentence-generator program:

The prepositional phrase is optional. (It can appear with a certain probability.)
A conjunction and a second independent clause are optional: "The boy took a drink and the girl played baseball".
An adjective is optional, it may or may not be added to the sentence to describe a noun: "The girl kicked the red ball with a sore foot".
"Optional" is implying that the program should include these elements in a semi-random frequency.

You should add new variables for the sets of adjectives and conjunctions.

Answers

Let's check what can be modified

Before calling def we need adjective and conjunctions stored inside variables

Store them(You may change according to your choice)

[tex]\tt adjectives=("foolish","bad","long","hard")[/tex]

[tex]\tt conjunctions=("and","but","for","after")[/tex]

We have to make optional ,easy way ask the user to do instead of yourself .

[tex]\tt con=input("Enter\: yes\: if \:you \:want \:to \:use \:conjunctions:")[/tex]

[tex]\tt adj=input("Enter\:yes\:if\:you\:want\:to\:use\: adjectives:")[/tex]

If they click then we can proceed else no problem let the program run

[tex]\tt def\: conjunctionPhrase():[/tex]

[tex]\quad\tt if\: con=="yes":[/tex]

[tex]\quad\quad\tt return\:random.choice(conjunctions)+"\:"+nounPhrase()[/tex]

[tex]\quad\tt else:[/tex]

[tex]\quad\quad\tt continue[/tex]

You may use pass also

[tex]\tt def\: adjectivePhrase():[/tex]

[tex]\quad\tt if\:adj=="yes":[/tex]

[tex]\quad\quad\tt return\:random.choice(adjectives)+"\:"+nounPhrase()[/tex]

[tex]\quad\tt else:[/tex]

[tex]\quad\quad\tt continue[/tex]

Other Questions
How did World War I have an impact on American consumers?A. Technological advancements made during the war helped createnew products for people to buy.OB. American consumers were greatly reduced because the war hadkilled a major part of the U.S. population.OC. The war reduced consumerism in the United States as peoplewere used to focusing only on buying what they needed.D. The war had a minor impact on American consumers during thefighting, but had no influence after the war ended. how does air move around the earth Candidate A: Jeb Bush Candidate B: Sarah PalinCandidate C: Barack ObamaCandidate D: Hillary ClintonList the strengths and weaknesses of each candidate.I give Brainliest to the first person. :) please no links ! help i will give 20 thax Jacob had trouble matching his facial expressions to the appropriate emotion or correctly interpreting others' emotional cues from their facial expressions. He needed more help from his Group of answer choices social neurons. motor neurons. mirror neurons. interpretive neurons. Which of the following events immediately followed the Battle of San Jacinto? Doctor faustus contains multiple themes; with this is mind, please answer the following questions: 1.) identify one theme in doctor faustus. 2.) explain/defend your answer with evidence from the text (specific examples or quotes) of why you think this is a theme. Please help me with this probability question; Id really appreciate it!The attendance at a village fair depends on the weather.The probability of a high attendance at the fair is 0.9.This is reduced to 0.4 if it is raining.The probability of it raining is 0.2.What is the probability of its raining and there being a high attendance?0.60.080.360.18 What does the acronym M.A.I.N stand for? Choose an excerpt from the Canterbury Tales' "The Prologue" and read it as a feminist or Marxist critic. What does the example you choose reveal about Chaucer's attitude toward women and social class? From this example, what inferences can you take about Chaucer's intent? In 3-5 sentences, explain your response. Name the structure that increases the surface area of the small intestine in humans. Complete each sentence by matching each reflexive pronoun to the subject with which it agreeS,The people blamedI made a promise toourselvesThe girl sang toherselfThe cat cleaned00000 what occurs to the sugar levels within the leaves at night? Suppose you are sitting in the passenger seat of a parked car. You hear sounds coming from the stereo of another car parked on the opposite side of the street. You can easily hear the low-pitched bass sounds but cannot hear the any high-pitched sounds coming from the parked car. Explain why you think this happens. Which details develop the central idea that the Grimms collected stories to preserve culture? Check all that apply.O The tales of the Grimm Brothers demonstrate how language andcustoms can create a bond between people.0 The Grimm Brothers recorded the stories because fewer and fewerpeople were collecting and preserving them.. The Grimm Brothers were born in Germany in the 1700s, and their tales were published in the 1800s.Their stories reveal truths about the conditions people lived in when the tales were recorded.The Grimm Brothers would be surprised that they are now known more for their tales than for their studies ofliterature.1) IntroDone How were Japanese Americans treated when they volunteered for the army? Who were the regulators in the american revolution. What did European policy makers realize about pollution in the 1970s? At a murder scene, you have started making an image of a computers drive. Youre in the back bedroom of the house, and a small fire has started in the kitchen. If the fire cant be extinguished, you have only a few minutes to acquire data from a 10 GB hard disk. Discuss your options for preserving the data Quel est le fminin des adjectifs suivants?Curieux ______________________________________Premier ______________________________________Meilleur ______________________________________Bon ______________________________________National ______________________________________