Ask Question

Which of the following best describes a variable?

A. A named area in computer memory that holds value

B. A Python statement that has random effects

C. A place where you store a value that can never change

D. None of these

+3
Answers (1)
  1. 3 January, 07:35
    0
    A. A named area in computer memory that holds value

    Explanation:

    A variable is a way of assigning an area in a computer memory that can hold values like text, number and characters. When using variables, you must specify its type. Specifying its type determines the type of data the variable can hold, how it is handled and its location in the computer memory.

    Variables hold information that is stored in the computer memory and is labeled by a name.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which of the following best describes a variable? A. A named area in computer memory that holds value B. A Python statement that has random ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers