Download here. - 9th Grade Info Tech

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Theoretical computer science wikipedia , lookup

Pattern recognition wikipedia , lookup

Data analysis wikipedia , lookup

Data assimilation wikipedia , lookup

Lempel–Ziv–Welch wikipedia , lookup

Corecursion wikipedia , lookup

Transcript
Name_________Tahjina Banks_____________
Code Combat Introduction Notes

What is syntax?
the lines you write to solve these puzzles are real lines of code

What are methods?
to learn a bit about what they do

Functions are
Reusable sequence of code

A variable is
Stores information about your player, like location

What is a module?
Bundles of functions

What two types of values do they explain on slide 26?
Numbers and characters

What are the 4 data types?
Integers
Floating point numbers
Boolean
strings

Use on online dictionary to find a definition for
a. Integers- datum of integral data type, a data type which represents some finite subset of
the mathematical integers
b. Floating point numbers- the formulaic representation that approximates a real number
so as to support a trade-off between range and precision
c. Boolean- data values true or false
d. Strings- sequence of characters

What is a loop?
Repeats code multiple time

What is a variable?
named container in which an item of data can be stored,

Re-write the variable assignment on slide 39?
Dubick = 3