WGU D278 SCRIPTING AND PROGRAMMING FOUNDATIONS | OA|
OBJECTIVE ASSESSMENT EXAM QUESTIONS AND ANSWERS
Question 1
What does a programmer do first to use an existing programming library?
Correct Answer
Include the library
Question 2
What relationship is common among a programming library's functions?
Correct Answer
Functions all relate to the same purpose.
Question 3
What is an advantage of using a programming library?
Correct Answer
The code has already been tested.
Page 1 of 15
, Question 4
Which language is dynamically typed?
Correct Answer
Python
Question 5
Which language is not built on object-oriented design principles?
Correct Answer
C
Question 6
A language substantially supports a programmer creating items like person, teacher, and students. Each item has internal
data and some operations.
Which characteristic describes that language?
Correct Answer
Object-oriented
Page 2 of 15
OBJECTIVE ASSESSMENT EXAM QUESTIONS AND ANSWERS
Question 1
What does a programmer do first to use an existing programming library?
Correct Answer
Include the library
Question 2
What relationship is common among a programming library's functions?
Correct Answer
Functions all relate to the same purpose.
Question 3
What is an advantage of using a programming library?
Correct Answer
The code has already been tested.
Page 1 of 15
, Question 4
Which language is dynamically typed?
Correct Answer
Python
Question 5
Which language is not built on object-oriented design principles?
Correct Answer
C
Question 6
A language substantially supports a programmer creating items like person, teacher, and students. Each item has internal
data and some operations.
Which characteristic describes that language?
Correct Answer
Object-oriented
Page 2 of 15