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

Edhesive's Python Programming - (copy)

These activities encompass information from Lessons 1.1 to 1.6

AB
Computer Science allows people tosolve problems, communicate, create new software
In the next 5 years, there are expected be over _______ unfilled jobs in the United States1 millon
This language is based on a set of very specific rules for communicatngFormal Language
This language is designed to be very clear andd work consistetly every time usedFormal Language
True or False. The print command can be written as PRINT or printFalse
What is wrong with the following line of code? print(Hello World)It needs quotation marks around ("Hello World")
What is the Python command that can display text and numbers on the screen?print
True or False. When running the print command, print("Hello World!") the text will be displayed with quotaion marksFalse
This carries out the commands in programsCPU
Programs that run on hardware are calledSoftware
This is information the user sends to the computerInput
Short term memory used by the CPUMain memory
Special characters marked with a \Escape characters
Notes in the computer code that are ignored by the computerComments
When the computer translates digital information to information humans can use, it is calledOutput
\nnew line
\"prints a quote
\\prints a slash
\tprints a tab


CT

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