____ is the lowest level of code in which people can write. It allows the developer to provide instructions directly to the hardware.
Assembly Lanuage
A _____ programming language is one that requires the use of a compiler to translate it into machine code
What is compiled
what does HTML stand for
Hypertext Markup Language
examples of scripting languages are?
BASH, Java Script, Visual Basic, PHP, Perl, Python
Char
Computers only uderstand the ______notational system which uses 1 and 0.
What is Binary
In a ______ programming language the source code is compiled once then executed any number of times
What does XML stand for
Extensible Markup Language
_____is a scripting language used to make websites more interactive
Javascript
this data type is zero or more characters ex: "I like apples" or "10"
String
_____notational system has a base of 16 and uses numbers 0-9 and letters A-F to represent values 0-15.
What is Hexadecimal
In _____ programming languages, each line of code is read by an interpreter every time the program is executed
What is interpreted
What does SQL stand for?
Structured
Query Language
A _____language does not operate on its own as scripting languages do, but instead need a command interpreter
scripted
This datatype represents a whole number
Integer
_____notational system has a base of 10 and uses numbers 0-9
What is Decimal
______languages execute code slower than ______ languages but they are easier to debug
interpreted, compiled
What is a Bug
An error in code
____ languages designed to retreive data from databases
Query
this data represents numbers with decimals
Float
ASCII stands for _______
American Standard Code for Information Interchange
the 3 types of interpreted languages are _________, _______, __________
markup languages, scripting, and scripted
What is a block
a section of code
______is not a real programming language but it can help illustrate how programming logic will work
Pseudocode
this datatype represents true or false conditions usually using 1 or 0
Boolean