WGU D278 TEST QUESTIONS WITH 100%
VERIFIED ANSWERS
What is the data type for things that are measured in length?
Float
What is the data type for things that are measured in height?
Float
What is one benefit of using a library when programming?
The code has been tested already.
Which of the following is a dynamically typed language?
Python
Which of the following is NOT based on Object-Oriented principles?
C
, A language that extensively helps a programmer to create things like person,
teacher, and students, where each thing has some internal data and some
operations. Which feature characterizes that language?
Object-oriented
A programmer wants the compiler to report an error if an integer variable is
assigned with a string. What type of language should he use?
Statically typed
A language surrounds text with tags to describe the formatting of that text. What
characteristic describes a language that contains such tags?
Markup
What is a characteristic of a compiled language?
Translates to machine language before execution
What is a characteristic of an interpreted language?
VERIFIED ANSWERS
What is the data type for things that are measured in length?
Float
What is the data type for things that are measured in height?
Float
What is one benefit of using a library when programming?
The code has been tested already.
Which of the following is a dynamically typed language?
Python
Which of the following is NOT based on Object-Oriented principles?
C
, A language that extensively helps a programmer to create things like person,
teacher, and students, where each thing has some internal data and some
operations. Which feature characterizes that language?
Object-oriented
A programmer wants the compiler to report an error if an integer variable is
assigned with a string. What type of language should he use?
Statically typed
A language surrounds text with tags to describe the formatting of that text. What
characteristic describes a language that contains such tags?
Markup
What is a characteristic of a compiled language?
Translates to machine language before execution
What is a characteristic of an interpreted language?