My Crossword Maker Logo
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crucigrama Sopa de Letras Hoja de Trabajo
Calificar este Puzzle:
Log in or sign up to rate this puzzle.

Unit 04 Vocabulary Part 02

Horizontales
a named group of programming instructions that may have parameters and return values
Evaluates to either true or false
Part of most programming languages and include addition, subtraction, multiplication, division, and modulus operators
Expressions are evaluated to produce a single value
Joins together two or more strings end-to-end to make a new string
Verticales
Used to test the relationship between two variables, expressions, or values. Evaluates to a Boolean Value (=, !=, >, < >=, and <=)
NOT, AND, and OR, which evaluate to a Boolean value
A programming statement that can consist of a value, a variable, an operator, or a procedure call that returns a value
An ordered sequence of characters
Determines which parts of an algorithm are executed based on a condition being true or false