Funny or fascinating web content is said to go _________ when it is shared and re-shared a large number of times over a short period.

Answers

Answer 1
it is said to go viral?

Related Questions

Your organization is using the 192.168.1.0/24 address space. you will need 28 subnets. what subnet mask would you use to create these subnets?

Answers

d is the answer bischhhhhhhhh

Random access memory (ram) is also sometimes called _____ storage.

Answers

It is also sometimes called Volatile storage

A collaborative web page that is designed to be edited and republished by a variety of individuals is known as a(n) ____.

Answers

A collaborative Web page that is designed to be edited and republished by a variety of individuals is called ad Wiki. A wiki is a server program that allows users to collaborate in forming the content of a Web site. The term comes from the word "wikiwiki," which means "fast" in the Hawaiian language.The simplest wiki programs allow users to create and edit content.

In a windows ____ , each computer maintains a list of users and their rights on that particular computer.

Answers

server?
.................

How can you recognize an unsecured wireless network?

Answers

An unsecured wireless network is a network that does not use an encrypted authorization mechanism, such as WPA2 or similar. 

Is Microsoft Word a:

A.operating system
B.software
C.hardware
D.input device

Answers

b. software





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

What does BIOS stand for?

Answers

Basic Input/Output System
This stands for basic input/output system

I hope this helped.

Douglas Engelbart is credited with the invention of _____

Answers

He created computer mouse

Douglas Engelbart is credited with the invention of the computer's mouse.

Who was Douglas Engelbart?

Douglas Carl Engelbart was a successful and great American engineer. He was also an inventor, and the early computer and Internet pioneer. He was born on January 30, 1925, in Portland, Oregon, U.S. He died on July 2, 2013, in Atherton, California.

This American inventor was known for his huge and most important discoveries in the field of science and technology. His work begins in 1950 and led to his patent for the computer mouse, the development of the basic graphical user interface (GUI), and groupware.

He was musing about how to migrate a cursor on a computer display successfully and effectively. Due to this search, he make a device that is known as a mouse.

Therefore, Douglas Engelbart is credited with the invention of the computer's mouse.

To learn more about computer's mouse, refer to the link:

https://brainly.com/question/29637932

#SPJ2

How many bytes is a yobibyte

Answers

i think the answer is 1 x 10^24 bytes
1 yobibyte is 1.209e+24 bytes.

That is a lot!

I hope this helps

If I wanted to share files only within my organization and limit my employees from sharing information with external people, what type of network should I set up in my office?

Extranet
Internet
Peer-to-Point
Intranet

Answers

If I wanted to share files only within my organization and limit my employees from sharing information with external people, what type of network should I set up in my office?

Extranet<====
Internet
Peer-to-Point
Intranet

hopes this helps

The type of network that should be used to set up in the office as per the given scenario, is extranet. The correct option is A.

What is extranet?

An extranet is a controlled private network that provides access to partners, vendors, and suppliers, as well as an authorized group of customers, to a subset of the information available on an organization's intranet.

An extranet is a private network similar to an intranet, but it is typically accessible to third-party parties such as business partners, suppliers, key customers, and so on.

An extranet's main purpose is to allow users to exchange data and applications as well as share information.

Extranets enable you to communicate and collaborate more effectively with clients, customers, and stakeholders through a secure network.

Consolidate processes such as online ordering, order tracking, and inventory management to integrate supply chains.

Thus, the correct option is A.

For more details regarding extranet, visit:

https://brainly.com/question/13263185

#SPJ5

Which kind of desktop uses the same case to house the screen and processing circuitry?

Answers

Final answer:

All-in-One computers combine the screen and processing circuitry in one case, offering a space-saving design.

Explanation:

All-in-One computers use the same case to house the screen and processing circuitry. These desktops combine the components of a traditional desktop computer, such as the motherboard and storage, into the back of the monitor, creating a compact and streamlined design.

For example, the Apple iMac is a popular model of an All-in-One computer where the monitor contains all the essential hardware components, reducing the need for separate towers or CPU units.

One key advantage of All-in-One computers is their space-saving design, making them ideal for environments where space is limited, such as office cubicles or home workstations.

Which command on the page layout ribbon enables a user to mark where a new page will begin on the printed copy?

Answers

Answer:

Breaks

Explanation:

Q:

Which command on the Page Layout Ribbon enables a user to mark where a new page will begin on the printed copy?

A:

Breaks

True or false: you cannot change the default margin size for word documents.

Answers

False the answer is for that question

ap courses are almost always taught:

A. at the nearest community college.

B. at the nearest junior college.

C. online

D. in high school

Answers

I think the answer is D.
i do believe in high school but if i am not correct then it might be online.

Which of the following best describes the Distribution Mix?

A: a network independent companies through which a product passes from produced to end user.
B: the combination of distribution channels by which a firm gets its products to end users.
C: an individual or firm that helps to distribute a product.
D: an intermediary who sells products to other businesses for resale to final customers.

Answers

B) The combination of distribution channels by which a firm gets its products to end-users.

The answer is: B. the combination of distribution channels by which a firm gets its products to end users.

The purpose for creating a distribution mix in order to ensuring that they can deliver the proper amount of product at the correct time. A company that has a full distribution mix would obtain full command on its inventory storage, warehousing, communications process,  packaging of the product, and transportation process.


The fields you use to order your data are called sort ____.

Answers

The Sort data is the name assigned to the computer tool that is used in the fields to sort the data. It is a data organization utility that is managed in data management and information management within computer data systems.

Which file system is used by large-capacity usb and memory cards?

Answers

Answer:

External

Explanation:

An external file system uses large-capacity usb and memory cards

A person would probably suffer the most severe electric shock by completing a circuit through his or her A. left hand to right hand. B. right hand to right foot. C. left hand to left shoulder. D. right hand to right shoulder.

Answers

left hand to right hand. electricity will always take the shortest path to the other side. if it goes through both of your arms that means it is going to cross or get very close to stop your heart. remember. only 7 milliamps are needed to stop a heart. 1 amp is over 100 times stronger.

Which routine is configured to execute first when the program runs?
A. Subroutine
B. Start
C. Fault
D. Main

Answers

it's D because of ok

If a kindergarten teacher was making a handout to teach children different geometric shapes,he could use the feature in the word application to develop his visuals

Answers

He could create shapes using the insert shape feature on most word processors.
Contact i'm kinda confused but i think i am right not sure hope i helped????!!!!!

I need help to make this code to make it remove all instances of the specified letter from the original sentence

Answers

Here is my solution. I did the following:

- changed the setRemover into a constructor, since the comment seems to hint that that is expected.
- changed the lookFor type into a String, so that it can work with the string replace overload. That's convenient if you want to replace with an emtpy string. The char type won't let you do that, you can then only replace one char with another.
- Added a static Main routine to use the class.

import java.lang.System.*;

public class LetterRemover 
{
   private String sentence;
   private String lookFor;

   public LetterRemover() {}
   
   // Constructor
   
   public LetterRemover(String s, char rem)
   {
       sentence = s;
       lookFor = String.valueOf(rem);
   }
   
   public String removeLetters()
   {       
       String cleaned = sentence.replace(lookFor, "");       
       return cleaned;
   }
   
   public String toString()
   {
       return sentence + " - letter to remove " + lookFor;
   }

   public static void main(String[] args) 
   {
        LetterRemover lr = new LetterRemover("This is the tester line.", 'e');
        System.out.println(lr.toString());
        String result = lr.removeLetters();        
        System.out.println("Resulting string: "+result);
   }
}

Which type of variable is visible to every module and the entire program?

Answers

Global







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

Read the following scenario: A project will require more people than originally estimated. Identify the possible risks to the project.
a.) Ideas and Creativity
b.) Money and resources
c.) Policies and Procedures
d.) Time and work ethic

Answers

The correct answer is b.Money and Resources because the more people involved in a project then the more money being invested. 

Answering the question, the possible risk to the project is money and resource because the available resources could only take care of the people that were initially positioned to execute the project

Project risk can be defined as uncertain situations that can occur in a project. Such uncertain conditions can affect the project.

Further Explanation

There is always a risk that accompanies a project because there are different unseen circumstances that might likely show up during project execution.

However, there are different types of risk and these include

Stakeholder riskRegulatory riskTechnology riskExternal risk

Stakeholder risk: stakeholders are people that have a major interest in the execution of a project. Stakeholders, in this case, can be mangers, customers, etc. stakeholders risk may arise if the stakeholders do not the required capacity to get the project done

Regulatory Risk: some regulations such as government regulations might also pose some risk to a project.

Technology risk: some times, to execute a project might require the use of new technology and the organization can’t afford to get the new technology, it may have affects the outcome or the execution of the project.

External risk: an organization may also rely on outside support to executive a project and since the support is not within the control of the organization, it might affect the execution of the project.

LEARN MORE:

Read the following scenario: A project will require more people than originally estimated. https://brainly.com/question/6500857Read the following scenario: A project will require more people than originally estimated https://brainly.com/question/5755515

KEYWORDS:

money and resourcesproject riskmore peopleestimatedunseen circumstances

Project managers have the overall responsibility for planning, executing, and completing a project.
A) True B) False

Answers

The given statement "Project managers have the overall responsibility for planning, executing, and completing a project." is True because Project managers are responsible for ensuring that a project is completed within its budget, scope, and timeframe.

Project managers have the overall responsibility for planning, executing, and completing a project, ensuring that the project's objectives are met within the stipulated time and budget constraints. Project managers must identify and manage risks, monitor progress, and make adjustments as needed to keep the project on track. They must also ensure that all deliverables meet the requirements and quality standards specified in the project plan.

