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

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

Answers

Answer:

B

Explanation:

The build in random function will work the best for your case. Have a marvelous day. :)

Answer:

B.

Explanation:

I got it right on the test.

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.

Select all the correct answers.
Flynn has drafted a research paper using a word processor. Which of the following will help him to enhance the readability of the paper and give it a professional look?

using bulleted or numbered lists
tracking revisions to the draft
presenting data in tables
inserting headers and footers on each page
formatting section headings in a different font type and size than body text
SELECT ALL THAT APPLY WILL GIVE BRAINLIEST

Answers

Answer: Bulleted or numbered lists, presenting data in tables, and the formatting one.

Explanation: I’m taking the test and i’m pretty sure that’s right, lmk if you got a better answer though!

Answer:

A, C, E

or 1, 3, 5

Explanation:

Took the test!

What is the missing line of code? >>> >>> math.sqrt(16) 4.0 >>> math.ceil(5.20) 6

Answers

Answer:

A math.pow reference

Explanation:

Answer:

from math import ceil

Explanation:

yes

20 points for ez question lol

Which are characteristics of effective presentations? Check all that apply.

The presentation is well organized.
The presenter speaks clearly.
The presenter reads from notecards.
The presentation is enhanced with visual aids.
The presentation includes some delay to set up audio or video.
The presentation captures the audience’s attention.

Answers

The characteristics of effective presentations are:

The presentation is well organized. The presenter speaks clearly.

What are characteristics of an effective presentation?

Others are:

The presentation is enhanced with visual aids. The presentation captures the audience’s attention.

A good presentation is known to be one that is often concise and also  focused on the topic that is under discussion.

Note that when the above presentation follows the option written above, it is said to be an effective or good presentation.

Learn more about presentations from

https://brainly.com/question/24653274

#SPJ2

Answer:

A,B,D,F

Explanation:

The presentation is well organized.

The presenter speaks clearly.

The presentation is enhanced with visual aids.

The presentation captures the audience’s attention.

How does the technology work

Answers

Answer:  it does – or perhaps appears to do – in the world.

Explanation:

sorry if am not right have a nice day lol

Answer: technology work by chips wires in the botton of it or in the back of it and there metel in it they wire thing to it to make it better like phon

Microsoft word is an example of utility software?

A.true
B.false​

Answers

Answer:

false

Explanation:

Ms word is only an application software

Answer:

Option B. False is the correct answer.

Explanation:

A software that is used to take care of computer and its resources is called utility software while Microsoft word is a dedicated software for documentation and report writing also called application software.

Hence,

Option B. False is the correct answer.

which line of code will allow you to only load the localtime() method into active memory

Answers

Answer:

from time import localtime

Explanation:

have a lovely day :)

The line of code that will allow you to only load the localtime method into active memory is time.

The localtime function is simply known to be time in seconds as long as Epoch is targeted by timer into a broken-down time.

It is mostly written in local time. The function is known to be of timezone and any seasonal time adjustments. Local timezone information is used as though localtime() calls tzset().

LocalTime cannot have a muted date-time object that shows a time, often viewed as hour-minute-second. Time is shown in nanosecond precision.

Learn more from

https://brainly.com/question/19639119

Explicar en qué sectores están divididos los procesos de producción y su importancia para el desarrollo tecnológico y económico del país. Indique dos ejemplos en cada sector

Answers

Answer:

Un sector económico es una rama de la economía en específico, caracterizada por englobar dentro de sí una serie de actividades interrelacionadas según cómo cada una contribuye al desarrollo económico del país. Una clasificación general popular de la economía es la división en los siguientes cuatro sectores:

1) Sector primario. El sector primario es el sector económico que abastece de materias primas y alimentos. Este sector abarca los sectores de agricultura, ganadería, caza, pesca y extracción de minerales. El procesamiento de estas materias primas se realiza en el sector secundario.

2) Sector secundario. Este sector se conoce como industria. Esto incluye todas las empresas y actividades que procesan las materias primas del sector primario. Los productos suelen ser revendidos al consumidor por el sector terciario.

3) Sector terciario. Este sector incluye los servicios comerciales: empresas que quieren obtener ganancias vendiendo sus servicios. El sector terciario incluye tiendas, catering, teatros, peluquerías, mayoristas, empresas de transporte, arrendadores, agencias de empleo, contables, abogados, consultores y empresas TIC.

4) Sector cuaternario. El sector cuaternario es el de servicios no comerciales, el único sector económico sin ánimo de lucro. Este sector incluye los servicios gubernamentales y los servicios subvencionados por el gobierno. Los ejemplos son hospitales, hogares de ancianos, cuerpos de bomberos, defensa, salud, trabajo social, educación y cultura.

Answer:

hola

Explanation:

Which of the following programming languages were initially developed to teach programming techniques to students? Choose all that apply.

Answers

Answer:

BASIC programming language

Pascal programming language

Explanation:

C++ programming language

Java programming language

BASIC programming language

Pascal programming language

Answer:

it's C and D

Explanation:

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

I need help with this. It's while loops in python.

Answers

Answer:

Here is a simple application running loop example in python

running = true

while(running):

# YOUR CODE HERE

Explanation:

A while loop is basically a loop of something if something is true

so if there is a boolean set to true for a application to run then use a while loop. Have a nice day! :)

The
command is used to fix a mistake immediately after you make it.
Redo

Undo

Correct

Fix

Answers

The answer is Undo I think
Undo I think to a good

write the name of the tab, command group, and icon you need to use to access borders and shading dialog box​

Answers

Answer:

Tab: Home Tab

Command group: Paragraph

Icon: Triangle

Explanation: Trust

Why is it important to know the skills, experience needed and pay for a potential career choice?

Answers

you want to know what you’re future might look out to be (labor, money, health, spirit)

Write a method that takes a RegularPolygon as a parameter, sets its number of sides to a random integer between 10 and 20 inclusive, and sets its side length to a random decimal number greater than or equal to 5 and less than 12. Use Math.Random() to generate random numbers.

Answers

Answer:

import java.lang.Object

import java.lang.Math

public class RegularPolygon  extends java.lang.Object{

  public void randomize(RegularPolygon c){

       int min = 10, max1 = 20;

       double  min1 = 5, max1 = 12;

       double range = (max - min) + 1;

       double range1 = (max1 -min1) + 1

       int side = (Math.random() * range) + min;

       double len = (Math.random() * range1) + min1;

       c.setNumSides(side);

       c.setSideLength( len);

 }

 public static void main(String[] args) {

    RegularPolygon r = new RegularPloygon();

    randomize(r);

 }

}

Explanation:

The randomize method accepts a regular polygon class as its only parameter and assigns a random number of sides and the length of these sides with the 'Math.random' function.

Do you think people are willing to buy these products? Why?

Answers

What products ma’am/sir

Answer:

ano pong product ok anwer

Explanation:

he/she is willing to buyy a product of the product is good and the entrepreneuris also good and always clean your product and if its good im sure he or she buy that product exept if she/he is nothing money

HELP ASAP !!! What should be a one-page document?
O recommendations
O transcript
O cover letter
O resume

Answers

A resume should be about one page long

Rapunzel s-a născut într-un ţinut îndepărtat într-un regat necunoscut. Mama vitregă a închis-o pe Rapunzel într-un turn foarte înalt ce avea N metri. Aici Rapunzel urma să-şi petreacă toată copilăria. Pentru a-i trece timpul mai uşor, Rapunzel cânta din zori şi până în seară, cântecul ei auzindu-se în tot ţinutul. Atras de vocea de privighetoare a fetei, Flynn Rider şi-a propus să se caţere pe pereţii exterior ai turnului şi în fiecare zi să procedeze astfel: de la răsăritul până la asfinţitul soarelui să parcurgă M1 metri iar apoi, de la asfinţit până la miezul nopţii încă M2 metri. Scrieţi un program care determină după câte zile ajunge Flynn Rider la Rapunzel.

Answers

Iche hebie zaft no guts dude

The algorithm below is used to find the largest element in a list of numbers.
By modifying one of the lines in the program it is possible to make the algorithm find the SMALLEST element. Which line would need to be modified and how?

Answers

The line that can be modified in the algorithm to return the smallest of the list is line 04

From the question, we understand that:

The algorithm returns the largest of all elements in a list

The above action is executed on line 04

To change the function of the algorithm to return the smallest, line 04 must be modified as follows:

IF (num < target)

Hence, the line that can be modified in the algorithm to return the smallest of the list is line 04

Read more about algorithms at:

https://brainly.com/question/24793921

1-5 Safety measures in the use of kitchen tools and equipment.​

Answers

Answer:

Safety measures are as follows;

Explanation:

Hold the delicate instruments cautiously to use them.Require appropriate use of the equipment in the kitchen.Users should remove these defective instruments or discard of them.During and before use, check that perhaps the resources that will be used are indeed safe.In a cold and dry spot, all equipment must be kept.

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.

What is true about the dilation?
On a coordinate plane, the image rectangle has points (0, 0), (0, 8), (9, 8), (8, 0). The pre-image has points (0, 0), (0, 2.5), (3, 2.5), (3, 0).

It is a reduction with a scale factor between 0 and 1.
It is a reduction with a scale factor greater than 1.
It is an enlargement with a scale factor between 0 and 1.
It is an enlargement with a scale factor greater than 1.

Answers

Hey hey hey! I recently took the test and the answer is D | (• ◡•)|

Answer:

The answer is A

Explanation:

Trust me I promise you its A

I chose D and got it wrong

Will MARK BRAINLIST
What refers to the level at which a player is interacting with a story or game?

Group of answer choices


engagement


flow


emotion


distance

Answers

I’m not 100% sure... but I think the answer is engagement.

Hope this helped!

The text between and defines the _____.


active code on a page

active text on a page

active Web-page area

active image on a page

Answers

Active text on a page

You are going to do a bubble sort on the following list. What are the missing members of the list? Select 3 options.
[10, 3,
12
0.005
dog
3,5
'cat'
Hellllpppp

Answers

The bubble sort makes multiple passes through a list. It compares adjacent items and exchanges those that are out of order. Each pass through the list places the next largest value in its proper place. In essence, each item “bubbles” up to the location where it belongs.

[3,5,'dog', 'cat']  are the missing members of the list . Hence option d, e and f are correct.

What is bubble sort?

Bubble sort is defined as the most straightforward sorting algorithm, which continually switches nearby elements if they are out of order. Until no swaps are required, the passing operation is repeated, signifying that the list is sorted.  Bubble sort is well-known in computer graphics because it can find a very minor defect in almost-sorted arrays and fix it with simply linear complexity (2n).

This question would be something you would know since your teacher has taught you it previously, but until you show me the entire lesson, it will probably just be a guessing game. 11 12 22 25 34 64 90 is a sorted array, and I've seen "dog" and "cat" used in coding multiple times.

Thus, [3,5,'dog', 'cat']  are the missing members of the list . Hence option d, e and f are correct.

To learn more about bubble sort, refer to the link below:

https://brainly.com/question/13161938

#SPJ2

simplify 0.2×0.03055 to 3 decimal places​

Answers

Answer:

this 0.061 or this 0.0611

Explanation:

I think the answers is 0.061

Application software consists of programs that perform a specific task for users. Examples include microsoft word internet explorer and micro type 5.

A.true
B.false​

Answers

Answer: verdadero

Explanation:

When you get a new sim card do it come with a new number or do you have a activate the phone and get a new number in store ?

Answers

put the sim card in the phone and turn the phone on, it technically comes with the card but you really interact with it until you turn the phone on.

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:

Other Questions
Suppose you make hot chocolate. It's too hot to drink, so you put it in the freezer to cool it off. If the original temperature is 190 degrees Fahrenheit and the freezer is 0 degrees Fahrenheit, what will the temperature of the hot chocolate be after 4 minutes? (k = 0.12) What contributed to the implementation of Jim Crow laws?A. the presidential election of 1872B. passage of the Fourteenth AmendmentC. the end of ReconstructionD. repeal of Black Code law What were the steps of the Transatlantic slave trade? Explain the steps of the trade in detail Any method to solve the quadratic equetion below over the set of complex numbers.2x(x+6)=(x-4)(x+3) how are the roles of citizens different in modern autocracies and democracies? To convert a temperature from degrees Celsius to degrees Fahrenheit, you can use the formula F= (C*1.8) + 32 where F is degrees Fahrenheit and C is degrees Celsius. What is the temperature (in degrees Fahrenheit) of water that is 10 degrees Celsius? Kevin has 7 baseballs. Each baseball weighs 0.3 pound. Ken wants to use this model to find the total weight of the baseballs. Each hundredths block in the model represents 1 whole. If you roll a six sided die six times what is the best prediction possible for the number of times you a roll a two Imagine that you are looking for the latest news about a national disaster such as a hurricane. List the pros and cons of getting your news from a) an independent blogger and b) a mainstream daily newspaper. Then choose which you would prefer and explain why.WRITER need help asap please brainly keeps taking down my question but here, have these beautiful humans. also when did the civil war end? plz plz plz help me no incorrect answers plz A picture of worship in a church is called a(n):idol:icon:cross: . Solve; 2x+96=182 hurry due in 5 mins Its true or false answers, plz help! Four different stores posted ads on special 15-oz cans of baked beans -8 for $6 = 75 cents per can -10 for $10 = $1 per can -2 for $3 = $1.50 per can -80 cents per can The last store listing was selling 28-oz of baked beans for $1.40 each. How does that price compare to the other prices? Which of the following statements about von Thunens theory of human settlement is true? A. Hardy field crops were located closest to the city. B. The city served as the epicenter. C. Perishable items were grown farther away from the city. D. Climate and soil quality varied throughout the land area surrounding the city. 10% of ________ is 7 25% of ________ is 6 A patient named Roberto is grieving because he noticed that the money he has saved all his life is not going to his family but is instead going to his medical bills. He is also worried that he will eventually become a burden on his family. His nursing assistant called a social worker to help him cope with the emotional strain of his situation. Which need did the nursing assistant help with?physical comfortsspiritual comfortssocial needsfinancial needs Describe an experiment to show that the maximum attractive property is at the poles ofa magnet?