File types Flashcards

1
Q

List the 8 most common word processor and text file formats by file extension

A
.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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Type of file, name?

.py

A

Programming file

python source code file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Type of file, name?

.c

A

Programming file

C and C++ source code file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Type of file, name?

.class

A

Programming file

Java class file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Type of file, name?

.cs

A

Programming file

Visual C# source code file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Type of file, name?

.h

A

Programming file

C, C++, and Objective-C header file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Type of file, name?

.cpp

A

C++ source code file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Type of file, name?

.Java

A

Programming file

Java source code file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Type of file, name?

.swift

A

Programming file

Swift source code file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Type of file, name?

.vb

A

Programming file

Visual basic source file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Type of file, name?

.sh

A

Programming file

Bash shell script

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Type of file, name?

.asp and .aspx

A

Internet related

Active Server Page file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Type of file, name?

.cer

A

Internet related

Internet security certificate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Difference between html and xml?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How can you use XML?

A

XML can store data separately from HTML.

XML can be used to store data inside the HTML documents.

XML can be used as a format for exchanging information.

XML can be used to store data in files and databases.

17
Q

What does do XML and HTML stand for?

A

Extensible Markup Language

Hyper Text Markeup Language