Which is a form of cyber bullying??

Answers

Answer 1
Answer: -Teasing
-Posting embarrassing information about them
-Lying/Rumors
Answer 2
Answer:

Answer:

what the first guy said

Explanation:


Related Questions

If you wanted to look up an article from the Chicago Tribune the best place to start would be
Instead of printing and distributing a hard copy of a document, you can distribute the document ____.
Norman is looking into an IDS/IPS solution for his command. The network engineers recommended he select a solution that requires packets to pass in and out of the device, and that it be connected in series with the outbound traffic flow. Norman should tell the sales engineer that he is interested in a __________________ IDS/IPS solution
Please select the most appropriate answer to fill in the blank in the sentence: Over the past few years, there has been a noticeable difference in the amount of ______ with computers. households household s households
Write a program in pascal to find the area of a circle

If an investigator finds a computer that is turned off during a search with a warrant, the investigator should:___________.A. turn on the computer.
B. leave the computer turned off.
C. unplug the computer from the wall.
D. none of the above

Answers

Answer:

B. leave the computer turned off.

Explanation:

Given an "out" string length 4, such as "<<>>", and a word, return a new string where the word is in the middle of the out string, e.g. "<>". Note: use str.substring(i, j) to extract the String starting at index i and going up to but not including index j.makeOutWord("<<>>", "Yay") → "<>"
makeOutWord("<<>>", "WooHoo") → "<>"
makeOutWord("[[]]", "word") → "[[word]]"

Answers

Answer:

The following are the answer to this question.

Explanation:

In the given code, a "makeOutWord and word" is already used to hold some value. In this code, we define a string method "makeOutWord" that accepts two string variables "out and the word" in its parameter.

Inside the method, a return keyword is used that uses the string variable "out and the word" with the "substring" method, this method is used to returns a new string from an old string value, and it also uses the "word" string variable for the return value.  

please find the attached file for code:

Final answer:

The function makeOutWord combines the 'out' string and the given word by using the substring method to separate the 'out' string into two parts, then inserting the given word in between. An example solution in Java is provided.

Explanation:

The goal of this problem is to create a new string, incorporating the original 'out' string and the given word. This can be achieved by utilizing the substring method in Java which allows us to extract part of a string. Given an 'out' string with length 4, such as '<<>>', and a word, the task is to return a new string where the word is in the middle of the 'out' string.

An example solution in Java would be as follows:

public String makeOutWord(String out, String word) { return out.substring(0, 2) + word + out.substring(2, 4);}

With this function, we take the first two characters from the 'out' string, then append the word, then add the last two characters of the 'out' string. So, makeOutWord("<<>>", "Yay") would yield "<>".

Learn more about String Manipulation here:

brainly.com/question/35897567

#SPJ3

Guys i really need help pleasure?Which of the following lets you specify how many copies of a worksheet should be printed?
a.
Title bar
b.
Print dialog box
c.
Print Preview
d.
Status bar

Answers


How many copies to print is one of several choices
you can indicate in the print dialog.


i believe its print dialog 

4.In order for a driver to graduate from a learner’s license to an operator’s license, how many hours of driving need to be documented? How many nighttime driving hours are required?

Answers

Answer and Explanation

In the United States of America, driver's licenses are issued by each individual state, territory.

In order for a driver to graduate from a learner's license to an operator's license, how many hours of driving you need to be documented is 50 hours, of which 10 hours must be at night.To move on to your intermediate driver's license, you must: Be at least 16 years old .

What does Upload.jsx file (component) do?

Answers

Answer:

The meaning and functionality of an "Upload. jsx" file (component) can vary depending on its specific use within a software project, as it relates to the context of your programming environment. JSX files are commonly used in JavaScript, particularly with libraries like React, to define and render components for user interfaces. Below is a general explanation of what an "Upload. jsx" component might do in the context of a web application

Explanation:

File Upload Component: An "Upload. jsx" component is likely designed to handle file uploading functionality within a web application. It may allow users to select and upload files from their local devices to the server or perform other related actions.

User Interface: This component likely includes a user interface (UI) element, such as a file input field or a drop zone, where users can interact with it.

Event Handling: The component would have event handlers to respond to user interactions. For example, it may trigger file selection, handle file uploads, or perform validations.

State Management: It may use state management to keep track of the selected files, upload progress, or other relevant information.

Communication with Server: After a user selects a file or files, the component might be responsible for sending these files to a server for processing. This could involve making HTTP requests, such as POST requests, to a server endpoint.

Validation and Error Handling: It might include code to validate file types, sizes, or other constraints before initiating the upload. Additionally, error handling may be implemented to manage situations like failed uploads or server errors.

UI Feedback: The component may provide visual feedback to the user during the upload process, such as progress bars or success/error messages.

Integration: Depending on the larger application's architecture, the "Upload. jsx" component could be integrated into other components or screens, and it may communicate with them through props and state management.

Customization: Developers may customize this component to suit their application's specific requirements, including styling, error-handling behavior, and integration with other features.

In summary, an "Upload.jsx" component in a web application typically serves the purpose of allowing users to upload files to a server and includes the necessary functionality and UI elements to facilitate this process. Its exact implementation and behavior can vary depending on the project's needs and the technologies used. I hope this helps you!

Question 1:Which of the following is involved in weathering?

a. water
b. seafloor spreading
c. mountain building
d.volcanoes

Question 2:
What types of rocks initially form from deposition?

a. igneous
b. sedimentary
c. metamorphic
d. basaltic

Question 3 :
Air, water, and ice can break rocks into tiny fragments. Which of the following best describes this process?

a. erosion
b. deposition
c. weathering
d. sediment

Answers

The option typically involved in the process of weathering is water. Thus, the correct option for this question is A.

The types of rocks that initially form from deposition are known as sedimentary rocks. Thus, the correct option for this question is B.

Air, water, and ice can break rocks into tiny fragments. The option that best describes this process is known as weathering. Thus, the correct option for this question is C.

What is weathering?

Weathering may be defined as a process through which numerous rocks and minerals found on the earth's surface are considerably broken down into smaller fragments. The process of weathering is facilitated by different components like water, wind, ice, etc.

Erosion is different from weathering. This is because erosion deals with the transportation of broken substances or materials through weathering from one place to another with the help of air and water. It is the gradual destruction and elimination of rock or soil in a particular area.

Therefore, each of the given questions is well described above.

To learn more about Weathering and erosion, refer to the link:

brainly.com/question/16414472

#SPJ2

Answer:

1. A

2. B

3. C

hope this helps in some way