In Microsoft Word, when you highlight existing text you want to replace, you are in



A.automatic mode.

B.basic mode.

C.typeover mode.

D.insert mode.

Answers

Answer 1
The correct answer is C. Typeover mode

This is when you select a text and can then type over it and it automatically replaces it with what you're writing. It also creates a little box that lets you edit the selected part easily if that's what you need with things like bold or italic or change the text color.

Related Questions

While it may be possible for rivals to match technology, the true exploitable resource created and leveraged through collaborative filtering technology is the data asset?

Answers

While it may be possible for rivals to match technology, the true exploitable resource created and leveraged through collaborative filtering technology is the data asset? The answer is True

What command would you use to make a secure shell connection to the ubuntu client machine? ()?

Answers

What command would you use to make a secure shell connection to the ubuntu client machine? SSH

"1. how do you prevent unauthorized personnel from accessing your cisco device through the console port? "

Answers

The device should be physically protected. This means it should be located in special room (server room) in which access will have only authorized personnel. \
Second thing is to use password protection. With password protection everyone who wants to configure the CISCO device will have to authorize him/herself.
Final answer:

To prevent unauthorized access to a Cisco device through the console port, set a strong password and implement physical security measures to control access to the device.

Explanation:

To prevent unauthorized personnel from accessing your Cisco device through the console port, you should take several security measures. First, configure a password for console access. This can be done by entering the Cisco device’s global configuration mode, using the command line 'configure terminal', and then setting a password with 'line console 0' followed by 'password YOUR_PASSWORD' and 'login'.

Additionally, it's crucial to use a strong password that is both secure and easy to remember. Using a passphrase made up of a collection of words is a good practice, such as 'correcthorsebatterystaple', which is more secure than complex but shorter passwords.

Lastly, ensure that physical security measures are in place to restrict access to the device itself. This can involve keeping networking devices in locked rooms or cabinets, and maintaining a registry of authorized personnel who have physical access to these devices.

Write a program, using the syntax of whatever language you like, that produces different behavior depending on whether pass-by-reference or pass-by-value-result is used in its parameter passing.

Answers

```
#!/usr/local/bin/python3
 

def add2x( x ):
    print( "beginning of add2x, x = %d" % x )
    x += 1
    print( "end of add2x, x = %d" % x )

def add2y( y ):
    print( "beginning of add2y, y = %d" % y[ 0 ] )
    y[ 0 ] += 1
    print( "end of add2y, y = %d" % y[ 0 ] )

if( __name__ == "__main__" ):
    x = [ 5 ]
    y = [ 5 ]

    print( "before add2x, x = %d" % x[ 0 ] )
    add2x( x[ 0 ] )
    print( "after add2x, x = %d\n" % x[ 0 ] )

    print( "before add2y, y = %d" % y[ 0 ] )
    add2y( y )
    print( "after add2y, y = %d" % y[ 0 ] )
```



Let's assume that the smallest possible message is 64 bytes (including the 33-byte overhead). if we use 100base-t, how long (in meters) is a 64-byte message? while electricity in the cable travels a bit slower than the speed of light, once you include delays in the electrical equipment in transmitting and receiving the signal, the effective speed is only about 40 million meters per second. (hint: first calculate the number of seconds it would take to transmit the frame then calculate the number of meters the signal would travel in that time, and you have the total length of the frame.)

Answers

As we know that 10-bAse data travels at the rate of 10 mbps, therefore at 1 sec we have 10240 bytes.

We have to calculate for 64 bytes travelling in one second. Multiply both sides by 64.

64 sec = 10240 x 64 bytes

64 bytes = 64 / 10240 sec

Now we have to calculate for light of speed

1 sec = 186000 miles

Substitute this value to the formula above

64 bytes = 64 / 10240 x 1 sec = 64 / 10240 x 186000 miles = 64 / 10240 x 186000 x 5280 feet = 6138x10^3 feet

Therefore, 64 bytes is equal to 6138 x 10^3 feet long message

