Read each example from the opening of a speech on the topic of video gaming. Identify the type of hook being used According to a recent study, the average American teenager spends nine hours a week playing video games. Too many students are spending too much time playing video games. Once, I played video games for so long that my fingers cramped up, and I couldn't write for a week! Excessive video gaming has "been linked by many studies to aggressive behavior,' according to a 2012 news героrt. 7​

Read Each Example From The Opening Of A Speech On The Topic Of Video Gaming. Identify The Type Of Hook

Answers

Answer 1

Answer:

it goes c, b, b, a

Explanation:


Related Questions

10
Select all the correct answers.
Which statements are true regarding system and application software?
System software consists of only the OS and application software.
A program is a set of instructions that helps the user understand the functioning of the computer.
Ооооо
An OS acts as an interface between the hardware and the user.
Application software allows users to perform various tasks.
Disk cleaner, resource monitor, etc. are all examples of application software.
Reset
Next
Next

Answers

Answer:

Keyboard

Explanation:

l think it is the key board

According to Albert Einstein, our very existence is inextricably linked to bees - he is reputed to have said: "If the bee disappears off the surface of the globe, then man would only have four years of life left."
a.
Humans only have 4 years left to live.
c.
Human existence is dependent on bees.
b.
Bees are dependent on human existence
d.
None of the above

Answers

i’m pretty sure it’s c because they r the most important pollinator of crops
C (useless words here)

computer technology has changed our lives write of a least five ways to show how this is so​

Answers

Making it easier for different tasks
Made our lives faster
Made our lives better
Made our lives more fun
It’s easier for us to finish things faster in our everyday lives (I repeated one)

what is impact printer​

Answers

Answer:

An impact printer is a type of printer that works by direct contact of an ink ribbon with paper

Explanation:

what is a computer class from 8​

Answers

Explanation:

computer is an electronic machine which category write in computer data

Write code which creates three regular polygons with 11, 14 and 19 sides respectively. All side lengths should be 1.0. The code should then print the three shapes, one on each line.

Answers

Answer: money

Explanation:

Brendan needs to edit all the slides in a presentation by adding a company logo and a header and footer. Which is
the easiest method for doing this?
Edit the Slide Master.
Edit the Notes Master.
Use the Format Painter option.
Creating an additional slide layout.

ITS C

Answers

Answer:

should be slide master

Explanation:

computers

What symbol must be used at the end of an if statement?
:
.
#

Answers

Answer:

period thats the answer .

Explanation:

2nd one

the answer is d i think

Select the correct answer.
David is creating an app that is optimized for a 4.7-inch screen. Which size category will he use when developing the app?
A.
xlarge
B.
large
C.
normal
D.
small

Answers

Answer:

large

Explanation:

If the transmitting device would like for the receiving device to push currently buffered data to the application on the receiving end immediately, it would set the ____ flag.

Answers

Answer:

The right approach will be "PSH".

Explanation:

The PSH flag seems to be an acceptable solution through TCP which always encourages the submit implementation to immediately transfer data but only whenever the buffer isn't complete. The implementation helps to formulate this same flag towards true for something like the connection, as well as TCP will instantly begin transmitting the relevant information.

what is definition of LAN network?​

Answers

A local area network is a computer network that interconnects computers within a limited area such as a residence, school, laboratory, university campus or office building

PLEASE SOMEONE PLEASE HELP ME OUT!!!!

Answers

Answer:   Ideate

Explanation:

Answer:

the 1st one

Explanation:

What's not an computer characteristic ??

Answers

Answer:

A computer is an electrical machine

The computer cannot think at its own

The computer processes information error-free

The computer can hold data for any length of time

Explanation:

The computer is an electrical machine is not a computer characteristic option (A) a computer characteristic is correct.

What is a computer?

A computer is a digital electronic appliance that may be programmed to automatically perform a series of logical or mathematical operations. Programs are generic sequences of operations that can be carried out by modern computers. These apps give computers the capacity to carry out a broad range of tasks.

The question is incomplete.

The complete question is:

What's not a computer characteristic?

A computer is an electrical machineThe computer cannot think on its ownThe computer processes information error-freeThe computer can hold data for any length of time

As we know,

The characteristics of a computer are:

The computer is unable to think for itself.

Information is processed by the computer without error.

The computer has unlimited storage capacity for data.

