What genre do games that involve physical challenges and make use of hand-eye coordination, speed, accuracy, and precision fall into?
adventure
action
simulation
puzzle

Answers

Answer 1

Answer:

flexiblity

feedback

playin outdoor game

Answer 2

Answer:

I think simulation not 100% sure though.


Related Questions

describe a tsunami when it is far from the coast

Answers

I hope it is helpful for you ......

Mark me as Brainliest ......

Tsunamis are marine phenomena, created by the abrupt displacement of large amounts of water into an aquatic formation. Tsunamis manifest as waves, which travel in the deep waters of the oceans at an average speed of 756 kilometers per hour.

While in deep water the tsunami, due to its characteristics there, is not considered a serious danger to the floating structures, reaching the shores has particularly devastating consequences.

Learn more in https://brainly.com/question/15964056

The answer is D!!Readable code includes
o the use of formatting to make the code look better.
the use of dense lines of code without indentation.
o the use of comments that are of no use to future users of the progran

Answers

Answer:

D

Explanation:

says in title

Readable code includes the use of comments that are of no use to future users of the program. The correct option is c.

What are readable codes?

Readable code is just code that makes its goal crystal plain to the reader. The likelihood is that other developers will read the code we write and want to either comprehend it or modify it. It's interesting to read the code. Variable, function, and class names in the code are meaningful.

The code may need to be tested, a bug fixed, or a new feature added. The evolution of the codebase is facilitated by readable source code, which makes it easier to read and comprehend the abstraction phases. Future developers can save time and effort by writing readable code.

Therefore, the correct option is c, the use of comments that are of no use to future users of the program.

To learn more about readable codes, refer to the link:

https://brainly.com/question/19540616

#SPJ2

Using this feature keeps the message thread intact.


Reply

Opt out

New message

Signature

Answers

Answer:

Option 1: Reply is the correct answer.

Explanation:

Emails are used for business and official communications.

Let us look at the options one by one

Reply:

The reply option opens the email editing window. When the reply option is used the emails then are arranged in the form of a message thread. So the reply option keeps the message thread intact.

Hence,

Option 1: Reply is the correct answer.

Suppose you wanted to quickly take a photograph of a dew drop on a rose petal before it rolled off. Which camera mode would be most

appropriate?

A: landscape

B: L

C: macro

D: M

Answers

It would be C

Or search up the difference of those camera modes to see which one is better but I’m going with C

Answer:

The answer is M

Explanation:

EDGE 2022

This is your data.
A= [5, 10, 15]
B = [2, 4, 6]
C = ['dog','cat', 'bird']
You can implement an array of this data with

Answers

Answer:

This is your data.

A =  [5, 10, 15]

B =  [2, 4, 6]

C =  ['dog','cat', 'bird']

You can implement an array of this data with  

either by using lists or by using the array module

ALSO

This is your code.

>>> A = [ 'dog', 'red']

>>> B = [ 'cat', 'blue']

>>> C = [ 'fish', 'green']

You can implement an array of this data by using  

by using lists but not by using the array module

Explanation:

Edge2020

A= [5, 10, 15],  B = [2, 4, 6], C = ['dog','cat', 'bird']. You can implement an array of this data either by using lists or by using the array module.

What is an Array?

An array is a type of data structure used in computer science that holds a set of elements that are all uniquely recognized by at least one array index or key. Each element of an array is recorded such that a mathematical formula may be used to determine its location from its index tuple.

Indexed arrays, multidimensional arrays, and associative arrays are the three types of arrays.

A procedure called indexing selects a subset of values from an array. A value's position inside an array is indicated by its index. The location of the value in an array differs from the value itself.

To read more about Array, refer to - https://brainly.com/question/14375939

#SPJ2

Match the example with the type of collection.

{'casa': 'house'}


[3, 5]


(3, 5, 'dog')

Answers

Answer: First is a dictionary, second is a list, and third is a tuple

Explanation:

You created a two-dimensional array with the following code.

>>> A = [21, 'dog', 'red']
>>> B = [35, 'cat', 'blue']
>>> C = [12, 'fish', 'green']
>>> E = [A, B, C]
How do you refer to 'cat'?

