Answer:In today’s digital business landscape with the ability to be social across multiple digital platforms, country borders and language barriers, social media has introduced a new method to marketing.
Social media marketing is one of the fastest changing areas of marketing the world has ever seen. The methods used and developed within social media marketing have come a very long way in the past few years. It’s also created serious opportunities for businesses around the world, but there are certain aspects you have to be aware of when you make use of social media marketing for business.
Social media is the fastest (real-time) advertising and tracking marketing mediums there is available. Just as there are advantages for marketing on this medium, there are disadvantages that you as the business owner and you as the marketer (or maybe you are running a small business and are both) should be aware of and not only take notice, but know and understand how it can influence your business in all aspects positively and or negatively.
The analysis
One of the problems with writing and or explaining some of the overall or general advantages and disadvantages of social media marketing is that most of it is different dependent on your business. Some of the key differentials you need to be aware of that will influence the advantages and the disadvantages are:
Your type of business and or service,
Your marketing niche and specialization,
The social media channels used for your marketing and engagement,
Your target market – type, age, demographic, etc.
Demographic and economic in differences in consumers
Explanation:
The best way to safeguard your document is to save it
(A) Only after you have proofread it
(B) Only when you name it
(C) Every few minutes
(D) After it is completed
The best way to safe the document is after saving it every few minutes.
The following information related to the document is as follows:
The document is in a written form where essential information should be written and accessed whenever it is required. It is safe at the time when you save it every few minutes so that it any unforeseen circumstance comes so your data should not be lost.Therefore we can say that the best way to safe the document is after saving it every few minutes.
Learn more: brainly.com/question/19284616
what is the similarity between a byte and word?
Answer:
word
Explanation:
it's the name or you can say nanes
How to unblock your Wi-fi if it is blocked by your administrator .
Answer:
you dont
Explanation:
you ask the admin to unblock it. if you dont know who did it, you had your ip grabbed and you cant do anything but call the police.
To be fluent in computer language you must learn 8000 __________? (9 letter word)
Answer:
I believe its Algorithm
Explanation:
NEED HELP ON TEST!!!
Select the correct answer from each drop-down menu.
How can you refer to additional information while giving a presentation?
__1__will help you emphasize key points on a specific slide. The Notes section is only __2__ to you in the slide view and not in the main Slide Show view.
1. speaker notes,
slides,
handouts
2.invisible,
visible,
accessible
Answer:
[tex]1. \: speaker \: notes \\
2. \: accessible[/tex]
How can you refer to additional information while giving a presentation?
(Answer below )
(Speaker notes) will help you emphasize key points on a specific slide. The Notes section is only (accessible) to you in the Slide view and not in the main Slide Show view.
Learn more about speaker notes here
https://brainly.com/
#JP42
How are status reports useful?
They help an assigner complete assigned tasks.
They tell an assignee when to stop working on a task.
They show how many more tasks need to be completed.
They list the hours worked and the percentage completed.
Answer:
D,They list the hours worked and the percentage completed.
Explanation:
Which statement describes how to insert the IF, COUNTIF, or SUM function into a cell?
A.) Use the Insert tab and select the appropriate function from the Functions group.
B.) Type an = sign in the cell, followed by the name of the function and the relevant arguments.
C.) Right-click the cell to access the context menu to insert the function.
D.) Use the View tab and choose the correct function from the displayed list.
ANWSER: B
Answer:
B. Type an = sign in the cell, followed by the name of the function and the relevant arguments.
Un usuario desea conocer de manera descriptiva ,como se lleva a cabo el proceso de solicitud de transferencia monetaria en una población local, pues desconoce cómo se proporcionan esas respuestas y le interesa saber cómo es que se lleva a cabo dicha transmisión desde donde él se encuentra ubicado, que es el punto A, hasta donde lo recibe la otra persona que es el punto F. Proporciona la solución a la problemática.
Answer:
Research My Friend Use a Translator Promise!!
Answer:
what
Explanation:
Where are the results from the Advanced Find feature displayed?
on a web page that opens in the default browser
in a new pop-up window that replaces the dialog box
in the bottom window of the Advanced Find dialog box
in the drop-down window under the Instant Search box
Answer:
its c
Explanation:
Answer:
C. In the bottom window off the Advanced Find dialog box
Explanation:
A bit pattern is shown below.
01001110
Convert the bit pattern into decimal
Answer:
78
Explanation:
I always convert to hexadecimal first:
0100 = 4
1110 = E
(the matching of groups of 4 bits to one hex char is a lookup you can memorize)
so we have 4E, which is 4*16+14 = 78
Of course you can also go the long route:
01001110 = 0·2⁷+1·2⁶+0·2⁵+0·2⁴+1·2³+1·2²+1·2¹+0·2⁰ = 78
Jose has 3/5 kilogram of peppermints and 2/3 kilogram of candy canes. How many kilograms of candy does he have?
Answer:
[tex]\frac{19}{15}\\[/tex]
≅ 1.267
Explanation:
[tex]\frac{3}{5} +\frac{2}{3} \\\\= \frac{9}{15} + \frac{10}{15} \\\\= \frac{9+10}{15} \\\\= \frac{19}{15} \\\\= 1.267[/tex]
What is the school wifi password trying to do my class work in school on different devices.
What should be entered to make the loop print
60
70
80
x = 50
while (x < 80):
x = x + ____
print (x)
Answer:
x = x + 10
Explanation:
since the difference between 60, 70 and 80 is 10, adding 10 to x will make the loop print.
The value that must be entered in the blank in order to make the loop print is 10.
What do you mean by Loop print?Loop print may be defined as the type of programming language conditional that involves the process that expresses an outcome of a block of code that we want the computer to execute repeatedly during the course of programming. This means that you can iterate over a string character by character.
According to the question, the values given in the reference are 60, 70, and 80. This means that the difference between the reference value is found to be 10.
So, when we print this value as an outcome, we will require to follow some steps:
x = 50while (x < 80):x = x + 10print (x).Therefore, the value that must be entered in the blank in order to make the loop print is 10.
To learn more about Print loop, refer to the link:
https://brainly.com/question/15121139
#SPJ2
Which extension is appropriate for Word document templates?
A.) .docx
B.) .dotx
C.).docm
D.) None of the above
ANWSER: B
Answer:
A - .docx
Explanation:
Hope this helps!!
:)
A bit pattern is shown below.
01001110
Convert the bit pattern into decimal.
Answer:
78
Explanation:
I always convert to hexadecimal first:
0100 = 4
1110 = E
(the matching of groups of 4 bits to one hex char is a lookup you can memorize)
so we have 4E, which is 4*16+14 = 78
Of course you can also go the long route:
01001110 = 0·2⁷+1·2⁶+0·2⁵+0·2⁴+1·2³+1·2²+1·2¹+0·2⁰ = 78
It takes Mike 18 minutes to finish reading 4 pages of a book. How long would it take for him to finish 30 pages ?
Answer:
135 minutes or and 2 hrs and 15 minutes
Which Annotation tool provides the ability to convert the mouse icon when giving a presentation to better focus the
audience attention?
O Arrow
0 Ink Color
O Eraser
O Laser Pointer
Answer:
Laser Pointer
Explanation:
distinguish between the following terms that relate to conflict: conflict avoidance, conflict confrontation,conflict resolution
Answer: See explanation
Explanation:
Conflict is when there's disagreement or dispute between people.
Conflict avoidance: Conflict avoidance occurs when an individual avoids reacting to a conflict. In this case, the individual doesn't confront the issue but rather avoids it. This can be done by ignoring the subject or not speaking about it anymore.
Conflict confrontation: This is the opposite of conflict avoidance. In this case, the involved individuals confront each other. This brings about exchange of words or physical behavior.
Conflict resolution: Conflict resolution occurs when there's a peaceful resolution to the dispute between the parties involved. Some of the strategies used include compromise, avoiding, collaborating etc.
Conflict refers to disagreement between two or more people which is as a result of differences in opinion or belief.
Forms of conflict are :
Conflict avoidance: Conflict avoidance occurs when an individual avoids reacting to a conflict. Here, the individual doesn't confront the issue but instead completely avoid. This type of conflict can be done by ignoring the subject matter or not talking about it again.
Conflict confrontation: This is the direct opposite of conflict avoidance. Here, individuals involved confront each other. This brings about exchange of words or physical behavior.
Conflict resolution: Conflict resolution occurs when there is a means to resolve dispute among the parties involved in such dispute. Some of the strategies that can be used are compromise, avoiding, collaborating etc.
Learn more about conflict here : https://brainly.com/question/24769299
We _____to separate the code in sub programs from the main code
Please help!!
Answer:
We Ident to separate the code in sub programs from the main code
Explanation:
We separate the main program from the subprograms by indenting the code in the subprogram. We call a method when we type its name. This moves the control of the program to the method.
Answer:
Indent
Explanation:
Indenting the code in the subprogram separates it from the main program and simplifies the process, making it easier to do.
Which of the following describe design themes in PowerPoint? Choose all that apply.
A. color scheme
B. colors, fonts, and formatting that coordinate
C. set of elements that unify your slides and complement your topic
D. set of coordinating fonts and colors from which you must choose
E. placement of text and graphics on a slide
Answer:
A. color scheme.
B. colors, fonts, and formatting that coordinate.
C. set of elements that unify your slides and complement your topic.
Explanation:
PowerPoint application can be defined as a software application or program designed and developed by Microsoft, to avail users the ability to create various slides containing textual and multimedia informations that can be used during a presentation.
Some of the features available on Microsoft PowerPoint are narrations, transition effects, custom slideshows, animation effects, formatting options etc.
To format an image on PowerPoint, you can either use the Artistic Effects or Picture Effects.
The Picture Effects gallery allows a user to access a variety of preconfigured formatting styles for images that are added to a PowerPoint presentation.
Basically, the Picture Effects consist of the following preconfigured formatting styles; transparent shadow, soft edge, reflection, glow, 3-D rotation, metal frame, bevels, perspectives etc.
The design themes in PowerPoint are described by the following;
A. Color scheme.
B. Colors, fonts, and formatting that coordinate.
C. Set of elements that unify your slides and complement your topic.
Answer:
A. color scheme.
B. colors, fonts, and formatting that coordinate.
C. set of elements that unify your slides and complement your topic.Explanation:
which element always appears to start on a new line in the browser window
a. class type
b. ID
c. method
d. block level
Maintenance and support is the final phase of the app development process. True or false?
This is true, the 4 steps are
1. Pre-design
2. design
3. Development
4. Support and maintenance
HELP ME ASAP
One way to create delegates is to go into the Backstage view and open Account Settings. What is another way?
O Enter the Calendar view, and click Add User.
O Open a Contact, and click the Delegates tab.
O Click the Format tab in Home view then the Accounts tab.
Right-click the Outlook folder, and open the Permissions tab.
Answer:
D. Right-click the outlook folder, and open the permissions tab
Explanation:
Sorry it's late, but it's here now. Hopefully, this helps!
Answer:
D. Right-click the outlook folder, and open the permissions tab
Explanation:
Targeted advertising, in which advertisements are shown to individuals based on past purchases, web searches or other demographic data, has advantages and disadvantages. Which of the following are NOT benefits of targeted advertising?
Choose two answers.
A. Individual preferences are able to remain completely private.
B. People are more likely to see advertisements for products they are interested in, and are less likely to see advertisements products which are irrelevant to them.
C. On social media websites people are not exposed to political viewpoints that they do not agree with.
D. Sites can provide content for free to users and use targeted advertising to provide a source of revenue.
Answer:
i personally think its a and c i could be wrong tho.
Explanation:
The statements that do not represent the benefits of targeted advertising are as follows:
Individual preferences are able to remain completely private.On social media websites, people are not exposed to political viewpoints that they do not agree with.Thus, the most valid options for this question are A and C.
What do you mean by Targeted advertisement?A targeted advertisement may be characterized as a type of process that is imperatively placed in order to reach a clearly defined audience on the basis of past customer behavior and other data. Such types of advertisements provoke many benefits to marketers and consumers.
According to the context of this question, targeted advertisements are expressed to individuals on the basis of past purchases, web searches, or other demographic data. It basically has advantages and disadvantages over a specific period of time. Under this circumstance, sites can provide content for free to users and use targeted advertising to provide a source of revenue.
Therefore, the most valid options for this question are A and C.
To learn more about Targeted advertisements, refer to the link:
https://brainly.com/question/29312895
#SPJ3
What is the relationship between an object and a class? A. An object is an instance of a class. B. A class is an instance of an object. C. A class is an instance of a data type. D. An object is an instance of a data type.
Answer:
A. An object is an instance of a class.
Explanation:
ʕ•ᴥ•ʔ
Create a program called "Geometry" Prompt the user for a small decimal number. Prompt the user for a large decimal number. Using those numbers as lower and upper bounds, randomly generate a decimal value between the two. Using the randomly generated number, calculate the VOLUME of a sphere if it were to have that size radius. Output the radius as well as the volume back to the user.
Answer:
In Python:
import random
small = float(input("Small: "))
large = float(input("Large: "))
radius = round(random.uniform(small, large),2)
volume = round(4/3 * 22/7 * radius* radius* radius,2)
print("Radius: "+str(radius))
print("Volume: "+str(volume))
Explanation:
This imports the random module
import random
The next two lunes prompt the user for small and large decimal number
small = float(input("Small: "))
large = float(input("Large: "))
This generates the radius
radius = round(random.uniform(small, large),2)
This calculates the volume
volume = round(4/3 * 22/7 * radius* radius* radius,2)
This prints the generated radius
print("Radius: "+str(radius))
This prints the calculated volume
print("Volume: "+str(volume))
Note that, the radius and the volume were approximated to 2 decimal places. Though, it wasn't stated as part of the program requirement; but it is a good practice.
The Python program to compute a sphere's volume, given a random radius, is found in the attached image
The program first asks for the small decimal number, then the large decimal number. It then converts them to floating point values and stores them in the variables min_value and max_value.
To generate a random radius, we use the function uniform to generate a value in the range min_value < random_radius < max_value
Then, the volume of the sphere is computed using the formula
[tex]\frac{4\times \pi \times random\_radius^3}{3}[/tex]
Finally, the random radius and the volume are both displayed to two decimal places.
Learn more about computing volumes in Python: https://brainly.com/question/19150697
PLSSS HELLLP!!! THE CROWN WILL BE REWARDED FOR THE CORRECT ANSWER!!!
When creating technical writing document, the author should consider _____. Choose all that apply.
Group of answer choices
the setting
the purpose
the audience
the imagery
the organization
Answer:
The audience
Explanation:
The correct option is - The audience
Reason -
When writing a technical document -
Always describe things in technical terms.
Write for your readers.
Describe things exactly as they're described to you by subject matter experts.
Technical writing :
Addresses particular readers.
Helps readers solve problems.
Which of the following best describes what happens when we take unstructured data and organize it into structured data?
A. When unstructured data is organized into structured data there is some loss of data, but the data is in a much more usable format.
B. When we extract the the data from an unstructured source and organize it into a structured data set, no data is lost, it is just in a more usable format.
C. When data is taken from an unstructured data source and organized into a structured set of data, some data is lost, but the data is now much more useful.
D. When unstructured data is reorganized into a structured format there is no loss of data, it just simply becomes more useful in the new format.
Answer:
When unstructured data is organized into structured data there is some loss of data, but the data is in a much more usable format
Explanation:
steps in how to locate information on a website
Answer:
here you go!
Explanation:
1. Choose a website that you may have already heard of before (Wikipedia, Britannica)
2. You can go on that website and search for the specific thing you want
3. If nothing pops up you can just find a different website, but be careful for bots/hackers
4. Go on said website and look up for the specific thing u need to look up.
5. Once you find it (if you do) Read it thoroughly (it'll help later on)
6. Then go and check multiple websites
7. If the websites say similar things as the original website then it's probably a goof bout' of infomation
8. If the websites all have different opinions It's safe to say don't use that information.
Hope this helps!!!!
Which is the best label for the dotted-line arrow
Answer:
The answer is c
Explanation:
I got a 100%