What is the difference between an interpreted computer language and a compiled one?

(1 point)
Responses

An interpreted language is translated into binary all at once; a compiled language is translated line by line.

An interpreted language is translated into binary all at once; a compiled language is translated line by line.

A compiled language is translated into binary all at once; an interpreted language is translated line by line.

A compiled language is translated into binary all at once; an interpreted language is translated line by line.

An interpreted language is translated into binary; a compiled language is combined from more than one language.

An interpreted language is translated into binary; a compiled language is combined from more than one language.

A compiled language is translated into binary; an interpreted language is combined from more than one language.After months of hard work, the big day has finally arrived, and new software will be produced and distributed. Which phase of the software development life cycle is this?

(1 point)
Responses

analysis

analysis

maintenance

maintenance

implementation

implementation

testingWhat is the stage of the software life cycle in which programming begins called?

(1 point)
Responses

analysis

analysis

development

development

coding

coding

implementationAn hourglass symbol should appear on the screen until an image loads. What kind of structure will this require?

(1 point)
Responses

sequence

sequence

selection

selection

condition-controlled loop

condition-controlled loop

count-controlled loopIn software development, a sprint is a short time period focused on one portion of software development.

(1 point)
Responses

True

True

FalseA variable that could be the number 7 or –9 is a(n):

(1 point)
Responses

string.

string.

integer.

integer.

constant.

constant.

Boolean.What is the key feature of the agile methodology of software development?

(1 point)
Responses

It is rigid.

It is rigid.

It is linear.

It is linear.

It involves sprints.

It involves sprints.

It uses a waterfall approach.A variable with letters and numbers is a:

(1 point)
Responses

string.

string.

integer.

integer.

constant.

constant.

Boolean.Which of these is NOT a markup language?

(1 point)
Responses

SQL

SQL

Cypher

Cypher

GraphQL

GraphQL

PythonWhich of these is NOT a markup language?

(1 point)
Responses

HTML

HTML

XML

XML

JavaScript

JavaScript

TeX

1 answer

Here are the answers to your questions based on the provided choices:

  1. Difference between interpreted and compiled languages:

    • Answer: A compiled language is translated into binary all at once; an interpreted language is translated line by line.
  2. Phase of the software development life cycle when new software will be produced and distributed:

    • Answer: implementation
  3. Stage of the software life cycle in which programming begins:

    • Answer: coding
  4. Structure required for an hourglass symbol to appear on the screen until an image loads:

    • Answer: condition-controlled loop
  5. Statement about a sprint in software development:

    • Answer: True
  6. A variable that could be the number 7 or –9 is:

    • Answer: integer.
  7. Key feature of the agile methodology of software development:

    • Answer: It involves sprints.
  8. A variable with letters and numbers is:

    • Answer: string.
  9. Which of these is NOT a markup language?

    • Answer: Python
  10. Which of these is NOT a markup language?

    • Answer: JavaScript

If you have more questions or need further explanation, feel free to ask!