What does a programmer do first Include the library
to use an existing
programming library?
What relationship is common Functions all relate to the same purpose.
among 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 Statically Typed
compiler to report an error if
an integer variable is
assigned with a string.
Which type of language should
the programmer use?
A language uses tags Markup
around text to indicate how
that text should be formatted.
Which characteristic describes a
language having such tags?