ASAP 30 POINTS Do you think YT has an unfair advantage as a social media marketing platform due to its parent company being Google? Explain.

Answers

Answer 1

I DONT REALLY CARE BUT HELLOOOOOOOOOOOOOO


Related Questions

Aika has several labeled folders for different parts of his research. What is the MOST likely reason he does this? He wants to make sure that all of the topics are researched equally. He wants to avoid accidentally forgetting to research one of the topics. He wants to easily and quickly find specific bits of research that cover certain topics. He wants to make his research easier to read than it would otherwise be.

Answers

Answer:

He wants to easily and quickly find specific bits of research that cover certain topics.

Explanation:

Remember, a research work typically has these 6 (six) components:

The Abstract.IntroductionMethodologyResultsDiscussionReferences.

Thus, Aika's decision to label several folders for different parts of his research would make it easier and quicker for him to find specific bits of research that cover certain topics, instead of spending time looking for topics.

As new technological systems develop, old systems become obsolete.


False

True

Answers

Answer:

true

Explanation:

Answer: true




Explanation

What is the hexadecimal equivalent of the decimal number 256?

Answers

Answer:

0.100 look it up

Explanation:

A computer essentially takes input, processes it, and produces output. Which person developed a machine in the mid-1880s that accomplished this?

John William Mauchly
Charles Babbage
Sir John Ambrose Fleming
Herman Hollerith

Answers

Answer:

The answer to this question is given below in the explanation section. the correct answer is Herman Hollerith.

Explanation:

Charles Babbage (incorrect)

Charles Babbage considers the father of the digital computer. He was a mathematician, philosopher, inventor, and mechanical engineer, Babbage originated the concept of a digital programmable computer. But he died on 18 1, 1871. so, this option is not correct.

John William Mauchly (Incorrect)

John William Mauchly was an American physicist who, along with J. Presper Eckert, designed ENIAC, the first general purpose electronic digital computer, as well as EDVAC, BINAC and UNIVAC I, the first commercial computer made in the United States. But John William Mauchy born on August 30, 1907 and died on January 8, 1980. So, this option is not correct.

Sir John Ambrose Fleming (Incorrect)

Sir John Ambrose Fleming was an English electrical engineer and physicist who invented the first thermionic valve or vacuum tube, designed the radio transmitter with which the first transatlantic radio transmission was made, and also established the right-hand rule used in physics.

Herman Hollerith (correct)      

Herman Hollerith was an American businessman, inventor, and statistician who developed an electromechanical tabulating machine for punched cards to assist in summarizing information and, later, in accounting. This machine is patented in 1884.

How do you answer a question on here

Answers

Didn’t you just make a question right now?
You click on a question you know the answer for, and click the blue button that says Answer

Which of the following statements best compares and contrasts the role of story writers and script writers

Answers

Answer:

Both script and story writers must use the elements of plot to develop their work; however, script writers must also include the use of stage and camera descriptions.

Explanation:

Answer:

Both script and story writers must use the elements of plot to develop their work; however, script writers must also include the use of stage and camera descriptions.

Props to the other answer.

what is the chain reaction that occurs when a sound is created ​

Answers

The chain reaction is called sound waves

4.3 Code Practice: Question 1
Instructions
Grandma Ester normally gives you hugs for your birthday - one for every year old you are. When you turned 15, she squished you with 15 hugs! This year, she, unfortunately, cannot see you on your birthday, so instead, she wants to send you virtual hugs!

Create a program that prompts the user for how old they are turning and then using a loop, output a virtual hug for every year old they are.

The following prints a single “virtual hug.”

print("**HUG**")

Answers

in python 3:

age = int(input("How old are you turning? "))

i = 0

while i < age:

   print("**HUG**")

   i += 1

I hope this helps!

What can be written to perform a certain number of iterations or to iterate until a specific result is achieved?
A. an ordered data structure
B. a for loop
C. a print function
D. an array​

Answers

Answer:

The answer to this question is given below in the explanation section. However, the correct option is B. i.e a for loop.

Explanation:

The correct answer to this question is for-loop. Beause, in the for loop is written to perform a certain number of iterations or to iterate until a specific result is achieved.

for example, to calculate the average of 10 numbers, we use the for loop to iterate statements written in its body 10 times to calculate the average.

when the specific numbers of the iteration are reached it will get terminated.

for example

for (int i=0; i<=10; i++)

{

// perfrom average, code

}

this loop iterate 10 times or less, when it reached above the limit it gets stopped.

