IT Software, Data, and Contingency Planning Flashcards
Systems Software
performs the fundamental tasks needed to manage computer resources (operating system, utility programs, device driver programs)
Operating System
negotiates the conversation between the computer’s hardware, the application the user is running, and the data that the application is working with (Linux, OS X, Windows)
Utility Programs
perform basic functions that are not particular to a certain application (anti-virus, file management, network utilities)
Device Driver Programs
operate/control a type of device attached to the computer
Application Software
programs designed to help people perform an activity that can manipulate text, numbers and graphics (word processors, spreadsheets, payroll, accounts payable, general ledger)
First-Generation Language
machine languages; written in binary code, understood directly by the computer
Second-Generation Languages
assembly languages; grouping of programming languages that can be written symbolically (English) and are converted into machine language
Third-Generation Languages
procedural/programming languages; consist of English -like words and phrases that represent multiple machine language instructions (COBOL, BASIC, C and C++, Java)
Fourth-Generation Languages
problem-oriented or non-procedural languages; interactive English-like languages permitting users to describe the problem to, and receive guidance from, the computer instead of specifying a procedures (GAS, CAAT, HTML, XML, XBRL)
Fifth-Generation Languages
constraint-based programming; programming languages built on the premise that a problem can be solved, and an application built to solve it, by providing constraints to the program, rather than specifying algorithmically how the problem is to be solved (PROLOG)
Bit
either 0 or 1
Byte
group of bits, usually 8; signifies a character (number, letter of the alphabet, symbol)
Field
data item; group of bytes; contains a unit of data (name)
Record
group of fields; can be designated as a key
File
group of records