For how long should a media piece hold the user's attention?

A) for as short of a time as possible
B) until the user is no longer interested
C) until the message has been communicated
D) for as long as possible

Answers

Answer 1

Answer:

C) until the message has been communicated

Answer 2
C, the others don't make sense.

Related Questions

Write a while loop that produces the following output:
1
2
4
8


please i need help

Answers

Answer:

Explanation is being shown in the file to the link

write Python statement to do the following tasks (a) create a list that contain the name of 5 student of your class (b) add one more name to the list of 5 students (c)
delete the first name from the list of student​

Answers

Answer:

classroster = ["Bill", "Tyler", "Jake", "Sam", "Joe"]

print("Original Roster: " + str(classroster))

classroster.append("June")

print("Added student: " + str(classroster))

classroster.pop(0)

print("Removed the first student" + str(classroster))

Explanation:

We create a variable named classroster and assign it a list value by using []

We print text with the value of the variable classroster, but we used the str tag to make it a string value

We used classroster.append to add "June" to the end of the list.

We then print the classroster again

We use classroster.pop(0) to remove "Bill" on the list. If we wanted to remove "Tyler" from the list, we would use classroster.pop(1).

If we wanted to remove "Jake" we would use classroster.pop(2)

and so on. goodluck!

Describe white blood cells you see at 10X?

Answers

Answer:

White blood cells are part of the body's immune system. They help the body fight infection and other diseases. Types of white blood cells are granulocytes (neutrophils, eosinophils, and basophils), monocytes, and lymphocytes (T cells and B cells). ... Also called leukocyte and WBC.

Explanation:

How do you open an application on the macOS?

Answers

Click the Launchpad icon in the Dock, or pinch closed with your thumb and three fingers on your trackpad. Then click an app to open it. You can also type an app's name to find the app in Launchpad, then press the Return key to open it.

Answer:

you can simply click on 'application' in the sidebar to open your default application folder, which contain for each app on your system.you can double click any of the icons in here to open them or take you to do it if currently open.

I'm in need of an answer im not just wasting points for your benefit anymore..

Chris has handed over the screenplay to the sound designer to design the sounds in the movie. He told the sound designer that he has deany Indicated each sound in every scene. How do you think Chris indicated the sound effects in the screenplay?
OA by making the word indicating sound boldface
OB by capitalizing the word indicating sound
OC. by highlighting the word indicating sound
OD. by underlining the word indicating sound​

Answers

Answer:

i would say A, to me it just makes sense

Explanation:

Answer:

B) by capitalizing the word indicating sound

Explanation:

In most scripts for screenplays, words indicating a certain sound for a scene is usually in uppercase letters.

- 2022 Edmentum

A citation and its ____________________ can be entered at the same time. [Insert Citations]
Question 4 options:

name

date

source

table of contents

Answers

Answer: source

Explanation:

A citation and its source can be entered at the same time. Hence option c is correct.

What is citation?

Citation is defined as how you disclose to your readers that a particular passage in your work was taken from another source. Identifying the sources you used to obtain your knowledge can demonstrate to the reader that you did thorough investigation. to recognize and respect other scholars' work by giving them due credit.

Select the phrase or sentence you wish to cite by clicking at the end of it, and then select Insert Citations from the Citations & Bibliography group on the References tab. Choose the citation you want to use from the list provided under "Insert Citation."

Thus, a citation and its source can be entered at the same time. Hence option c is correct.

To learn more about citation, refer to the link below:

https://brainly.com/question/1272936

#SPJ2

What is the solution to the equation ?

Answers

There’s no solution to the equation
The correct answer is option D. No solution

Need answer quick plz.

Fill in the blank with the correct response.

A colleague excitedly tells you she has created a interface component for SPSS, a statistics software program. She

has created a

Answers

Answer:

SPSS

IS THE ANSWER

IHOPEIT WILL HELP YOU

Answer:

wassup with it bro i don't even know the answer and i just want the points

Explanation:

how and why Steve Jobs left Apple Computer.

Answers

Answer:

Jobs was forced out of Apple in 1985 after a long power struggle with the company's board and its then-CEO John Sculley. ... He was largely responsible for helping revive Apple, which had been on the verge of bankruptcy.

