Please describe the role of games in modern society!

( SOMEONE ANSWERED BUT I NEED ANSWERS AGAIN)

Answers

Answer 1

Answer:

call of duty cold war

Answer 2
Look the society is beginning to change.technology is starting to take over. Now we are using Brainly to get our questions answered. So games also enhance our skills in order to study. Know things about the world. Communicate with each other. Know the importance of sportsmanship. Run our minds and help others using technology.

Related Questions

Which of the following lines of code creates a division called answer?

A.


B.


C.


D.

Answers

Answer: ‎

Explanation:

i believe the answer is C

i need a essay 3-5 sentences on volleyball

Answers

Answer:Volleyball is a team sport that involves two teams of six players, one of which plays offense and the other defense. Each player has a specific role to play on the court:

Setter – The setter positions herself in front of her teammates, and sets up the ball for them to hit. She also controls the pace at which points are played, as well as how long each point lasts. The setter’s job is to make sure that every point goes smoothly without any errors or mistakes by her teammates.

– The setter positions herself in front of her teammates and sets up the ball

Explanation:

pick and choose the sentences from there

Volleyball is a sport played by many. The sport dates back to 1985, and has since grown in terms of popularity. The creator is a man by the name of William G. Morgan. The sport garnered international popularity in 1913. It is a fun team sport that many enjoy, and continues to grow.

what is the answer i need them now pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls

what is the answer i need them now pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls

Answers

Answer: Insert ribbon > table drop down menu  

Explanation:

Answer:Insert ribbon > table drop down menu  

Explanation:

Which statement assigns the value 99 to the variable myGrade in Python?


myGrade = 99

my Grade = 99

!myGrade = 99

myGrade == 99

Answers

Answer: I think that the answer is the first one, myGrade=99

Explanation:

THE FIRST ONE IS =99

Coding with Loops Worksheet
Print | Save
Output: Your goal
You will complete a program that asks a user to guess a number.

