Skip to main content

Menu

LEVEL 0
0/5 XP
HomeAboutTopicsPricingMy VaultStats

Categories

🤖 Artificial Intelligence
☁️ Cloud and Infrastructure
💾 Data and Databases
💼 Professional Skills
🎯 Programming and Development
🔒 Security and Networking
📚 Specialized Topics
HomeAboutTopicsPricingMy VaultStats
LEVEL 0
0/5 XP
GitHub
© 2026 CheatGrid™. All rights reserved.
Privacy PolicyTerms of UseAboutContact

File Formats Cheat Sheet

File Formats Cheat Sheet

Back to Developer Tools
Updated 2026-04-28
Next Topic: Git and GitHub Cheat Sheet

File formats are standardized ways of encoding information for storage in computer files, each optimized for specific types of data and use cases. From documents and images to databases and scientific datasets, choosing the right format impacts compatibility, file size, quality, and functionality. Understanding format differences—such as lossy versus lossless compression, proprietary versus open standards, and container versus codec—enables effective data management, seamless cross-platform workflows, and long-term digital preservation. In data engineering especially, the choice between row-based formats (CSV, Avro) and columnar formats (Parquet, ORC) can produce order-of-magnitude differences in query performance and storage costs.

What This Cheat Sheet Covers

This topic spans 31 focused tables and 163 indexed concepts. Below is a complete table-by-table outline of this topic, spanning foundational concepts through advanced details.

Table 1: Document FormatsTable 2: Spreadsheet FormatsTable 3: Presentation FormatsTable 4: Raster Image FormatsTable 5: RAW Image FormatsTable 6: Vector Graphics FormatsTable 7: Video Container FormatsTable 8: Audio FormatsTable 9: Archive & Compression FormatsTable 10: Data Interchange FormatsTable 11: Big Data & Columnar FormatsTable 12: Binary Serialization FormatsTable 13: Configuration File FormatsTable 14: Executable & Binary FormatsTable 15: Package & Installer FormatsTable 16: Security & Certificate FormatsTable 17: Font FormatsTable 18: 3D Model FormatsTable 19: CAD FormatsTable 20: Database FormatsTable 21: Email FormatsTable 22: eBook FormatsTable 23: Virtual Disk & ISO FormatsTable 24: GIS & Geospatial FormatsTable 25: Scientific Data FormatsTable 26: Calendar & Contact FormatsTable 27: Backup & Temporary FormatsTable 28: Log & System FormatsTable 29: Markup Language FormatsTable 30: Web & Scripting FormatsTable 31: Programming Source Code Formats

Table 1: Document Formats

FormatExampleDescription
PDF
document.pdf
• Portable Document Format preserving exact layout across all platforms
• supports annotations, forms, encryption, and embedded fonts — industry standard for final distribution and archival
DOCX
report.docx
Microsoft Word XML-based format supporting rich formatting, track changes, macros, and embedded objects — default for Word 2007+ with broad compatibility
ODT
proposal.odt
• OpenDocument Text — open standard for word processing used by LibreOffice and OpenOffice
• interoperable but may lose some formatting in Microsoft Word

More in Developer Tools

  • Figma Design and Prototyping Cheat Sheet
  • Git and GitHub Cheat Sheet
  • AI-LLM Code Generation Cheat Sheet
  • Docker Desktop for Developers Cheat Sheet
  • Notepad++ Cheat Sheet
  • Sublime Text Cheat Sheet
View all 55 topics in Developer Tools