Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

what term refers to the system used to name files that uses underscores…

Question

what term refers to the system used to name files that uses underscores rather than spaces?
o no space
o under case
o camel case
o snake case

Explanation:

Brief Explanations
  • Snake case is a naming convention where words are joined together, and spaces are replaced with underscores. For example, "first_name" is in snake case.
  • Camel case has words joined without spaces, but each new word starts with a capital letter (e.g., "firstName").
  • Under case is not a standard term in naming conventions.
  • No space is too general and doesn't specifically refer to the use of underscores.

Answer:

snake case