Alexandra wants to create a math game in which users have to correctly answer mathematical problems. She wants the game to solve a randomly created problem and then indicate if the player's answers are correct or incorrect. How is Alexandra getting the program to solve mathematical problems?

Answers

Answer 1

Answer:

The way Alexandra will get the program to solve mathematical problems is for her to write an algorithm, so that the computers can follow  series of step-by-step instructions to get the equation solved

Explanation:

From the question, we are informed about Alexandra who  wants to create a math game in which users have to correctly answer mathematical problems. She wants the game to solve a randomly created problem and then indicate if the player's answers are correct or incorrect. In this case the way Alexandra will get the program to solve mathematical problems is for her to write an algorithm, so that the computers can follow  series of step-by-step instructions to get the equation solved. An algorithm  in computer is often created as function, it can be regarded as a step-by-step instructions that are put in place to carry out specific task. This can range from simple process to complex operation, simple operation such as addition or multiplication of numbers and complex operation that involves playing of video file that is compressed.

Alexandra Wants To Create A Math Game In Which Users Have To Correctly Answer Mathematical Problems.

Related Questions

To ensure your online résumé is selected by employers using online searches, you must include _____ in your résumé.

html
key words
long descriptions
hyperlinks

Need answer asap!!

Answers

You must use key words.

A big part of SEO is choosing the correct keywords

Answer:

he correct answer is letter "B": keywords.

Explanation:

Human Resources (HR) staff usually handle an overwhelming number of resumes during openings. To make sure during online searches a curriculum vitae will be selected, keywords must be included. It is most likely that the HR staff will just filter words with the characteristics of the person they are looking for instead of looking at every resume they receive.

plz mark as brainliest

Which technique will you use to make listening to audio a pleasant experience?
Audio _____ is the smooth shift of one audio file into another.

Answers

Don't quote me on this, but I *think* the answer is "Audio transition/transitioning is the smooth shift of one audio file into another." I hope I was able to help and I apologize if I was wrong. ♡♡

Answer:

Sample response: Good thriller has beginning, middle, and end. Reader has to care about the characters. A character should be mysterious so readers are interested. Crime is a good way to talk about human condition. Good thrillers change people’s point of view in some way.

Explanation:

Out of these video games which one do you think is the best
(dont answer if you have never played at least 3 of these games)
Rivals of Aether
Super smash bros ultimate
Smash flash 2
Project M

Answers

Answer:

Tbh Rivals of Aether was pretty good but I gotta go with SMBU

Explanation:

SMBU was lit that's all there is to it

Answer:

Super smash bros ultimate

Explanation:

its ultimate

I'm not sure if these are correct.

Answers

Answer:

All the mention codes are correct.

Explanation:  

In the task1, a "name" variable is declared, that store a string, and in the next step, the built-in method "title, lower and upper" is defined, in which the title method capitalized the first character of the given word in each sentence, upper method change each character into upper case and the lower method changes each character into lower case.

In task2, a message variable is declared, that holds a string value in which the count method is used that counts the space character value.

In task3, a string value is used in the message variable, which uses a replace method to change the given string value.

In task3, a response variable is declared that uses an input method for input a string value, and inside the print method, len method is used that counts each input character number.

Which loop prints the numbers 1, 2...100?

c = 1

while (c <= 100):
c = c + 1
print (c)

c = 1

while (c < 100):
c = c + 1
print (c)

c = 1

while (c <= 100):
print (c)
c = c + 1

c = 1

while (c < 101):
c = c + 1
print (c)

Answers

Answer:

while (c <= 100):

print (c)

c = c + 1

Explanation:

We can cancel out the while loops with ' < ' because then it won't print when C is 100.

while (c <= 100):

print (c)

c = c + 1

Is probably right because unlike the other while loop with ' <= ' it has a print statement before the C = C + 1 which means look at this:

C = 1

print(c)

C = C + 1

So when it's run 1 is printed

But when doing the other while loop:

c = 1

while (c <= 100):

print (c)

c = c + 1

C = 1

c = c + 1

print(c)

It prints 2 because it added 1 to C first before actually printing it.

The loop that prints the numbers 1, 2...100 is

c = 1

while (c <= 100):

   print (c)

   c = c + 1

We are to find the loop that prints the numbers 1 , 2 …100.

Therefore, the loop that print 1 to 100 can be represented as follows:

c = 1

while (c <= 100):

   print (c)

   c = c + 1

c is a variable initialize with zero.

The while loop is used to check if c is less than or equals to 100.

If c is less than or equal to 100 we print the value of c .

Then we add 1 to c and go back to the loop again.

learn more on loop here: https://brainly.com/question/19705987?referrer=searchResults

If your presentation uses a background, your text should _____.

be placed in bulleted lists
work well with the background
be at least 50-points
be written in paragraph form

Answers

your text should work well with the background.

It's very important for the text to be readable.

Answer:

B (work well with the background )  

Explanation:

I have chosen B, to be the best solution and here is why. Since, your presentation uses a background you would want your text to be fitted well with the background of your choice. That way users can still see the text.

La sección de lectores de un diario de la ciudad impone como única restricción para la publicación de las cartas, que el texto debe ser de 1500 caracteres. ¿Cuál será el tamaño en KB de un archivo txt que contenga ese texto?

Answers

Answer:

El tamaño de un archivo .txt que contenga esa cantidad de texto será de 1.46 KB.

Explanation:

Se entiende que todo caracter informático posee un tamaño de 1 byte, con lo cual en total el texto no puede superar los 1,500 bytes de tamaño.

Ahora bien, un kilobyte es una unidad de medida informática superior, que se compone de 1,024. Por lo tanto, dado que 1,500 - 1,024 es igual a 474, el tamaño del archivo será de 1 KB y 474 bytes. Así, para calcular el tamaño total del archivo en KB, se debe realizar el siguiente cálculo:

1,024 = 1

474 = X

((474 x 1) / 1,024) = X

0.46 = X

Así, el tamaño de un archivo .txt que contenga esa cantidad de texto será de 1.46 KB.

Compare and contrast the advantages and disadvantages of the Windows, Apple and Linux operating systems.

Answers

In apple, you may do other things that windows can not provide. Yet, Windows are good aswell since it has better things than apple. I’m so sorry if i’m wrong.

Eric would like to have a callout text box that makes it look as if the character in an image is speaking. Which object should he insert into the Word document?
standard text box
WordArt
callout
shape
picture

Answers

Answer:

C: Callout shape

Explanation:

The object that should he insert into the Word document is the callout function. The correct option is b.

What is Microsoft Word?

A component of Microsoft Office is Microsoft Word. The office is a collection of Microsoft products that can be used on Windows or macOS and contains Word, PowerPoint, Excel, Outlook, and numerous other tools for both private and professional usage. They aren't the same thing; Microsoft Word is merely one of such app.

A callout function is one of the functions that specifies a callout and is implemented by a callout driver.

The following collection of callout functions makes up a callout: a notification processing notifying function. A function called classifying handles classifications.

Therefore, the correct option is b. callout.

To learn more about Microsoft Word, refer to the below link:

https://brainly.com/question/2579888

#SPJ5

Robert is risk manager at TPT Bank has been asked to implement an updated badge reader system for addressing access control risk. Even though the risk was migrated, Robert observes some remaining risk linked with access control. What type of risk has been observed by Robert

Answers

Answer:

Disruption of computer service

Explanation:

Access control is a method or technique used by network administrators to organize and limit access to resources in a network. In a computer network, there several threats and risk experienced by users and technician, that threatens the confidentially of information and other resources.

The configured badge reader system needs data and draws bandwidth. When this bandwidth is in use, it reduces the network efficiency and computer services causing low productivity in the organization.

simplify the expression below and state the value of m for which the simplified expression is not defined 2m² + m - 15/ m² - 9​

Answers

Answer:

The simplified expression is: [tex]\frac{2m-5}{m-3}[/tex]The simplified expression is undefined for m=3

Explanation:

The given expression is:

[tex]\frac{2m^2+m-15}{m^2-9}[/tex]