The original amount of money you deposit in a savings account is called __

Answers

it is called principal 

Consider ________ when designing for display on a mobile device. font size all of these contrast small screen size

Answers

to be honest...i really dont know 

Answer:

all of these

Explanation:

    Good application design is one that considers the knowledge the consumer already has. In this regard, application designs that value the platforms for which they were developed are valued and use conventions that are already rooted in people's minds. That's why it's important to consider color patterns, typography, responsive design, and platforms when developing an application.

Martin wants to calculate integer multiples up to 10 for a list of numbers. For example, he needs to multiply the first number in a list, list[0], by 1, 2, 3, etc., up to 10. What should he use?

Answers

A for loop.






----------------------------

How can you differentiate between standard and protocol? Write at least on example of each of these terminologies?

Answers

Both protocol and standard define set of rules used by  two or more parties to interact between themselves.
The difference is that a standard is a formalized protocol accepted by most of the parties that implement it. Standards have exact and detailed specification regarding the network and define guidelines that specify the communication between the parties, 
Examples for protocols are: hyper-text transfer protocol (HTTP), file transfer protocol (FTP) ,transmission control protocol / internet protocol (TCP/IP)...
Examples for standards: IEEE 802.3, IEEE 802.7, IEEE 802.11,..

1)
________________ is an abbreviation of advertising supported software and refers to anything that displays advertisements when using a computer, such as when browsing on the internet, or using a CD or DVD that contains adware.

Answers

Adware is an abbreviation of advertising support software and refers to anything that displays advertisements when using a computer, such as when browsing on the internet, or using a CD or DVD that contains adware

A _______ is used to analyze and summarize your data without graphical support.

Answers

Pivot table is the answer

Which pair of properties apply to both sound and electromagnetic waves?
A) Both waves carry energy and refract.
B) Both waves are longitudinal and carry energy.
C) Both waves are transverse and matter from one place to another.
D) Both waves carry energy and do not need a medium to travel throug

Answers

Final answer:

Option A is correct; both sound and electromagnetic waves carry energy and refract. Sound waves are mechanical and require a medium to propagate, while electromagnetic waves can travel through a vacuum.

Explanation:

The question addresses the properties of sound and electromagnetic waves. The correct pair of properties that apply to both sound and electromagnetic waves is that both waves carry energy and refract. Therefore, option A is accurate. Sound waves are mechanical waves and they require a medium to travel through, such as air or water. On the other hand, electromagnetic waves, which include light waves, do not require any medium to propagate; they can travel through a vacuum. This is why we are able to receive sunlight through the vacuum of space. Additionally, electromagnetic waves are categorized as transverse waves, whereas sound waves can be both longitudinal and transverse depending on the medium (in air, sound waves are longitudinal).

To address the provided statements, not all waves require a medium to travel. Specifically, electromagnetic waves (b) do not require any medium to propagate, and sound waves (a) require a medium to propagate. Since sound waves can refract and carry energy, and electromagnetic waves also refract and carry energy, those are the common properties between them, leading us to option A as the correct answer.

Why are computer manufacturers constantly releasing faster computers? how do computer users benefit from the increased speed?

Answers

Final Answer:

Computer manufacturers release faster computers to enhance overall system performance, enabling users to experience improved efficiency, faster task execution, and better capabilities in handling resource-intensive applications.

Explanation:

Computer manufacturers continually strive to advance hardware technology, releasing faster computers to keep up with the growing demands of modern software and applications.

Increased processor speed, expanded memory, and optimized components contribute to enhanced overall system performance. This translates to faster task execution, quicker response times, and improved multitasking capabilities for users.

Faster computers are particularly beneficial in various scenarios. In everyday tasks such as web browsing and document editing, users experience a noticeable boost in speed, making their interactions with the computer more seamless and responsive.

Moreover, resource-intensive applications like video editing, 3D rendering, and gaming benefit significantly from increased processing speed. Faster computers enable users to work with larger files, run complex simulations, and enjoy high-quality graphics without experiencing lags or delays.

Furthermore, the continuous improvement of computer speed supports advancements in emerging technologies.

It enables the efficient execution of artificial intelligence algorithms, facilitates faster data processing in scientific research, and contributes to the development of new, more sophisticated software applications.

In essence, the release of faster computers is a proactive response to the evolving needs of users and the expanding capabilities of software, ensuring that users can harness the full potential of their computing devices in an increasingly demanding digital landscape.

When sharing a file or folder with someone not in your __________ , you need to input the __________ of the recipient.

contacts, location

group, name

mail, title

people, email

Answers

group, name is the answer
That's simple you put group, name

When working in Excel Online, what Ribbon has the command to add a hyperlink?

Home

Insert

Review

View

Answers

It should be Insert unless your settings aren't default...

The correct answer is B) the insert tab

The programming interface between an application program and the dbms is usually provided by the

Answers

The Data Access API.

The option of _____ displays a dialog box that provides all the different paste options.

Answers

In which application? When you right click usually you are provided the context menu in a large number of applications which provides cut, copy, & paste options amongst others.

Suppose that a system uses 16-bit memory words and its memory is built from 32 1m à 8 ram chips. how many address bits are required to uniquely identify each memory word

Answers

3 Ram is required for it to be honest

Graphical elements that precede each item in a list are known as​ __________.
a. captions
b. ​call-outs
c. buttons
d. wikis
e. bullets

Answers

The answer in the space provided is the bullets as this is the graphic elements that are used in each items that is organized in a list in a way of making the list more clearer and more presentable with the given indications or symbols.

Final answer:

Graphical elements that precede items in a list are known as bullets, which help organize content and make it more accessible and understandable.

Explanation:

The graphical elements that precede each item in a list are known as bullets. When formatting a list with bullets or numbers, you are essentially organizing the content and making it easier to read and understand. Bulleted lists, where each item is preceded by a bullet symbol such as a dot, square, check mark, or custom character, are used to highlight items of equal importance without implying a sequence or priority. Numbered lists, on the other hand, suggest a specific order or hierarchy. Proper use of bulleted and numbered lists can improve the accessibility and clarity of a document or presentation. For instance, lists with bullets are often used in texts to ensure that content is easily navigable and digestible for the audience, including screen reader users.

Semiconductor memory is used mainly for primary storage even with its high cost. In another hand, the magnetic tape is the cheapest storage media and it is commonly preferred only as backup storage! Use your own words to discuss how the storage cost, speed and capacity trade-offs can affect the choice of storage media

Answers

In general you want to use the cheapest storage medium who's speed is compatible with the function it needs to perform. For active storage that's handled while running programs, you need memory whose speed is closely matched to the processor speed. And that would be the rather expensive semiconductor memory which is close to ideal for the task. But semiconductor memory has the disadvantage of being expensive and it loses the values stored when power is lost. So slower, persistent storage is used such as SSD (Solid State Drives) and hard disks. That media is cheaper, but slower, but still fast enough to handle tasks such as loading programs and data into memory for execution, or storing data generated by programs to persistent storage. But as with all man made things, disasters happen. Computers break down, hard disks crash, floods and fires happen, etc., and as a result data is lost. So we make backups. Backups have to have a lot of storage and they have to be cheap. But they don't need rapid access, you can start at the beginning and read (or write) all the way to the end. And for that purpose, magnetic tape is ideal. Magnetic tape is actually quite fast when you're simply streaming a continuous stream of data without any need to randomly access any piece of that data. And it's cheap, so you're willing to make a back up copy of your system and store that backup off site so a single disaster won't destroy both the primary system and the backup.

What is Pseudo-code? Write a Pseudo-code to determine a student’s final grade and indicate whether it is passing or failing. The final grade is calculated as the average of five marks. (Passing criteria is Grade >=50 )

Answers

