Why do you think You Tube became so popular so quickly? What is its unique appeal?

Answers

Answer 1

Answer:

it became popular because you could post anything in the world and it could be anything ur favorite show memes and pranks  it got so popular because there was no limit even i can post

Explanation:

thats why it is so poular

Answer 2
I think it’s because people can post and watch things they are interested in.

Related Questions

Deployment was canceled bymicrosoft. Visualstudio. Services. Releasemanagement.

Answers

Deployment was canceled bymicrosoft. Visualstudio. Services. Releasemanagement is known to be an error message.

Why the message above?

This situation often occur when the win2016 is said to be deprecated and as such, when you use vs2017-win2016 runs, it tends to fail in course of the brownout timeframe.

Note that Deployment was canceled bymicrosoft. Visualstudio. Services. Releasemanagement is known to be an error message that shows that release deploy failed.

Learn more about  error message. from

https://brainly.com/question/11472659

In a selection, the else clause executes ______________. a. always b. when the tested condition is false c. when the tested condition is true d. only after the if clause executes

Answers

b. when the tested condition is false

The term 'aspect ratio' is a specification of ...
A. software.
B.
paper size.
C. printers.
D. monitors.
(1)

Answers

Answer:

I believe the correct aswer is D. Monitors

Explanation:

The aspect ratio of a display device is the proportional relationship between the width and the height of the display. It is expressed as two numbers separated by a colon (x:y), where x corresponds to the width and y to the height. Common aspect ratios for displays, past and present, include 5:4, 4:3, 16:10 and 16:9.

I hope that help!

n the bus topology, a hardware device called a _____ is used at each end of the cable to absorb the transmitted signal.

Answers

In the bus topology, a hardware device called a terminators are used at each end of the cable to absorb the transmitted signal.

Write a line of code in python that prints the integer portion of the number 21.45.

Answers

Answer:

print("21")

Explanation:

the integer is a whole number not a float, the part of the decimal which is a whole number is 21

thank me later

What type of hard drive has no moving parts, making it fast and durable?.

Answers

Answer:

Solid-State Drive, also the fastest hard drive at the moment, Durable depending on the brand.

Q2. What is the process of file management?​

Answers

Answer:

The process and act of creating an organized structure in which you store information for easy retrieval.

Explanation:

An integer n is divisible by 9 if the sum of its digits is divisible by 9. Develop a program to display each digit, starting with the rightmost digit. Your program should also determine whether or not the number is divisible by 9. Test it on the following numbers:


n = 154368
n = 621594
n = 123456


Hint: Use the % operator to get each digit; then use / to remove that digit. So 154368 % 10 gives 8 and 154368 / 10 gives 15436. The next digit extracted should be 6, then 3 and so on

Answers

The program is an illustration of the modulo operator

What is a modulo operator?

The modulo operator is an operator used to determine if a number is divisible by another

The main program

The program written in Python, where comments are used to explain each action is as follows:

#This defines the function

def divisible(n):

   #This sets a boolean value to false

   divcCheck = True

   #This initializes a counter to 0

   num=0

   #The following iterates and prints the digits of the number

   while n>0:

       a = n%10

       n = n - a

       n = n/10

       print(int(a),end=" ")

       #This checks if the digit is divisible by 9

       if (int(a)%9 != 0):

           divcCheck = False

   num = num + 1

   #This prints true or false, depending if the number is divisible by 9

   print(divcCheck)

Read more about python programs at:

https://brainly.com/question/16397886

A student enters the names of months in cells A2 to A5 with the heading "Month" in cell A1. Then he enters the number of days in each moth in cells B2 to B5 with the heading "Days" in cell B2. In order to arrange the names of the months in cells A6 to E6 with heading "Month" in cell A6 and the number of days each month in cells A7 to E7 with heading "Days" in cell A7, he can use the formula =TRANSPOSE(A1:B5).
A. True
B. False

Answers

The answer is true because it solvers by Parameters

Why would you get the error, "InnerHTML" cannot be defined as null. In the developer console?

Answers

Answer:

you have not defined your innerHTML

Explanation:

you need to define it in order for it to work

Answer:

you have not defined your innerHTML

Explanation:

you need to define it in order for it to work


what is personal computing ​

Answers

Answer:

Personal computing means utilizing a computer that is located at the same work station where the input or output of data is conducted.

Explanation:

Pls, choose me as brainliest!

How many pages is 2000 words double spaced 12 font.

Answers

Answer: 8 pages

Explanation:

you have a variable n with a non-negative value and need to write a loop that will keep print n blank lines what loop construct should you use

Answers

Answer:

write down same applications of AI in agriculture,health,education, and business

When backing up your original content and data and saving it in two places, why is it important that these two places aren't on the same device

Answers

Answer:
because a crash could cause you to lose both

Explanation:
In the debate over cloud vs. local backup, there are some types of backup that are better in certain locations. If you're performing cloud backup, incremental backups are generally a better fit because they consume fewer resources. You might start out with a full backup in the cloud and then shift to incremental backups. Mirror backup, though, is typically more of an on-premises approach and often involves disks.

This article is part of

Protecting data against loss, corruption, disasters (human-caused or natural) and other problems is one of the top priorities for IT organizations. In concept, the ideas are simple, although implementing an efficient and effective set of backup operations can be difficult.

The term backup has become synonymous with data protection over the past several decades and may be accomplished via several methods. Backup software applications reduce the complexity of performing backup and recovery operations. Backing up data is only one part of a disaster protection plan, and may not provide the level of data and disaster recovery capabilities desired without careful design and testing.

Backup applications have long offered several types of backup operations. The most common backup types are a full backup, incremental backup and differential backup. Other backup types include synthetic full backups

Tonya is concerned about the risk that an attacker will attempt to gain access to her organization's database server. She is searching for a control that would discourage the attacker from attempting to gain access. What type of security control is she seeking to implement

Answers

Answer:

The answer is Deterrent

Explanation:

Deterrent controls are administrative mechanisms (such as policies, procedures, standards, guidelines, laws, and regulations) that are used to govern an organization's security execution. Deterrent controls are used to ensure that external controls, such as regulatory compliance, are followed. I hope this helps! ^-^

Which sentences describe the purpose of a magazine cover?
A magazine cover has to visually appeal customers. Depending on the type of magazine brand, the cover also represents social, political,
economic, medical, ltechnology, and fashion trends. A magazine cover has to appear different from other magazine covers in the newsstand or
store, and help to drive sales of the magazine brand. As a graphic designer designing a magazine cover, you need to know what will print well.

Answers

The  sentence that describe the purpose of a magazine cover is that a magazine cover has to visually appeal customers.

Based on the type of magazine brand, the cover also stands for social, political, economic, medical, technology, and fashion trends.

What is the aim of a magazine cover?

A key functions of the magazine cover is made so that it can sell the issue's inside features(stories).

The  magazine cover  is one that is very vital as it has a lot of short quotes or intriguing lines  that is said to be floating about the cover page.

Learn more about  magazine cover from

https://brainly.com/question/25817628

Answer:

A magazine cover has to visually appeal customers. Depending on the type of magazine brand, the cover also represents social, political, economic, medical, technology, and fashion trends. A magazine cover has to appear different from other magazine covers in the newsstand or store, and help to drive sales of the magazine brand. As a graphic designer designing a magazine cover, you need to know what will print well.

Explanation:

just took the test and did well youre welcome hope this helps

Get the binary value of your first name initial. Show your solutions and checking.


First name: _____
First name initial: V
Convert: ______​

Answers

Answer:

01010110

Explanation:

The binary value of V is 01010110

A ________________ is an electrical channel that transfers bits internally within the circuitry of a computer, allowing the devices to communicate with each other.

Answers

Answer:

RAM

Explanation:

Random Access Memory (RAM) is a type of memory that is used to store data. RAM data can be accessed almost instantaneously regardless of where it is stored in memory, making it extremely fast. RAM communicates with the computer's CPU at a breakneck speed. I hope this helps! ^-^

write any five sources of information for foreign employment.

Answers

Answer: Blue, newspapers or professional journals; Red, personal contacts abroad; Green, recruitment websites.

Hope this helped!

School systems must constantly educate teachers and students on ways to prevent these kinds of attacks, in which people use emails to make it appear they are from a legitimate organization and to request private information, such as passwords or other information, which they use for malicious purposes.
A) firewalls.
B) hacking.
C) viruses.
D) spyware.

Answers

The answer is b). Hacking

When adding a component to a container with the ____ layout, specify the NORTH, EAST, SOUTH, WEST, or CENTER position.

Answers

Answer:

Border

Explanation:

When adding a component to a container with the BORDER layout, specify the NORTH, EAST, SOUTH, WEST, or CENTER position.

Write a python code that prompts the user for a floating-point number and prints
the smallest integer that is larger than the number the user entered.

Answers

Answer:

glitched

Explanation:

brainly deleted my answer

______________________ can run on a workstation or server and is at the heart of all business applications.

Answers

Answer:

I believe the correct answer is Application Software.

Explanation:

Which type of cache is found as part of more advanced CPUs, is shared among the CPU cores and typically comes in sizes of 8 and 16 MB

Answers

Answer: Level 3

Explanation: I studied for the test

uring the boot process, the essential portion, or core, of the operating system called the ____________________ is loaded into memory.

Answers

Answer:

kernel or boot sector

Explanation:

What is a PowerPoint slide?


Answers

Answer:

A PowerPoint is a presentation program to show a specific topic per slide

a PowerPoint SLIDE is just one part of for example 1 out of 10 slides

for example, if you were asked to do a PowerPoint for a project you'll probably do 20 slides and put a lot of work and detail into making this PowerPoint for a good grade so you don't fail a school year

Mira sold flowers to raise money for the annual field trip. Here is the list that shows the number of flowers she sold in 1 day.

Answers

can I see the list? for the list that shows the number of flowers

Discuss whether or not something has to be "fun" to be considered a game. Defend one position but include at least one argument for each side; you may include "one scholar argued that XYZ" as an argument for/against your position.​

Answers

Answer:

Games do not have to be fun to be games. But most are fun. Games can just be a more interesting form of a simulation, a platformer, or a digital universe you may be interested in. For that very case, one scholar argued that, "Games are games, and fun is games, too." And then, another scholar argued, "Games should be fun." Lastly, a 3rd argues that games do not have to be fun, supporting our opinion. With this knowledge, no further, we come to a conclusion.

In conclusion, games are just an interesting escape from our everyday lives. They do not have to be fun. They just need to be good.

Answer:

well, if its not fun, then its not really played, and then it becomes forgotten like the game almost doesn't exist making it not a game?

Explanation:

da answer above is better ._.

Harmon, a nationwide department store, uses checkout scanners to record shoppers' purchases. Which term best describes Harmon's checkout scanners

Answers

The term that best describes Harmon's Checkout Scanners is; A touch point device

What is touch point device?

The correct description of Harmon's scanners is that they are touch point devices.

TouchPoint devices are usually wrist-worn devices, developed by a team of neuropsychologists, that alternatively stimulates both hemispheres of the brain in order to reduce physiological and psychological stress.

This corresponds with the function of Harmon's scanners.

Read more about Scanners at; https://brainly.com/question/24937533

Who authors hype for major stars?
fans of the star
entertainers themselves
PR teams
fans of other stars

Answers

Answer:

PR teams

Explanation:

Other Questions
Why did Europe's imperial powers care about prestige?Prestige made it easier to conquer and defend foreign lands.Prestige had a positive impact on a country's currency.Prestige rallied moral support for imperialism at home.Prestige caused countries to willingly turn themselves over to an empire. Help me with number 2 please Write an essay on whether you think the federal government should set up a special panel on emerging technologies and, if so, what should be the functions of such a panel Past due, need some help. im stuck on this problem. can someone please help me. HELP MEEEEE!!!!!!!!!!!!!!!!!!!!!!! I WILL GIVE BRAINILEST TO THE RIGHT ONE If the U.S. population is in Hardy-Weinberg equilibrium, approximately what percent of the population are heterozygous carriers of the recessive PKU allele Of the twenty-two students in a classroom, ten are transfer students, seven are nursing students, four are AAS students and one student is undecided: If one student is chosen randomly, find the probability that the student is not an AAS student.Answer: Find the value of x to the nearest tenth. A shark can swim 30 mph how far can he travel per minute 10 importance of highlandplease I need the answers ASAP!! what is the average cost of emergency fund per month in Lubbock Texas? The Byzantine Empire came to power after:A. the Great Schism split Christianity.B. powerful Muslim empires collapsed.C. the Roman Empire split in two.D. the Mongol Empire gained territory. The scatterplot shows the relationship of scores for students who took a math test and history test. Based on a line of best fit, what score would be the BEST prediction for a student's history test if they made a 60 on their math test? A) 50 B) 60 C) 70 D) 75 This piece is a good example of: Play pause stop mute max volume 00:0204:40 Audio Selection Select one: Homophonic texture Polyphonic texture Cacophonic texture Monophonic texture What is the equation of the line that passes through the point (6,-7) and has a slope of -2 6to organize and categorize it.Geographers should learn to view the world from different. branches. flora climatesD perspectives The future value of $200 received today anddeposited at 8 percent compounded semi-annually for three years is. If Earth is in between the sun and the Moon in both Image 1 and Image 2, why do you think a lunar eclipse is only happening in Image 2? Carmen deposited $6,000 into a savings account that earns 2.8% interest compounded annually. How much will she have in her account (total) at the end of 3 years?