Part 1: Review the Code
Review the code and locate the comments with missing lines (# Fill in missing code). Copy and paste the code into the Python IDLE. Use the IDLE to fill in the missing lines of code.

On the surface this program seems simple. Allow the player to keep guessing until he/she finds the secret number. But stop and think for a moment. You need a loop to keep running until the player gets the right answer.

Some things to think about as you write your loop:

The loop will only run if the comparison is true.
(e.g., 1 < 0 would not run as it is false but 5 != 10 would run as it is true)
What variables will you need to compare?
What comparison operator will you need to use?
# Heading (name, date, and short description) feel free to use multiple lines

def main():

# Initialize variables
numGuesses = 0
userGuess = -1
secretNum = 5

name = input("Hello! What is your name?")

# Fill in the missing LOOP here.
# This loop will need run until the player has guessed the secret number.

userGuess = int(input("Guess a number between 1 and 20: "))

numGuesses = numGuesses + 1

if (userGuess < secretNum):
print("You guessed " + str(userGuess) + ". Too low.")

if (userGuess > secretNum):
print("You guessed " + str(userGuess) + ". Too high.")

# Fill in missing PRINT statement here.
# Print a single message telling the player:
# That he/she guessed the secret number
# What the secret number was
# How many guesses it took

main()
Part 2: Test Your Code
Use the Python IDLE to test the program.
Using comments, type a heading that includes your name, today’s date, and a short description.
Run your program to ensure it is working properly. Fix any errors you observe.
Example of expected output: The output below is an example of the output from the Guess the Number game. Your specific results will vary based on the input you enter.

Output

Your guessed 10. Too high.
Your guessed 1. Too low.
Your guessed 3. Too low.
Good job, Jax! You guessed my number (5) in 3 tries!



When you've completed filling in your program code, save your work by selecting 'Save' in the Python IDLE.

When you submit your assignment, you will attach this Python file separately.

Part 3: Post Mortem Review (PMR)
Using complete sentences, respond to all the questions in the PMR chart.

Review Question Response
What was the purpose of your program?
How could your program be useful in the real world?
What is a problem you ran into, and how did you fix it?
Describe one thing you would do differently the next time you write a program.

Part 4: Save Your Work
Don't forget to save this worksheet. You will submit it for your assessment.

Answers

Mmmmmmmmmmmmmmmmmmmmmmmm
Uhh this is giving me a headache

List the different computer industries, and what they do.
(Like the part makers, people who assemble it and stuff not the companies)

Answers

Answer:

There are several different industries that are involved in the production and use of computers. These industries include:

Hardware manufacturers: These companies design and produce the physical components of computers, such as the motherboard, processor, memory, storage, and other peripherals.Software developers: These companies create the operating systems, applications, and other programs that run on computers.System integrators: These companies assemble and configure computers, often using components from multiple manufacturers, and sell them to consumers or businesses.Service providers: These companies provide support and maintenance services for computers, including repair, installation, and training.Data centers: These companies operate large facilities that host and manage the data and computing resources of other companies.Internet service providers: These companies provide access to the internet for businesses and consumers.Cloud computing providers: These companies offer computing services, such as storage, networking, and software, over the internet.Consulting firms: These companies provide advice and expertise on the use of computers and technology for business and organizational goals.

Answer:

Hardware Manufacturers

Software Developers

System Integrators

Service Providers

Data Providers

ISP

Cloud Computing Providers

Consulting Firms

Explanation:

It is in order..

Match the letter with the feature it represents.


Put responses in the correct input to answer the question.

slide pane
menu bar
drawing toolbar
slide (normal) view
task pane
formatting toolbar

Match the letter with the feature it represents.Put responses in the correct input to answer the question.slide

Answers

A is slides pane
B is drawing toolbar
C is menu bar
D is task pane
E is formatting toolbar
F is slide normal view

What is the name given to the parts of a computer that you can actually
touch?
Software
Computer Parts
Computer Case
Hardware

Answers

Answer:

Hardware

Explanation:

Hardware, is the parts of the computer that you can physically touch. Examples include, the keyboard and mouse.

Hope this helps. <3

Hardware is the name given to the parts of a computer that you can actually touch.

What is Hardware?

The physical components of a computer, such as its chassis, CPU, RAM, monitor, mouse, keyboard, computer data storage, graphics card, sound card, speakers, and motherboard, are referred to as computer hardware. 

Software, on the other hand, is a collection of instructions that may be stored and executed by hardware. Software is referred to as "soft" because it is flexible, but hardware is referred to as "hard" because it is rigid in terms of modifications.

Software often instructs hardware to carry out any command or instruction. A useful computer system is one that combines hardware and software, while there are also systems that use simply hardware.

Therefore, Hardware is the name given to the parts of a computer that you can actually touch.

To learn more about Hardware, refer to the link:

https://brainly.com/question/15232088

#SPJ5

Explain vividly any operating system of your choice stating at least 3 distinguishing features of each version.
PLEASE VERY URGENT!

Answers

Answer:

microsoft windows, macOS, and linux

Explanation:

if you need help let me know

Hp, apple, chrome. they’re all operating computer systems

how do you start a convo with a specific person?

Answers

Hey how are you
What’s up
Nice to meet you I’m...
Hey their my name is..
Well you gotta befriend them anyway

The other guy is correct give him brainly i don’t deserve it

How does computer applications affect our lives daily? 1- paragraph (4 sentences)

Answers

Answer:

Computers affect our lives daily because we use them everyday to browse the internet and solve problems in real life. They help solve problems and without them, getting certain information would be much harder. They help us interact with friends from anywhere in the world and communicate with relatives. It has also helped us during this pandemic and lets us learn from school in the safety of our own home.

( hope this helps, i wrote it myself ;-; )

We use computers all day, everyday. from our phones to actual computers. browsing the internet just for the fun of it, making calls, shopping, work. and in this specific time of life, school. almost everything we do now is done through a computer. most of us that don’t have the option to learn in person are doing everything through our computers

Help me, please! No links btw :)

Help me, please! No links btw :)

Answers

Answer:

c im trying my best sorry if you get it wrong

Explanation:

Yeah I think it’s c also :)

Walt needs to ensure that messages from a colleague in another organization are never incorrectly identified as spam. What should he do?

A.Configure a safe recipient.
B.Configure a blocked sender.
C.Configure a safe sender.
D.Do nothing.

Answers

Answer:

C. Configure a safe sender

Explanation:

It’s dabest thing to do

As per the given scenario, Walt should need to configure a safe sender. The correct option is C.

What is configuration?

A system's configuration in communications or computer systems refers to how each of its functional elements is organised in relation to their nature, number, and distinguishing features.

Configuration frequently involves picking the right hardware, software, firmware, and documentation.

A person, group, or organisation that starts the communication is known as the sender. The success of the message stems primarily from this source.

The communication is influenced by the sender's experiences, attitudes, knowledge, competence, perspectives, and culture.

Walt must take care to prevent messages from a colleague in a different organisation from ever being mistakenly classified as spam. He ought to set up a secure sender.

Thus the correct option is C.

For more details regarding configuration, visit:

https://brainly.com/question/13410673

#SPJ2

Which type of cyber crime offender requires the highest percentage of risk management in terms of computer monitoring?
A) Sex offenders
B) Identity thieves
C) Low-Risk offenders
D) hackers

Answers

Answer: D

Explanation: Hackers are the only type of cyber criminal that monitors your computer

it would be D the hackers

if you were determining what was expected of you simply by looking at media, what messages would you take away?

Answers

I would take away any messages about body image. People expect all women and even men to be skinny and that is viewed as healthy and the norm. We were taught at a young age that the societal expectation for “normal” is someone super skinny and with an hour glass figure and or a six pack. Thats why i would take away messages about body image
anything hateful,especially towards gender, race, sexuality, gender roles, ect

How do I bypass blocksi on my school Chromebook

How do I bypass blocksi on my school Chromebook

Answers

Answer:

Open Chrome Settings.

Click on the “Privacy”

Under “Content restrictions,” click on the “Block sites” button.

Enter the website address in the “URL” box and click on the “Add site” button.

Explanation:

you could power wash/reset your computer then delete the blocking site

1. What do you think is the most important event in the history of the internet? What event has had the biggest impact on your daily life?

Answers

Answer:

The biggest event in internet history was YuTubers punching each other in the face. Months of hype came to a peak Saturday for the self-declared “biggest event in internet history” a boxing match between two YuTube celebrities in Manchester, England.

Explanation:

There is no particular event but the whole journey till now which shaped my personality. Every person even if they are the worst has something good in them.

The establishment of the ‘ARPANET’ (an early version of the internet) used in the USA in 1969 as a means of communication between various research institutions.

The impact it has had:
Developed into the globally used Internet which is now integrated into modern society and is seen as an essential for good quality of life.

Digital and analog audio recordings have pros and cons. Do you think the pros of digital recordings outweigh the cons and therefore prefer digital audio recordings? Or, do you think the cons outweigh the pros and therefore you prefer analog audio recordings? Explain. ( USE C.E.R *Claim, Evidence, Reasoning* )

Answers

I think the pros of digital recordings outweigh the cons! I prefer digital audio recordings over analog audio recordings because analog recordings require more financing and preservation. Compared to digital recordings, analog recording equipment is more expensive and the tape deteriorates over time. Which to me personally, doesn't seem to be worth the amount of effort since it's such a process to go through. You can possibly go into debt due to that. Digital recording equipment, on the other hand, is more affordable. It's less time-consuming and although it does have its disadvantages, they're minor. Digital recordings can be stored online. Its data get corrupted? You can get it back! It won't cost you anything.

I think the pros of digital recordings outweigh the cons! I prefer digital audio recordings over analog audio recordings because analog recordings require more financing and preservation. Compared to digital recordings, analog recording equipment is more expensive and the tape deteriorates over time. Which to me personally, doesn't seem to be worth the amount of effort since it's such a process to go through. You can possibly go into debt due to that. Digital recording equipment, on the other hand, is more affordable. It's less time-consuming and although it does have its disadvantages, they're minor. Digital recordings can be stored online. Its data get corrupted? You can get it back! It won't cost you anything.

On the planet Mongo, each year has 15 months and each month has 26 days.
Write a function compute_mongo_age(birthYear, birthMonth, birthDay, currentYear, currentMonth, currentDay)
that residents of Mongo can use to compute their age. It should take 6 positive integers as input: the person's birthdate (year, month from 1 to 15, and day from 1 to 26) and the current date (year, month from 1 to 15, and day from 1 to 26), and return a float of the age of the person in years.

For example, print(compute_mongo_age(2879,8,11,2892,2,21)) should print 12.6256410256, the age (in Mongo years) of a person, who was born on the 11th day of the 8th month of the year 2879, is on the 21st day of the 2nd month of the year 2892.

Answers

Answer:

DateTime now = DateTime.Today;

int age = now.Year - bday.Year;

if (now < bday.AddYears(age))

age--;

So your helper method would look like:

public static string Age(this HtmlHelper helper, DateTime birthday)

{

DateTime now = DateTime.Today;

int age = now.Year - birthday.Year;

if (now < birthday.AddYears(age))

age--;

THESE ARE GAME DESIGN QUESTIONS PLEASE TRY TO ANSWER THESE QUESTIONS AS BEST TO YOUR KNOWLEDGE, THANK YOU ALL FOR EVERYTHING YOU DO FOR EVERYONE ON BRAINLY!!

1.)Imagine that you have been asked to write one to two sentences describing the purpose of an action game and a trivia game. Write the purpose for each game. Are the two purposes different because the games are in different genres? If so, how?

