Answered You can hire a professional tutor to get the answer.

QUESTION

result = (12 * 2) / (3 * 9) In Flowgorithm, declaring a variable:

If the variable result is declared as an Integer, what is it's value after the following assignment statement:

   result = (12 * 2) / (3 * 9)

In Flowgorithm, declaring a variable:

a.Reserves space in memory

b.Assigns a name to the variable

c.Assigns a data type to the variable

d.All of the above

e.None of the above

Which programming control structures do we use to write computer programs:

a.Sequence structures

b.Selection structures

c.Loop structures

d.All of the above

e.None of the above

Given that variables a and b are declared as Integers and variable c is a String, which statement below is a valid Flowgorithm assignment statement:

a.  a = "four"

b.  b = (4 * 7) / (5 - 3)

c.  b + 5 = 17

d.  c == "Yes"

e.  a = b + c

Which of the following best describes an input statement:

a.An input statement gets information from a user and stores it in a variable

b.An input statement displays text and variable contents to a user

c.An input statement calculates a value

d.Input statements must always be included in a loop

If a loop has an input statement before the loop and an input statement within the loop, the input statement before the loop is called:

a.A redundant input

b.A user prompt

c.A priming input

d.None of the above

If the variable result is declared as an Integer, what is it's value after the following assignment statement:

  result = 2 + 3 * 4 + 5

If the variable result is declared as an Integer, what is it's value after the following assignment statement:

   result = (12 * 2) / (3 * 9)

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question