Ask Question

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. 2 May, 22:56
    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?
Find 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 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