what is your opinion on gaming? do you think it has more positive or negative impacts

Answers

Answer 1

Answer:

positive bc you can learn from them wwhat to do what not to do mistakes that you wont make in. real life

Answer 2

Answer

Positive Impacts

Enhances the Cognitive Functions – The online gamers can improve their cognitive functions by playing online games. The combination of focus and the surges of neurotransmitters will strengthen the neural circuits that make the brain.

Decision-Making and Accuracy – The online gamers can able to make the quick decision. Online gaming trains the brain to take quick decisions without losing the precision. Without any doubt, you can play these games in order to make quick & accurate judgments.

Hand and Eye Function – It is needless to mention that, the online gamers will play their games with the utmost coordination of their hand and eyes. Every online game requires the players to use their hand and eye for the game to be successful.

Enhance the Teamwork – Multiplayer online games will enhance the teamwork among the gamers. The gamers will use the most of their skills to win the game for their team. The gamers will learn about winning the game as a team.

Negative Impacts

Aggressive Behavior – Every player would like to win the game and hence they develop aggressive behavior. The shooting games will induce bad vision to the gamers and the gamers see the society in the same vision.

Loner – Of course, the gamers that spend most of their time in playing online games cannot spend time with their friends and families. If the same thing continues, they want to be alone all the time.

Wrong Values – Certain online games teaches wrong values to the gamers. The online games depict women as weaker characters and sexually provocative characters. The gamers will take that and they do behave badly with the women in reality.

Impact on Health – Yes, the gamers that take part in playing the online games would not like to participate in any such activities that make them fit and fine. Not taking part in the fitness activities leads to health disorders like video induced seizures, obesity, skeletal and postural disorder, never compression, muscular disorder, numbness in shoulders, hands and elbows.

Bad Academic Performance – Playing online games for a long time will create a negative impact on your child’s academic performance. The more your children spend in playing online games, the sooner they fall asleep. Lack of concentration will be an issue to the children that spend more time in playing online games. Some children would fall to the online games and a kind of addiction will happen to them.

Explanation:

Now, I hope that you might have understood the optimistic and pessimistic effects of playing online games. Playing is not a bad one, but you should stick to your limits.


Related Questions

Calculate the formula unit mass if Al(NO3)3.(Al=27,N=14,O=16)​

Answers

Answer:

Explanation:

EMAIL query ? comment or request a type of GCSE calculation not covered? ... atomic masses are Al = 27 and O = 16; so the relative formula mass RFM or Mr = (2 x 27) + (3 x 16) = 102

Assignment 4: Evens and Odds
Instructions

Write a program that will ask a user for how many numbers they would like to check. Then, using a for loop, prompt the user for a number, and output if that number is even or odd. Continue doing this as many times as the user indicated. Once the loop ends, output how many even numbers were entered and how many odd numbers were entered.

Hint: For a number to be even, when the number is divided by 2, there should be no remainder - so you will want to use the modulus (%) operator.

Hint: You will need two count variables to keep track of odd and even numbers.

Sample Run 1
How many numbers do you need to check? 5
Enter number: 20
20 is an even number.
Enter number: 33
33 is an odd number.
Enter number: 4
4 is an even number.
Enter number: 77
77 is an odd number.
Enter number: 8
8 is an even number.
You entered 3 even number(s).
You entered 2 odd number(s).
Sample Run 2
How many numbers do you need to check? 3
Enter number: 10
10 is an even number.
Enter number: 3
3 is an odd number.
Enter number: 400
You entered 2 even number(s).
You entered 1 odd number(s).

Sample Run 2
How many numbers do you need to check? 3
Enter number: 10
10 is an even number.
Enter number: 3
3 is an odd number.
Enter number: 400
You entered 2 even number(s).
You entered 1 odd number(s).

Benchmarks
1. Create and initialize two count variables - one for odd and one for even.
2. Prompt the user to answer the question, “How many numbers do you need to check?"
3. Based on the previous input, create a for loop that will run that exact number of times.
1. Prompt the user to “Enter number: “
2.If that number is even, output “[number] is an even number.”
3.Update the even count variable.
4.Or else if the number is odd, output “[number] is an odd number.”
5.Update the odd count variable.
4.Output “You entered [number] even number(s).”
5.Output “You entered [number] odd number(s)."

Answers

Wow that is really long

What is 36 Denary in Binary?? PLEASE ANSWER I WILL GIVE U BRAINLY!!

Answers

Answer:

100100

Explanation:

Heres my answer i hope it helps

Answer:

100100

If you want to know the binary representation of any decimal number up to 7 digits, check out the Decimal to binary converter.

Explanation:

A person buys a product from XYZ shop. You have to input quantity of a product and price of one product. Provide 10 percent discount on bill, display bill before discount, amount discounted and bill after discount. Write pseudo code algorithm to process the requirement.

Answers

Answer:

The pseudocode algorithm is as follows:

StartInput QuantityInput PriceBill = Quantity * PriceDiscount = 0.10 * BillDisplay "Before Discount: "+billDisplay "Discount: "+discountDisplay "After Discount: "+(bill - discount)Stop

Explanation:

This begins the algorithm

Start

First, get input for quantity

Input Quantity

Then, get input for price

Input Price

Calculate the total bill (before discount)

Bill = Quantity * Price

Calculate discount

Discount = 0.10 * Bill

Print the total bill (before discount)

Display "Before Discount: "+bill

Print the discounted amount

Display "Discount: "+discount

Print the total bill (after discount)

Display "After Discount: "+(bill - discount)

End of algorithm

Stop

You have imported a library with the birthMonth() function. Based on the API, how many strings are inputed to calculate the birth month?

Answers

Answer: Only 1 string is entered

str(dayWeek) is the only string entered into the function.

str(return) is outputted, not inputted.

Numbers are not strings.

// calculate birth month based on the day of the month, day of the week, and the birth year

// dayMonth {number} - a day of a month from 1 to 31

// dayWeek {string} - the name of the day of the week

// year {number} - the birth year

// return {string} - the month you were born

BirthdayLibrary.birthMonth(dayMonth, dayWeek, year);

the answer is : 1

the guy above me has a good explanation    

please can somebody help me! i’m really stuck on this question

Answers

Answer:

import turtle

t = turtle.Turtle()

t.speed(0)

for x in range(1,10):

 for i in range(4):

   t.forward(20*x)

   t.right(90)

Give me 4 examples of things to consider as a sound designer?
HURYYYYY IM TIMED

Answers

Answer:

Sound design components include sound effects or SFX sound design, mixing, Foley sound design, dialogue, and music.

Explanation:

How does a passive attack differ from an active attack?

Answers

Active and Passive Attacks are security attacks. In Active attack, an attacker tries to modify the content of the messages. Whereas in Passive attack, an attacker observes the messages, copy them and may use them for malicious purposes. ... In Passive Attack, information remain unchanged. Hope this helped :)

What is output? Select all that apply. c = 0 while (c < 5): c = c + 1 print(c) 6 5 2 4 3 0 1

Answers

Answer:

2 4 3 0 1

Explanation:

Please anyone, help me.... I'm not sure how to put these all together.
35 points!

Answers

Answer:

#School Name

school_name = "Klein Cain"

# Asks for name

full_name = input("Please enter your full name ")

#Says Hello

print("Hello, ", full_name, "!!")

#Says the letters in your name

print("There is ", len(full_name), " letters in your name")

#Says final message

print("??? is a Cain where??? ", school_name)

Answer: I can confirm DoggyMan5 is correct.

Use the table on the right to convert from decimal to octal.

The octal value of decimal 12 is 13.

The octal value of decimal 9 is 1001.
The octal value of decimal 13 is 15.

The octal value of decimal 10 is A.

Answers

Answer:

the answer is

The octal value of decimal 13 is 15

Explanation:

welp im out of ideas TwT
Xavier really needs to get through a large amount of reading, and he needs to review before his science test. He has been walking around his house trying to find an effective place to study, but he has not found the right place yet. Xavier wants to choose a good study environment so that he can focus on his work.

Which factors should Xavier look for in a good study environment? Check all that apply.

an uncluttered surface with plenty of light
a warm room with pillows to sit on
a comfortable chair to sit in
an area with a place to open books and write
a place with family and friends close by

Answers

Answer:

An uncluttered surface with plenty of light, a comfortable chair to sit in, an area with a place to open books and write.

Explanation:

Family and friends are nice but they will distract you. A warm room with pillows is nice but is too tempting and sleep-inducing. Plenty of light reduces eye-strain and allows you to feel awake. A comfortable chair is a granted necessity especially if Xavier needs to sit for a while. An area with a place to open books and write down notes and such is a must-have. Writing down information is better than typing and usually work needs to be shown and books need to be read, whether its for studying or getting information.

The focus of Xavier while finding good study environment must be made to  uncluttered area with light, comfortable chair and area to open books and write. Thus, options A, C and D are correct.

What is a good study environment?

The study environment can be given as the physical, psychological and social circumstances that enables the wellbeing of the student as well as his concentration.

The focus while finding a good study environment must be made over silence, healthy condition, and the ability to spend time alone with books.

Thus, Xavier while choosing the good study environment must focus on uncluttered surface with enough light, comfortable chair, and area to open books and write. Thus, options A, C, and D are correct.

Learn more about study environment, here:

https://brainly.com/question/12330503

#SPJ2

And their functions pls.

Answers

The motherboard, CPU, RAM, hard drive, monitor, mouse, and keyboard are basic internal components found in a computer.

A mind map presents project information in what type of format?
nt
O unordered
linear
serial
sequential

Answers

Answer:

Unordered

Explanation:

got in on edg

Answer:

B

Explanation:

Match each definition to the correct type of media.

1. Information transmitted to people using airwaves or digital data
2. An electronic form of communication that reaches people through electronic devices
3. Material published on paper to deliver information to various people

Medias!
1. Print Media
2. Broadcast Media
3. Internet

Answers

Answer:

1-2

2-3

3-1

Explanation:

I couldn't find a way to explain this.

Broadcast Media is the Information transmitted to people using airwaves or digital data.

What is media?

Others are:

Internet is  an electronic form of communication that reaches people through electronic devices Print Media are material published on paper to deliver information to various people.

The word media is known to be a term that is often used as a form of communication ways through which people often pass news, etc.

Conclusively,  Broadcast Media is the Information passed to people through the use of airwaves or digital data.

Learn more about Media from

https://brainly.com/question/26152499

#SPJ2

Please help me :((((....Shreela gets nervous when faced with an audience and tends to forget parts of her presentation. What can she do to help remember her points?

A.
Use the Task Pane feature.
B.
Enter the points to remember in the slide placeholders.
C.
Use the Speaker Notes feature.
D.
Enter the points to remember in the documents area.

Answers

Answer: D.

Explanation:

She just needs brief notes.

I store data that the CPU needs. What am I?

Answers

Answer:

Memory

Explanation:

Memory send commands to the CPU . Alternative modes of memory exist, and each one of them plays an essential role in operating a software machine.Memory is commonly called storage. Either the storage is unstable or non-volatile.

Answer:

I store data that the CPU needs . I am Memory unit .

hope it is helpful to you

ball.setSize(25, 75);
What does 25 represent in the example above?
1. The SPEED of the ball
2. The WIDTH of the ball
3. The HEIGHT of the ball
4. The 'X' coordinate of the ball

Answers

Answer:

2

Explanation:

Need help with my hw.​

Answers

If I am correct, it should be D. Hopefully I was helpful.
It is d I got it today

Write a program that accepts three decimal numbers as input and outputs their sum.

Answers

Answer:

void sum(float a, float b, float c){

printf("%0.3f", (a + b + c));

}

Explanation:

The answer given is written in C, but the same function can be reimplemented easily in whatever language this is required in.

which of the following is a type of virus that travels through shared files and programs and can bring down an entire system?
A) trojan horse
B) worm
C) computer infection
D) spyware

Answers

Answer:

A) trojan horse

Explanation:

Answer:

The worm is able to bring down an entire system

Explanation:

Complete the statement below using the correct term.
Website managers use
every day​

Answers

Answer:

computers

Explanation:

Answer: Computers, Internet and Printers

Reason: Because they use computers, Internet and Printers to do office things.

Recognizing the trade-off between interesting design features and cost is part of which stage of the product development life cycle?

Answers

Answer: detailed product design

Explanation:

7.4 code practice question 2 edhesive

Answers

Answer:

def GPAcalc(g, w):

   if g == "a" or g == "A":

       return 4 + w

   elif g == "B" or g == "b":

       return 3 + w

   elif g == "C" or g == "c":

       return 2 + w

   elif g == "D" or g == "d":

       return 1 + w

   elif g == "F" or g == "f":

       return 0 + w

   else:

       return "Invalid"

grade = input("Enter your Letter Grade: ")

weight = int(input("Is it weighted? (1 = yes, 0 = no)"))

gpa = GPAcalc(grade, weight)

print("Your GPA score is: " + str(gpa))

Explanation:

I hope this helps!

The code practice question illustrates the use of conditional statements.

The execution of a conditional statement depends on its truth value

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

#Start by initializing the dictionary

dict = {"a": 4, "b": 3, "c": 2, "d": 1, "f": 0}

#This gets input for grade

grade = input().lower()

#This gets input for the weighted average

weighted = int(input())

#If the weighted average is 1, and the grade is in the dictionary

if weighted == 1 and grade in dictionary:

   #This prints the GPA score

   print("Your GPA score is: "+str(dict[grade] + 1))

#If the weighted average is 0, and the grade is in the dictionary

elif weighted == 0 and grade in dictionary:

   #This prints the GPA score

   print("Your GPA score is : "+str(dict[grade]))

#Otherwise

else:

   #The grade is invalid

   print("Invalid")

Read more about similar programs at:

brainly.com/question/19117781

The ___ function can be entered by clicking the cell where you want to add the funtion such as cell J6. Then click the arrow next to the autosum button and choose averange

Answers

Answer:

The name of the function that can be added to a cell below a column of numbers or to the right of a row of numbers to find the average by clicking on the AutoSum button on the HOME tab is;

Average

Explanation:

The average function is the function used to quickly find the arithmetic mean, 'μ', or average of a number group, x₁, x₂, x₃, ...xₙ, which is given by dividing the sum of the numbers by the count, 'n', of the numbers, as follows;

μ = ∑x/n

The AutoSum can be used to find the average in Microsoft Excel by clicking on the next cell to row of cells to the right or immediately below the column of cells, then clicking on the down arrow on the right of the AutoSum button on the HOME tab and selecting Average from among the options, the average of the numbers in the column or row of cells will be displayed in the selected cell.

Therefore, we have;

The Average function can be entered by clicking the cell where you want to add the function such as cell J6. Then click the arrow next to the AutoSum button and choose average

What does a for loop look for in the sequence of data? Check all that apply.
the first variable
the second variable
the third variable
the last variable

Answers

Answer:

All

Explanation:

Not sure on the context of this question, but a loop is generally used to iterate though every piece of data to perform some kind of operation, on everything in something like an array or string.

Answer:

The First and Last Variable

Explanation:

Which of the following returns to the beginning of the while loop?
the continue statement

the break statement

the return statement

the end statement

Answers

Explanation:

z decreased by 3 as an algebraic expression is *

Answer:

The Continue Statement

Explanation:

Edge

WILL MARK BRAINLIEST!!
What will be displayed after this code segment is run?

luckyNumbers + 15, 33, 25
INSERT lucky Numbers, 2, 13
APPEND lucky Numbers, 3
REMOVE lucky Numbers, 1
DISPLAY LENGTH luckyNumbers

Please explain!! :)

Answers

Answer:

Output: 4

Explanation:

You start with [15,23,25]

You insert 13 at index 2 [15,13,33,25]

Append 3 [15,33,25,3]

Output length of array: 4

The output that will be displayed after the code segment is run is 3

The flow of the algorithm is as follows:

luckyNumbers <- 15, 33, 25:

This above line initializes a list

INSERT lucky Numbers, 2, 13:

The above line replaces the number in the 2nd index with 13.

So, the list becomes 15, 33, 13

APPEND lucky Numbers, 3

The above line appends 3 at the end of the list.

So, the list becomes 15, 33, 13, 3

REMOVE lucky Numbers, 1

The above line removes the number in the 1st index

So, the list becomes 15, 13, 3

DISPLAY LENGTH luckyNumbers

The above line prints the count of numbers in the list i.e. 3

Hence, the output that will be displayed after the code segment is run is 3

Read more about algorithms at:

https://brainly.com/question/24793921

Type the correct answer in the box. Spell all words correctly. Complete the sentence based on what you know about target audiences. Two people belonging to the same may like different types of films.​

Answers

Answer: Demographic

Explanation: For example, a 70-year-old retired war veteran may enjoy a war movie, but a retired banker of the same age may not. I got this correct on the test

When receiving help, what information should you prepare to discuss? Check all that apply.

Answers

Answer:

1,2,4,5

Explanation:

did it on edge 2021

plz mark me brainliest:)

Answer:

1,2,4,5

Explanation:

i did it on edge 2021 :>

Other Questions
A right triangle has a leg that measures 15 ft and the hypotenuse measures 24 ft. What would thelength of the missing leg be to the nearest whole number? HELP ME PLEASE BRO. Find the value of x and the length of each side. please help me for brainliest i need help with this question please factor 24k+36q-12 to identify the equivalent expressions What kind of adaption would you be most likely to see in these little moles that live underground? the ones are A. Wings B. Fins C. An adaption to keep dirt out of their eyes and D. None of the above please help 10 survey questions about Online Gaming Addiction Combine the like terms to create an equivalent expression:-3.x - 6+(-1) How do both the Rice Stadium Moon Speech and the Apollo 11 Transcript effectively create excitement and enthusiasm for space exploration? 12% of what number is 20? Liam ___________ (necesitar) in Coche Nuevo Compare and contrast Antony and Brutus speech at the funeral of Julius Caesar in terms of characteristic trait and effectiveness on Roman mob?.There is a sharp contrast between the funeral speeches of Brutus and Antony in Julius Caesar. Antony's funeral oration differs from Brutus's in many ways. Brutus's speech to the crowd of people is the speech of a philosopher while Antony's speech is emotional and is intended to stir the feelings and passions of the listeners. Brutus's speech is cold, logical, and intellectual; while Antony's speech is charged with feeling, and it is meant to excite the emotions of the listeners. Brutus's speech appeals to the intelligence of the listeners, and it fails because the listeners in this case are not intelligent enough.Brutus's speech is really an excellent specimen of reasoning. The logic behind the arguments in this speech is perfectly clear. But logic is something which the common people do not understand. This does not mean that Brutus is speaking to people who are utterly ignorant. The point is that the people understand Brutus's reasoning only to a limited extent. As for the logic in his speech, here is an example: "Not that I loved Caesar less, but that I loved Rome more". This sentence is a simple enough and yet not so simple. There is certainly an element of complexity in this sentence. Brutus tries to appeal to people's love of freedom. He tries to stir their hatred of tyranny. But the does not realize that the people are not very enlightened and that that they do not really understand this talk about freedom and slavery. In the starting scene, this mob has already been depicted as admirers of Caesar, the conqueror. A love of freedom is far from their thoughts. And yet they accepts Brutus's reasoning. But the crowd's ignorance comes out in their declaring that Brutus should be given the title of Caesar. It is clear that the crowd does not understand the principles for the sake of which Brutus had murdered a dear friend. On the other hand, Antony knows the psychology of the mob. He appeals directly to this psychology. He does not talk of the principal of freedom. He does not talk of evil of tyranny and slavery. He speaks about the wounds which had been inflicted upon Caesar's body. He speaks about the ingratitude of Brutus who was loved as a dear friend by Caesar. He speaks about Caesar's will by the terms of which Caesar had left much of his property to the people in general. Antony makes use of several rhetorical devices in the course of his speech. He makes use of irony when he says again and again that Brutus is an honourable man.However, we find another important difference in this respect. Brutus speaks to the mob in prose, while Antony speaks in verse. Poetry is always more effective than prose. It is also always more emotional than prose. Antony's speech makes use not only of rhetorical devices but also of poetic devices. Antony's speech is an excellent combination of art, cunning, and sincerity. Besides, Brutus speaks about abstract notions while Antony speaks in concrete terms. Brutus speaks of freedom and slavery, while Antony speaks of his listeners feelings and passions.Did i did something wrong and help find more quotes... What are the examples of the press?First Amendment please help me please I will give away a crown You are visiting your grandma in the hospital. She has pneumonia and a persistent cough. What precautions are needed in this situation?Select all that apply. more than one answer1. contact precautions2. airborne precautions3. droplet precautions4. standard precautions The US is the worlds leading producer of __________. Read the poem The White Window by James Stephens.The moon comes every night to peepThrough the window where I lie,And I pretend to be asleep;But I watch the moon as it goes by,And it never makes a sound.It stands and stares, and then it goesTo the house that's next to me,Stealing on its tippy-toes,To peep at folk asleep maybe;And it never makes a sound.How does the second stanza connect to the first stanza? A. It describes what the speaker does next. B. It describes the house next door to the speakers. C. It describes how the moon moves to the next house. D. It describes how folks in the next house peep at the moon. Stress that causes negative feelings and harmful health effects is whichof the following? What is the station 2 code for cupids spread the love escape room? Write an equation of the line passing through the given point (5,5) and having the givenslope m=9. Write the final answer in slope-intercept form. were are my weebs at