A method for selecting multiple lines of text is to _______. select one:

a. double-click the word

b. click and drag in the white space to the left of the lines

c. press and hold the ctrl key, then drag the mouse pointer to select multiple blocks of nonadjacent text

d. click the beginning of the block, then press and hold down the alt key until the entire block is selected

Answers

Answer 1
I would probably say B even though the other methods might work as well

Related Questions

Which data entry technique uses a software program to transfer printed text into a computer file for editing?

Answers

Which data entry technique uses a software program to transfer printed text into a computer file for editing? The Answer is OCR.

Store four file objects corresponding to the files winter2003.txt , spring2003.txt, summer2003.txt, and fall2003.txt in the variables winter, spring, summer, and fall (respectively), and open them all for reading.

Answers

Can't Understand The Question Can You Please Restate.

if you come to a stumbling block and can't think of any more ideas, what could you do? select all that apply 2pts.
1 expand on your favorite idea so far even if you don't think it will work. Sometimes you'll find a solution where you least expect it.
2 go with the ideas you've come up with this far. Moving forward and the design process will be encouraging.
3 rephrase your problem question. Looking at the problem from a different perspective can Inspire new ideas
4 take a break and come back later with a fresh mind. A clear mind will give you a new perspective

Answers

When you have a mental block or in the midst of a rut, you can choose to implement several strategies that would help you escape this condition. Based on the options available for the question given, you can choose to:

[3] Rephrase your problem question. Looking at the problem from a different perspective can Inspire new ideas [4] Take a break and come back later with a fresh mind. A clear mind will give you a new perspective

Which plot element is typically the turning point and the most intense moment of the story

Answers

Answer: Climax is typically the turning point and most intense moment of a story
The climax is the most intense moment of the story because it is what the exposition and rising action lead to. It is then followed by the falling action and resolution, which can be considered the "end" of the story.

Which of the following statements is true?

A.
Violence could be a physical attack, but not a verbal attack.
B.
Violence could be a verbal attack, but not a non-verbal attack.
C.
Violence could include physical, non-physical, verbal, or non-verbal attacks.
D.
Violence refers only to physical attacks

Answers

c is the answer if you ar using the context clues. everything is in the passage just look its easy
Tcuktkutukcgmukugyrjtjyjcyyftjftutfi

What is a composition that is designed so that every element in the composition represents a single idea or theme?

1.Abstract
2.Allegory
3.Chiaroscuro
4.Mosaic

Answers

What was the answer?

the answer should be mosaic

When creating a résumé, other experiences should be included only if they are relevant to the job objective.
True or False?

Answers

very true! why else would you put irrelevent info? hope this helped!

In creating a resume, it is very important to only include information related to the job objective that you are trying to aim. If you are applying to an administrative position, it is best to highlight any past experiences you have that emphasizes your ability to manage these type of tasks.

If you are applying to a sales role, it will be better to include any previous jobs or organizational experiences in your previous education institution that highlights your skills for the job.

Thus, the answer for the question is True.

To move a file, you use the ____ command along with the source file name and destination name

Answers

To move a file, you use the mv command along with the source file name and destination name

What is is plagiarism?

Answers

Plagiarism is the act of copying directly or using the words, ideas, written objects, etc... without providing some form of acknowledgment or receiving a persons explicit permission. 

The false depiction of another person's words, ideas, or expressions as one's own unique work is known as plagiarism.

What are the consequences of plagiarism?

The act of presenting someone else's ideas or work as your own, with or without that person's consent, by incorporating it into your work without giving it due credit, is known as plagiarism.

This definition applies to all works, both published and unpublished, whether they are in manuscript, print, or electronic form.

A crime is plagiarism. Plagiarism is defined as the act of taking someone else's words or ideas and passing them off as your own in the Merriam-Webster online dictionary.

Plagiarism is the act of using another person's work (a photograph, a piece of music, etc.) without properly referencing the author.

