Leave the first rating
Save
Students also studied
From the same upload Flashcard sets
Comprehensive Programming Concepts and Language Syntax Quiz
Study guide
cbarth116
,Terms in this set (240)
What does a programmer do first to use Include the library.
an existing programming library?
What relationship is common among a Functions all relate to the same purpose.
programming library's functions?
What is an advantage of using a The code has already been tested.
programming library?
Which language is dynamically typed? Python.
Which language is not built on object- C.
oriented design principles?
, Which characteristic describes a Object-oriented.
language that supports creating items
with internal data and operations?
Which kind of language should a Statically typed.
programmer use to report an error if an
integer variable is assigned a string?
Which characteristic describes a markup Tags surround text to indicate formatting.
language?
What is a characteristic of a compiled Converts to machine language before running.
language?
What is a characteristic of an interpreted Runs easily on different kinds of machines.
language?