Pseudo-code is a method of outlining/designing a program before actually using the programming language to code it. Again, Pseudo-code is not the actual programming language but it can include keywords from the language itself along with general words to describe what the particular purpose of that code is for. For example, the Pseudo code for this example would be: 1.) Collect Students grades with I/O operation (either from file or from user) 2.) Get average of students grades, average is Students grades divided by 5. 3.) Use comparative operators in your language to check if average is greater than or equal to 50. 4.) Display Students passing/failing status with I/O operation. 5.) End program or repeat for next user.

which of the following is not an operating system? A) DOS B) MS-word C) Windows d.) Linux

Answers

DOS is not an operating system.

DOS is not an operating system.

What is Operting System?

Microsoft's main operating system, Windows, is the industry norm for personal and commercial computers.

The GUI-based OS was first introduced in 1985 and has subsequently been published in numerous iterations. The rapid growth of personal computing was primarily attributed to the approachable Windows 95.

An operating system with multiple users called Unix was created to be flexible and adaptable. One of the earliest operating systems written in the C language was Unix, which was created in the 1970s.

Therefore, DOS is not an operating system.

To learn more about Operating system, refer to the link:

https://brainly.com/question/6689423

#SPJ2

A technology _____ begins with the birth of a new technology and ends when that technology reaches its limits and dies as it is replaced by a newer, substantially better technology.
a. hierarchy
b. process
c. continuum
d. lockout
e. cycle

Answers

A technology cycle begins with the birth of a new technology and ends when that technology reaches its limits and dies as it is replaced by a newer, substantially better technology.

Almost all main border firewalls use ____ filtering as their primary filtering mechanism. a. unified threat management b. application proxy c. static packet filtering d. none of the above

Answers

None of these they use Stateful Packet Inspection (SPI)

Why was the ipv6 protocol created for ip addresses?

Answers

The most obvious improvement in IPv6 over IPv4 is that IP addresses are lengthened from 32 bits to 128 bits. This extension anticipates considerable future growth of the Internet and provides relief for what was perceived as an impending shortage of network addresses. IPv6 also supports auto-configuration to help correct most of the shortcomings in version 4, and it has integrated security and mobility features.

Vaporization is the process in which liquid is sufficiently cooled to change states of matter from a liquid to a vapor true or false

Answers

Ans : The statement is False. Correct definition is Vaporization (or vapourisation) of an element or compound is a phase transition from the liquid phase to vapor. There are two types of vaporization: (1) evaporation and (2)boiling, not cooling. In the given question the statement is false. Evaporation is a surface phenomenon, whereas boiling is a bulk phenomenon.

Final answer:

The statement is false. Vaporization is the process in which a liquid is sufficiently heated, not cooled, to change states of matter from a liquid to a vapor.

Explanation:

Vaporization, also known as boiling or evaporation when below the boiling point, is the process where a liquid changes into a gas. This occurs when the molecules in a liquid gain enough energy to overcome the forces of attraction holding them together and enter the gaseous phase. Heat transfer from the surroundings to the liquid is necessary for vaporization to occur. On the other hand, condensation is the reverse process where a gas turns back into a liquid, which involves cooling and the release of heat to the surroundings. For example, when water boils, it reaches its vaporization temperature, allowing it to convert to a gas, with the amount of heat required described by the equation Q = mLv, where Lv is the latent heat of vaporization.

the conscious process of planning and controlling how you spend your time is called?

Answers

Hello There!

The conscious process of planning and controlling how you spend your time is called time management.
Time management is extremely important to get everything done. Being organized is a good skill.

Hope This Helps You!
Good Luck :) 

- Hannah ❤

Time Management is the conscious process of planning and controlling how you spend your time.

It involves organizing and planning your tasks and activities to make the most efficient use of your time. By prioritizing tasks, setting goals, and allocating time appropriately, you can manage your workload effectively and achieve a balance between work, leisure, and other activities. This process helps in enhancing productivity, reducing stress, and ensuring that important tasks are completed within set deadlines.

Time management skills are crucial for both personal and professional success, enabling individuals to handle multiple responsibilities and commitments efficiently.

