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