What are two options for using Find and Replace?

Find whole words only and Match case
Match case and Find fragments only
Match language and Show revisions
Find fragments only and Find whole words onl

Answers

Answer 1
Find whole words only and Match case

Related Questions

How would you reduce or minimize the size of a "file"?
a.diminish
b.shrink
c.reduce
d.compress

Answers

the answer is D Compress

I hope this helps

Aaron wants to download a new program from the internet and install it on his computer. What is the safest way for him to do this

Answers

First, ask friends and family if they have gotten infected by a possible virus (It is most common on .exe files)
Seccond, use a file scanning service like spybot or Avast to check to see if the file is infected, if so, delete it ASAP
Third, good luck with web safety

People using commercially available software are usually asked to read and agree to a(n) _____

Answers

End user license agreement.

Which key combination will allow users to move to the top of a document? Ctrl+Page Down Ctrl+Home Shift+Home Shift+Page Up

Answers

It would be Ctrl+Home

Answer:

you would be looking for Ctrl+Home

Explanation:

i´ve been working with computers for years if you ever have any question i will be glad to help

i need 5 brainlest to move to expert i only have 1 so far, may i have brainlest please!

Write a function addone that adds 1 to its integer reference parameter. the function returns nothing. submit

Answers

void addone(int &n) { n++; }

This would do the trick in C++, assuming that's what you're looking for.

Modern ssds use a technique called "____" to spread write operations around the storage medium, thus evening out the impact of destructive writes and extending the storage device's useful life.

Answers

The question above has multiple choices as below;

a.      Wear aggregation.

b.      Wear mitigation.

c.      Wear prevention

d.      Wear leveling

The answer is d) Wear leveling.


This technique by some SSD controllers to increase the memory’s lifetime is called wear leveling. The mechanism for this principle is simple: distribute the entries for all the blocks evenly so that they will wear out evenly. Flash controller typically manages wear leveling and uses a wear leveling algorithm to control which physical block to use.







You disassemble and reassemble a desktop computer. when you first turn it on, you see no lights and hear no sounds. nothing appears on the monitor screen. what is the most likely cause of the problem? explain your answer.
a. a memory module is not seated properly in a memory slot.
b. you forgot to plug up the monitor's external power cord.
c. a wire in the case is obstructing a fan.
d. power cords to the motherboard are not connected

Answers

d. power cords to the motherboard are not connected

Answer:

Option d power cords to the motherboard are not connected

Explanation:

A motherboard is a hardware attached to many components inside the computer such as central processing unit (CPU), memories and peripherals. If the power cords to the motherboard are not connected, there is no way the computer can start and boot the operating system even though the power supply is turned on.

The rest of the options are not true as the computer will still be turned on even if one of those cases happens in reality.

What is a premium?

A. The most you have to pay for health care in a full year.
B. The amount you pay the health insurance company every month for coverage.
C. A fixed fee you pay for specific medical services.
D. The amount you are personally required to pay before you health insurance covers your medical costs.

Answers

Answer:

B. The amount you pay the health insurance company every month for coverage.

Explanation:

The insurance premium is the amount of money that the policyholder has to pay after the insurance contract to formalize the coverage of the risk since once the company charges it it is automatically obliged to comply with the insurance policy.

A medical insurance includes a whole series of services, coverages or benefits that, depending on the option of insurance contracted, may be greater or lesser, so that the contracted health insurance would finally resemble the services that can be found in public health.

The price of the medical policy is therefore the price we will pay for health care insurance and that will be higher or lower depending on the coverage or services that it includes.

All services of a private nature include two conditions fundamentally: on the one hand it is necessary to take into account what is known in most cases as the benefits or services that the products offer.

A premium in health insurance is the monthly amount a policy-holder or their sponsor pays to a health plan for coverage. It is different from a deductible or a co-payment. The correct answer is B.

This cost is typically paid every month.

Here's a breakdown of related terms:

Premium: The monthly amount paid for health insurance coverage.Deductible: The amount you must pay out-of-pocket before your health insurer starts to cover costs.Co-payment: A fixed fee you pay for specific medical services or visits before your insurer pays the remainder.

Based on this, the correct answer is: B. The amount you pay the health insurance company every month for coverage.

What entity calls in crypto modules to perform cryptographic tasks?

Answers

The answer is Crypto Service Providers.


It allows an app to implement an encryption algorithm for execution. Typically, it implements cryptographic algorithms and authenticate users by calling several different crypto modules to perform cryptographic tasks. Crypto Service Providers is often part of the operating system and can be implemented in hardware, software, or both.






Which part of the following CSS code would you edit in order to change the background color of the overall web page?

body { color: #000000 background-color: #C9E1FF font-family: Arial, "Lucida Console", sans-serif} h1 { color: #114485 font-size: x-large font-family: Georgia, "Times New Roman", Times, serif; }


A. background-color #C9E1FF
B. body {
C. color: #000000
D. color: # 114485




What extension do CSS files have?

A. css
B. html
C. .jsv
D. .jv





In the following piece of CSS code, what is #ffffff called?

body { color: #ffffff }


A. property
B. rule
C. selector
D. value



In the following piece of CSS code, what is font-size called?

h2 { font-size: small }


A. property
B. rule
C. selector
D. value



Which of the following is true about CSS?


A. A seperate CSS file is needed for each HTML file in a website.
B. It is a language used to customize web pages based on user preferences.
C. It is contained in a seperate file than HTML files.
D. It is used to combine formatting information and content into one single file.

Answers

Qn. 1. Answer is (A) background-color #C9E1FF:


The background color of a page property specifies the color of the background of an element. For example, a web page will have a orange color if we input the following property;

 body {
    background-color: orange;
}

In CSS, a color can most often be specified by a hex value like #C9E1FF or #ff0000

2.  Answer is (A) .css file extension.


CSS which stands for cascading style sheet is used to format the contents of a webpage. CSS files can define the color, font, line spacing, borders, and indentation. CSS contains the .css file extension used to format contents of an associate website.

3. Answer is (D) Value.


A rule set in CSS consists of a selector and a declaration block. The Value always lies on the declaration block which contains a CSS property value and name, separated by a semicolon. A CSS value is used to define the set of valid values for a CSS function or property.

4. The answer is (A) Property.


Properties which are usually inside a curly brackets, simply take the form of words like Font weight, color or background color. Other examples of CSS properties include border which includes border style and border width, Font-family, Padding and Margins.

5. The answer is (C) It is contained in a separate file than HTML files.


We use CSS to define and include the design in our web pages. CSS solved a big problem of removing the style formatting from the HTML page. CSS is able to display one HTML page with four different style sheets.




Bailey wants to add file protection to a document she has created. She wants to restrict users from changing the content she has created, while allowing users to add comments about it. What sequence of commands should she click?

File, Permissions, Encrypt with a Password, then enter her password

File, Permissions, Restrict Editing, Editing Restrictions, Comments, Start Enforcement, then enter her password

File, Permissions, Formatting Restrictions, Comments, Start Enforcement

File, Save As, Encrypt with a Password, then enter her password

Answers

Id say (B) File, Permissions, Restrict Editing, Editing Restrictions, Comments, Start Enforcement, then enter her password

However much you may want your reviewers to make comments and suggest changes in a document, there may be times when you want to restrict them from changing the content you have created. To restrict formatting in a document, you can click restrict formatting in the protect section of the review tab and follow the procedure in the answer above.


File, Permissions, Restrict Editing, Editing Restrictions, Comments, Start Enforcement, then enter her password is the answer

What video game company made the biggest early impact on the home video game industry

Answers

Answer:

Atari

Explanation:

Atari came out before Nintendo. The first gaming company would have had the biggest impact on the home video industry.

Final answer:

Atari, Inc. made the most significant early impact on the home video game industry with the release of Pong and the Atari 2600 console.

Explanation:

The video game company that made the biggest early impact on the home video game industry was Atari, Inc. This company, founded in 1972 by Nolan Bushnell and Ted Dabney, quickly rose to prominence with the release of Pong, one of the first arcade video games to gain widespread popularity. Atari's success with Pong led to the creation of the Atari 2600 video game console in 1977, a pioneering piece of hardware that helped establish video games as a mainstream form of entertainment and significantly shaped the early home video game industry.

Which column and row references are updated when you copy the formula: =SUM($B5:D$15)?

Answers

When copying the formula =SUM($B5:D$15), column B is an absolute reference and row 5 is a relative reference, which means column B will not change but the row number will when copied to another cell.

When you copy the formula =SUM($B5:D$15), the cell reference $B5 indicates an absolute reference for the column and a relative reference for the row. This means that when the formula is copied to another cell, the column reference (B) will remain the same but the row reference (5) will change to reflect the new location. Conversely, D$15 is an relative reference for the column and an absolute reference for the row, so the column reference (D) will change but the row will remain as 15 when the formula is copied elsewhere.

Utilizing cell references instead of static numbers allows for more flexibility when input values change. For example, if you have formulas in column D that calculate the difference between values in columns B and C (=B5-C5), you only need to update the input values in B and C to have the formula in D reflect the change.

The column in D$15 and the row in $B5 will update when copying the formula =SUM($B5:D$15).

When you copy the formula =SUM($B5:D$15), the references that will update are the relative references. In this formula:

$B5 is a mixed reference where the column 'B' is absolute (indicated by $), but the row '5' is relative. The row number 5 will change when copying the formula across cells.D$15 is also a mixed reference, where the column 'D' is relative, but the row '15' is absolute. The column 'D' will change when copying the formula across cells.

Therefore, if you copy this formula to a different cell, the column reference in D$15 and the row reference in $B5 will update accordingly.

____ are programs that run independently and travel between computers and across networks.

Answers

Worms are programs that run independently and travel between computers and across networks.
Those are malicious programs which are exploiting operating system vulnerabilities and by doing so they spread itself. They self-replicate on computers or via computer networks without the user being aware.

An animation begins when Claudia clicks the red rectangle on slide 14. The red rectangle is a(n):
cue
hyperlink
trigger
hotspot

Answers

The correct answer here is trigger.

When we have animations in our presentations we need to start them and to do that we use triggers. In case of Claudia's presentations that trigger is a red rectangle. In essence, trigger is a button in a slide that will start, that is, trigger an animation that will start to play. Starting an animation is called an event, and an event can be among other things a mouse click.

Which answer best describes the Court’s decision? The confession cannot be used, because Alvarado believed that he could not leave. The confession can be used, because Alvarado was not in custody. The confession can be used, because Alvarado thought that he could leave. The confession cannot be used, because Alvarado did not know his rights

Answers

B. The confession can be used, because Alvarado was not in custody. 

Just answered this and got it right

Answer

B. The confession can be used, because Alvarado was not in custody.

Explanation

In criminal law, confession is a statement in which a person acknowledges that he is guilty of committing one or more crimes. If voluntarily given it is admissible as evidence in a criminal prosecution. The trial judges will determine the issues connected and its voluntary state. The confession could be admitted into evidence if the judge determines that it was made voluntarily.



Which activity might require you to provide your social security number

Answers

Starting a new job

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

What is a partition gap, and how might it be used to hide data?â?

Answers

Partition is a logical drive.  Large disks have to be partitioned in order to be structured. Knowing what partition is, partition gap refers to the unused space between partitions. It is also "Inter-partition space" which can be used to hide data on a hard disk. In this case a disk editor utility is used to access the hidden data in the partition gap.

Answer:

Partition gap is a method in which to create different spaces within a disk so that it is as if there were actually more than one hard disk, something that you can use to store data or install other operating systems.

Explanation:

A partition is the name given to each division present in a single physical data storage unit. To be understood, having multiple partitions is like having several hard drives on a single physical hard drive, each with its file system and working differently.

Partitions can be used for several purposes. On the one hand, you can have one dedicated to saving sensitive data with security measures that do not interfere with the rest of the system, as well as backups, although you can also use it to install different operating systems. In some of them, such as those based on GNU / Linux, you can also structure the disk into partitions for the different types of files used by the operating system and even to hide information.

That is why one of the tasks performed by computer forensics is the investigation of hard disk partitions in search of hidden information.

Linux applications are developed using ________ programming language.

Answers

Linux is an example of an open source operating system. Linux applications can be developed using different programming languages like Python, C, C++, VB.net. All this will be determined by whatever you want to do and the kind of application you want to develop. 

I would however choose Java programming language. If you want the app to be portable to windows, then IMHO, Java is the best. Learning a little C programming and doing some python scripting is recommended if you want to learn the Unix way. C and JAVA are best recommended if you want make Linux applications as a career.






Which error produces incorrect results but does not prevent the program from running?

Answers

The logic error produces incorrect results but does not prevent the program from running. The other name for the logic error in computer programming is bug. When present , this type of error does not terminate (crash) the program, but cause the program to operate incorrectly. Bugs are very hard to find in a program. 

Which soft skill involves the ability to work harmoniously with your colleagues and improve productivity?
A. conflict resolution
B. teamwork
C. strategic thinking
D. presentation skills
E. creative thinking

Answers

B.Teamwork is a soft skill involves the ability to work harmoniously with your colleagues and improve productivity. It is the collaborative effort of a team to complete a task or to achieve a common goal in the most effective and efficient way.  

 


Why, over the course of time, have more and more programming languages been developed?

A. So computers could communicate in languages other than English
B. So computers would have more functionality
C. So computer programmers could keep their jobs
D. So computers would be used only by people who understood computer languages

Answers

Answer:B

So computers would have more functionality.

Explanation:

Answer:

B. So computers would have more functionality

Explanation:

Quiz Verified

How do rubrics increase learning?
a.
Rubrics give the most important details about a reading assignment
c.
Both of these
b.
Rubrics give students the tools to “grade” their own and others’ assignments
d.
None of these

Answers

Answer: The answer is b: Rubrics give students the tools to “grade” their own and others’ assignments.

Explanation: Rubric refers to great tool used in accessing students work. It also defines the grade that a student is expected to get on a particular assignment. It is a scoring tool that helps students to have a clear understanding of what counts. Students can employ rubric during self and peers assessment. It is also used to generate and justify assessment.

Rubric refers to great tool used in accessing students work. It also defines the grade that a student is expected to get on a particular assignment.

Thus,  It is a scoring tool that helps students to have a clear understanding of what counts. Students can employ rubric during self and peers It is also used to generate and justify assignment.

A rubric is defined as "a scoring guide used to evaluate the quality of students' constructed responses" in US educational language. Simply said, it is a list of standards for assigning grades to assignments.

Evaluative criteria, quality definitions for those criteria at specific degrees of attainment, and a scoring mechanism are typically included in rubrics. They are frequently offered in table style, and both teachers and students can use them to organize their assignments and mark assignments. The rubric is a list of instructions included at the top of a test paper in UK education.

Thus, Rubric refers to great tool used in accessing students work. It also defines the grade that a student is expected to get on a particular assignment.

Learn more about Rubric, refer to the link:

https://brainly.com/question/29278192

#SPJ6

Identify the false statement.
a. When you use an && or || operator, each Boolean expression that surrounds the operator is always tested in order from left to right.
b. The AND operator is written as two ampersands ( && ), and the OR operator is written as two pipes ( || ).
c. When you use the && and || operators, you must include a complete Boolean expression on each side.

PLEASE HELP

Answers

a is   false.
the   second  operand is not always  evaluated
if  the first operand is true  in the OR (||) then the second is not evaluated
if the  first operand in an  AND  (&&)  is false then the second is not evaluated
that  is called short circuit evaluation.
c is   also false   the expressions do not have to be boolean   any numeric  value is also  allowed.    It just to be zero or non zero

What is a single instruction that inverts bits 5 and 6 in bl without changing any other bits?

Answers

You want to XOR the register contents with the value 0x60 (a hex word with bits 5 and 6 set).
Not sure how to write that in x86 assembler, is it:

xor bl, 0x60

xor bl, 0x60 is a single instruction that inverts bits 5 and 6 in bl without changing any other bits.

What is bits?

The smallest piece of data that a computer can process and store is a bit (binary digit). Similar to an on/off light switch, a bit is always in one of two physical states. Usually a 0 or 1, the state is represented by a single binary integer. However, yes/no, on/off, or true/false can also be used to describe the state.

In a computer, a bit is a binary digit and represents the smallest unit of data. Only one of two possible values—0 or 1, which represent the electrical states of off or on, respectively—can be stored in a bit. You hardly ever work with information one bit at a time because bits are so little.

Thus, xor bl, 0x60

For more information about bits, click here:

https://brainly.com/question/2545808

#SPJ5

What is required when opening a checking account?

A. initial deposit
B. Salary
C. credit card
D. copy of your last paycheck

Answers

Answer:

A. initial deposit

Explanation:

A checking account is a bank account that allows you to deposit and withdraw money. To be able to open a checking account you need an ID, the social security number, a physical address and an initial balance to deposit in your account. According to this, from the options given, the requirement when opening a checking account is an initial deposit.

Suppose MV = 60 & PQ = 120. Suppose Q and V are held constant. This means ________.
A. both M & V must double
B. V must double
C. M must double

Answers

The correct answer is C. M must be doubled. The quantity theory of money assumes that both V and Q are stable and hence will be constant. Therefore, when V an Q are constant in the equation MV=PQ, M will be directly proportional to P. Using that theory M must be double for it to be equal to P.

What is the automotive name for the large wires that allow more electrical current to flow ?

Answers

Large wires or measurement? I think the answer might be gauge.

Which of the following is not true about managing your privacy settings? (select all that apply)

Someone can find your location based on a photo that you post


The things that you post online become public information


Colleges use social media profiles during admissions process


Items posted online can be removed at any time


Employers screen job candidates based on social medias

Answers

Final answer:

The statement that items posted online can be removed at any time is not true regarding privacy settings management. Once information is shared, it becomes difficult to fully erase due to the permanence of digital footprints. This underscores the importance of cautious posting online.

Explanation:

Among the statements about managing your privacy settings, the assertion that items posted online can be removed at any time is not true. Social media platforms and websites indeed allow users to post and share a wide range of personal information. This includes the capability of someone to find your location based on a photo you post, the widespread practice of colleges reviewing social media profiles during the admissions process, and the reality that employers often screen job candidates based on their social media profiles. Once information is shared online, it enters the public domain and can be difficult to completely erase, even if the original post is deleted. This is due to the capabilities like screen shots, downloads, and web page archives that can create permanent records of online activities.

It's also factual that the things you post online become public information and can influence important life opportunities, such as college admissions and employment. The digital footprint left by social media activity is often scrutinized by various external parties, demonstrating the critical importance of thoughtfully managing what one shares online.

Which tab provides commands for the most commonly used elements in Word software? File Home Insert Page Layout

Answers

Your Answer would be Home

Other Questions
Brooke earns $7 an hour at her job now. She can represent the total she makes in a week using the expression 7r. Brooke has asked for a $1 an hour raise. Which expressing would represent the amount Brooke would make in a week after the raise? instruction: You must show all of your work bysl setting up the problem using combinatorics and simplifying completely.question: There are 5 red marbles and 9 blue marbles in a bag. suppose two of the marbles are cracked. how many ways can four marbles be selected so that either no cracked marbles are selected or just one cracked marble is selected? You deposit $350 in a savings account. The account earns 2.5% simple interest per year. What is the balance after 2 years? Please help asap! lots of points Why did the Chinese want to keep a monopoly on salt and iron? Escoge la voz pasiva de la siguiente oracion:Pepe escribio el libro.A. Pepe fue escrito por el libro.B. El libro fue escritos por Pepe.C. El libro fue escrito por Pepe.D. El libro escribio por Pepe. What is the next expression in the following pattern: 4n; 8n; 16n??? Which reforms did the Paris Commune want in government? If the reaction uses 140 grams of iron, how much rust could be produced? Lexi's bulletin board is 40 centimeters wide. each of her ribbons is 4 centimeters wide, and her photos are 12 centimeters wide. what combination of ribbons and photos will fit side by side with no overlap on Lexi's bulletin What is the volume of the pyramid to the nearest whole unit? A. 1,134 yd^3 B. 567 yd^3 C. 378 yd^3 D. 284 yd^3 Julissa is running a 10-kilometer race at a constant pace. After running for 18 minutes, she completes 2 kilometers. After running for 54 minutes, she completes 6 kilometers. Her trainer writes an equation letting t, the time in minutes, represent the independent variable and k, the number of kilometers, represent the dependent variable. Which equation can be used to represent k, the number of kilometers Julissa runs in t minutes? k 2 = 1/9(t 18) k 18 = 1/9(t 2) k 2 = 9(t 18) k 18 = 9(t 2) Use the expression below to complete the following tasks. (3a2 - 5ab + b2) - (-3a2 + 2b2 + 8ab) What is the additive inverse of the polynomial being subtracted? PLEASE HELP, 40 points, absurd answers will be reported, good answers will get brainliest8.03b(PART 1)Find at least three examples of conic sections in the real world (marketing, architecture, nature, etc.). Make sure your collage demonstrates at least two of the conic categories you have learned. You may use circles, ellipses, parabolas, or hyperbolas. Arrange your images on paper or in a document.(PART 2)Respond to each of the following prompts in a word processing document.Write a brief description about one of the conics from your collage.Write the equation that represents your conic in its standard form. To do this either find the measurements of your conic example to create the equation or guess the measurements of the conic.Your assignment must include:Your conics collage.A description about one conic from your collage.The standard form equation of one of the conics.An explanation of how the equation for the conic was found. Help me with the answers please. What would happen if guard cells in a plant stopped working? A.Photosynthesis would occur more slowly.B.Stomata would not open and close.C.Diseases would quickly invade the plant.D.Chloroplasts would change color. In the above objective, an applicant is describing the kind of job they're interested in. What part of the sentence describes the qualifications the applicant has to offer? a. full time work b. administrative assistant position c. communication and organization skills d. none of the above Too many nutrients is not good for bodies of water. This man-made is called what?A. Cultural eutrophication B. Point-source pollution C. Eutrophication Which sentence best compares two things? A.Traveling by bus takes a lot longer than traveling by airplane. B.Air travel is much more expensive than bus travel. C.Air travel is a fun and relatively easy way to get from place to place. D.Air travel, like bus travel, is a fun way to get from one place to another. Which type of environmental scientists is likely to study the effects of pesticides on pigs?A. EcologistB. Oceanographer C. Environmental veterinarian D. Environmental physicians