Module 2 Flashcards
Applications (apps)
Software that interacts with a user
Array
a data structure containing multiple elements
ASCII
an older standard for encoding text
Assembly language
a low-level programming language
Asset
asset is any data, device, or other component of the environment that supports information-related activities
Attribute
an attribute is a specification that defines a property of an object, element, or file.
Batch file
a computer file containing a list of instructions to be carried out in turn
Binary/Base 2
a number system that only uses 0 and 1
Boolean
A binary variable, having two possible values called “true” and “false.”.
Branch
a program control structure in which one of several alternative sets of program statements is selected for execution based on a condition
Character
a letter, number, space, symbol or punctuation mark
Character set
the collection of characters that can be represented in a system
Client Access Licenses
Software that is installed on a network server so it can be accessed by all authorized users
Cloud hosting
software that runs from an offsite server over the internet
Code
program instructions
Collaboration software
application software designed to help people work together on a shared task (e-mail software, for example)
Column
in a database table, columns run vertically. they correspond with individual fields
CSV
Comma Separated Value - a method of storing data (flat file)
Comment
In programming, comments are used to provide documentation inside the source code itself. Comments are ignored by the compiler/interpreter.
Compiled language
A programming language in which source code is compiled, or translated to machine code, before the program can be run
Computer Aided Design
the use of computers to aid in the creation, modification, analysis, or optimization of a design
Concurrent license
License that is based on the number of users at once.
Condition
Something that can resolve to either True or False
Conditional statement
“If” statements