The Best Crossword Puzzle Maker Online
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Edit a Copy:
Make Your Own:
Crossword Word Search Worksheet
Rate This Puzzle:
Log in or sign up to rate this puzzle.

C# Vocabulary - Chapter 4

Across
A single constant in an enumeration.
The number of significant decimal digits.
The act of creating a new object from a class.
A Named Memory Location whose value CAN change during the execution of a program.
Converting from one data type to another is called _____.
A whole number. Does not have a decimal. (1,2,3 etc.)
Down
In arithmetic expressions these are what get operated on by the operators.
_____ provide the values that are used in methods.
A binary digit that can have the value of either one or zero
A group of eight bits.
A Named Memory Location whose value CAN NOT change while the program is running.
A datatype that holds on a two values, usually represented as True or False.
A data type that holds alphanumeric data.