Java Games: Flashcards, matching, concentration, and word search.

AP CSA Unit 6 Word Games

AB
HTMLstands for Hypertext Markup Language; the standard system for tagging text files to be displayed on the World Wide Web
Javadocsthe documentation tool for Java that generates an HTML document from comments written inside /** */ and formatted using @ tags
documentationwritten descriptions of the purpose and functionality of code
natural language processing (NLP)the ability of a computer program to understand human language
autoboxingthe process of automatically converting a primitive type value into an object of the corresponding wrapper class
overflow erroran error that occurs when an operation makes an integer value greater than its maximum
parsingthe process of dividing text into parts for analysis or conversion
unboxingautomatically converting an object of a wrapper class to its corresponding primitive type
underflow erroran error that occurs when an operation makes an integer value less than its minimum
wrapper classa class used to convert primitive data types into objects
dynamic data structurea data structure that grows and shrinks as needed
mutablethe ability to change after initialization
static data structurea data structure that is fixed in size
stop worda word that is filtered out of a list before or after processing text
stop word removalthe process of removing commonly used words from a list before or after processing text
text segmentationthe process of dividing text into words, sentences, or topics


Technology Teacher
Minuteman High School

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities