Binary Code
Computer Vocabulary
Computer Languages
FAMU History
MORE Computer Vocabulary
100
0110 in binary code represents this whole number.
What is 6?
100
This computational statement allows the program to branch off and execute one of two different blocks of code - if, then, else.
What is conditional statement?
100
This drag and drop program teaches the fundamentals of computer science.
What is Scratch?
100
This reptile is the FAMU mascot.
What is a rattlesnake?
100
Developed by famous mathematician George Boole, this is the foundation for how digital things work.
What is Boolean logic?
200
Fifteen in binary code.
What is 1111?
200
This term means a "storage location" for data in a program. It is way of naming information for later usage.
What is a variable?
200
This language, which has a letter of the alphabet in its name, is the most common programming language to start learning.
What is C++?
200
The A&M in FAMU stand for these two words.
What is agriculture and mechanical?
200
A particular order in which things follow each other.
What is a sequence?
300
0001 in binary code represents this whole number.
What is 1?
300
This is a loop for repeating a set of instructions while some criteria condition is true.
What is a while loop?
300
This programming language is an object-oriented programming language. Minecraft uses it.
What is Java?
300
A previous name of this school was Lucy Moten Elementary.
What is FAMU DRS?
300
A software development technique in which two programmers work together at one workstation. One, the driver, writes code while the other, the observer or navigator, reviews each line of code as it is typed in. The two programmers switch roles frequently.
What is pair programming?
400
101 in binary represents this whole number.
What is 5?
400
An approach of incrementally developing and refining a design based on feedback and evaluation. Or, test, test and test again.
What is iterative practice?
400
print (8*2) is an example of this programming language.
What is Python?
400
The year FAMU was founded.
What is 1887?
400
A minute area of illumination on a display screen, one of many from which an image is composed.
What is a pixel?
500
0000000101000100 in binary is this number.
What is 324?
500
This machine is fundamentally stupid and has to be programmed specifically to perform all of its functions.
What is a computer?
500
This language is used to design websites.
What is HTML?
500
Even though they have more than 400 members, the FAMU band is known by this name?
What is the Marching 100?
500
A unit of digital information that most commonly consists of eight bits.
What is a byte?