WGU D684 – Introduction to Computer Science Objective Assessment |
OA | Actual study Questions and Answers | 2026/27 Updates | 100%
correct
Correct 179
Incorrect
Questions and Answers
a statement in programming that specifies the name and type of a
variable or function without assigning a value
, Don't know?
2 of 179
Definition
the actual location in computer memory hardware where data is
stored
Give this one a try later!
physical address logical address
partition address virtual address
Don't know?
3 of 179
Definition
a sequence of elements where each element points to the next one,
forming a chain
Give this one a try later!
address binding information
, What is a list? linked list
Don't know?
4 of 179
Definition
the main software that manages computer hardware and software
resources and provides services for computer programs
Give this one a try later!
central processing unit (cpu) operating system (OS)
processor file system
Don't know?
5 of 179
Definition
a file that contains plain text characters, typically encoded in ASCII
or Unicode, and is readable by text editors and word processors
Give this one a try later!
symbolic file object file
, source file text file
Don't know?
6 of 179
Definition
a blueprint for creating objects in object-oriented programming that
defines the properties and behaviors the objects will have
Give this one a try later!
parameter list
container class
Don't know?
7 of 179
Definition
an expression that refers to a memory location, which can appear on
the left side of an assignment, like x in x = 5
Give this one a try later!
OA | Actual study Questions and Answers | 2026/27 Updates | 100%
correct
Correct 179
Incorrect
Questions and Answers
a statement in programming that specifies the name and type of a
variable or function without assigning a value
, Don't know?
2 of 179
Definition
the actual location in computer memory hardware where data is
stored
Give this one a try later!
physical address logical address
partition address virtual address
Don't know?
3 of 179
Definition
a sequence of elements where each element points to the next one,
forming a chain
Give this one a try later!
address binding information
, What is a list? linked list
Don't know?
4 of 179
Definition
the main software that manages computer hardware and software
resources and provides services for computer programs
Give this one a try later!
central processing unit (cpu) operating system (OS)
processor file system
Don't know?
5 of 179
Definition
a file that contains plain text characters, typically encoded in ASCII
or Unicode, and is readable by text editors and word processors
Give this one a try later!
symbolic file object file
, source file text file
Don't know?
6 of 179
Definition
a blueprint for creating objects in object-oriented programming that
defines the properties and behaviors the objects will have
Give this one a try later!
parameter list
container class
Don't know?
7 of 179
Definition
an expression that refers to a memory location, which can appear on
the left side of an assignment, like x in x = 5
Give this one a try later!