Sunday, October 23, 2011

Scratch :)

I have been playing around with Scratch and been experimenting with a variety of different things that I am able to use. I have been animating a bat. I had to use to different pictures to animate it.
THE FIRST IMAGE:












THE SECOND IMAGE:                                                 

Tuesday, October 18, 2011

Scratch

This term we are developing a game using Scratch. Scratch was developed and created by MIT (Massachusetts Institute of Technology).
To download Scratch or Video Tutorials etc.
http://scratch.mit.edu/

Monday, October 10, 2011

Computer Algorithms - Selection

Selection - A selection structure is when a question is asked and depending on the answer the program takes one of two courses of actions.

Computer Algorithms - Sequence

Sequence - A sequence structure is an event or action that leads to another action in a chosen and planned order.

Sunday, October 9, 2011

Computer Algorithms - Flowchart

File:LampFlowchart.svgFlowchart -  Data flows are not typically represented in a flowchart, in contrast with data flow diagrams; rather, they are implied by the sequencing of operations. Flowcharts are used in analyzing, designing, documenting or managing a process or program in various fields

Computer Algorithms - High Level Computer Language

High Level Computer Language - Is also known as High Level Programming Language or a higher order language. It is a computer language whose instructions or statements each correspond to several machine language instructions, designed to make coding easier. 

 

Computer Algorithms - Machine Language

Machine Language - Is the language of computers. It is a programming language designed to be used on a specific class of computers.

Computer Algorithms - Pseudocode

Pseudocode - Is a compact and informal high-level description of the operating principle of a computer program.

Computer Algorithms - Algorithms

Algorithms - A process or set of rules to be followed in calculations or any other solving operations especially computers.