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 (conditional concept)

 PROGRAMMING - CONDITIONALS CONCEPT

→ Hello everyone!!! Today we have continued with programming and we have learned the conditionals, these are used by the computer to make decisions. 

The Primary Code program offers us several examples where students can see more clearly this new concept. Here are a few examples:

In this example we can choose a value for b. The result will depend on the selected value, the higher number will appear on the screen.


On the other hand, this example allows you to choose a number based on the grade you want to get, depending on the value selected, your result will be a "B", "C" or "F".


On the other hand, we can also see this concept of conditionals in Scratch. We will have to create different variables, in this first example we have "a" and "b", and we have added the conditional of a>b or a<b. According to the values that we give to "a" or "b" the cat will say which variable is greater.


In this other one we have used several foods as variables, and the cat will tell us which food we will eat according to the number we are in the family, because that is our conditional in this case. We will eat one thing or another according to the number of people we are.


For the latter the conditional will be if our grade is less than 5, less than 7 or less than 9. The grade that exceeds 9 will obtain the best grade.




Comentarios

Entradas populares de este blog

LESSON 2

LESSON 9 (part 1)

LESSON 10 (animated names)