Which phase of the software development life cycle might involve a helpdesk ticket system through which users could report issues with the software and developers could help resolve the issues?

(1 point)
Responses

research

research

analysis

analysis

maintenance

maintenance

implementationA diamond on a flowchart usually indicates:

(1 point)
Responses

an action.

an action.

an input.

an input.

a decision.

a decision.

an output.A variable that changes from 4.6 to 8.4 is a(n):

(1 point)
Responses

string.

string.

integer.

integer.

float.

float.

Boolean.Marisol wrote a section of code, but it didn’t work the way that she expected. So, she got a pencil and a paper and wrote down what would happen to the variable as each line of the code executed. This is an example of:

(1 point)
Responses

creating a flowchart.

creating a flowchart.

creating an array.

creating an array.

debugging.

debugging.

compiling the code.Question
“Luke,” “Cynthia,” and “Omar” are examples of:

(1 point)
Responses

strings.

strings.

floats.

floats.

Booleans.

Booleans.

loops.A program will give the player five chances to guess a number. The program will need to use:

(1 point)
Responses

an array.

an array.

a loop.

a loop.

a binary language.

a binary language.

an object.A program will calculate the sales tax on a purchase. The tax rate will always be 8.25 percent. The number 8.25 is an example of a:

(1 point)
Responses

variable.

variable.

constant.

constant.

decision diamond.

decision diamond.

binary value.A software design team just sent out a draft form of an app to trusted advisors who are going to tell the team about anything that isn’t working as expected before the app goes live. Which phase of the software development life cycle has this team reached?

(1 point)
Responses

analysis

analysis

testing

testing

design

design

maintenanceThere are many types of assembly languages because each type of processor requires its own specific type.

(1 point)
Responses

True

True

FalseQuestion
Which one of these is NOT a compiled language?

(1 point)
Responses

Java

Java

Python

Python

COBOL

COBOL

Fortran

1 answer

Here are the answers to your questions based on the software development life cycle and programming concepts:

  1. Which phase of the software development life cycle might involve a helpdesk ticket system through which users could report issues with the software and developers could help resolve the issues?

    • Maintenance
  2. A diamond on a flowchart usually indicates:

    • a decision.
  3. A variable that changes from 4.6 to 8.4 is a(n):

    • float.
  4. Marisol wrote a section of code, but it didn’t work the way that she expected. So, she got a pencil and a paper and wrote down what would happen to the variable as each line of the code executed. This is an example of:

    • debugging.
  5. “Luke,” “Cynthia,” and “Omar” are examples of:

    • strings.
  6. A program will give the player five chances to guess a number. The program will need to use:

    • a loop.
  7. A program will calculate the sales tax on a purchase. The tax rate will always be 8.25 percent. The number 8.25 is an example of a:

    • constant.
  8. A software design team just sent out a draft form of an app to trusted advisors who are going to tell the team about anything that isn’t working as expected before the app goes live. Which phase of the software development life cycle has this team reached?

    • Testing
  9. There are many types of assembly languages because each type of processor requires its own specific type.

    • True
  10. Which one of these is NOT a compiled language?

    • Python (Python is an interpreted language, whereas Java, COBOL, and Fortran are compiled languages.)

If you need further clarification or assistance, feel free to ask!