Computer Software Flashcards
Computer software
forms the interface between your operating system and your hardware. Software is where computers get their myriad of uses from.
Operating system
is system software that manages computer hardware, software resources, and provides common services for computer programs.
-Windows
-MacOS
-Linux
Device drivers
are used to interface with all hardware, from Bluetooth and wireless to the graphics card or mouse. In short, when you need a device on your computer to work, it needs a device driver, whether it’s built-in or from a third party.
Software updates and patching
The OS is the platform on which everything else resides, so it must be a stable and reliable platform. Keeping your OS updated to be compatible and not susceptible to most viruses and vulnerabilities is essential.
File extensions
is an abbreviation behind the dot of the filename. For example, archive.zip is a file with a zip extension. This tells us certain things about a file. More on the specific extensions later.
.exe
Short for ‘executable’, it tells the OS to run the programme. Most Windows desktop programmes use this extension.
.msi
For installation and removal of software within Windows. Opening a .msi file actually launches msiexec.exe, which reads the .msi file and does what it says. .msi files use Windows Installer, so think of it as standing for ‘Microsoft Installation’.
.app
Executes a programme within OS X (as .exe does in Windows).
.bat
Batch file. Used to execute multiple commands from the Windows command prompt (cmd.exe) within one file.
Word processors
are applications where you can write letters, assignments, add pictures, or write novels.
.txt
Basic text file. Virtually any word processor or editor can open this file. This extension doesn’t allow any images or sound clips, etc., to be embedded. This is specifically a text-only file.
.rtf
Rich text file. This is a basic document format and generally more compatible between systems than .doc files.
.doc .docx
The default formats for Microsoft Word. .doc is saved for older compatibility requirements. This can be opened by other Word processors such as AbiWord. Docx might, however, be incompatible with other word processors. docx supports more features than .doc
.odt
OpenOffice file format.
Email software
is software applications allowing you to download and open up emails. Many people prefer to use online emails such as Gmail or Yahoo via their web browser to check emails.