46.8k views
5 votes
Keywords aren't case-sensitive, which means they're matched without regard to uppercase or lowercase letters.

a) True
b) False

User Deavon
by
7.8k points

1 Answer

4 votes

Final answer:

The statement regarding keywords not being case-sensitive is true; both 'Computer' and 'computer' would be matched the same way by a search engine.

Step-by-step explanation:

The statement Keywords aren't case-sensitive, which means they're matched without regard to uppercase or lowercase letters is true. In the context of programming and search algorithms, keywords are generally matched based on their character sequence, regardless of whether they are written in uppercase or lowercase letters. For instance, searching for 'Computer' or 'computer' in a search engine would return the same results because the search algorithm treats them equivalently.

User Jeyoor
by
7.6k points