Sei sulla pagina 1di 5

eptember 15 2015

Automate- it works on its own


Computer science - learning about computers
Computer scientist- someone who knows about computers
Data information that someone gets
Environment the outside
Interface- think you know it.
Open source- software the is created for everyone to use
Programming- writing instructions for a digital tool
Simulation- pretending to be doing the real thing
Encode- you dont know what each letter is.
Decode- you know what each letter is

moveForward(); I move forward 3 times


turnLeft(); I tured left 1 time
moveForward() I moved forward 5 times

turnRight(); I tured right one time


moveForward(); I moved forward 5 times
turnLeft(); I tured left one time
moveForward(); I moved forward 4 times

moveForward(); I moved forward 4time


moveForward();
turnLeft();- I tured left 1 time
moveForward();- I moved forward 5 times

moveForward();- I mve forward 4 times


turnRight(); I turned right 1 time
moveForward(); I moved forward 5 times

for (var count = 0; count < 2; count++) {


moveForward();
}
turnRight();
for (var count2 = 0; count2 < 2; count2++) {
moveForward();
}
turnRight();
moveForward();
for (var count3 = 0; count3 < 3; count3++) {
moveForward();
moveForward();- until to the pig

moveForward();- I moved 2
turnLeft();1
moveForward();2
turnLeft();-1
moveForward();2

Computational thinking- a method of problem solving that helps computers


scientist prep problems for digital solutions
Abstraction-removing details from a solution
Algorithm-a list of steps
Decompose- to break hard problem in to an easier one
Pattern- a theme that is repeated many times
Program-instruction that can be understood by a machine

4 steps
1. Decompose figure out the base problem
2. Pattern- common characteristics
3. Abstraction- minimalize the words needed to describe what needs to
completed
4. Algorithm- creating a list of directions to get objective complete

Coding- transforming actions into symbolic language


Debugging finding and fixing problems in code
Functions- a piece of code that can be called over and over

- extra bits of information that you can pass into a function to customize it extra bits of information that you can pass into a function to customize it
Function call- the place in a program where you call a function.
Function definition- the place where you assign a series of actions.
Variable- A placeholder for a value that can change
Conditional- A statement that is either true or false depending on the
situation
If statement- A line that determines whether or not you can run a certain
chunk of code
Else- another way of saying otherwise
Increment- to add a certain amount
Decrement- to subtract a certain amount
Nested statement- A statement inside another statement.
Ip- an agreed upon a set of requirements for delivering packets across a
network
Ip address- a number assigned to item that is connected to the internet
DSN- the services that translates URLs to IP address
URL An easy to remember address for calling a web page.
Internet- A group of computers and serves theta re networked together
Network- A group of thing that are connected to each other
Packets- Small chunck of info that has been carefully informed into larger
chunks of information
Routing- finding the best path for a network
Serves- computer that exist to provide information to other.
Fiber- A cable that uses light tos end information.
Wi-fi- A wireless method that of info using radio waves.
DSL- A method of sending info use telephone or television cables.,

Espn.go.com
Youtube.com
bleacherreport.com
nicholaspmarkoutsis.weebly.com
Bing.com
Google.com
www.coolmath-games.com

199.181.133.61
184.172.106.42
107.21.108.92
188.121.53.6
204.79.197.200
173.194.219.102
213.231.98.62

Potrebbero piacerti anche