D278 Programming and Scripting | 70 Questions and Answers
, What relationship is common among Functions all relate to the same purpose.
a programming library's
functions?
What is an advantage of using a The code has already been tested.
programming library?
Which language is dynamically Python
typed?
Which language is not built on C
object- oriented design
principles?
A language substantially Object-oriented
supports a programmer creating
items like person, teacher, and
students. Each item has
internal data and some
operations.
Which characteristic describes
that language?
A programmer wants a compiler Statically typed
to report an error if an integer
variable is assigned with a
string.
Which kind of language should the
programmer use?
A language uses tags around Markup
text to indicate how that text
should be formatted.
Which characteristic describes a
language having such tags?
What is a characteristic of a Converts to machine language before running
compiled language?
What is a characteristic of an Runs easily on different kinds of machines
interpreted language?
What is an advantage of interpreted They can be modified at run time.
programs?
Which characteristic specifically Tags surround text to describe desired formatting.
describes a markup language?
Which characteristic specifically They can be run one statement at a time.
describes interpreted languages?
Which characteristic specifically They can run on any machine having the right interpreter.
describes interpreted languages?
, What relationship is common among Functions all relate to the same purpose.
a programming library's
functions?
What is an advantage of using a The code has already been tested.
programming library?
Which language is dynamically Python
typed?
Which language is not built on C
object- oriented design
principles?
A language substantially Object-oriented
supports a programmer creating
items like person, teacher, and
students. Each item has
internal data and some
operations.
Which characteristic describes
that language?
A programmer wants a compiler Statically typed
to report an error if an integer
variable is assigned with a
string.
Which kind of language should the
programmer use?
A language uses tags around Markup
text to indicate how that text
should be formatted.
Which characteristic describes a
language having such tags?
What is a characteristic of a Converts to machine language before running
compiled language?
What is a characteristic of an Runs easily on different kinds of machines
interpreted language?
What is an advantage of interpreted They can be modified at run time.
programs?
Which characteristic specifically Tags surround text to describe desired formatting.
describes a markup language?
Which characteristic specifically They can be run one statement at a time.
describes interpreted languages?
Which characteristic specifically They can run on any machine having the right interpreter.
describes interpreted languages?