Explanation:

The ________________________ option allows one to start a numbered list on any number desired. [Set Starting Number Values]
Question 7 options:

Number Formats

Change List Level

Define New Number Format

Set Numbering Value

Answers

Answer:

Set Numbering Value.

Explanation:

Microsoft Word refers to a word processing software application or program developed by Microsoft Inc. to enable its users to type, format and save text-based documents.

In Microsoft Word 2019, the users are availed with the ability to edit the word document in the following view type;

I. View Mode.

II. Print Mode.

III. Drift Layout.

A numbered list can be defined as a list of items that are ordered numerically or sorted sequentially.

Basically, it is best suited for steps or procedures that are to be done sequentially or in order i.e in an ascending order. Thus, a numbered list is an ordered list that starts from 1.

The Set Numbering Value option allows one to start a numbered list on any number desired. To automatically create a numbered list in Microsoft Word, you should press 1 followed by a period, leave a space, type a text and then press the enter button.

Which comparison operator means ‘is not equal to’?



!=


==


=#


%

Answers

Answer:

A. !=

Explanation:

== Means equal, != is like a block of that, meaning NOT EQUAL

As per the operators, the comparison operator that means 'is not equal to' is !=.

The comparison operator!= is used to detect whether two values are not equal. It is often used to assess conditions in programming languages and logical expressions.

When used, the operator determines if the values on each side of it are not equal. The expression evaluates to true if they are not equal.

This operator is useful for comparing data and executing various code blocks based on their inequality.

Thus, programmers may use the!= operator to generate branching logic and make decisions depending on the equality or inequality of values, increasing the flexibility and control of their program.

For more details regarding operators, visit:

https://brainly.com/question/29949119

#SPJ6

7.6 lesson practice edhesive please help!!

Answers

Answer:

how can i help ?????????????????????????????????????

Explanation:

a conditional statement begins with the word 'when" true or false

Answers

Answer:

False

Explanation:

Conditional statements always begin with 'if'.

What is considered appropriate dress for men and women in the workplace? Select all that apply.

Answers

Answer:

I guess clean, pressured pants or skirt

and

dress shirts and ties

Answer:

the first and last

Explanation:

because you don't want to reveal any things that are inappropriate but you still want to be comfortarible.

What is meant by an "intractable (impossible)" problem? *

Answers

From a computational complexity stance, intractable problems are problems for which there exist no efficient algorithms to solve them. Most intractable problems have an algorithm – the same algorithm – that provides a solution, and that algorithm is the brute-force search

Display the IP address of the default gateway of this device.

Answers

Answer:

ipconfig

Explanation:

Type ipconfig and look for a Default Gateway entry that is not blank.

two ways in which some culter views that exist may affect a relationship negatively​

Answers

Answer:

some people say different culture less they get along

Explanation: or more

1 2

3 4

Question #4

Multiple Choice

Which statement is true about the random and secrets modules?

O Only the secrets module can generate random numbers.

O Both modules can generate random numbers.

Neither module can generate random numbers.

O Only the random module can generate random numbers.

Answers

Answer:

Both modules can generate random numbers.

Explanation:

Both the random and secrete modules are builtin programming modules used for generating random number variables. The random module consists of a number of methods in its module for random. number generation such as seed() ; getstate() ; random() ; choice() ; randrange() ; randint() and so on. Random methids are best for generating random numbers which are to be adopted for simulation or modeling. The secrete modules does the same however, numbers generated are stronger and less predictable than the random number modules. Secrete modules are usually adopted in the generation of authentication token and security pins.

Answer:

Neither module can generate random numbers.

Explanation:

Because I took the quiz and that's the right answer.

Who was responsible for the development of the rocket motor?
-Technical Societies
-Robert H. Goddard
-Germans
-Wernher von Braun
I WILL MARK YOU BRAINLIEST ‼️‼️

Answers

Answer: Robert H. Goddard

Explanation: he developed and flew the first liquid-propellant rocket

Answer:

-Technical Societies

Explanation:

