1. Are true and false keywords?
  1. True

  2. False


Correct Option: B

AI Explanation

To answer this question, we need to understand the concept of keywords in programming languages.

Option A) True - This option is incorrect because "True" is not a keyword in most programming languages. While some programming languages may have a keyword called "True" to represent a boolean value of true, it is not universally recognized as a keyword.

Option B) False - This option is correct because "False" is not a keyword in programming languages. In most programming languages, the keywords for representing boolean values are typically "true" and "false" (in lowercase).

The correct answer is B) False.

Find more quizzes: