Scripting and Programming Foundations Pre-
Assessment
Include the Library What does a programmer do first to use an existing programming
library?
Functions all relate to the same What relationship is common among a programming library's functions?
purpose
The code has already been What is an advantage of using a programming library?
tested
Python Which language is dynamically typed?
C Which language is not built on object-oriented design principles?
, A language substantially supports a programmer creating
Object-oriented 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 report an error if an
Statically typed
integer variable is assigned with a string. Which kind of
language should the programmer use?
A language uses tags around text to indicate how that text
Markup
should be formatted. Which characteristic describes a
language having such tags?
Converts to machine language What is a characteristic of a compiled language?
before running
Runs easily on different kinds of What is a characteristic of an interpreted language?
machines
They can be modified at run What is an advantage of interpreted programs?
time.
Tags surround text to describe Which characteristic specifically describes a markup language?
desired formatting.
They can be run one statement Which characteristic specifically describes interpreted languages?
at a time.
They can run on any machine Which characteristic specifically describes interpreted languages?
having the right interpreter.
A car drove 200 miles using 10 gallons of fuel.Which
Division
operation should be used to compute the miles per gallon,
which is 20?
% Which operator should be used to determine if a number is evenly
divisible by 5?
Assessment
Include the Library What does a programmer do first to use an existing programming
library?
Functions all relate to the same What relationship is common among a programming library's functions?
purpose
The code has already been What is an advantage of using a programming library?
tested
Python Which language is dynamically typed?
C Which language is not built on object-oriented design principles?
, A language substantially supports a programmer creating
Object-oriented 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 report an error if an
Statically typed
integer variable is assigned with a string. Which kind of
language should the programmer use?
A language uses tags around text to indicate how that text
Markup
should be formatted. Which characteristic describes a
language having such tags?
Converts to machine language What is a characteristic of a compiled language?
before running
Runs easily on different kinds of What is a characteristic of an interpreted language?
machines
They can be modified at run What is an advantage of interpreted programs?
time.
Tags surround text to describe Which characteristic specifically describes a markup language?
desired formatting.
They can be run one statement Which characteristic specifically describes interpreted languages?
at a time.
They can run on any machine Which characteristic specifically describes interpreted languages?
having the right interpreter.
A car drove 200 miles using 10 gallons of fuel.Which
Division
operation should be used to compute the miles per gallon,
which is 20?
% Which operator should be used to determine if a number is evenly
divisible by 5?