Bits
Program Me!
What the
Acronym?
Your that kind code?
What Data do you think you are?
100

____ is the lowest level of code in which people can write.  It allows the developer to provide instructions directly to the hardware. 

Assembly Lanuage

100

A _____ programming language is one that requires the use of a compiler to translate it into machine code

What is compiled

100

what does HTML stand for

Hypertext Markup Language


100

examples of scripting languages are?

BASH, Java Script, Visual Basic, PHP, Perl, Python

100
this data tpe is represented on a character

Char

200

Computers only uderstand the ______notational system which uses 1 and 0. 

What is Binary


200

In a ______ programming language the source code is compiled once then executed any number of times

What is Compiled
200

What does XML stand for

Extensible Markup Language

200

_____is a scripting language used to make websites more interactive  

Javascript

200

this data type is zero or more characters ex: "I like apples" or "10"

String

300

_____notational system has a base of 16 and uses numbers 0-9 and letters A-F to represent values 0-15.

What is Hexadecimal

300

In _____ programming languages, each line of code is read by an interpreter every time the program is executed 

What is interpreted   

300

What does SQL stand for?

Structured
Query Language

300

A _____language does not operate on its own as scripting languages do, but instead need a command interpreter

scripted 

300

This datatype represents a whole number 

Integer

400

_____notational system has a base of 10 and uses numbers 0-9

What is Decimal

400

______languages execute code slower than ______ languages but they are easier to debug  

interpreted, compiled

400

What is a Bug

An error in code

400

____ languages designed to retreive data from databases

Query

400

this data represents numbers with decimals

Float

500

ASCII stands for _______

American Standard Code for Information Interchange

500

the 3 types of interpreted languages are _________, _______, __________ 

markup languages, scripting, and scripted 

500

What is a block

a section of code  

500

______is not a real programming language but it can help illustrate how programming logic will work

Pseudocode

500

this datatype represents true or false conditions usually using 1 or 0

Boolean

M
e
n
u