2.)What are some of the benefits and drawbacks for each of the player states? Are there any genres of games that require one player state over another? Why? Explain.

3.)How does a game’s genre impact the gameplay style? Do certain genres require specific gameplay styles? Provide specific examples to support your answer.

Answers

1. The purpose of an action game is to provide an alternate reality where you have opportunity to pursue adventure. The purpose of a trivia game is to have fun while answering questions, perhaps with a trace of competitivity. Since the games are in different genres, the purposes of the games are different; trivia games are oftentimes simpler in function, while action games require more involvement and of course, action.

2. Some games are easier to play with two people, like games that require teamwork. However, others are more conveniently played by yourself. For example, Ge0metry Dash should be played by yourself, but games like F0rtnite can be more easily played in teams. However, there are also games that can be played both by oneself and with others, like Min3craft.  

3. The way you would play an action game is entirely different from how you would play a trivia game, so certain genres require different gameplay styles.

Jason needs to add a picture of his baseball team to the team's web page. Which file format should he use?

ZIP
IMG
JPG
MPG

Answers

Answer:

JPG file(s)

Explanation:

JPG are typically used for digital images. Since he's posting this onto a website, he should use the JPG file format.

Answer: JPG would be the best!

Why is it important for iOS developers who have learned to program in Swift to also know Objective-C?

A. Objective C is a user interface framework for building software using iOS.
B. Objective C is the integrated development environment best suited for iOS app development.
C. Objective C is the language in which older iOS apps were written, which developers may want to upgrade.
D. Objective C is the newest programming language for building iOS apps.

Answers

I think the answer would be D. Objective C is the newest programming language for building IOS apps.

Why isn't my brainly post being answered?

Answers

Try deleting then reposting, it may not always pop up in new questions, I will have a look at the question anyway.

Sometimes they don’t pop up on the feed try reposting again or possibly updating the app if you can. Or it may be an issue within the question itself like if it is worded correctly.
Hope this helps!

what is a logic circuit?

Answers

Answer:

A logic circuit is an electronic circuit that performs a specific logical operation on one or more binary inputs to produce a binary output. Logic circuits are made up of electronic components, such as transistors, diodes, and resistors, which are arranged in a specific way to implement a particular logical function, such as AND, OR, NOT, and XOR.

Logic circuits are used in many digital electronics applications, such as computers, calculators, and electronic control systems. They are designed to process digital signals, which consist of binary data represented by voltage levels or current flow. By manipulating these signals with logical operations, logic circuits can perform arithmetic, comparison, and decision-making functions, among others.

There are many different types of logic circuits, ranging from simple gates that perform basic logical functions, to more complex circuits that implement more advanced functions, such as flip-flops and registers that can store and manipulate data. The design and analysis of logic circuits is an important area of study in electrical engineering and computer science.

Explanation:

Answer: a circuit for performing logical operations on input signals.

Explanation: Pleas give brainliest

Internet-of- Things (IoT) refers to the physical devices that are connected to the internet to collect and share data

true or false

Answers

Answer:

What is IoT? The Internet of Things (IoT) describes the network of physical objects—“things”—that are embedded with sensors, software, and other technologies for the purpose of connecting and exchanging data with other devices and systems over the internet. ... Oracle has a network of device partners.

true! your example would be cellphones or computers!

Which soft skills would these mobile app developers need to use in the situations described?

Which soft skills would these mobile app developers need to use in the situations described?

Answers

Answer:

1: work ethic/presentation.

2: communication.

3: adaptability.

4: creativity.

(these are all guesses so i'm not 100% sure)

Explanation:

Work ethic
Presentation
Creativity
Adóptalo thinking

PLZ HELP ME!!
Give two reasons why it is important to properly train workers within an organization.

Answers

Answer:

To avoid the making of many mistakes

To make it easy for them to work

The workers will make less mistakes which means less backlash from customers

No manager wants their employees to not know what they are doing

I need this ASAP!
In which situation is coauthoring of presentations primarily utilized?

O A reviewer must be able to make changes to a presentation after an author creates it.
O Multiple authors must be able to simultaneously make changes to a presentation.
O Multiple reviewers have to be able to view one another’s changes after they are made.
O One author and one reviewer work on a presentation at different times.

Answers

Answer:

b

Explanation:

The second one is the answer

ok 2 things please 1. i need one more question to add if u can come up with anything or what not and 2. please answer the following questions in the picture i need as many answer a s posable por favor nod nod thank youu

ok 2 things please 1. i need one more question to add if u can come up with anything or what not and

Answers

Answer:

5 siblings, 1 trip per month, 14 age, 12 hours of sleep,  2 hours games, 5 pairs of shoes owned

Explanation: i don't know if this is what u meant, but i hope this helps....

Siblings: 5 trips too the movies:0 age: 17 weight:217 time playing games:none how many pairs of shoes: 6

can someone describe how sampling is used to capture audio on a computer?
please make it easy I am struggling. Im in 7th.

Answers

Answer: Sampling is a method of converting an analogue audio signal into a digital signal.

Explanation:

While sampling a sound wave, the computer takes measurements of this sound wave at a regular interval called sampling interval. Each measurement is then saved as a number in binary format.

What the person said above me
Other Questions
Find the slope of the line that passes through (3, 8) and (5, 9). Receiving a voucher for an apartment in a public housing project would be an example of a good that satisfies the:A) definition of a good with a positive externality.B) definition of a public good.C) principal of rival consumption.D) non-exclusion principle. let a and b be n n matrices such that ab = in . prove that the rank of a is n What are the basic job duties of diagnostic services careers? What is 5c - 6 = 4 -3c, im blanking on what im supposed to do while providing care for a client with acute malaria, which potential complication TRUE / FALSE. in this lesson you will create a segment to complete a proportion. In an exam Ashley secured 332 marks. If she secured 83 % makes, find the maximum marks. What is the grammatical function of the bolded noun clause in this sentence? the most important person right now is whoever is willing to do the job. a) subject b) direct object c) prepositional object d) predicate nominative Which relationships have the same constant of proportionality between y and x as in the equation y=1/2x Choose 3 answers:This is from Khan academy. I'm stuck on it Kennedy High School is going to select a committee. The committee will have a faculty member, a male student, a female student, and a parent.Here are the positions and the people interested in each.PositionPeople interestedFaculty member : Mr. Rogers, Mrs. Rivera, Ms. Edwards, Dr. GonzalesMale student : Tony, Pablo, Miguel, Brian, GoranFemale student : Linda, Yoko, Kelko, Tammy, MaiParent : Dr. Watson, Mr. Griffin, Ms. Wright, Mr. Aoki, Dr. JenkinsBased on this list, how many ways are there to fill the four committee positions? Examine the following triangle.Based on the given information, what is the measure of the missing length, w?Enter your answer as a number. Find the digits in the tens place, in the hundredths place, and in the thousandths place for the following number 748.6291 Using the diagram of glycolysis below (or any other source you wish), answer the following questions about glycolysis: a) Name one glycolytic enzyme that catalyzes the severing of a carbon-carbon bond. b) Name one glycolytic enzyme whose substrate molecule and product molecule have precisely the same molecular weight c) Name one glycolytic enzyme that catalyzes a dehydration reaction d) Name one glycolytic enzyme whose substrate in the forward direction of glycolysis does not contain a phosphate group e) Name one glycolytic enzyme that "salvages" a 3-carbon ketone fuel that otherwise would not go forward through glycolysis. f) Name one glycolytic enzyme whose product has a phosphate group linked to a carboxyl group. What is the area civilization began? h shows the cost of hosting a dance, c, as a function of the number of students attending, n.What is a restriction on the domain? 6 For each of the following uses, suggest whether you think a pure form of themetal or an alloy would be better suited. Explain your answer in each case. HELP ASAP DUE IN 1 HOUR Read the following stanza from Alfred, Lord Tennyson's poem, "The Charge of the Light Brigade":"Forward, the Light Brigade!"Was there a man dismayed?Not though the soldier knewSomeone had blundered.Theirs not to make replyTheirs not to reason why,Theirs but to do and die.Into the valley of DeathRode the six hundred.In a short paragraph, explain how this stanza is about the theme of duty and why this is significant considering historical events. Provide direct support from the stanza where possible. 32,235 kg/1991 m3 solve in scientific notation The chemical equation below shows the combustion of methane (ch4). ch4 2o2 right arrow. co2 2h2o the molar mass of oxygen gas (o2) is 32.00 g/mol. the molar mass of carbon dioxide (co2) is 44.01 g/mol. what mass of co2, in grams, will form when 8.94 g o2 completely react? 3.25 grams 6.15 grams 13.0 grams 53.0 grams