FOUNDATIONS WGU D278 ACTUAL EXAM 2025 ALL 150
COMPLETE REAL QUESTIONS AND CORRECT ANSWERS
(CORRECT VERIFIED SOLUTIONS) |GUARANTEED PASS.
A language uses tags around text to indicate how that text should be
formatted. Which characteristic describes a language having such tags?
Markup
3 multiple choice options
What is a characteristic of a compiled language?
Converts to machine language before running
3 multiple choice options
What is a characteristic of an interpreted language?
Runs easily on different kinds of machines
3 multiple choice options
What is an advantage of interpreted programs?
They can be modified at run time.
3 multiple choice options
,Which data type is used for items that are measured in length?
Float
3 multiple choice options
Which data type should be used to keep track of how many planes are in
a hangar?
Integer
3 multiple choice options
What does a programmer do first to use an existing programming library?
Include the library
3 multiple choice options
What relationship is common among a programming library's functions?
Functions all relate to the same purpose.
3 multiple choice options
What is an advantage of using a programming library?
The code has already been tested.
3 multiple choice options
, Which language is dynamically typed?
Python
3 multiple choice options
Which language is not built on object-oriented design principles?
C
3 multiple choice options
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?
Object-oriented
3 multiple choice options
A programmer wants a compiler to report an error if an integer variable is
assigned with a string. Which kind of language should the programmer
use?
Statically typed
3 multiple choice options