Rocket enthusiasts and rocket clubs were active in Germany, the US, Russia, and other countries. Experimental rockets were designed, tested, and sometimes flown. Some of the experiments used liquid fuel, though solid-fuel rockets were also developed. In 1932, the rocket motor was developed as a reusable method for the flight of a rocket.

Question # 1
Dropdown
Choose the word that matches each definition.
[ ] is the study of designing and building computers and computer-based systems.

Answers

Answer:

Computer engineering

Explanation:

Computer engineering is the answer

Which of the following algorithmic efficiencies would be considered LEAST efficient?

A. Linear
B. Constant
C. Polynomial
D. Exponential

Answers

Answer:exponential

Explanation: I believe

who plays oblox .............................

Answers

Answer:

Me

Explanation:

MEEEE!!! i love scary games

Where do you enter characters for a simple search?
Choose the answer.
Navigation Pane
Replace dialog box
Clipboard
Find Pane

Answers

Answer:



Navigation Pane

Why did the editors choose to rearrange the intercutting between Luke’s story and the Imperials? What effect did this have on the final film?

Answers

Answer:

Though it has its merit, know that the rule is not mandatory. ... A jump cut is a cut in film editing in which two sequential shots of the ... An intercut is a type of edit where two or more actions in distinct ...

why auto-updates can reduce the risk of a cyberattack?

Answers

Answer:

They help keep your software up to date.

Explanation:

Using Windows for example: With automatic updates, you don't have to search for updates online or worry about missing critical fixes or device drivers for your PC.

You can read more about it here: https://support.microsoft.com/en-us/windows/windows-update-faq-8a903416-6f45-0718-f5c7-375e92dddeb2

I hope this helps you!

Predict the future that social media will have on society or the environment.

Answers

Answer:

Social networks are becoming more and more popular. More than 80% of the 4.66 billion people on the planet with access to the internet are social network users… and this share is expected to grow!

Society will drift to technology and rely on it more.

Environment wouldn't be taken cared of, and may be damaged.

Explanation:

Answer:

The Influence of Social media is being used in ways that shape politics, business, world culture, education, careers, innovation, and more.

Explanation:

The Influence of Social media is being used in ways that shape politics, business, world culture, education, careers, innovation, and more.

You've just deployed a new Cisco router that connects several network segments in your organization. The router is physically located in a server room that requires an ID for access. You've backed up the router configuration to a remote location in an encrypted file. You access the router configuration interface from your notebook computer using a Telnet client with a user name of admin and a password of admin. You have used the MD5 hashing algorithm to protect the password. What should you do to increase the security of this device

Answers

Answer:

The answer is "Use SCP to back up the router configuration to a remote location".

Explanation:

In the SPC, it is the Secure Copy Protocol that allows information to be stored and securely transmitted. Its SCP doesn't encrypt its digital information by itself; it corresponds to both the Security module which provides authentication or security. It allows the safe transfer of personal documents from either a host machine to a remote server. Its transference protocol "FTP" is quite close, but it adds security and authentication.

How do computers process data?

Answers

Data processing, Manipulation of data by a computer. It includes the conversion of raw data to machine-readable form, flow of data through the CPU and memory to output devices, and formatting or transformation of output. Any use of computers to perform defined operations on data can be included under data processing.

Hope this helps!

what is two features of the minicomputer?​

Answers

Answer:

It is smaller in size than a mainframe computer. It is less expensive than a super and mainframe computer. It is not much more powerful than the mainframe and supercomputer, but powerful than microcomputers. It supports multiprocessing and multi-tasking.

Explanation:

QUESTION 4 of 10: What term refers to the basic characteristics of a population segment, such as gender, age, and income?

Answers