What is the use of class file in Java Programming?

Answers

A class file holds the various types and type information within the compiled Java program.

PLEASE HELP
Help! Excel

How is a cell named?

A. Row letter then column number
B. Row number then column letter
C. Column number then row letter
D. Column letter then row number

What is illustrated in the cells to the right of the Fourth Quarter column?
A. Area graphs
B. Column graphs
C. Sparklines
D. Line graphs

Applying what formatting option to your Excel workbook will make it easier to read when printed out?

A. Font style
B. Alignment
C. Gridlines Print
D. Font color

Answers

Answer:

The correct answers are:

1)  "D"

2) "C"

3) "B"

Explanation:

1) To name a cell in Microsoft Office Excel, it is necessary to select the cell. Then, it will automatically provide an identification to the cell we are in that shows the column and row we are into. Columns are identified by letters while rows are identified by numbers. Thus, the cell name will be a column letter plus a row number. For instance B2.

2) Sparklines in Microsoft Office Excel are graphs that fit into a single cell and provide information. Sparklines display trends in an established set of values, including seasonal upturns or downturns, economic shocks or to outline maximum and minimum input.

3) Cell alignment gives spreadsheets a more organized view. Alignment can be horizontal, placing the cell's content left or right according to the look the user wants to give the file or vertical, where the cell details can be placed up, down or to the center.

d. Convert binary fraction .10112 to Decimal fraction.

Answers

The binary fraction .10112 is converted to the decimal fraction 0.687510 by multiplying each binary digit by the corresponding power of 2 and summing the results.

To convert the binary fraction .10112 to a decimal fraction, we need to multiply each binary digit by the corresponding power of 2 based on its position after the decimal point. The first digit after the binary point stands for 2-1, the second for 2-2, the third for 2-3, and so forth.

Here's how this conversion is done:

The first '1' in .10112 is [tex]1 x 2^-1[/tex] = 0.5

The next '0' is 0 x 2-2 = 0

The following '1' is [tex]1 x 2^-3[/tex] = 0.125

The last '1' is [tex]1 x 2^-4[/tex] = 0.0625

Add these values together to get the decimal equivalent:

0.5 + 0 + 0.125 + 0.0625 = 0.687510

So, the binary fraction .10112 equals the decimal fraction 0.6875.