Because it is a type of theft, it is unethical. You are stealing someone else's intellectual property when you use their words and ideas and claim them to be your own.

Thus, plagiarism is the false depiction of someone else's work.

For more details regarding plagiarism, visit:

https://brainly.com/question/30180097

#SPJ2

dot matrix and solid font printers are examples of

Answers

character printers is the answer

Dot matrix and solid font printers are examples of printing technology. Dot matrix printers are used for impact printing on continuous feed paper, while solid font printers are associated with high-quality digital printing.

Both dot matrix printers and solid font printers are examples of printing technology. Dot matrix printers create characters by striking pins against an ink ribbon, producing a series of dots that form text and images. They are known for their ability to print on multi-layer forms and continuous feed paper. Solid font printers, on the other hand, are usually associated with typeface in digital printing, referring to a specific style and weight of characters, though often confused with ‘typefaces’ which include multiple font designs in a single family.

Dot matrix printers are particularly popular for tasks needing duplicate forms, such as invoices and receipt printing. Whereas, solid font printers like laser and inkjet are used widely in both home and business environments for producing high-quality text and graphics swiftly.

In summary, both dot matrix and solid font printers play distinct roles in the evolution and application of printing technologies.

Which of the following is used by a seller to deceive a buyer? a. bait and switch b. contest c. display d. introductory offer

Answers

The answer to this question is A. bait and switch.
A. Bait and switch

Sellers lures the buyer - bait
Then the buyer decides to buy the product, the seller then switches the bait product into another product that may be a lower value than the bait product.

What hardware components should be considered when deciding what applications to install in a computer.

Answers

Depends on what kind of application you are trying to install. Generally speaking there are 3 types of computers. As an example, gaming application would potentially need more memory, high end graphics card, monitor with higher resolution and dpi, etc. Regular application should work on any cheap commodity hardware.

which of the following is typically not found in web page-authoring software

Answers

Speech recognition is not typically not found in web page-authoring software.

G implement a program to display a file's contents. it should be similar to the unix cat command when given a single file. name your command show.

Answers

cat file.txt = Read the contents of file.txt and display them on the screen.
cat file1.txt file2.txt = Reads the contents of file1.txt and file2.txt, and displays them in order on the terminal screen.
cat file.txt > newfile.txt = Read the contents of file.txt and write them to newfile.txt, overwriting anything newfile.txt previously contained. If newfile.txt does not exist, it will be created. etc.

enter a formula in cell b10 to return a value of 35000 if the net profit after tax (cell B() is greater than or equal to 350000 or 1000 if it is not.

Answers

For the given problem, the solution is calculated below and also shown in Figure 1.

Further Explanation:

The statement that can be written in B10 cell is as below:

IF ( B9 >= 350000 , 35000, 1000) = IF (A>=B, yes, no)

The formula to calculate the net profit after tax is as below:

IF ( logical_test , [value_if_true] , [value_if_false] )

The logical test is calculated as below;

logical_test = Net Profit After Tax (cell B9)

If the Net Profit After Tax (cell B9) is greater than or equal to 350000

value_if_true = 35000

If the Net Profit After Tax (cell B9) is lesser than 350000

value_if_false = 1000

Therefore, it can be concluded that the value is true for 35000 and false for the value 1000.  

Learn more:

1. Learn more about the tax on the sale of an asset

brainly.com/question/2617534

2. Learn more about the income tax

brainly.com/question/2996312

3. Learn more about the excise tax

brainly.com/question/8827242

4. Learn more about the role of money

brainly.com/question/12984919

Answer details:

Grade: Middle School

Subject: Business Studies

Chapter: Taxation

Keywords: Taxation, formula, cell. B10, B20, return, value, 350000, 1000, greater than, equal to, net profit, after tax, logical test, true, false, statement, condition

Why should we continue to study and learn about ipv4 addressing if the available ipv4 address space is depleted?

Answers

Answer:

IPv4 is the main underlying and the backbone technology that makes it possible for us to connect our devices tot he web/internet.

Explanation:

Whenever a device access the Internet (smartphone, computer, PS4 or other device), it is assigned a unique, numerical IP address. we have currently ran out of IPv4 addresses, but the entire Internet infrastructure currently in place predominantly relies on the IPv4.

IPv6 is currently being integrated into the current structure as new devices are created, but the backbone structure is still IPv4 that is why we should continue to study about IPv4.

What best describes the way that businesses tend to represent themselves online?

a) They put an emphasis on the positive and downplay negative feedback.
b) They put equal emphasis on positive, negative, and neutral feedback.
c) They put an emphasis on the negative and downplay neutral feedback.
d) They put an emphasis on neutral feedback and downplay praise and criticism.

Answers

They put an emphasis on the positive and downplay negative feedback. So your answer is a. This is because businesses want to make themselves look good for the public image.

Hope this Helps


What is the device called which typically combines the capabilities of a scanner, printer, fax, and copying machine?

Answers

Final answer:

A multi-function printer is a device that combines scanning, printing, faxing, and copying functionalities in one. It is suitable for home offices or small businesses and can produce both hard copies and soft copies of documents.

Explanation:

The device that combines the capabilities of a scanner, printer, fax, and copying machine is commonly known as a multi-function printer. These devices are extremely versatile and are particularly useful for home office and small office settings where space and budget might be limited.

While there are several types of printers available, such as inkjet printers which use droplets of ink to form images on paper and laser printers that use toner to burn images onto paper, multi-function printers offer multiple functions besides just printing.

Multi-function printers not only provide printed outputs known as hard copies but also perform document digitization through scanning, which produces a digital or soft copy of a file. They can photocopy documents using a process called xerography, a dry process that utilizes heat to print images on paper. Additionally, these devices have largely replaced fax machines for sending documents over phone lines, although some multi-function printers still include fax capabilities.

Write a program that can convert an integer between 0 and 15 into hex number (including 0 and 15). the user enters an integer from the console and the program displays the corresponding hex number. if the user enters an integer out of range, the program displays a warning message about the invalid.

Answers

Range check what the user enters, if it's legit, a character array can be used.

The question involves writing a program that converts an integer in the 0-15 range to its hexadecimal representation, displaying a warning message for out-of-range inputs.

The student's question is about writing a program that converts an integer to a hexadecimal number. Hexadecimal is a base-16 number system commonly used in computing, which includes the digits 0 to 9 and the letters A to F to represent decimal values 10 to 15. If a user enters a number from 0 to 15, the program should display the corresponding hex number; any other input results in a warning.

Here's a simple program example written in Python:

user_input = int(input("Enter an integer between 0 and 15: "))
if 0 <= user_input <= 15:
   print("The hexadecimal representation is:", hex(user_input)[2:].upper())
else:
   print("Invalid input! Please enter a number between 0 and 15.")

Notice that we use the hex() function to convert the integer to hexadecimal and remove the initial '0x' by slicing the string. For numbers less than 10, the hexadecimal representation is the same as the decimal. For numbers 10 to 15, it will display A to F respectively.

Twitter is an example of a __________. social bookmarking website social tagging website microblogging website blogging website

Answers

The answer would be SOCIAL TAGGING WEBSITE. hope this helps.

You are the administrator for the contoso.com website. recently, the server hosting the website had a failure that caused it to go down for a short period of time while the server was being repaired. in the future, you need to take steps to avoid a hardware failure from causing website downtime. what should you do?

Answers

Protecting the Power supply
Adding disk Arrays
Install an NLB Cluster
We should enable High Availability.

This one will keep a data backup constantly synced well with the primary server, and it would also utilize routing protocols to disperse application-level traffic between computers or even other equipment.Backup servers are often placed in separate locations and are linked utilizing NFS. The reason behind relocating backup servers is that unless there's a natural disaster or whatever else unexpected happens with the site, backup servers should always be available for assistance.

Thus the above answer is correct.

Learn more about the website here:

https://brainly.com/question/17270466

Send a newsletter when you want to communicate directions, advice, or information.

True
False

Answers

True, since you do want to give out information

Answer: True. This is 100% correct

Explanation:

A problem that gaming companies are working on is an inability to save a game from a console or PC onto a _____ device.

Answers

A problem that gaming companies are working on is an inability to save a game from a console or PC onto a a0 device .

How do you explain a0 device ?The idea of A0 is to enable various disinfection temperatures to achieve comparable disinfection efficiency to a reference time/temperature. This study focuses on the interpretation of the standard's suggested A0 values for parametric control of thermal disinfection. Rare are the experimental foundations for an A0 notion. Partially conflicting data exist on thermal disinfection. The thermal disinfection programs used by washer disinfectors are adjusted according to the parameters of time and temperature, which have been shown to have sufficient biocidal activity, rather than depending on the A0 value. Use of A0 levels greater than those suggested by EN ISO 15883 is advised by several authorities in the field of disinfection.

Learn more about A0 values refer to :

https://brainly.com/question/24368848

#SPJ4

A problem that gaming companies are working on is an inability to save a game from a console or PC onto a a0 device .

How do you explain a0 device ?The idea of A0 is to enable various disinfection temperatures to achieve comparable disinfection efficiency to a reference time/temperature.This study focuses on the interpretation of the standard's suggested A0 values for parametric control of thermal disinfection. Rare are the experimental foundations for an A0 notion. Partially conflicting data exist on thermal disinfection.The thermal disinfection programs used by washer disinfectors are adjusted according to the parameters of time and temperature, which have been shown to have sufficient biocidal activity, rather than depending on the A0 value.Use of A0 levels greater than those suggested by EN ISO 15883 is advised by several authorities in the field of disinfection.

To Learn more about PC  refer to :

https://brainly.com/question/22811693

#SPJ4

You can access decorative underlines and change their color through the ____ drop-down.

Answers

The answer is "underline gallery or underline drop-down". The user can access the decorative underlines and change the underline's color through the underline gallery. Underlines can be added for decoration purposes, to make your work look formal or creative.

Do routers have ip addresses? if so, how many?

Answers

Yes, one per router interface, so at the very least 2.

Digital transmission permits higher maximum transmission rates when compared to analog.

Answers

The question is incomplete but I assume it's a True or False Answer 
The Answer is true since digital transmission permits higher maximum transmission rates.

Gabe wants to move text from one document to another document. He should _____.
A.)copy the text, paste the text, and open the new document
B.)highlight the text, select the cut command, move to the new document, make sure the cursor is in the correct location, and select the paste command
C.)select the save as command, navigate to the new document, and click save D.)highlight the text, open the new document, and press Ctrl and V

Answers

B.)highlight the text, select the cut command, move to the new document, make sure the cursor is in the correct location, and select the paste command 


hope this helps
B.

He should highlight the text, select the cut command, move to the new document, make sure the cursor is in the correct location, and select the paste command.


Use your own words to describe how IT/IS can support major functional areas in the business. Discuss at least two of these areas supporting your answer with real-world examples.

Answers

A business has many functions. A business functions are the activities that are carried out by an enterprise. The major business functions in an enterprise are-

1.       Planning

2.       Production

3.       Marketing & Sales

4.       Accounting & Finance

5.       Human Resource

Each of the above functional areas are majorly supported by information system. An enterprise IT department plans, operate and support all the above mentioned function, by enabling users to carry out their roles efficiently.

1.IT in Marketing & Sales (Marketing Information System)-

Marketing business activity includes planning, promoting and selling of goods and services to the end customers. Marketing information system supports decision making and to carry out various task smoothly.

Marketing information system depend on external data rather than other organizational information system. It covers data related to the information of marketplace. What are the potential marketplace for a given product?