Thus, the computer is an electrical machine is not a computer characteristic option (A) a computer characteristic is correct.

Learn more about computers here:

https://brainly.com/question/21080395

#SPJ2

SOMEONE PLEASE HELP ME PLEASE HELP ME OUT WITH THIS!!!!!!!

Answers

Answer: Brainstorm

Explanation:

A tree topology is a combination of
topology and
topology.

Answers

Answer:

Tree topology is a combination of star and bus topology. This topology is mostly used on larger networks. It is the best topology cuz the signals that are transmitted by the root nodes are received by all the computers at the same time.

Question 4Write a C++ program which display the following shape.
*****

Answers

Answer:

The code to this question can be defined as follows:

#include <iostream>//header file

using namespace std;//namespace

int main()//main method

{

int x,y;//defining variable

for(x = 1; x <= 7; x++)//defining outter for loop for print rows

{

for(y = 1; y <= 7; y++)//defining inner for loop for print column

{

if(y <= x)//defining if block to check y less then equal to x

cout << "*";//print asterisk value

else//defining else block

cout << " ";//use for spacing

}

for(y = 7; y >= 1; y--)//defining for loop for print right triangle

{

if(y <= x)//defining if block to check y less then equal to x

cout << "*";//print asterisk value

else//defining else block

cout << " ";//use for spacing  

}

cout << "\n";//use for line break

}

return 0;

}

Output:

please find the attachment.

Explanation:

In the above program code, two integer variable "x, y" is declared, which is used in the for a loop. In this, two for loop is used to print the left triangle, and the last loop is used to print the right triangle. In both, the loop uses if block to check y is less than equal to x and print the asterisk value with the spacing.

Which of these statements would create a variable but not assign anything to it?
variable = empty
variable = null
create variable
variable = “”

Answers

Answer:

variable = null

Explanation:

that one would fasho

Answer:

variable = null

Explanation:

Define data, information and the relation between the two?

Answers

Answer:

Program data is a type of information that a computer processes or retains. This data can be in the context of text records, photographs, etc.

Explanation:

In a particular context, information is a collected from different source, structured data provided which is beneficial to society. Data is a core objectives containing raw material which carries no special significance. Info is a collection of facts that bears a logical sense collectively.

What's a checked exception?

A
One that the Java class library already checks for, so our programs don't have to worry about checked exceptions.

B
One that the program must check because the compiler can't check it.

C
One that the compiler can check to make sure the program handles it.

D
One that the operating system checks, evaluates, and corrects.

Answers

Answer:

The answer is option A "One that the Java class library already checks for, so our programs don't have to worry about checked exceptions"

Explanation:

A checked exception is a sort of special case that should be either gotten or proclaimed in the method in which it is declared.

In the Java class chain of importance, a special case is a checked exception in the event that it acquires from java.lang.Throwable, however not from java.lang.RuntimeException or java.lang.Error. All the application or business rationale exceptions should be checked special cases.

It is conceivable that a strategy proclaims that it can toss a special case, however it doesn't. In any case, the guest needs to manage it. The checked exception announcement has a domino impact. Any strategies that will utilize the past strategy will likewise need to deal with the checked exception, etc.

So the compiler for the Java programming language checks, at gather time, that a program contains overseers for all application exceptions, by examining every method body. In the event that, by executing the method body, an exception can be tossed to the guest, that special case should be announced. How does the compiler know whether a method body can toss an exception? That is simple. Inside the method body, there are calls to different strategies; the compiler takes a gander at every one of their strategy signature, what exceptions they proclaimed to declare.

Answer:

The correct answer is C)

Explanation:

Within Java, a checked exception is one that is checked by the compiler.

When a code within a method generates a checked exception, one of two things must happen:

a) the method should take care of the exception or

b) it should indicate the exception using throws keyword.

Cheers

What is a slide master ?​

Answers

Explanation:

Slide Master is a tool used in Microsoft PowerPoint to create slide templates. Slide Master can save slide layouts, including the background, color, fonts, effects, positioning, etc.

hope it helps!

Answer:

A slide master is the top slide in a hierarchy of slides that stores information about the theme and slide layouts of a presentation, including the background, color, fonts, effects, placeholder sizes, and positioning. Click to select the master slide, then click Master Layout on the Slide Master tab.

looking from behind a person at a subject is called what?

Answers

Answer:

Point of View Shot

Explanation:

In photography

