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

Python 3 Java Games

AB
Argumentthe data you pass into the method or function’s parameters when a method or function is called.
Functionis a block of organized, reusable code that is used to perform a single, related action and can return a value
Compilera program that converts instructions into a machine-code or lower-level form so that they can be read and executed by a computer.
Objectrefers to a particular instance of a class, where it can be a combination of variables, functions, and data structures
sliceUse when you want to extract part of a string or part of a list
classan extensible program-code-template for creating objects, providing initial values for state (member variables) and implementations of behavior (member functions or methods)
assignmentA statement used to associate names with values in your program
DictionaryA list of mutable objects that can be mapped to other objects, for instance, assigning a definition to vocabulary words in a list
tupleA collection of immutable python objects separated by commas, a list that cannot change order.
listA group of items that are mutable, or changeable, ordered sequence of elements.
setis an unordered collection data type that is iterable, mutable, and has no duplicate elements
Parametera variable in a declaration of a function or method
Methodis a piece of code that is called by name that is associated with an object.


Technology Teacher
Blue Hills Regional Vocational High School

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