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

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

Related Questions

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

What advantage do ExpressCard modules and U.S.B adapters offer over expansion cards?

Answers

The advantage does of ExpressCard modules and U.S.B adapters offer over expansion cards is that it can connect a variety of devices to a computer. The technical standard of ExpressCard specifies the design of slots built into the computer and of expansion of cards to insert in the slots including the mobile broadband modems. It is sometimes connectors for externals devices such as flash drives, USB connectors and other ports that need to connect to the computer.

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.

_____ 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

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.

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.

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


When you select Insert and click on a shape the mouse pointer turns into a/an

A. double-headed arrow.
B. hand.
C. I-beam.
D. crosshairs.

Answers

Depending on the situation, the shape of the pointer may be an arrow, an I-beam, a hand, or an hourglass (Figure 5)

⇒The arrow pointer is displayed when the pointer is on a command or other selectable item. Click the pointer on the command to select it. Hover, don’t click, over any Ribbon command or icon to display a pop-up description.

⇒The I-beam pointer is displayed within a document. Move the I-beam with the mouse and then click to move the insertion point to that location.

⇒The hand pointer appears when pointing to a hyperlink, like that found in a help window displayed by the Tell Me box. When you click a link a browser window opens.

⇒The hourglass pointer is displayed to indicate that Word is working on an action.

The answer is C. I-beam

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.

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.

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.

A television camera is positioned 4000 ft from the base of a rocket launching pad. the angle of elevation of the camera has to change at the correct rate in order to keep the rocket in sight. also, the mechanism for focusing the camera has to take into account the increasing distance from the camera to the rising rocket. let's assume the rocket rises vertically and its speed is 800 ft/s when it has risen 3000 ft. (round your answers to three decimal places.)

Answers

The distance from the t.v. camera to the rocket increasing at Let be the distance from the camera to the rocket, and the height of the rocket. We have x*x =h*h +(4000)(4000) When h=3000 , x*x=(3000)(3000)+(4000)(4000) , which gives x= 5000 We are told that at that instant,dh/dt 800 ft/s So, at that instant 5000dx/dt =3000(800) and dx/dt=3000(800)/5000 =480 ft/s

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

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

Answers

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

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

Theâ ______ is a large worldwide collection of networks that use a common protocol to communicate with one another.

a. local area network

b. personal area network

c. internet

d. wide area network

e. world wide web

Answers

LaN is the correct answer i believe

The internet (Option c) is the correct answer, as it is the large worldwide collection of networks using TCP/IP to communicate. This global system includes various types of networks linked by different technologies.

The internet supports numerous applications and services, including the World Wide Web, email, and file sharing.

The internet is a large worldwide collection of networks using the common protocol, TCP/IP, to communicate with each other. This global system of interconnected computer networks includes private, public, academic, business, and government networks, all linked together by various electronic, wireless, and optical networking technologies.The internet enables a wide range of information resources and services such as the inter-linked hypertext documents and applications of the World Wide Web, electronic mail, telephony, and file sharing, making it a crucial part of today's digital communication and information sharing infrastructure.

Therefore,The correct answer to the question is internet (Option c).

explain briefly how the cooling mechanism implemented in fan less laptop

Answers

Fanless computers use a heat sink and taking the heat produced from the computer and dissipating heat. The heat sink is made of a highly heat conductive material such as aluminum. It is connected to the CPU with thermal paste to maximize the amount of heat transferred to it and then connects to the outside air most commonly in an area with many ridges to maximize air contact.

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.

If your path variable is not set to search the working directory, how can you execute a program located there?

Answers

In *nix ./ (dot slash) means this directory, so ./helloWorld executes a program named helloWorld in the PWD.

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.

Discuss the disadvantages of creating a bit-stream copy from a disk to a network drive. is it worthwhile?

Answers

The biggest disadvantage is the time involved in transferring the data in bit-stream mode. Typically, only files are used by the operating system or user, but a bit-stream copy will transfer even the unused bits, multiplying the amount of time required to complete the process.

Use the Internet identify a problem that social media was used to solve. The problem may be local, national, or global.

answer these questions on topic

a definition of the problem (what is it?);
an analysis of the problem (what caused it?; what are the major issues involved?);
how social networking was used to solve the problem;
your opinion of how social media made it easier to solve the problem; and
your sources.

Answers

The #MeToo movement exemplifies a problem tackled via social media, addressing the issue of sexual harassment globally. It was fueled by societal norms and leveraged social media to encourage solidarity among victims and demand change. Social networks' wide reach accelerated the movement's impact.

Problems addressed via social media range from local community issues to global crises. A clear example is the #MeToo movement, which became a global phenomenon through social media.

Definition of the problem: The #MeToo movement addresses the widespread prevalence of sexual assault and harassment, especially in the workplace.

Analysis of the Problem:

