1/12
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Programming
Attempting to make a computer do a specific command perfectly.
Programming language
Translates code to binary using its own syntax.
Integrated Development Environments
Used to write, run, and debug code and convert it into machine code.
Syntax
The set of rules imposed by the programming language; similar to grammar in human languages.
Variable
Holds information.
Console
Text interface that serves the developer(s) a variety of purposes.
Print Statement
Tells the computer what to interpret and output.
Developer Tools
Tools used to aid developers in coding.
Modulus
Math operative that returns the remainder of a divisional operation; represented as %.
Strings
Anything enclosed within quotation marks.
Concatenation
Adding strings together.
Integer
Any whole number.