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

Python 4 Vocab Java Games

AB
parsea common programming task that splits the given sequence of characters or values (text) from a string into smaller parts based on some rules
blocka group of one or more statements enclosed in brackets; a piece of Python program text that is executed as a unit
breakit ends the current loop and resumes execution at the next line of code
continueIt returns the control to the beginning of the while loop; It skips all the remaining statements in the current iteration of the loop and moves the control back to the top of the loop
debuggingthe process of identifying and removing errors from computer hardware or software
exceptionsa signal that an error or other unusual condition has occurred
floatA real number that is written with a decimal point
Function calla request made by a program or script that performs a predetermined function
Garbage collectionmemory management, the process of storing memory and releasing memory is automatic in python
generatorsfunctions which allow you to declare a function that behaves like an iterator, ie.. it can be used in a for loop
immutableAn object that cannot be changed
mutableAn object that can be changed


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