File types Flashcards
List the 8 most common word processor and text file formats by file extension
.doc and .docx - Microsoft Word file .odt - OpenOffice Writer document file .pdf - PDF file .rtf - Real Text File .tex - A LaTeX document file .txt - Plain text file .wks and .wps- Microsoft Works file .wpd - WordPerfect document
Type of file, name?
.py
Programming file
python source code file
Type of file, name?
.c
Programming file
C and C++ source code file
Type of file, name?
.class
Programming file
Java class file
Type of file, name?
.cs
Programming file
Visual C# source code file
Type of file, name?
.h
Programming file
C, C++, and Objective-C header file
Type of file, name?
.cpp
C++ source code file
Type of file, name?
.Java
Programming file
Java source code file
Type of file, name?
.swift
Programming file
Swift source code file
Type of file, name?
.vb
Programming file
Visual basic source file
Type of file, name?
.sh
Programming file
Bash shell script
Type of file, name?
.asp and .aspx
Internet related
Active Server Page file
Type of file, name?
.cer
Internet related
Internet security certificate
Difference between html and xml?
XML was developed to describe data and to focalize on what the data represent.
HTML was developed to display data and to focalize on the way that data looks.
HTML is about displaying data, XML is about describing information.
XML is extensible.
It is important to understand that XML is not a substitute for HTML. In the future development of the Web, what will each language be responsible for?
In the future development of the Web, XML will be the main language to describe the structure and the Web data, and the HTML language will be responsible for displaying the data.