Scripting and Programming - Foundations - C173 Questions with and
Answers with Verified Solutions | Latest 2026 Update
Q: Which phase of an agile approach is that colleague carrying out?
Answer:
Testing, A programmer is currently programming the fourth version of a program.
Each version has additional features to satisfy more customers. In which phase of an
agile approach does the programming of the fourth version occur? Implementation,
What does a programmer do first to use an existing programming library? Include the
library, What relationship is common among a programming library's functions?
Functions all relate to the same purpose., What is an advantage of using a
programming library? The code has already been tested. , Which language is
dynamically typed? Python, True or False: Python language is not built on
object-oriented design principles? FALSE, "In a statically-typed language a variable
x is declared as an integer type. Later x is assigned with 3.14 after which x's type is
_____. " , Which programming language was not built on object-oriented design
principles C, Which kind of language is first converted to an executable then run?
compiled,
, Q: Which kind of language can be run right away without converting to an
executable first?
Answer:
interpreted, Which kind of language is more portable to different machines?
interpreted, Which kind of language usually has faster execution? compiled, C C++
and Java are what kind of language? Complied of Intrepreted Compiled, Python
Javascript and MATLAB are each what kind of language? Interpreted, In a
statically-typed language a variable x is declared as an integer type. Later x is
assigned with 3.14 after which x's type is _____. an integer, In a dynamically-typed
language a variable x is declared as an integer type. Later x is assigned with 3.14
after which x's type is _____. a float, In a statically-typed language if a programmer
assigns integer variable numPeople with ""Hello there"" an error ___ usually be
reported. will not, In a dynamically-typed language if a programmer assigns integer
variable userInput with ""Hello there"" an error ___ usually be reported. will not,
True or False:Dynamically-typed languages are better than statically-typed
languages. FALSE,
Answers with Verified Solutions | Latest 2026 Update
Q: Which phase of an agile approach is that colleague carrying out?
Answer:
Testing, A programmer is currently programming the fourth version of a program.
Each version has additional features to satisfy more customers. In which phase of an
agile approach does the programming of the fourth version occur? Implementation,
What does a programmer do first to use an existing programming library? Include the
library, What relationship is common among a programming library's functions?
Functions all relate to the same purpose., What is an advantage of using a
programming library? The code has already been tested. , Which language is
dynamically typed? Python, True or False: Python language is not built on
object-oriented design principles? FALSE, "In a statically-typed language a variable
x is declared as an integer type. Later x is assigned with 3.14 after which x's type is
_____. " , Which programming language was not built on object-oriented design
principles C, Which kind of language is first converted to an executable then run?
compiled,
, Q: Which kind of language can be run right away without converting to an
executable first?
Answer:
interpreted, Which kind of language is more portable to different machines?
interpreted, Which kind of language usually has faster execution? compiled, C C++
and Java are what kind of language? Complied of Intrepreted Compiled, Python
Javascript and MATLAB are each what kind of language? Interpreted, In a
statically-typed language a variable x is declared as an integer type. Later x is
assigned with 3.14 after which x's type is _____. an integer, In a dynamically-typed
language a variable x is declared as an integer type. Later x is assigned with 3.14
after which x's type is _____. a float, In a statically-typed language if a programmer
assigns integer variable numPeople with ""Hello there"" an error ___ usually be
reported. will not, In a dynamically-typed language if a programmer assigns integer
variable userInput with ""Hello there"" an error ___ usually be reported. will not,
True or False:Dynamically-typed languages are better than statically-typed
languages. FALSE,