It's caused by longstanding societal norms and power imbalances. Major issues involve the silence surrounding victims and the lack of accountability for perpetrators.

Use of Social Networking:

Social networking provided a platform for victims to share their stories, creating a sense of solidarity and calling for change.

Opinion on Social Media's Influence:

In my opinion, social media significantly amplified the issue, by providing a large, immediate audience and fostering community support.

Sources:

My sources include articles from credible news outlets and academic journals that have analyzed the impact of the #MeToo movement.

Addressing Misinformation:

Social media's structure allows for rapid spread of information, making it vulnerable to misinformation. Major effects include public misinformation and damage to reputations.

Privacy Issues:

Platforms have implemented features such as privacy settings and data encryption to address user privacy concerns.

Marketing Insights:

Marketers can glean user preferences, social interactions, and trends through social networking.

What does ieee stand for

Answers

this stands for institute of electrical and electronics engineers

Good luck!
institute of electrical and electronics engineers

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.

True or false? when intel places a sticker on computers showing their chip is inside, they are demonstrating their visible value.

Answers

It is true, it shows visible value 

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.

How many bits are required to address a 1mx8 main memory if main memory is byte addressable?

Answers

Yes they will be. Hope this helps

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.

 

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.


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
Other Questions
Tyler solved an inequality to determine the number of songs he can buy with a $20 credit at his favorite music website. The solution is graphed below Which phrases accurately describe all the possible quantities of songs he can buy? Check all that apply.no more than 8 songsat least 8 songsa minimum of 8 songsat most 8 songsfewer than 8 songsa maximum of 8 songsno fewer than 8 songs Why does a thermocline form in the ocean? A turtle swims at a speed of 1584 meters per hour. A girl swims at a speed of 1380 millimeters per second how much faster does the girl swim than the turtle in centimeters per minutes? (h) when is the particle speeding up? (enter your answer using interval notation.) (2,4)(6,8) incorrect: your answer is incorrect. f(t) = cos(t/4) Combine the like terms to make a simpler expression: 3k(8)+2 The sum of x and 8 is less than 72 find all possible values of x "The world is made up of two classes the hunters and the huntees. Luckily, you and I are hunters."What is the main purpose of these sentences?A.To explain the theme to the reader B.To show that the character is fearless C.To give the reader a hint about the game D.To tell why the characters are traveling Robert and Tonia are on a date. Tonia is smiling and expressing herself in ways that indicates that she likes Robert. On the other hand, Robert appears less expressive even though he likes Tonia too. How can differences in emotions between Robert and Tonia be BEST explained?" after 5 points are subtracted from every score, the sample mean is found to be m = 24. what was the mean for the original sample? What was a direct result of the Presidential Committee on Civil Rights findings? Starting at sea level, a submarine descended at a constant rate to a depth of 4/5 mile relative to sea level in 3 minutes.What was the submarine's depth relative to sea level after the first minute? Read the passage below carefully and then choose the correct answer. Caesar said to me 'Darest thou, Cassius, now Leap in with me into this angry flood, And swim to yonder point?' Upon the word, Accoutred as I was, I plunged in And bade him follow; so indeed he did. The torrent roar'd, and we did buffet it With lusty sinews, throwing it aside And stemming it with hearts of controversy; But ere we could arrive the point proposed, Caesar cried 'Help me, Cassius, or I sink!' The word in bold means (10 points) A. dressed in uniform B. Greek mythology C. muscle strength D. rushing water Erin and her friends are taking a road trip. She has agreed to drive between hours 3 and 6 of the trip. If h represents the hours of the trip Erin will be driving, then h 3 and h 6 represents her portion of the driving. While she is driving, her distance and time are modeled by the inequality d < 70h. What are the possible hours and distances Erin could be driving? When graphing this scenario, let h be the horizontal variable and d be the vertical variable. Which equation can be used to find the measure of angle LJK?sin(x) = (10/15)sin(x) = (15/10)cos(x) = (10/15)cos(x) = (15/10) The Leukemia and Lymphoma Society sponsors a 5K race to raise money. It receives $55 per race entry and $10,000 in donations, but it must spend $15 per race entry to cover the cost of the race. Write and solve an inequality to determine the number of race entries the charity needs to raise at least $55,000. Mariah borrowed 15 books from the library last month. She's already read 2/5 of them. How many of the 15 books has she read? any math experts? Geometry 1.Justify each step in solving the equation 4x=7(x-3) by writing a reason for each statement.1. 4x=7(x-3)2. 4x=7x-213. -3x=-214. x=7 When creating a writing plan, which of the following should come first? A. The general idea of the essay B. The first section of the body of the essay C. Material that will capture the reader's interest D. A brief summary of the conclusion One of two supplementary angles is five times the measure of the other. find the measure of the smaller angles. How does a population change as a result of natural selection? Steam Workshop Downloader