You are installing an updated driver for a hardware device on your system. A dialog box displays indicating that Microsoft has digitally signed the driver you are installing. What benefits does driver signing provide

Answers

Answer:

1)The driver has been tested by Microsoft

2)The driver file has not been altered

Explanation:

From the question, we are given an instance whereby I'm installing an updated driver for a hardware device on your system. A dialog box displays indicating that Microsoft has digitally signed the driver you are installing.

The benefits that this driver signing provide are;1)The driver has been tested by Microsoft

2)The driver file has not been altered

driver reffered to group of files that give room for communication between one or more hardware devices and the operating system of the computer, it is through a driver that a computer will be able to receive/send data to hardware device correctly. The device could be a printer. to digitally sign drivers by Microsoft, the drivers must be certified by Microsoft and a signature will be provided for the driver by Microsoft.

Reason Microsoft do digitally signed drivers is that during Windows device installations , digital signature is used in verification of integrity of the driver package and also the identity of the vendor can be known, window might not run a driver that is not certified by Microsoft on 64/32 bit system.

What are the characteristics of the Outlook Rules Wizard? Check all that apply.
It is useful for staying organized.
Message dates can be changed.
Users can edit the rule description.
Users can move messages to folders.
It is divided into three template choices.
Messages can be divided into categories.

Answers

Answer:

acde

Explanation:

Answer:

It is useful for staying organized.

Users can edit the rule description.

Users can move messages to folders.

It is divided into three template choices.

The speed of mainfarme computer is measured in...... fill in the blanks​

Answers

Mainframe computers are huge towering machines with lots of processing power and are measured in MIPS (Million Instructions Per Second). Windows Explorer is the operating system's file and folder manager. A minicomputer can support about 200 users at the same time. They are referred to as small or mid-size servers.

Explanation:

Mainframe computers are huge towering machines with lots of processing power and are measured in MIPS (Million Instructions Per Second).3 days

differentiate between refraction of light and reflection of light

Answers

Refraction represents a change in the direction of propagation when beams of light encounter a medium with a different density.

Reflection is the return of light to the medium it came from when it encounters a mirror.

Reflection is the bouncing back of light when it strikes the smooth surface. Refraction is the bending of light when it travels from one medium to another .

How many different messages can I convey if I use 2 light bulbs and each one stays either on or off?
4
3
6
2

Answers

3 I just did this ykkk

Answer:

4

Explanation:

1st: on on

2nd: on off

3rd: off on

4th: off off

What three actions happen when you cloak a folder or file?

Answers

Answer:

A three actions happen when you cloak a folder or file is explained below in details.

Explanation:

You can cloak data and folders on the forgotten or local site. Cloaking eliminates cloaked data and folders from the subsequent actions:

Presenting Get, Check-In, and Check-Out executions

Producing reports

Getting newer local and newer forgotten files

Accomplishing sitewide executions, such as monitoring and modifying links

Synchronizing

Working with Asset panel contents

Refreshing templates and libraries

Which step in the software development life cycle involves making improvements based on user feedback?
Coding
Design
Maintenance
Testing

Answers

Answer:

The step is Testing oki doki

Answer:

Maintenance

Explanation:

Maintenance

This primarily involves updating and making improvements based on user feedback, as well as resolving any defects that are found.

In what type of attack does the attacker have the ciphertext of several messages that were encrypted with the same encryption algorithm, but has no access to the plaintext so he or she must try to calculate the key used to encrypt the data

Answers

in ciphertext-only.

EXPLANATION: it is an attack model for cryptanalysis where the attacker is assumed to have access only to a set of ciphertexts. The attack is completely successful if the corresponding plaintexts can be extracted or, even better, the key.

What does the National Institute of Standards and Technology do? Promotes innovation by advancing measurement standards promotes cooperation in metrology among several regions provides certifications to individuals working in the field of metrology provides mentors to individuals working in the field of metrology

Answers

Answer:

Promotes innovation by advancing measurement standards

Explanation:

The National Institute of Standards and Technology was Founded in the year 1901, this agency is a non-regulatory body that is found within the United States Department of Commerce.

The mission of this agency is the promotion of innovation and also industrial competitiveness through the advancing of measurement science, standards, and also technology in several ways that raises economic security and also brings about improvement in the quality of life.

Answer:

(D) promotes innovation by advancing measurement standards

Explanation:

Other Questions
A number decreased by 5 is 14 Josephs prescrition contains the following instructions the pharmacy will translate instructions asGtts.prn What is the opposite of the word malnutrition?HELP I need samuryyy???????? Mathematics, 04.03.2020 23:32 jtoole5341 DIVISION OF PROFITS Tom 20% Ellen 30% Sarah 25% Joel 25% Tom, Joel, Sarah, and Ellen divided the profits of their after-school business as shown in the circle graph above. If Tom's share of the profits was $492, what was Ellen's share? Solve for x if the horizontal lines below are parallel.fo Answered Racial discrimination has been one of the biggest social issues. When people first think of discrimination, they more than likely think about the ways people are discriminated against due to race. Racial discrimination has evolved into a major problem in our society. Explain the impact of a social issue over time. While racism is a huge problem in America, It can be reduced or potentially eliminated through effective diversity training programs in schools and corporate institutions and people should not be judged by their skin color. THIS IS MY INTRO FRO MY ESSAY HELP I need someone to reword it so it sounds better A company that develops educational software wants to assemble a collaborative team of developers from a variety of professional and cultural backgrounds. Which of the following is NOT considered a benefit of assembling such a team?a.Collaboration that includes diverse backgrounds and perspectives can help the team anticipate the needs of a variety of software users. b.Collaboration that includes diverse backgrounds and perspectives can eliminate the need for software testing. c.Collaboration that includes diverse backgrounds and perspectives can help the team avoid bias. d.Collaboration that includes diverse backgrounds and perspectives can reflect the strengths of the individual team members. Which arithmetic sequence is represented by the expression 3n+1 , where n represents the position of a term in the sequence?A.3,6,9,12,15,...B.4,7,10,13,16,...C.4,5,6,7,8,...D.3,4,5,6,7,...please help it is for a test and it is due tomorrow. which radio or TV program do you like the most why give reasons. question number five Many people overestimate how long they actually remain awake during restless nights because their moments of wakefulness are easier to recall than their moments of sleep. This best illustrates the impact of Describe your method on how to identify the vertex angle of an isosceles triangle. My method to identify the vertex angle of an isosceles triangle is What is the connotative meaning of abandoned in this sentence from the text? Picking her way over the deserted beach, the bear nosed around in the pine needles for abandoned remnants of long-forgotten picnic lunches A major technology startup company is growing incredibly fast. The companystarted with just 4 employees, but is tripling its amount of staff every year. Howmany people will be working for the company in 8 years? 1. A dry food product is contained in a 1 cm x 4 cm x 3 cm box using a polymer film to protect the oxygen sensitivity of the product. The concentration gradient across the film is defined by the oxygen concentration in air (0.01164 kg/m3) and 0.244 kg/m3 within the package. The oxygen diffusivity for the polymer film is 3 x 10-16 m2/s. Estimate a- the allowable flux of oxygen into the package (in kg O2/s), and b- the film thickness needed, to ensure a product shelf life of 10 months. The shelf life of the product is established as the time when oxidation reactions within the product have used 0.5 mol of oxygen. URGANT!!!!!Explore the information linked below to learn more about important individuals from Florida history. People Who Made Florida Great Floridians You may do additional research on your own. Then write 1-2 paragraphs describing one individual you believe has made a significant contribution to Florida and United States history. In your response, explain why this individual's contribution was sufficient. Yes lunch should be longer. If a child doesnt have enough time to eat it could stress them out, and make them eat faster. This could make them choke. Also, students are cooped up in classrooms all day, And we need a time to get our energy out and eat. If students don't get enough time to eat and play then kids could be hurt and get in trouble. While I understand why teachers think that school is more important I don't think it is. I think they are equally important. It is like the saying, " All work and no play makes Jack a dull boy," If you make the kids sit inside all day And only have 20 minutes outside, They could start to lose focus and get in trouble. While if you get kids maybe a 10 minute break and lunch, They could get there energy out then. Teachers get breaks as well, but students dont get as many. When teachers don't have a class they get a break. They also have a lunch break but theres could be longer. It,s like when you get a bottle and you fill it up with pressure, If you don't let some out It'll explode. When you hold a childs excitment in Its bound to burst out. the scale factor between two similar shapes is 4. what is the scale factor of area A 60 minute television program consists of 6 commercials, each 2.5 minutes long, and four equal length entertainment segments. How long is each entertainment segment?