Shared Flashcard Set

Details

CCGA vocab 1
no
15
Computer Science
11th Grade
03/24/2017

Additional Computer Science Flashcards

 


 

Cards

Term
App
Definition
Touch Development is an app. In Touch development you have a blank app template where you create a script. This can consist of one or more pages. An app is different than a game in that it is created from a template. Is made up of one or more pages and can be navigated. There are libraries that make the user interaction with the text and buttons easy. In general, an app is a computer program often designed for a particular purpose and often designed for mobile devices.
Term
Algorithm
Definition
A set of repeated steps used to solve a problem. The set of steps for doing long division of a number is an algorithm. Doesn’t really change, just repeats but can have certain conditions that will change it.
Term
computer program
Definition
A set of repeated steps used to solve a problem. The set of steps for doing long division of a number is an algorithm. Doesn’t really change, just repeats but can have certain conditions that will change it.
Term
variable
Definition
A container (block, line) for data. Every variable has a name that is used to reference the data that lies within it. Every variable also has a variable type.
Term
variable
Definition
A container (block, line) for data. Every variable has a name that is used to reference the data that lies within it. Every variable also has a variable type.
Term
variable type
Definition
The type of data that a variable can contain. Examples of variable types are number, string, and sprite. In TD the variable type for a variable has been predetermined when the variable in initialized. Once the variable type for variable has been determined, the variable can only contain data of the same type
Term
Variable Scope
Definition
he part of this program where a variable can be read. For example, a variable declared in one function is said to be a local variable, and cannot be read from other functions. However; variables can be declared with a global scope, making them readable in all functions of a program
Term
Sprite
Definition
an object in TD that is usually a character in the game. They have properties and functions that controls the way they look and have the behave.
Assign- you have to set values of variables. The symbol for assign in TD is :=, the following is a sample of code that is assigned a value of 5 to the variable. X: x := 5
Term
storyboard
Definition
A visual frame by frame plan for a program or project. A storyboard often contains sketches and descriptions that tell the story of a game or project…. Sometimes called a workspace.
Term
event
Definition
Something that happens outside of the TD program like tap screen, or left click muse to cause the program to run. Event handlers as such “hug” the building blocks of code that make up the steps of what the item is going to do when clicked so to speak.
Term
object
Definition
a fundamental building block for writing your script in TD.  Designed to hold data and allow for manipulation of the data through functions and properties.
Term
String
Definition
a Sequence of alphanumeric characters and or symbols, in a computer.
Term
script
Definition
In Touch Development we are writing code to a script- this is the computer program we are using through the Platform TD (which host the script)
Term
Functions
Definition
A self-contained set of instructions (algorithms) for performing a specific task within a program.
Term
properties
Definition
When you add style to the language you are coding- for example; in TD you have a star- that is your object- the properties of the star may be gold color and glowing.
Supporting users have an ad free experience!