272727727272727226282829292
Does it offer multiple choices?
Other Questions
2 divded by 18 don't tell me it's .1111111 tell me the number i sould but not .111111 plz help Layla has 3/4 of a can of paint. She uses 2/3 of that plant. What fraction of the can did she use? Work out ( 6x10^2) divide by (3x10^-5) Give your answer in standard form. Why do you think the Panama Canal is so important? No need to be a long explanation The pie chart below represents the vehicle types owned by families. If the total number of people surveyed is 1000, approximately how many own a van? please give me the answer. A small town is considering paving paradise hotel to put up a parking lot. The land will cost $25,000 and the construction of the lot is estimated to be $150,000. Each year, costs associated with the parking lot are estimated to be $17,500. The income from the lot is expected to be $18,000 the first year and increase by $3,500 each year for the 12 year life of the lot. Determine the B/C ratio if interest rate is 12%. [4 points] PLZ HELP ME I NEED THE ANSWER ASAPIn which way are the federal and state judicial systems different? A Only state courts can hear civil cases. B Only federal courts can assign the death penalty. C Only federal courts can try cases between states. D Only state courts can review the constitutionality of state laws. Bethany bought a box of markers. She gave 6 to her friend. If Bethany now has 52 markers, how many markers were in the box she bought? Which of the followings is/are true about RISC (Reduced instruction set computing)?a. RISC (Reduced instruction set computing) architecture has a set of instructions, so high-level language compilers can produce more efficient code b. It allows freedom of using the space on microprocessors because of its simplicity. c. Many RISC processors use the registers for passing arguments and holding the local variables. d. RISC functions use only a few parameters, and the RISC processors cannot use the call instructions, and therefore, use a fixed length instruction which is easy to pipeline.e. All of the above. Mutation in the hemoglobin gene can cause sickle-cell anemia. The defective protein found in sickle-cell anemia causes red blood cells to sicklebecome a misshapen C shape. These misshapen cells abnormally stick to each other and can become trapped by leukocytes (white blood cells) that are rolling or paused on the endothelial cells lining the vessel. This causes blockages of small blood vessels, causing severe pain and strokes called vaso-occlusive crisis. A new drug that binds and blocks selectin proteins is in phase III clinical trials to test for improvement in patients' symptoms. Why might this be an effective treatment for vaso-occlusive crisis? how can i be more swag? The coordinates of the vertices of a triangle are A( 2,3) , B ( 9,1) , C ( 12,14) Suppose each coordinate is multiplied by 3. What is the perimeter of this triangle? Ok I need help um thanks :) Select 3 ratios that are = to 11:1 what chinese dynasty reunited china after the fall of the han dynasty in 220 ad In the data table, record thenumber (out of 10) andpercentage (out of 100%) ofeach phenotype in the rows"Simulated Number" and"Simulated Percentagesrespectively."As predicted by the Punnettsquare, (blank)% of theoffspring have black fur for thiscross. what song is this?I've been reading books of oldThe legends and the mythsAchilles and his goldHercules and his giftsSpider-Man's controlAnd Batman with his fistsAnd clearly I don't see myself upon that listBut she said, where'd you wanna go?How much you wanna risk?I'm not lookin' for somebodyWith some superhuman giftsSome superheroSome fairy-tale blissJust something I can turn toSomebody I can kissI want something just like thisDoo-doo-doo, doo-doo-dooDoo-doo-doo, doo-dooDoo-doo-doo, doo-doo-dooOh, I want something just like thisDoo-doo-doo, doo-doo-dooDoo-doo-doo, doo-dooDoo-doo-doo, doo-doo-dooOh, I want something just like thisI want something just like thisI've been reading books of oldThe legends and the mythsThe testaments they toldThe moon and its eclipseAnd Superman unrollsA suit before he liftsBut I'm not the kind of person that it fitsShe said, where'd you wanna go?How much you wanna risk?I'm not lookin' for somebodyWith some superhuman giftsSome superheroSome fairy-tale blissJust something I can turn toSomebody I can missI want something just like thisI want something just like thisOh, I want something just like thisDoo-doo-doo, doo-doo-dooDoo-doo-doo, doo-dooDoo-doo-doo, doo-doo-dooOh, I want something just like thisDoo-doo-doo, doo-doo-dooDoo-doo-doo, doo-dooDoo-doo-doo, doo-doo-dooWhere'd you wanna go?How much you wanna risk?I'm not lookin' for somebodyWith some superhuman giftsSome superheroSome fairy-tale blissJust something I can turn toSomebody I can kissI want something just like thisOh, I want something just like thisOh, I want something just like thisOh, I want something just like this " you always appreciate me on every little things i do" is this word correct? if not can you make it right please??? the ratio of two number is 7 to 3 and their sum is 50 find the two number