D278 Exam Prep PA QUESTIONS WITH VERIFIED
ANSWERS
Save
Terms in this set (53)
What does a programmer do first to Include the library
use an existing programming library?
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 supports a Object-oriented
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 to Statically Typed
report an error if an integer variable
is assigned with a string.
Which type of language should the
programmer use?
A language uses tags around text to Markup
indicate how that text should be
formatted.
Which characteristic describes a
language having such tags?
What is a characteristic of compiled Converts to machine language before running
language?
What is a characteristic 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 run on any machine having the right
describes interpreted language? interpreter
ANSWERS
Save
Terms in this set (53)
What does a programmer do first to Include the library
use an existing programming library?
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 supports a Object-oriented
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 to Statically Typed
report an error if an integer variable
is assigned with a string.
Which type of language should the
programmer use?
A language uses tags around text to Markup
indicate how that text should be
formatted.
Which characteristic describes a
language having such tags?
What is a characteristic of compiled Converts to machine language before running
language?
What is a characteristic 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 run on any machine having the right
describes interpreted language? interpreter