Other Questions
A box is sliding up an incline that makes an angle of 14.0 with respect to the horizontal. the coefficient of kinetic friction between the box and the surface of the incline is 0.180. the initial speed of the box at the bottom of the incline is 2.20 m/s. how far does the box travel along the incline before coming to rest? If an exterior angle of a regular polygon is 21.2 how many sides does the polygon have? Gasohol is a fuel containing ethanol (c2h6o) that burns in oxygen (o2) to give carbon dioxide and water. 5/8 of the 64 musicians in a music contest are guitarist. Some of the guitarist play jazz solos, and the rest play classical solos. The ratio of the number of guitarist playing jazz solos to the total number of guitarist in the contest is 1:4. How many guitarist play classical solos in the contest? According to both Hinduism and Buddhism, a person's ultimate goal should be toA. Escape the cycle of death and rebirthB. Be reborn into a higher casteC. Rid himself or herself of all material possessionsD. Win fame and respect through memorable deeds An animal shelter spends $1.00 per day to care for each bird and $7.00 per day to care for each cat. Oliver noticed that the shelter spent $186.00 caring for birds and cats on Wednesday. Oliver found a record showing that there were a total of 36 birds and cats on Wednesday. How many birds were at the shelter on Wednesday? Help me please I really dont understand Select the response below that is a real feature and benefit of using hootsuite when it comes to interacting/engaging with your audience (i.e., the one that is not fictitious): if three times x is equal to x decreased by 2, then x is Use the elimination method to solve the system 5x 14y = 74x 6y = 38 Why is it difficult to define the boundaries of a functional region? Geographers cannot measure the culture of people in a functional region. Functional regions overlap with formal regions. Many different characteristics define functional regions Functional regions radiate out from a defined center. Different populations will have different viewpoints on the boundaries of the region. history question down below If a potassium atom has an atomic number of 19 and a mass number of 39, how many protons, electrons, and neutrons are in the atom? What is 2 tens 13 ones What did thomas jefferson argue that the people should do if the government disregards the will of people? whose views did the Democratic Republicans represent 1. Based on your reading of the following passage and the author's use of the words regal, princeliness, and nobility in conjunction with his description of Nelson Mandela, what do you think Mandela looked like when he emerged from his long prison stay? I wonder if my children will remember when their mother and I woke them up early on a Sunday morning, just to watch Nelson Mandela walk out of prison, and how it took a couple of hours for him to emerge, and how they both wanted to go back to bed and, then, to watch cartoons? And how we began to worry that something bad had happened to him on the way out, because the delay was so long? And how, when he finally walked out of that prison, we were so excited and teary-eyed at Mandela's nobility, his princeliness, his straight back and unbowed head? I think I felt that there walked the Negro, as Pop might have said; there walked the whole of the African people, as regal as any king. And that feeling I had, that gooseflesh sense of identity that I felt at seeing Nelson Mandela, listening to Mahalia Jackson sing, watching Muhammad Ali fight, or hearing Martin Luther King speak, is part of what I mean by being colored.Work Cited:Gates, Henry Louis Jr. On Honoring Blackness. American Enterprise 6.5 (Sept/Oct. 1995): 49.He looked tearful.He looked like he had been beaten many times.He carried himself with great dignity.He looked sad.2. Read the following passage from The World of Doublespeak by William Lutz and note the bolded word. Doublespeak is language that pretends to communicate but really doesn't. It is language that makes the bad seem good, the negative appear positive, the unpleasant appear attractive or at least tolerable. Doublespeak is language that avoids or shifts responsibility, language that is at variance with its real or purported meaning. It is language that conceals or prevents thought; rather than extending thought, doublespeak limits it.Work Cited:Lutz, William. The World of Doublespeak. Doublespeak. New York: Harper Perennial, 1989. Print. By using context clues, what do you think tolerable means?the ability to be tolled or taxedthe ability to communicatethe ability to avoid responsibilitythe ability to be endured3. By using your knowledge of context clues, what do you think esoteric means in the following passage? But jargon, like the euphemism, can also be doublespeak. It can be and often is pretentious, obscure, and esoteric terminology used to give an air of profundity, authority, and prestige to speakers and their subject matter. Jargon as doublespeak often makes the simple appear complex, the ordinary profound, the obvious insightful. In this sense it is used not to express but impress.Work Cited:Lutz, William. The World of Doublespeak. Doublespeak. New York: Harper Perennial, 1989. Print.related to the earthsimplisticknown by a small grouprelated to being outside4. By using your knowledge of context clues, what do you think gumption means in the following passage?Closer examination, however, finds the McDonald's kind of job highly uneducational in several ways. Far from providing opportunities for entrepreneurship (the lemonade stand) or self- discipline, self-supervision, and self-scheduling (the paper route), most teen jobs these days are highly structured what social scientists call highly routinized. True, you still have to have the gumption to get yourself over to the hamburger stand, but once you don the prescribed uniform, your task is spelled out in minute detail. Work Cited:Etzioni, Amitai. Working at McDonald's. The Miami Herald. 24 Aug. 1986. Web.A.initiativeB.structureC.entrepreneurial senseD.uneducational People generally possess ___________ self-schema. a.one b.three c.no (i.e., none) d.many I NEED HELPPPPPP WILL GIVE A BRAINLIEST TO BEST ANSWER THAT INCLUDES ALL WORK SHOWN, CORRECT ANSWER, AND EVERYTHING MAKES SENSE.(Variables on both sides of an equation)Solve: 18x-5=3(6x-2) What is the value of k in the function (x) = 112 - kx if (-3) = 121?k = Steam Workshop Downloader