LESSON 11

PERSONAL PROTECTION AND DATA PROTECTION →Hello again!!! in today's class we have learned about personal data protection. Next we will talk about information that we all need to know when using devices. Nowadays we use technologies and devices for everything, that's why we should know that we are exposed to have our accounts hacked. We have to be careful when putting passwords or user numbers on pages that are not very secure.  Installing things like Antivirus or Malware Detection Tool will allow us to stay away from this type of hackers. Since there are malicious programs that seek to obtain personal data and money. It is also advisable to renew passwords from time to time and not to use the same password for all accounts. In addition to this, it is also advisable to use secure passwords, which are those that contain a combination of uppercase and lowercase letters, as well as numbers.  Another thing we can do to avoid obtaining our data is to delete cookies, because every time

LESSON 10 (loop concept)

PROGRAMMING - LOOPS CONCEPT

→ Hello everyone!! Today we have continued with programming, this time we focused on the concept of loops. This consists of a function that allows us to repeat certain actions the number of times that we want. 

First we have used again the Primary Code program, selecting the loops section. Here are some examples:  
1. We must give a value to "i", in this way it will increase as we click on the button.



2. In this other example, the values increase by 2 as they meet the indications and values that "i", "a", and "b" have.



3. Here is another example, as "i" increases, the values of "a" and "b" change according to their function.



On the other hand, using Scratch I have done two different exercises using the loops.
In this exercise the cat counts from 1 to 10 and also from 10 to 1. To repeat this action, we must press the green flag.


In this other exercise I have inserted two different characters. The cat will do a different action than the dog, however both actions will be repeated at the same time when we press the space key.





Comentarios

Entradas populares de este blog

LESSON 2

LESSON 9 (part 1)

LESSON 10 (animated names)