In the planning phase, project managers work on defining the project's scope, setting goals, and developing a detailed project plan. This involves coordinating with stakeholders, establishing a timeline, identifying required resources, and outlining the necessary tasks and responsibilities.

During the execution phase, project managers oversee the implementation of the project plan by allocating resources, monitoring progress, and adjusting the plan as needed to address any unforeseen issues or changes. They communicate with the project team and stakeholders, making sure everyone stays on track and works towards achieving the project's objectives.

Finally, project managers are responsible for the completion of the project. This involves ensuring that all project deliverables have been met, conducting a thorough review of the project's performance, and conducting a lessons-learned analysis. The project manager also takes care of project closure activities, such as releasing resources, finalizing documentation, and celebrating the project's success.

In conclusion, project managers have the overall responsibility for planning, executing, and completing a project, as they are instrumental in guiding the project through its various stages while ensuring that it achieves its intended goals.

Know more about Project managers here :

https://brainly.com/question/30457233

#SPJ11

Create one of these on your desktop start menu and use it to quickly open a folder, data file, program, or other object?

Answers

A shortcut is a used to quickly open a folder, data file, program, or other object. They are very convenient to have and make navigating through a computer extremely easy.

A style is named group of formatting characteristics. True or false

Answers

The answer for this question is True.

You can add chart and axes titles on the chart tools format tab or with the chart elements buttom. true or false

Answers

Select the chart. Navigate to the Chart Layouts group on the DESIGN tab. Open the drop-down menu named 'Add Chart Element'. In Excel 2010 you have to go to the Labels group on the Layout tab and click the Axis Title button. From Axis Title options choose the desired axis title position: Primary Horizontal or Primary Vertical.

What happens when you click the edit header option in the header button drop-down list?

Answers

When you click the edit header option in the header button drop-down list the header pane and the Header &Footer tools Design tab are displayed.
The Headers and Footers are pieces of text, or graphics, that appear at the top and bottom of a page.There are three options for the placement of page numbers. 

Which of these do the fonts Wingdings and Dingbats display?

A.mathematical equations


B.symbols


C.Greek letters


D.meteorological information

Answers

I believe Wingdings and DIngbats depicts random symbols. I hope that answered your question, my friend. :)

Under normal operations, cisco recommends that you configure switch ports on which vlan

Answers

 

You can configure switch ports on default VLAN under normal operations. Cisco switches always have VLAN 1 as the default VLAN, which is required for many decorum communications between switches like spanning-tree protocol for example. It is obligatory not to delete or even change the default VLAN.

 

 





Other Questions
a store sells rakes for 9$ each. if the sale of the rakes totaled 171$ how many rakes were sold Name two things that Shakespeare did to deal with his major loss? What effects do mutations have? Check all that apply.A could change protein shapeB never change protein shapeC might be neutralD always change the way a trait is observedE might be harmfulF might be beneficial A heavy truck and a light car are traveling at the same speed on the same roadway. if the coefficients of static friction between their tires and the road are the same, which vehicle will be able to stop in the shortest distance? assume both have the same braking force. The explosions that take place during a fireworks show are an example of which of the following?Image of fireworks exploding in air Chemical change Chemical property Physical change Physical property Between which two parallels and which two meridians is the tip of Africa located What are the similarities and differences between Sunni and Shiite Muslims? Why would people decide to participate in team sports? What are the aspects of team sports that attract people? Which type of RNA is NOT involved in the translation process shown in the image? which of the following numbers does not belong here? 64, 16, 36, 32, 8, 4 1. What is the difference between 4 and 6?1) 102) 23) 24) 102. What is the first step in solving the equation 4.2y -5.2=18.51. Add 5.2 to each side of the equation.2. Subtract 5.2 from each side of the equation.3. Multiply each side of the equation by 4.2.4. Divide each side of the equation by 5.2. Discuss the significance of the similarity between the two battles. it all adds up worksheet How much heat is absorbed during production of 112 g of NO by the combination of nitrogen and oxygen? N2(g)+O2(g)2NO(g), H = + 43.0 kcal Melissa and her mom are going on a trip if they travel 238 a day for 8 days how many miles will they travel all together Why is it harder to ratify an amendment than to propose it? Read this excerpt from a students persuasive essay about smoking. What is the problem with the argument?If you smoke while pregnant you will have an underweight baby.Faulty statisticsEither/or argumentCircular reasoningFalse comparison How do you know if a reaction is exothermic? Enter your answer in the space provided On the first 4 quizzes of her chemistry class, nadia got an average score of 88. what does she need on the next quiz to have an overall average of 90? Which sentence is an example of an informative claim?A.) Preventative care, as well as emergency medical expenses should be covered by health insurance.B.) Families with elderly members should have to buy additional health insurance in case of an emergency.C.) It is the government's responsibility to provide adequate health care to all citizens of the united states.D.) Families without health insurance often get into financial difficulties when faced with a medical emergency.