Ask Question
23 May, 16:44

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. 23 May, 17:34
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers