Three differences between Selecting and Highlighting​

Answers

Answer 1

Answer:

highlighting is selecting a text & it turns into a color

selecting is just going over the text with a cursor

Explanation:

Answer 2

Answer:

Selecting an item is simply choosing something. Highlighting is to note important information. Highlighting only takes important details, selecting chooses objects.


Related Questions

Which What-If Analysis tool would you use to solve the following problem? You want to determine how your company can stay profitable by varying the commission rates for your 12 sales people.

Answers

The What-If Analysis tool would you use to solve the above problem is data table.

What is a Data Table?

A data table is known to be the scope of cells that a person can use to alter values in some of the cells and handle other issues.

Note that for one to solve the problem with  determining how your company can stay profitable by varying the commission rates for your 12 sales people, the use of data table is advisable.

Learn more about Analysis tool  from

https://brainly.com/question/7232529

#SPJ1

With an Internet connection, you can view, modify and delete files stored in your
cloud storage account at anytime, from any______
or mobile device.

Answers

Answer:

Computer

Explanation:

Files stored in the "cloud" are stored remotely in some file system in one or more data centers. To access these files from any device you need to have an internet connection. Technically speaking, you can Create, Read, Update and Delete(C.R.U.D) anything stored in any cloud from any internet connected device as long as you have the permission to do so.

define computer based information systems

Answers

Computer Based Information System (CBIS) is an information system in which the computer plays a major role. Such a system consists of the following elements: Hardware: The term hardware refers to machinery.

What is algorithm in coding using C++

Answers

Answer:

C++ algorithm

Explanation:

The C++ algorithm is a precise step-by-step general solution guide that was created with the goal of providing the most efficient and least time-consuming solution to any problem. The designation in C++ denotes a set of functions that run on a certain set of components. Algorithms are used to solve issues and perform functions. Algorithms only function with values; they have no bearing on the size or storage capacity of a container. An algorithm can be found in a recipe for making a cake, a method for solving a long division problem, the process of doing laundry, and the functioning of a search engine, to name a few.


What are the steps to view two different versions of the same document at once?
1. Go to the
tab on the ribbon.
2. Select
v to open a drop-down menu.
3. After opening a dialog box, select the
4. Next, choose any settings in the More section.
5. To view all changes merged into a document that will not impact previous versions, select Show Changes in:
vand click OK.
It’s review
Compare
Document versions
And new document

Answers

The versions of the document file are opened in the same document, with the steps followed to change the selection in new document.

What is a document file?

The document file is given as the electronic copy of a product used to refer the documents and make changes in them.

In order to view two documents files simultaneously in the word, the following steps must be followed:

The review option in the ribbon tab is selected.The dropdown menu is selected by clicking on the compare.From the dialog box appeared, the document version is selected.The more section is selected from any settings.The changes merged into the document will alter the new document only by selecting show changes in new document.

Learn more about document file, here:

https://brainly.com/question/4461652

#SPJ1

A client sends a 128-byte request to a server located 100 km away over a 1 GB optical fiber. What is the efficiency of the line during the remote procedure call? ANS: Sending 128x8=1024 bits over a 1 Gbps line takes ~

Answers

The efficiency of the line during the remote procedure call is the  is 1 microsec.

What is efficiency about?

Efficiency deals with the ability for one to be able to avoid wasting time or materials resources to get a result.

Note that :

In sending Sending 128 x 8= 1024 bits over a 1 Gbps

Note therefore that will take the line about ~1 microsec.

Learn more about efficiency from

https://brainly.com/question/25350730

#SPJ1

please anyone could help me? very urgent within 50 min

Answers

Answer:

first one is (a) next one is (b)

Explanation:

Tim is a project manager. He is brainstorming with his team about problems that could arise during the next phase of the project. They are also listing strategies for avoiding these problems. Tim is _____

a)writing the requirements document
b)creating a communication plan
c) conducting a risk assessment
d)writing the success criteria​

Answers

Answer:

b.

Explanation:

just took the quiz

While storms could be a cause, power______ are more likely to be caused by disturbances from high-demand equipment in a home or building.

Answers

Answer:

outages

Explanation:

While storms could be a cause, power outages are more likely to be caused by disturbances from high-demand equipment in a home or building

22 POINTS!!!! Susan has decided to develop a website on a WYSIWYG editor. What kind of setup would she require so that she can publish the web pages on the Internet?
Susan would need to register the , A: Site name, B: Owner name, C: programming language....

A: Domain name, B: source code, C: Software name.....

and A: Programming language, B: Web host, C: HTML code.....

to enable the WYSIWYG editor to publish her web pages on the Internet.

Answers

Answer:

Site name, Domain name and web host

Explanation:

Aisha designed a web site for her school FBLA club and tested it to see how well it would resize on different systems and devices. What kind of design did Aisha use?


Mobile development
Readability
Responsive
Software

Answers

Answer: responsive

Explanation:

its called mobile responsivness and most good websites have it

Do you think EA sports should add more tape jobs to the game? (Game is nhl22)

Answers

Answer:

yes

Explanation:

selecting ___ on the file tab gives you the option to create a video of your presentation to be emailed

Answers

By selecting Export menu on the file tab gives you the option to create a video of your presentation to be emailed.

What is a presentation method?

A presentation method is known to be the way that a person  uses to deliver their presentation.

Note that By selecting Export menu on the file tab gives you the option to create a video of your presentation to be emailed and one can do what they what to do.

Learn more about presentation from

https://brainly.com/question/24653274

#SPJ1

Help me on this pleaseeeeee

Answers

Answer:

We can push the cork forward into the bottle , and then shake the bottle to the downward and get the coin out.

Explanation:

Because it was one of my experiments to try

In this lab, you will use a web API to fetch and display quotes on a selected topic, as shown below (please see image)

Answers

Answer:

 

Explanation: what class is this aND grade

Which of the following could be part of an algorithm?

Answers

Answer:

the following what

Explanation:

there is no  work attached

The height (t), in feet, of a balloon is calculated by using the equation - 3r+2 where ris time, in seconds. What is the height of the balloon after 30 seconds?​

Answers

Answer:

92 feet

Explanation:

Substitute r with the time given (30 seconds)

t = 3r+2

t = 3(30) + 2

t = 90 + 2

t = 92

That is the answer

- Kan Academy Advance

How to find for memory in C++

Answers

C++ is a programming language that is for generalized purposes. Memory in C++ is present in the memory address stored as a variable.

What is a memory address?

A memory address is a path that stores the memory of codes and the programs. It can be given from the references of the C++ language that uses the variables.

The variables are the inputs that are created in the program and are stored as the variables in the address. The assigned values of the variables get stored.

Therefore, the variables are stored in the memory address in C++

Learn more about C++ here:

https://brainly.com/question/10937743

#SPJ1

1 switch will turn on/off all the lights and a second switch will change the lights from all being the same to different

Answers

One can make a circuit by Listing all the Component Used For The Design Of The Electric Circuit

What is the circuit about?

When three bulbs are said to be be connected in series to a givem battery called B1, and if a person switch SW1 ON especially for all three bulb, they will have the same brightness.

The Component Used For The Design Of The Electric Circuit are:

18Volt Battery ( two 9 Volts batteries connected in series).Three Filament lamps LMP1=LMP2=LMP3= 6V 6W. Three resistors of R1=100Ω, R2=12Ω and R3=3Ω.SPST Switch =SW1. TPST Switch = SW2.

See full question below

How do you make a circuit so 1 switch will turn on/off all the lights(3 lights) and a second switch will change the lights from all being the same brightness to all being different brightness?

Learn more about lights from

https://brainly.com/question/54872

#SPJ1

Gary says, "Ports are where data enter a network before reaching a gateway. The data travel via transmission
media." Choose the correct explanation mfor why Gary is right or wrong.

Answers

The correct explanation of why Gary is wrong is that Ports are where connectors attach to destinations, not where data enter the network.

What is a port?

A port is physical part of the computer system where the external devices are connected using cables.

Therefore, it serves as an interface between the motherboard and an external device of the computer.

From Gary statement about ports, he is wrong because, Ports are where connectors attach to destinations, not where data enter the network.

Learn more about ports here:

https://brainly.com/question/4804932

#SPJ1

A blueprint or a "print" needs to
O be printed on blue paper
be a photograph
have enough information to build something
O be printed on both sides of the paper

Answers

Have enough information to build something

Which of the following functions is an exponential decay function?
o f() = 0.3x5
o f() = 5. 3x
o f() = 5.0.3x
o f(x) = 3x-5

Answers

Answer:

o f() = 0.3x5

In the function f (x) = bx when 0 < b < 1, the function represents exponential decay.

do 1-3 and for number 3 I would say just use a image for that one tyyy who

Answers

Answer:

1. Kpop,Anime and for holidays I like thanksgiving and christmas.

2. Children Appreciation Day

3. is the image below

Explanation:

how can I master the computer organization ​

Answers

Answer:

This course qualitatively and quantitatively examines computer design trade-offs, teaches the fundamentals of computer architecture and organization, including CPU, memory, registers, arithmetic unit, control unit, and input/output components.

Explanation:

it can be difficult. For me it was one of the most challenging classes but also one of the my most interesting ones. You gain an understanding of what occurs at 7 different layers of abstraction (similar in theory to the OSI model used in networking but different). It can be hard

A ________ is not an intelligent device.

options:

1)Switch


2)Router


3)Server


4)Hub

Answers

The hub is not an intelligent device

In Computer networking, a hub is a network device that isn't an intelligent device.

What is a hub?

A hub can be defined as a network device (node) that is designed and developed to broadcast data to every network devices or computers that are connected to it.

