160 likes | 659 Vues
Feedback. P3 – Explain sequence, selection and iteration as used in computer programming Not met - 30% complete P4 – Outline the benefits of having a variety of different data types available to the programmer. Not met - 2 0 % complete
E N D
Feedback P3 – Explain sequence, selection and iteration as used in computer programming Not met - 30% complete P4 – Outline the benefits of having a variety of different data types available to the programmer. Not met - 20% complete Terrell, please make sure you present your work as a Word document, you were not asked to create a PowerPoint presentation. It makes it hard to add your comments and feedback when the work is presented like this. You have shown some promise here, but you need a lot more detail. You need to show evidence of understanding how each example program works, and make sure you are correctly labelling the component parts (e.g. you have labelled part of a string as “integer”). For the sequence/selection/iteration task – you have described these things in general in computer programming but have not evidenced enough understanding of how the example program works. Did you get the program to compile? Interact with the program – discuss how selection/sequence/iteration is used so the program does its job. Please read through my comments (click the boxes to expand) and resubmit your work in Word format, after you have added more detail and corrected any mistakes. Mr. Hall
Programing fundamental Terrell laing
Boolean • True or False, which in the programming is known as a “Boolean”.
Integer • different numbers, which can also have an “operation” (add,minus, Times & Divide).
String • Any programming that uses text, e.g. it will be found in the quotes (“”).
strings Boolean integer
Operator • operator is when numbers in the coding line include numerical symbols such as Plus, Minus, Times & Divide.
syntax • Are symbols in coding e.g. (“/’).
arrays • This helps describe collective elements (values or variables).
The benefits of having different data types • The benefits of having different data types is that it gives users more options for what data types suits them.
Sequence • when the next action in the programmer is ordered to carry out an continues feature. The sequence may contain numbers of actions, the sequence cannot be jumped.
selection • when questions asked, and depending on the written answer I have put in, the program takes one or two actions.
iteration • when a process in the programme is repeated. This can be the words in the programme or sentence when the programme is run.
Sequence selection Iteration
Reference • http://en.wikipedia.org/wiki/Iteration • www.computerhope.com/