Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 7 of 10 which of the file names below follows standard file na…

Question

question 7 of 10
which of the file names below follows standard file naming convention?
a. bestpracticefilename
b. v1-5bustest-#33+#34
c. bus-app_quz_ch02_v01
d. ch2/quiz-8jan_tomsmith

Explanation:

Brief Explanations

Standard file - naming conventions usually avoid special characters like #, +, / and prefer alphanumeric characters, hyphens, and underscores. Option A has no separation which can make it hard to read. Option B has special characters # and +. Option D has a / which is often used for directory paths, not in file names. Option C uses alphanumeric characters, hyphens, and underscores in a reasonable way for a file - name.

Answer:

C. BUS-APP_QUZ_CH02_V01