Anasayfa
/
Teknoloji
/
8. (3.09) the symbol used to separate data in a standard cav file is ( ) a semicolons b. blank space colon (punct) d comma (punct)

Soru

8. (3.09) The symbol used to separate data in a standard cav file is ( ) A semicolons B. blank space colon (punct) D comma (punct)

Çözüm

4.5 (245 Oylar)
Ümit
Uzman doğrulaması
Kıdemli · 12 yıl öğretmeni

Cevap

The correct answer is A. semicolons.In a standard CSV (Comma-Separated Values) file, the symbol used to separate data is a comma (,). Each piece of data in a row is separated by a comma, and each row is separated by a newline character. The semicolon is not typically used to separate data in a CSV file.