E[1, 2)

E[1,2]

E[1][2]

E[1,2]

Answers

Explanation:

My answer is E[1][1]

but I don't see it here

Answer:

E[1][2] that is correct I just took t

So my teacher asked us to predict who would win in a death match, and we could choose the two characters, so Alastor from Hazbin Hotel vs Blackhat from villinous, who would win?

Answers

Answer:

I think alastor from Hazbin Hotel.

Answer:

alastor

Explanation:

i mean alastor is a demon and blackhat we dont know if he is a demon or not but i mean alastor would win he took down a flying ship that was trying to kill them

Software that requires excessive disk space or memory.

A. Malware

B. Excessware

C. Ransomware

D. Bloatware

Answers

The correct answer is D. Bloatware

Which is an email protocol that retrieves email without deleting the email and its attachments from the server?
Simple Mail Transfer Protocol (SMTP)

Internet Message Access Protocol (IMAP)

Post Office Protocol version 3 (POP 3)

Simple Network Management Protocol (SNMP)

Answers

Answer:

Internet Message Access Protocol (IMAP)

Explanation:

The "Internet Message Access Protocol" or IMAP was created by Mark Crispin at the Stanford Knowledge Systems Laboratory. It allows a person to access his email from his local server. In comparison to the Post Office Protocol Version 3 (POP 3), which deletes the emails once they are downloaded, the IMAP allows the contents to be saved on the server. The email will only be deleted if the user intends to do so.

Answer:

It is Pop 3 not IMAP

Explanation:

Correct on edg 2022

Which was the first computer network in the world

Answers

Answer:

ARPAnet in 1969

Explanation:

hope this helps :)

What might the Internet of Things do in the future?

Answers

The future of IoT has the potential to be limitless. Advances to the industrial internet will be accelerated through increased network agility, integrated artificial intelligence (AI) and the capacity to deploy, automate, orchestrate and secure diverse use cases at hyperscale.

When comparing systems software and application software, what is the main difference?

Answers

Answer:

it is a

Explanation:

i did the test

Question # 1 Multiple Select Which of the following shows the assignment of a string to a variable? Select 3 options. answer = "23" answer = (23) answer = '23' answer 23 answer = input("How old are you?") ​

Answers

Answer:

answer = input("How old are you?")

Explanation:

Answer is a variable The Input function takes a string

Answer:

answer = input("How old are you? ")answer = '23'answer = "23"

Explanation: Correct on Edg 2020/2021.

I need to calculate the % of Grand Total on Microsoft Excel, but can't for the life of me remember how to do that. Help would be greatly appreciated.

PS: Reposting my question because the answers I got previously were both only made for points, not to help in any way. :(

Answers

Answer:

You need to first use the Sum function to add up all the costs of September.

Then divide each September cost by the grand total that you got. After that format the last column to be percentages.

Look at the attached file for the formulas used.

Consider the following code: x = 5 x = x * 3 print (x) What is output

Answers

Answer:

Output: 5

Explanation:

It will print 5 on the screen

What kind of loop should be used in a game where the user is guessing a secret code and the message"guess again" appears until the user guesses correctly?

Answers

Answer:

While loop

Explanation:

It should be noted that the number of times which the computer will ask the user to take a guess is not known.

When we have a condition like this, the while loop (or in some programs; the do-while loop) is to be used.

To further back my point, see the following program in python.

secret_code = 1234

user_guess = int(input("Take a guess: "))

while user_guess != secret_code:

    user_guess = int(input("guess again: "))

print("You guessed right")

The above program will keep asking the user to take a guess until the user enters 1234.

This may or may not be possible with a for loop.

Which details in paragraphs 1-5 contrast with your experience and expectations?

Based on these details,what do you think the setting of the story is?

Answers

Answer:

among us

Explanation:

Do you need a internet browser to go to the intrnet?​

Answers

Answer:

No you do not need a interent browzer to get to the internet.

Explanation:

Not sure but I don’t think so

Which of the following is a palette of colors, fonts and special effects which complement one another?
O Placeholders
O Theme
O Background
Slide Masters

Answers

Answer:

Theme

Explanation:

please help me
...
.... ​

Answers

Answer:

formal information searches

Explanation:

Answer:

informal information source

hope it will help if it helps please ask me in comment

How did you generate a random number for the user to guess? by using the built-in randint function by using the built-in random function by using the random method from the random module by using the randint method from the random module

Answers

Answer:

by using the randint method from the random module

Explanation:

The randint() method is a method or function in the random python module. It is used to get or return an integer number within a specified range.

To use the method, the module must be imported into the python file with the "import random" statement, then the method is referenced using dot notation and specifying the range of integer numbers.

syntax: random.randint(first_number, last_number)

Note that the last number in the range is inclusive in the selection.

Answer:

A. randint

Explanation:

I got it right on a quiz

You can raise an object to a height of 2 meters by pulling down a distance of 8 meters on a pulley with a force of 40 N. How heavy an object can you lift with his effort?

Answers

Answer:

160 N

Explanation:

Since, work done by effort = work done by load,

Fd = F'd' where F = effort force = 40 N, d = distance moved by effort = 8 m, F = load and d' = distance moved by load = 2 m.

So, Fd = F'd'

40 N × 8 m = F' × 2 m

320 Nm = 2F m

So, F = 320 Nm/2m

= 160 N

So, the object that can be lifted is an object of 160 N

Drop a paper of A-4 size and a
piece of wood/plastic about 2-3
inches long, from a height more
than 10 feet. Note the time for both
to hit the ground. Now repeat the
experiment by folding the paper
once, twice, thrice... (as many
time as you can). Why every time
the travel time reduces for paper
and remains the same for
wooden/plastic piece. Does the
paper at any stage hit ground
before wooden/plastic piece? If
yes,

Answers

Folding the paper reduces the surface area/volume. Travel time reduces due to less friction.

The wooden or plastic piece never changes its amount of drag/friction in the atmosphere.

If the paper is folded/compressed small enough, such that it’s friction is less than the wood or plastic then yes it would fall faster.

In a perfect vacuum, there is no friction to factor in, thus both fall at same speed.

Giving 5 stars, a Thanks, 80 points, and Branliest to whoever answers them correctly.
What refers to how a game’s player shapes what happens in their own personal game experience by making choices on how they play?
Group of answer choices

pseudostory

metagame

ludonarrative

iambic pentameter

Answers

Answer:

Explanation:

The answer is ludonarrative.

Please mark me brainliest.

Any device that uses light to read and write information.

A. Optical Drive

B. Peripheral Device

C. Laser Device

D. Optical Device

Answers

I think Optical Drive does.

Answer:

the answer is optical drive

Explanation:

hope that helps thanx optical drive uses reflected light to read data.

Explaining AutoCorrect
How is the AutoCorrect feature useful in Outlook 2016? Check all that apply.
It checks for common typing errors.
It can automatically fix the error while you are typing.
It suggests email recipients that might be interested in your message.
It underlines words that need spelling and grammar corrections.
It ensures that you are emailing the correct recipients.

Answers

Answer are: 1st one, 2nd one, 4th one

It checks for common typing errors.
It can automatically fix the error while you are typing.
It underlines words that need spelling and grammar corrections.

Answer:

1, 2 and 4

Explanation:

a man takes 30 step to cover 18 metre l,how many step he will needed to cover 3003m distance​

Answers

he will need to take 5,004 steps to cover 3003m distance
3003/18=166.8
166.8 x 30=5004
Answer is 5004

Which technology will a business use to figure out who accessed confidential files on a company's computer system

Answers

Answer:

insaj cdsjl ljhwbalfhb

Explanation:

Use the drop-down menus to complete the steps to open the Lookup Wizard.

1. Open the table in ___
view.

2. Click in the ___
column of the desired field.

3. Click the ___
, and then click Lookup Wizard.

Answers

Answer: 1. design view 2. data type 3. arrow

Explanation:

I just did it :)

Other Questions
Which of the following is conical movement in which the distal end of a structure moves in a circle and the proximal end remains relatively fixed? A. Protraction B. Rotation C. Circumduction D. Retraction what is 32% of 655???? given the function f(x)=5x-3/4,which of the following is correct? THERE IS A ALOT BUT ALL ARE EASY BUT IF YOU ANSWER ALL THEN YOU GET CROWN Directions: Read the passage below, then select the choice that best answers the question for #6, #7, and #8.Kai and his family live at an elephant sanctuary in Africa. They work hard to protect elephants from poachers who selfishly hunt and kill the elephants for their ivory tusks. On a scorching hot afternoon, Kai finds out another elephant has been killed, he tells his dad he is heartbroken. Leaving Kai behind, Kais dad starts to do a routine check around the perimeter of the sanctuary. An enormous storm was about to hit and cause a tree to fall. The protective fence was about to be broken.6. What point of view is this story told from? *1 pointa. First Person Point of Viewb. Second Person Point of Viewc. Third Person Limited Point of Viewd. Third Person Omniscient Point of View *************MUST ANSWER!***************Sebastian has a points card for a movie theater. -He earns 85 points just for signing up.-He earns 2.5 points for each visit to the movie theater.-He needs 115 points for a free movie ticket.Write and solve an Equation which can be used to determine v, the number of visits Sebastian must make to earn a free movie ticket. the step function f of x is graphed what is the value of f of 0? Explain enzyme-substrate specificity. order 9%, 0.03, 0.7% and 0.004 from leastto greatest Fuel from PDV pump A costs four dollars per gallon and from PDV pump B costs two dollars per gallon. Mark has at most $24 to spend on fuel. Write and graph the system of linear inequalities. Ten little monkeys were jumping on a bed. There is a 35% chance that one will fall off and bump his head. In the bedroom next door, five kangaroos were jumping on a bed. Being more adept at jumping, there is only a 20% that a kangaroo will fall off the bed. 1. What are the chances that a monkey and a kangaroo will fall off the bed? 2. What are the chances that a monkey will not fall off the bed? 3. If the monkeys enjoy this activity every night for an entire week, what are the chances that a monkey falls off the bed every one of the seven nights? 4. What are the chances that if the monkeys jump every day for a week that at least one will fall off of the bed? 5. What are the chances that the kangaroos can get away with jumping on the bed for 4 straight nights until they finally have someone fall off the bed on the night? 6. What are the chances that the kangaroos can jump two nights in a row with no one falling off the bed? 7. The monkeys manage to go a whole week without someone bumping their head. One of the kangaroos insists that they are due for an injury. Another says they must be getting better at their jumping skills. Do you think they're due for a crash? Directions: Write a thesis sentence that summarizes the size and geographical features of Africa. Did the Germans lose the war ? Giving brainliest!!!! Please help asap!!! The symbol for iron is Fe. The chemical symbol for oxygen is O. The formula for iron oxide, a type of rust is Fe2O3. How many iron atoms are in one molecule of iron oxide? A. 1B. 2C. 3D. 4 Can you use an online generator to create MLA-formatted citations for your Works Cited section Judy's heart beats 70 times a minute. At this rate, how many times does her heart beat in an hour? need to know soon! please help Which equation is graphed below? The ocean is one of Earths biomes. A biome is an area that is characterized by the plants and animals that live there. There are five major oceansthe Atlantic, Pacific, Indian, Arctic, and Southernthat are all connected in what is known as the World Ocean. The ocean, sometimes called the marine biome, is huge, covering 70% of the Earths surface. However, humans have only explored about 5% of it. Scientists know less about the ocean than they do about the dark side of the moon. In this way, the ocean is considered the Earths final frontier.Which of the following is true?AThe Atlantic, Pacific, Indian, Arctic, and Southern Oceans are completely separate from each other.BThe ocean covers about half of the Earths surface.CScientists have studied most of the ocean, but a tiny bit remains unexplored.DScientists know more about the moon than they do the ocean. Which set of ordered pairs represents a function? (1 point) A. {(0, 1), (1, 3), (1, 5), (2, 6)}B. {(0, 0), (1, 2), (2, 4), (3, 4)}C. {(0, 1), (1, 2), (2, 3), (2, 4)}D. {(0, 0), (0, 2), (2, 2), (2, 4)}