however, the other options are not correct, because an ordered data structure is like a list of order data, print function print something to the user or on screen. while an array is like a list of data of the same data type.

Answer:

A For Loop

Explanation:

Edge 2020

By default, your computer will organize your files in the order they were created.
True
False

Answers

true, most computers will do this but it depends on the computer and the program being used.

TRUE

True, but not for all operating systems.  

What is a good analogy for explaining the actions of a compiler?

a hybrid ability of a car to use multiple energy sources
a street map of a local subdivision
an interpreter who speaks several languages
an automatic programming of kitchen devices

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

This question is about what is a good analogy for explaining the actions of a compiler?  The correct option is automatic programming of kitchen devices .

a hybrid ability of a car to use multiple energy sources  (false)

this analogy is not correctly mapped on the compiler, becuase the compiler can be designed only for one type of language, for example, the program that calculates the average of students number can be easily programmed in C++ and in C#. But you cannot compile the C# program in C++ compiler and vice versa.  

a street map of a local subdivision  (false)

Because you can design a compiler for a not specific subdivision of programming.

an interpreter who speaks several languages

it is not an analogy, however, an interpreter can handle only one type of language.

an automatic programming of kitchen devices (true)

This is a good analogy of compiler because you give input to the device and that device based on your input gives you back an output. Similarly, you give input to the compiler in form of language syntax, and it automatically give you output based on your input.

Why do IT professionals have strict legal and ethical standards?

A. The credentials they hold to perform their job.
B. The oath they took when they began their career.
C. The pressure put on them to behave a certain way.
D. The strategic role they play in an organization.

Answers

Answer:

The answer is B: The oath they took when they began their career.

Explanation:

Which of the following statements defines markup? A. Software used in creating a Web document B. Symbols or characters added to plain text in a document to indicate different attributes and elements C. Authoring language which converts text to language D. Coding system used to structure text files in a document translating it into a Web document

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

In this question, it is asked about the markup language. A markup language is a computer language that uses tags to define elements within a document. It is human-readable, meaning markup files contain standard words, rather than typical programming syntax. While several markup languages exist, the two most popular are HTML and XML. So, now we will explain which option defines the statement correctly.

A. Software used in creating a Web document (false).

A markup language is not software, it is a language that can be used mostly in web development.

B. Symbols or characters added to plain text in a document to indicate different attributes and elements (True).

Because HTML and XML are markup languages, in which symbols or characters are added to plain text in a document to indicate different elements and attributes. For example, in HTML, we use "<" and">" symbol to indicate the attribute of Html document. such as to show paragraph we use "<p>"tag etc.

C. Authoring language which converts text to language(true)

Markup language converts text into browser readable language. For example, we write HTML (human-readable plain text document) which converted into the browser-readable format.

D. Coding system used to structure text files in a document translating it into a Web document (true).

for example, HTML is a markup language or you can say coding system, that can be used to structure text file in a way that can be easily understood by a web broweser.

Answer:

B. Symbols or characters added to plain text in a document to indicate different attributes and elements

Explanation:


As part of the IT department, you configure the employee workstations for your company. Your company's IT policies prioritize security ove
running active content. What should you disable in user's browsers to restrict active content?
А
Cookies
B
Pop-under windows
C
CSS
D
JavaScript

Answers

Answer:

A Cookies

Explanation:

I don't know if I'm right but I hope it is, but if not then can you help me

The purpose of the merge and center command is to _____.

Answers

The merge and centre command is one of the most common tools used in formatting tables in a word-processing software. In addition, its primary purpose is to "merge cells into one cell and center the text in that cell." in order for the spreadsheet in a report to become more presentable.

Which type of memory resides within a computer's CPU?
_____ memory resides within a computer's CPU.
(not multiple choice)

Answers

Main memory.

Main memory resides within a computer's CPU.

Answer:

Internal

Explanation:

Select the correct navigational path to hide a worksheet.
Click the ____ tab on the ribbon to the Cells gallery.
Select ___ and use that drop-down menu to select ____.
Then Hide sheet.

Answers

Answer:

Home, Format, Hide & Unhide.

Explanation:

A person with a low number of white blood cells could have difficulty in fighting infections and A decrease in the number of lymphoid stem cells could result in a decrease in red blood cell.

What is nucleotide?

It is the sub units and buIlding blocks of DNA. It is made up of a five-sided sugar, phosphate group and then a nitrogen base.

These groups make the backbone of the DNA helix. If you look at a DNA helix, they make the side of the ladder or the side portion. They connect to a nitrogen base which make the steps of the ladder.  The type of sugar that is used in a DNA helix is called deoxyribose.