Example- a Company is producing networking equipment. Then identifying the potential market segment, reaching out to the end customer, advertising about the product, identifying the renewal opportunities of the sold product, forecasting the sales of the next quarter/year etc. are all the part of marketing & sales information system.

2.IT in human resource-

Information system is helpful in Human resource function as well. Human resource information contains the data about all the present employees of the enterprise, and also it collects the data of the new candidate against any new vacancy. In human resource payroll management system consist all the information of the existing employees (personal information, salary, performance and promotion activities etc.).

An ideal human resource information system maintains & secure employee record, track employee skill, job performance and training, and support planning for employee compensation and career growth.

 

What does wysiwyg stand for?

Answers

What You See Is What You Get
WYSIWYG is an acronym for "what you see is what you get". In computing, a WYSIWYG editor is a system in which content (text and graphics) can be edited in a form closely resembling its appearance when printed or displayed.

_____ are special combinations of keys that tell a computer to perform a command. A.)Keypads
B.) Multi-keys
C.)Combinations
D.)Shortcuts

Answers

The answer is D.) Shortcuts
D. Shortcuts are special combinations of keys that tell a computer to perform a command

hope this helps
Other Questions
True or false cold air can hold more moisture than warm air what is the highest point from turpan pendi china -154m and mt Everest 8850m If it takes Ashley 3 seconds to run from the batters box to first base at an average speed of 6.5 m/sec, what is the distance that she covers in that time? 1. which of the following is the way to say "fix my hair" in Spanish? a. me cepillo los dientes b. me arreglo el pelo c. me pinto las unas d. me corto el pelo2. how would you say "their wedding" in Spanish? a. nuestro maquillaje b. tu cita c. mi concurso d. su boda 3. which is the correct way to say " you are in cuba" in Spanish? a. estas en cuba b. estoy en cuba c. eres en cuba d. sois en cuba4. which is the correct way to say " they are students" in Spanish? a. sois estudiantes b. estan estudiantes c. son estudiantes d. soy estudiantes 5. which ingredient is not part of a typical cuban sandwich? a. pickle b. chorizo c. cheese d. pork 6. how many official currencies does cuba have? a. none b. one c. two d. three Which set of statements always have the same truth valueA) Conditional and ConverseB) Conditional and InverseC) Inverse and ContrapositiveD) Conditional and Contrapositive List three points in the patriot act that affect immigrants Question: Vas a la fiesta de Susana Ramos?Answer: S. ________ fiestas son fantsticas!What's supposed to be in the blank? What is the term for a voluntary home fire inspection requested by a homeowner? How properties before and after a chemical reaction can be used to determine if a chemical reaction occurred John must have at least 289 test points to pass his math class. He already has test scores of 72, 78, and 70. Which inequality will tell himat leasthow many more points he needs to pass the class?A.72 + 78 + 70 +x 289B.72 + 78 + 70 +x> 289C.72 + 78 + 70 +x< 289D.72 + 78 + 70 +x 289 How was industrialization in great Britain different in china Make a table of ordered pairs for the equation.y=1/3x+1 Select the sentence below that best summarizes the American military response to radical Islam since 9/11.It changes as the nature of radical Islamic terrorism changes.It attacks with pre-emptive airstrikes to take out terrorist cells and uses diplomacy.It invades their territory and then uses airstrikes and drones.It involves everything from diplomacy to the use of drones, and it changes as the nature of radical Islamic terrorism changes. What type of sentence tends to express a strong emotion? A. Interrogative B. Exclamatory C. Declarative D. Imperative _____ involves choosing part of a population of interest for inspection.a. statistical samplingb. system testingc. conformanced. fitness for use (Fill in the blank ) Zero pairs are two numbers that ______ to get zero. A. SubtractB. AddC. DivideD. Multiply which illness is not long term effect of alcohol abuseA)cirrhosisB) stomach cancer C) dementiaD)Ebola 89.87 is 215% of what number In what form does all radiant energy travel through space? What is the primary reason maryland was founded? Steam Workshop Downloader