The numerator can be siplified by using factorization and denominator will be simplified using the formula

[tex]a^2-b^2 = (a+b)(a-b)[/tex]

So,

[tex]= \frac{2m^2+6m-5m-15}{(m)^2-(3)^2}\\=\frac{2m(m+3)-5(m+3)}{(m-3)(m+3)}\\=\frac{(2m-5)(m+3)}{(m-3)(m+3)}\\=\frac{2m-5}{m-3}[/tex]

A fraction is undefined when the denominator is zero. In order to find the value of m on which the simplified fraction will be undefined we will put denominator equal to zero.

So,

[tex]m-3 = 0 => m = 3[/tex]

Hence,

The simplified expression is: [tex]\frac{2m-5}{m-3}[/tex]The simplified expression is undefined for m=3
Other Questions
What distance does a biker travel if he rides at a constant speed or 22 m/s for 45 seconds? How does an appellate court differ from a trial court?A. An appellate court usually has a jury.B. An appellate court decides issues of fact.C. An appellate court examines more witnesses.D. An appellate court reviews another courts decisions.Explain your reasoning for choosing this answer: If Oni uses all 3 of the $0.44 cent stamps he has, whatis the minimum number of $0.10 stamps he needs touse?Ori needed at least $1.47 in postage to mail anenvelope to his cousin overseas. If x represents thenumber of $0.44 cent stamps he has and y representsthe number of $0.10 cent stamps he has the inequalityrepresenting the number of stamps he can use to mailthe envelope is 0.44x+0.1021.47O 1O2O 305 What changes did Magna Carta bring about in English government? During photosynthesis, plants capture light energy and form carbon-containing molecules, such as glucose. Which is not a use for glucose Write these numbers in digits 1-cinq mille soixante douze 2-cent dix-huit 3-trois cent mille4-quarante mille vingt-sept 5 neuf cent trente -et-un 6-mille quatre -vingt-six Help plss URGENT DUE TODAY I WILL GIVE BRAINLIEST I PROMISEThe medians of a right triangle that are drawn from the vertices of the acute angles have lengths of 2 13 and 73. What is the length of the hypotenuse? there are 36 carpenters in a crew. On a certain, 29 were present. What percent showed up for work? (round to the nearest tenth) What are the missing angles? A first grader reads 72 words in 4 minutes. Pls explain how you got the answer:( simplify 4 to the square root of 3 5 to the square root of 3 I WILL GIVE BRAINLEST IF YOU ANSWER THIS QUESTION QUICKLY!!!what is an orbital? 2+4(x+1)=0 PLEASE HELPPPP ME In the midst of the Great Depression, the United States began repatriating Mexican immigrants to their country of origin in an effort to push back against growing anti-Mexican sentiment over wages and job scarcity. Una oracin interrogativa. Cambia cada oracin declarativa en una oracin interrogativa. Oscar de la Renta naci en la Repblica Dominicana. Una novela es ms larga que un cuento. El novelista describe el ambiente. The city of Timbuktu was known for all of the following except _______A. being a trading centerB. having gold and salt minesC. attracting many scholarsD. having schools for religious study GIVING BRAINLIEST PLZZ HELP ASAP perform the indicated operation. Be sure the answer is reduced.2a+1/3a + 5/4 - 2a-3/6a^2A 23a^2 + 6/12a^2B -23a^2 + 6/12a^2C 23a^2 - 6/12a^2 When light pases through a prisim,white light will be separated into different colors. which statment best explains this observation? First, gather all of your print sources, such as books, magazines, and encyclopedias. Decide which ones you are most likely to use. Then, create a source card for each one by writing the title, author, page number, and any other important information on an index card. When you are finished, number each of your source cards. This way, as you begin to take notes, you can just write the number of the source instead of writing all of the information again and again. Based on the details in the passage, which inference is most likely true? A. The source cards will be collected and graded , along with the report. B. The author believes that citing a source properly is more important than saying something interesting about it. O C. Readers are not expected to quote sources directly, but instead to paraphrase information . O Keeping track of sources in an organized way is an important part of research.