Nitrogen bases are the molecules that make up the steps of the ladders. There are four different nitrogen bases, namely; Guanine, Thymine,Adenine and Cytosine.

Pyrimidines are compounds that make a single 6-sided ring. Examples of pyrimidines are Cytosine and Thymine. Purines on the other hand make 5-sided and 6-sided rings.

Therefore, A person with a low number of white blood cells could have difficulty in fighting infections and A decrease in the number of lymphoid stem cells could result in a decrease in red blood cell.

Learn more about white blood cells on:

https://brainly.com/question/19202269

#SPJ5

3. The problem solving diagram displays how many parts.
A1
B.2
c.3
D.4

Answers

Answer:

3

Explanation:

Andreas wants to insert an element into an email that will graphically display the values in a table. Which option should he choose?

table
hyperlink
SmartArt
chart

Answers

Answer:

D. chart

Explanation:

Correct on edg

Answer:

d

Explanation:

took the test

Which of the following is not a thing needed to make a network?
a)Network software b)Network devices c)Motherboard d)Cables

Answers

Answer:

d) cables is your answer

Answer:

Motherboard is not a thing needed to make network

A person who leads a
group uses
skills.

Answers

Answer:

He uses skills to make sure he is good leader

Explanation:

What capital city is located at 33 s and 71w?

Answers

Answer:

jmkk;

Explanation:

_____ are pictures that you can click on to tell your computer what to do.

icons
menus
applications
FATs

Answers

Answer:icons

Explanation:The reason it is icons is because icons can become pictures

Answer:

Icons

Explanation:

can create pictures by grouping together.

Which pane in PowerPoint contains images of the slides in the order they appear in the presentation?

Status pane
Thumbnail pane
Notes view
Normal view

Answers

Answer:

B. Thumbnail pane

Explanation:

on edg

Answer:

B. Thumbnail pane

Explanation:

skeet skeet i have lost my feet.

What does it mean to clear a setting in a dialog box?
A) To print it
B) To turn it off
C) To delete it
D) turn it on

Answers

it would be c because you clean in it up

What uses HTML hypertext links that users can click to access different locations or information?
A. Operating system
B. Domain name
C. Web page
D. Client program

Answers

I’m pretty sure it’s C. Web page

A computer program which uses hypertext markup language (HTML) hypertext links that users can click to access different locations or information is: C. Web page.

A hyperlink refers to an element in a hypertext markup language (HTML) document that provides a link (direct access) to another document, file, location, webpage, and an image.

In Computer science, a hyperlink can be used to directly link to the same path in a hypertext markup language (HTML) document or another HTML document such as a webpage.

Generally, you can insert a hyperlink that end users can click to access different locations or information in the following:

An email address A fileA webpage

In conclusion, a typical example of a hyperlink on a webpage is demonstrated below;

Learn more about hyperlink here: https://brainly.com/question/25760645

What is the internet ?



Answers

Answer:

internet is the connection of computers worldwide

Answer:

Explanation:

The internet is the wider network that allows computer networks around the world run by companies, governments, universities and other organizations to talk to one another.

This diagram shows a number of computing devices connected to the Internet with each line representing a direct connection.

Device A is attempting to send data over the Internet to Device E. Which of the following is true of how the data will travel through the network?
A. The data will always travel through Device B as it is the shortest path
B. The data will never be sent to Device G since there are other shorter paths available
C. It is possible that the data travels through any of the devices in the network before arriving at device E
D. If the data travels through Device D then it will not travel through Device B

Answers

Answer: C

Explanation: had an assignment and this was the answer

Network is the connection of multiple computer or devices.

The true statement is that: (c). It is possible that the data travels through any of the devices in the network before arriving at device E

From the diagram, we have the following observations:

Devices B, C and D are connected directly to ADevices E, F and G are connected to either B, C or D

The above analysis means that, the devices are interconnected.

So, the data from A can travel through any of the devices to get to its destination at E.

Hence, the correct option is (c).

Read more about computer networks at:

https://brainly.com/question/11672306

20 POINTS


Why is important for film editors to have a knack for storytelling?


Increasingly, screen writers and film editor positions are filled by the same person.

There is no need for the film editor to have a knack for storytelling; in fact, this may be a drawback.

The film editor is responsible for editing the script if the screen writer has made any errors.

The film editor must weave many scenes and sections of scenes together to tell a cohesive story.

Answers

Answer:

The film editor must weave many scenes and sections of scenes together to tell a cohesive story

Explanation:

Forgive me if i am wrong

Which statement accurately defines the Quick Steps feature in Outlook?

It simplifies common tasks into one-step commands.
It allows a user to add multiple steps to common tasks.
It is only configured for tasks that are not frequently used.
It allows multiple users to add commands to a single mailbox.

Answers

Answer:

A

Explanation:

The statement accurately defines the Quick Steps feature in Outlook will be that it simplifies common tasks into one-step commands.

What is the Outlook?

The Tools menu is shown on the toolbar adjacent to the Actions menu under the Menus tab. When you select Tools, a drop-down menu with options like Send/Receive All Folders, Reject All, Com Add-Ins, Disable Items, Outlook Options, etc. appears.

You undoubtedly use Outlook every day and use some of its useful capabilities, including flags, categorize, and archive. Even if these capabilities already make it simple to handle your emails, there are other Outlook tools that can help you organize your emails even better.

The phrase "simplifies typical tasks into one-step commands" appropriately describes Outlook's Quick Steps feature.

More about the Outlook link is given below.

https://brainly.com/question/17457799

#SPJ6

Other Questions
Read the sentence from Hmong Tops.He fiddled with his key ring; the cold brass key felt like a block of ice in his pocket. He had never needed a key to enter his old home; someone was always there to greet him.The underlined descriptive language suggests thatthe weather in his new area is colder than he is used to.the key is a bleak reminder of the changes in Lorenzos life.Lorenzo often chooses to look at the negative side of things.Lorenzo likes to exaggerate about the things he must endure. a number is taken away from 13 and the result is 4 what is the number? The Soviet leader that caused the fall of the Soviet Union was? What is gender identity?O one's self-concept of being male, female, both, or neitherO the way people communicate their gender within their cultureO attitudes, feelings, and behaviors linked to a person's biological sexa person's sexual and romantic attraction to people of the same sex, the opposite sex, or both sexes 6 47/75 as a percentage Which equation represents the graphed function?A. y = -2x + 3B. y = 2x + 3C. y=1/2x+3D. y=-1/2x+3 What does an analogy do? The following sentences are in singular form: 1. Voici le crayon2. Cest une gomme.3. Elle aime le livre.4. Cest une affiche.5. Voici la carte.6. Cest le bureau de Mme Gudde.7. Jaime le hamburger.8. Tu aimes le sandwich?Can anyone tell me what are their plural forms? Glucose is needed in every cell, but it cannot pass easily through the cell membrane. The hormone insulinand ATP, an energy source for cells, help glucose get inside a cell. Since this process uses energy, whichprocess does this describe? A summer camp has 720 ft of float line with which to rope off three adjacent rectangular areas of a lake for swimming lessons, one for each of three levels of swimming ability. A beach forms one side of the swimming areas. Suppose that the width of each area is x feet. Answer parts a) through c). The variety of life within a particular habitat, often measured bythe number of different species is known as Gordon, an employee, is provided group term life insurance coverage equal to twice his annual salary of $125,000 per year. According to the IRS Uniform Premium Table (based on Gordon's age), the amount is $12 per year for $1,000 of protection. The cost of an individual policy would be $15 per year for $1,000 of protection. Since Gordon paid nothing towards the cost of the $250,000 protection, he must include in his 2019 gross income which of the following amounts? HELP BAD DAY Write as an expression:twice the product of the squares of x and ywith the product of the cube of a and the square of b Different things motivate different people. While you may be motivated to get good grades and get a scholarship to an Ivy League college after high school, your classmate's motivation might be to finish high school and go backpacking around the world. Do some research on the Internet and at the school library, and write about the four different types of external and internal motivations: extrinsic, intrinsic, identified, and introjected, and provide examples for each. Also, consider a situation in which you were highly motivated (it does not have to be academic), and describe your motivation and the outcome of the situation. Which of the following has the most significant impact on consumer purchasing power and spending patterns?Select one:a. Demographic environmentb. Political and legal environmentc. Technological environmentd. Economic environment Miss Sally waited on a large party at the Chesterfield Restaurant. The party bill totaled $110.00. As the party was pleased with the service they received, the tipped Miss Sally 20%. What amount did Miss Sally receive as her tip? Explain your answer. What do virtually all daily task require ? One of the advantages of a multi-party political system is that it A. allows candidates to easily finance their campaigns. B. permits more minorities to be represented. C. gives politicians more local media coverage. D. lets politicians choose the candidates for office. Solve for r 5(r-10)=-51 Compare the populations of these two groups in the two periods. Which statement accurately reflects the data in the table?