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

Computer Science Quiz 5 Review

AB
In the code onkey(draw_9, "r"), what will happen when a lowercase "r" is typed on the keyboard?The draw_9 function will be called.
A folder inside a foldersubdirectory
a code that runs when a specific event happens.callback function
make it easier to open a fileshortcuts
backslash\character used to separate folder and file names in Windows
Docstringscan be accessed through IDLE's interactive help system
common feature of GUIsa pointing device
usabilityhow easy to use something is
keywordsprogramming terms that have specific meanings in Python
automatic target of onclick() function, unless otherwise directedthe unnamed turtle
is a clickable graphical object that makes something happen when the user clicks it, usually with the left mouse button.button
makes the turtle follow the motion of the mouse pointer when the user clicks and drags the mouseondrag(goto)
event handlerWaits for an event and then do something in response to it
A docstring must start on the first line after the start of a program, orThe first line after the start of a function definition
prints the docstring for the range() functionprint(range.__doc__)


Andreas, PA

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