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

Computer Science--Quiz 1 Review

AB
Integrated Development Environment (IDE)software program used to write code and develop programs
what shape would this make? circle(100, steps=4)square
freezingwhen a window stops responding
developeranother name for a computer programmer
Your cursor shows you...where you are about to type
what command would rotate the turtle counterclockwise in a full circle?left(360)
what command would rotate the turtle clockwise in a full circle?right(360)
The command that moves the turtle forward 100 pixelsforward(100)
Radiusdistance from center of circle to the outer line of the circle
When you use the color() command, what should you include around the color name in the argument?"" quotation marks
The Python Shell hasa command prompt >>>
To save a program you should create it inthe text editor window
Python was created to be more ___________ than other programming languageshuman readable
The turtle program is a/an ___________ that can be imported for use in Python code.Module
Where do you put an argument for a commandinside the parentheses ()


Andreas, PA

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