This printable crossword puzzle has 23 clues. Answers range from 3 to 19 letters long. This crossword is also available to download as a Microsoft Word document or a PDF.
What function must be used in Visual Basic in order to convert numeric text characters in a text box to numeric values?
What symbol is used to begin comment statements in Visual Basic?
What is the operator that returns the remainder in integer division called?
What statement is used in Visual Basic to declare variables?
What is the part of a program where a variable is accessible called? (There are 3 levels)
A form-level variable is declared in the code of a form's _______ ____________ section.
What data type is given by default to undeclared variables in Visual Basic?
What statement is used in the General Declarations section to tell Visual Basic to generate an error if you attempt to use a variable that has not been declared?
The variable type that can hold True and False values is called what?
What can be used in an expression to override the order of operations?
In C++, which variable type provides the most digits of precision?
A group of characters put together to make a word or phrase is called a what?
In C++, what is used to store data that remains the same throughout the program’s execution?
The act of joining one string to the end of another is called what?
What symbol is used to begin comment statements in python?
Statements in C++ must end with what?
A method of changing an entity from one data type to another is called what?
==, >, <, >=, and <= are examples of __________ operators.
_______ _________ allow a program to make a decision based on multiple conditions.
A sequence of instructions that is continually repeated until a certain condition is reached is called a what?
All string literals must be placed inside what?
A programming conditional statement that, if proved true, performs a function or displays information is called what?
Decimal values can be stored in what type of variable?