Epic Test Review Exam Questions and
Answers 100% Solved
Assembly Language - ✔✔A programming language which uses simple
keywords like ADD to directly interact with memory addresses.
Machine Language - ✔✔programming languages which relied on manually
flipping electrical currents on and off
scope - ✔✔A variable can only be accessed in certain areas of your code,
based on how and where you declare it.
Wrapper Classes - ✔✔Classes that are version of primitives that allow
them to be used in Array Lists (such as Integer and Character)
Instance Variables - ✔✔Variables that are declared in a class that an object
knows about itself.
Primitive Variables - ✔✔Variables such as Boolean, byte, and int
null - ✔✔A reference variable has a value of ____ when not referring to an
object
mutator - ✔✔A method that changes data but doesn't return it