This ultimately implies that, a hub is a network device that isn't an intelligent device because it broadcasts data to every network devices or computers that are connected to it.

Read more on hub here: https://brainly.com/question/26956118

#SPJ2

what's the difference between an operating system and an application software?​

Answers

Answer:

An operating system is something that controls the functions of an application software(app). The app does specific tasks for the end-user; the end user is someone who is, or is supposed to, use a product. The app uses API to request services from the operating system. If the user is interacting direct with software, it is an application software.

Explanation:

anyone know how to create a background image code in css for the header of the my website using
Beauty and a Beat
Justin Bieber

Answers

To add background color , use the css background color property. Then you want to set it to the color you want and place it inside a style.Then add the style you choose.

Create an Html code to register for summer camp using all tags. Which should have Name, Class (dropdown button), Gender (radio) button) Interest(checkbox) and Skill details(text area) from the user.​

Answers

HTML codes are used to create web pages that can be run on a web browser.

How to write the HTML code?

To create the HTML code, we simply make use of the form elements and other elements that can be placed on the form.

Using the above highlight, we can now create the HTML code

See attachment for the HTML code

Read more about HTML at:

https://brainly.com/question/14710064

#SPJ1

Select the correct answer from each drop-down menu. Susan has decided to develop a website on a WYSIWYG editor. What kind of setup would she require so that she can publish the web pages on the Internet? Susan would need to register the , , and to enable the WYSIWYG editor to publish her web pages on the Internet.

Answers

Answer:

the ans is b

Explanation:

i did it on edge

Michael is friendly, enthusiastic, and helpful. His peers appreciate his _____. opinions opinions hard work hard work aptitudes aptitudes personality personality

Answers

Enthusiasm, helpfulness, and friendly nature are the traits of a person's personality. Peers of Michael appreciate his personality.

What is a personality?

A personality is a behavioral, emotional, or cognitive set of qualities that a person gets from environmental and biological factors. It also includes the psychological and the motivational-based interactions.

The personality defines the friendly, helpful, and enthusiastic nature of a person. When the person shows these characteristics then they are appreciated for their good personality traits.

Therefore, Michael has a good option D. personality.

Learn more about personality here:

https://brainly.com/question/2335009

#SPJ1

Other Questions
4) How might this text BEST be used by a teacher working with a groupof students?A)to convince students to be patriotic in their schoolsB)to tell students what they should believe aboutpatriotismto give students an understanding of a soldier'sLifestyleDto show students how to write an effectivepersuasive essay diferencia entre historieta y caricatura Baby Caden wants to arrange 11 blocks in a row. How many different arrangements can he make? Consider theequationS=Ut+ 2gt Write the equation of the circle graphed below. please help, will give brainliest Acids which contain only hydrogen and a single other element are referred to as. Which of the following expressions would give the number of ways to choose a group of 7 from a group of 15?A. 7!/1517!B. 15!/718!C. 7!/1518! What is the initial vertical velocity? Select the correct answer. Write the text for a leaflet persuading young people to take up a new activity. You do not need to include pictures or leaflet layout.You will need to think about: what the activity is why they would enjoy it how to do it.I will give you a brainliest Please help asap!!!!!!!!!!! Art, drama and architecture were all very important to Greek culture. CHOOSE ALL that apply to the art, drama or architecture of Classical Greece.A:Plays were performed in large, outdoor theaters. Paintings were known for their realism and detail. The Parthenon was built to honor gods and honor talents.B:Actors were pulled from the streets. Art was done with abstract qualities. The Great library was built to honor learning and education.C:Sports, musicals and symphonies were performed in the coliseum. Many paintings were created using geometric shapes and colors. The Hanging Gardens were one of the great wonders of Ancient Greece. What is the BEST explanation for how stirring the salt into the glass of water increases the rate of solution?A) Stirring increases the surface area of the solute B) The solute particles do not stay on the bottom of the glass C)Stirring increases random motion and contact between solute and solvent D) Stirring decreases the kinetic energy of the solution and aids in dissolving The graphs below show the average monthly rainfall in three ecosystems over three consecutive years. Which ecosystem is likely tobe the most stable? Please help lotta points! i think its the last one???????/What form of poetry always has five lines?LimerickHaikuCinquainBoth cinquain and limerick An isosceles trapezoid with bottom base 26.5 decimeters, top base 8.5 decimeters, and height 9 decimeters. Find the area. a. 238.5 dm2 c. 157.5 dm2 b. 257.5 dm2 d. 315 dm2 Please select the best answer from the choices provided A B C (64 / 8 + 2 - 10) + (9 x 9 + 19) = 2 points 100 90 99 Three polygons are still use the drop-down menus to describe the polygons use a protractor click the protractor button below What did the us military use to carry out a cyber attack against iran in 2010? a robot a nuclear weapon a virus called stuxnet a satellite-guided drone