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

Python 1 Vocab Games

AB
Printa function that outputs/shows what is on your console window
Multi-line commentNotes written by the programmer that span over multiple lines
stringa sequence of characters
variableA place in memory where you can store data
random generatoran algorithm that creates a random number from a given range of numbers
integerA whole number
iterationEach time you go through a set of instructions in a loop
loopA set of instructions that is repeated
conditionThe boolean expression after the if statement
commentA way for the programmer to describe what is happening in the code and write notes
rangeit generates a list of numbers, which is generally used to iterate over with for loops.
importTo access code from another module in python
booleanA logical expression represented by true or false
Data typeis an attribute of data which tells the compiler or interpreter how the programmer intends to use the data for instance: integer, string, character, or float

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