Ask Question
6 November, 15:53

Which of the following are valid values for a boolean value in programming? (Select all that apply)

'f'

false

+

-

't'

true

0

1

+4
Answers (1)
  1. 6 November, 17:19
    0
    false, true

    Explanation:

    Boolean values can be represented by just 1 bit in a computer. These can be stored as 1 or 0. In Python you use the True and False keywords to refer to these.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which of the following are valid values for a boolean value in programming? (Select all that apply) 'f' false + - 't' true 0 1 ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers