IS 2033 Quiz 2 | Questions with 100% Correct
Answers | Verified | Latest Update 2026
Save
Terms in this set (10)
A variable 1. Needs a name because the name enables a
program to access the value of the variable in
memory
2. Must be declared with a name and a type before
it can be used
3. Is a location in memory where a value can be
stored for later use in a program
4. Needs a type because the type specifies what
kind of information (data) is stored at a given
memory location
A location in the computer's memory Variable
that may contain different values at
various times throughout the
execution of a program is called a
Which one is a class name? Picture
Given that y = ax^3 + 7, which one of y = a(xx*x)+7
the following are correct Java y = (ax)x*x+7
statements for this equation? y = axx*x+7
Answers | Verified | Latest Update 2026
Save
Terms in this set (10)
A variable 1. Needs a name because the name enables a
program to access the value of the variable in
memory
2. Must be declared with a name and a type before
it can be used
3. Is a location in memory where a value can be
stored for later use in a program
4. Needs a type because the type specifies what
kind of information (data) is stored at a given
memory location
A location in the computer's memory Variable
that may contain different values at
various times throughout the
execution of a program is called a
Which one is a class name? Picture
Given that y = ax^3 + 7, which one of y = a(xx*x)+7
the following are correct Java y = (ax)x*x+7
statements for this equation? y = axx*x+7