Unit 15: Vocabulary

Please study the 16 vocabulary terms below. Then press the Mark Complete button to continue.
USA
UK
& (ampersand)
A key which is used in many languages to mean 'and'.
USA
UK
In SQL queries it is best practice to spell out 'AND' and not just use the ampersand (&) as a shortcut.
USA
UK
* (asterisk)
The character which often means "multiply" in a math equation or "match all" in a RegEx wildcard.
USA
UK
The programmer could not remember whether to use an asterisk (*) or a percent sign (%) as a wildcard in his SQL regular expression.
USA
UK
@ (at sign)
The sign often used in email addresses to separate usernames from domain names.
USA
UK
The at sign key is often in very different locations on many international keyboards.
USA
UK
\ (back slash)
A key used for separating files and folders, normally in a Windows file system.
USA
UK
The user files were located in 'C:\documents and settings\gregbrady\my documents'.
USA
UK
brackets
The punctuation marks '{' and '}' used in pairs to set apart or interject text within other text .
USA
UK
In programming languages, brackets are often used to denote blocks of executable code.
USA
UK
case
In typography this is the distinction between capital (big) and minuscule (small) letters.
USA
UK
In order to change case on a computer, the user typically presses the "Shift" key.
USA
UK
/ (forward slash)
A key used to separate folders and files, often used in Unix file systems.
USA
UK
The user's php binary was located in /usr/local/php.
USA
UK
> (greater than sign)
The sign which means that the value on the right is less than the value on the left.
USA
UK
5 > 3
USA
UK
< (less than sign)
The sign which means that the value on the left is smaller than the value on the right.
USA
UK
3 < 5
USA
UK
- (minus sign)
The operator sign often indicating the process of subtraction or difference.
USA
UK
The program did not output the expected result because the programmer forgot a minus sign.
USA
UK
parentheses
The punctuation marks '(' and ')'used in pairs to group values or sets of values.
USA
UK
Parentheses are often used to group values in an equation.
USA
UK
% (percent sign)
The sign meant to show a common measurement based on a fraction of 100.
USA
UK
The CEO reported that sales were up 75% over last quarter.
USA
UK
+ (plus sign)
The operator sign normally indicating the operation of addition.
USA
UK
The elementary school teacher told the students that 2 + 2 = 4.
USA
UK
square brackets
The punctuation marks '[' and ']' used in pairs to set apart or interject text within other text.
USA
UK
In programming languages, the use of square brackets are sometimes used to show the elements of an array.
USA
UK
~ (tilde)
This key normally means "approximately" in mathematics; in Unix systems this character is used to represent a home directory.
USA
UK
The student learned that his home directory was 'home/~johndoe' and his web directory was 'http://www.university.co.uk/students/johndoe'.
USA
UK
_ (underscore)
A character often used in file names to join words without using a space; originally used on typewriters to make underlined text.
USA
UK
The long file name "hippy_dippy_string_concatenation.pl" contained many underscores because spaces aren't advised in Unix file names.
Go to unit menu