answersLogoWhite

0


Best Answer

This sounds like a computer-related question rather than a grammar and punctuation question. In that case, it is usually a period (dot) that goes between the file name and extension. Examples are shoplist.txt, resume.docx, budget.xlsx, and analysis.sas7bdat.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is a file name separated from an extension by a comma?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

Design an algorithm that will accept a perons name from the screen entered as surname first name separated by a comma Your program is to display the name as first name followed by three blanks?

Design an algorithm that will accept a perons's name from the screen entered as surname, first name, separated by a comma. Your program is to display the name as frist name, followed by three blanks, followed by the surname. -defining diagram -pseudocode algorithm


A console is saved in a file with what kind of file extension?

A console is saved in a file with an .msc file extention, and a snap-in in a console can itself be a console.


How many parts are there in a file name?

A Filename consists of some or all of the seven following:* Protocol (access method, ex: http)* Host Name* Device (where is it? ex: Drive C:)* Directory* File Name (the name you give the file)* Extension or File Type (like .exe)* Version (if it exists, the revision number)Note that many operating systems (such as DOS) do not allow control characters (/, ?, %, etc.) to appear in the Filename.


What are the two wild card characters that can be use in command line?

* matches anything. *.jpg would mean any file with a .jpg extension. 1*.jpg would mean any file where the name begins with 1 and ends with a .jpg ? matches any single character. ?.jpg would match a.jpg, 1.jpg, or F.jpg but not a1.jpg. Several ? wildcards can be used so that ??.jpg would match any jpg file with a two letter name.


What kind of file has a name that ends with gif?

an image file

Related questions

A file name extension is an optional file identifier that is separated from the main file name by a?

. (Dot)


Which character is not allowed in a long file name?

Following characters are not allowed in the file name (Separated by comma). /, \, ?, %, *, :, |, ", < and >


An optional file identifier that is separated from a main file name by a period is a?

File extension.


Why is CSV useful?

Excerpts from Microsoft Computer Dictionary (5th Edn):.csv n. The file extension for a comma-delimited text file.CSV n. Acronym for comma separated values. Filename extension assigned to text files containing tabular data of the sort stored in database fields. As the name indicates, individual data entries are separated by commas.


What are the rules and regulation in naming a file and its extension?

1. a) File length up to 78 characters, including the extensionb) The naming not containing \ / : * ? " < > or | symbolsc) The base name and extension must be separated by a period.


What is difference between File name and file extension?

A file name is what a file is called. A file extension defines what type of file it is. (Text file, HTML file, executable, etc.)


What are files names and file extensions separated by?

Every computer file has some extentions like .html, .txt, .xls etc For example when you create a text file using Notepad, say anil.txt Here anil is the file name and .txt is the extension.


What file extension is given to visual studio 2005 files?

The main project file has a VBPROJ extension. This is also a file with the same name as the main project file, but with an SLN extension. The SLN extension is a solution file.


What does the file extension mean at the end of a file name?

It is a batch command file.


What is the word extension name?

A filename extension is an identifier specified as a suffix to the name by syntax, often separated from the base filename (by, e.g., a dot, a space), that indicates, e.g., the encoding (file format), the usage, of a computer file. Examples of filename extensions are .png , .jpeg , .exe , .dmg , and .txt .


The part following the period in the file name hellodoc is the?

File extension.


What is the extension of the word document and Excel document?

For most typical Word documents the extension is .docFor Excel workbooks (spreadsheets) the extension is .xlsIn general the file extension is the 3 letter/number "code" after the period in the complete file name that gives a hint as to what type of file it is. For example, in the file name resume.docthe word resume is the file's actual name and the .doc tells you that it is a document file.