Saturday, 29 November 2014

Week 26: November 24-28 : Knowing Flow Chart!

Hi!


       On Monday, we just continued what we had done last week. And we also made our own flow charts based on what we had typed.


Here are some examples...


                                                             What are Flow Charts?

      A flowchart is an easy to understand diagram of any process that uses simple graphics to represent a beginning, an end, and the different stages that follow a logical order. Each step in the process is represented by a unique symbol with a brief label of the process step. The flowchart symbols are linked together with arrows showing the direction of the process flow.

Taken from: http://www.makeuseof.com/tag/create-stunning-flowcharts-microsoft-word/



Basic Flowchart Symbols

For most flowcharts, these five basic symbols are all you will need.
Flowchart Symbols

Taken from

http://www.smartdraw.com/articles/flowchart/how-flowcharts-are-used.htm

     Flowcharts may contain other symbols, such as connectors, usually represented as circles, to represent converging paths in the flow chart. Circles will have more than one arrow coming into them but only one going out. Some flow charts may just have an arrow point to another arrow instead. These are useful to represent an iterative process (in Computer Science this is called a loop). 

      A loop may, for example, consist of a connector where control first enters, processing steps, a conditional with one arrow exiting the loop, and one going back to the connector. Off-page connectors are often used to signify a connection to a (part of a) process held on another sheet or screen.

 Taken from http://www.conceptdraw.com/How-To-Guide/flowchart-symbols




signing off...

Sunday, 23 November 2014

Week 25: November 17-21 : Inequitable!

Hi!

      On monday, we had just began our JavaScript 4 and Sir gave us a js3quiz for the recap of JavaScript 3. We will show what we had learned. And it works! I did it! I've got 15 hehe. For being honest, I don't know what would I do. I've just type what I know at least I learned a little from it.

   
     On Wednesday, we don't have classes because of the NCAE of third year. Even though we don't have classes, we were in Complex practicing a given practicum by our  Mapeh teacher.After that, we've prepared ourselves for the Jamboree tomorrow. OMG! I'm so excited!
 
     On thursday, I went to school very early because we must perform our practicum. Unfortunately, we did'nt performed on that day because Ma'am did'nt come on the right time. So, its not our fault.

    On Friday, it was the opening program of Jamborette. And we did many activities...




signing off.

Saturday, 15 November 2014

Week 24: November 10-14 : I Learned More!

Hi!

    Yes! We're done in JavaScript 3. Sir started to discussed on Boolean. By the way, what is Boolean in JavaScript? A Boolean value is either true or false.


Note:  Values of 1 and 0 are considered Boolean values in JavaScript.
Taken from: http://sislands.com/coin70/week1/datatype.htm

     After that, we had prejs2quiz and only Jessa got it. In short, I don't know what to do and I don't know what to apply. But now, I knew it! It was very easy if you listened carefully.

      Even though there was no electricity at school, the class is still continuous. We had a quiz about the JavaScript 3 and I got 13 out of 25. It's okay because I learned  something like, the "typeof" operator in JavaScript allows you to probe the data type of its operand, such as whether a variable is string, numeric, or even undefined.

                On Friday, we fixed our prejs2quiz with the helped of Jessa. Yehey! I did it!

signing off...

Saturday, 8 November 2014

Week 23: November 3-7: I knew it!

  Hi!

      Oh! We celebrated the  Intramurals 2014. And on Monday, Sir discussed about the JavaScript 3.

Here are examples...

 Conditional Operator



JavaScript also contains a conditional operator that assigns a value to a variable based on some condition.

 It is ok to use conditional operators like a statement like so?

(x == y) ? alert("yo!") : alert("meh!");
Or is it more correct to use it to assign a value like so?
z = (x == y) ? "yo!" : "meh!";

Logical OR Operator



Logical operators are used to determine the logic between variables or values.
Given that x=6 and y=3, the table below explains the logical operators:
OperatorDescriptionExample
&&and(x < 10 && y > 1) is true
||or(x == 5 || y == 5) is false
!not!(x == y) is true


Using Parse Float() Function

     The parseFloat() function parses a string and returns a floating point number.


This function determines if the first character in the specified string is a number. If it is, it parses the string until it reaches the end of the number, and returns the number as a number, not as a string.

Note: Only the first number in the string is returned!
Note: Leading and trailing spaces are allowed.
Note: If the first character cannot be converted to a number, parseFloat() returns NaN.



Taken from:http://www.w3schools.com/jsref/jsref_parsefloat.asp


Signing off...




Friday, 31 October 2014

Week 22: October 27-31 Got Trouble!

Hi!
        We don't have class in TLE on monday because Sir was  not around. And on tuesday, Sir gave us a flowchart-our online quiz. Oh! no! I don't know what to do! So after the classes this afternoon, I've tried to work on it but I failed to do it. On Wednesday after our lunch, we went to netzone and we tried again to work on it but the result was the same. When we went back to the campus, there was an incident happemed! The IV-Sampaguita planned to help Mirjana on her creative costume in their house. So, the quiz in TLE had been posponed on thursday! Yehey! Sadly, I did'nt even went to help Mirjana:( Sorry Mirjana and I will pray you.:)

        On thursday, supposed to be our class this afternoon was Values but we had been class in TLE. We did our quiz in JavaScript. And I got it! Yehey! For the first time of my life I've got the quiz.! While on the next day, we don't have classes.!:)

Saturday, 25 October 2014

Week 21: October 20-24 Sembreak!

    Hi!

     Yeah! It's our sembreak!
      Even though we had no class this week, we still busy because of.... first, we've passed our outputs in Araling Panlipunan like SNJ, notebook, and others. Second, I need to finish my Pagsusuring Pampelikula in Filipino.    
   
 

signing off...

Sunday, 19 October 2014

Week 20: October 13-17 Pressured!

    Hi.

         On Monday, I checked the blogs of all IV-Sampaguita except me. Actually, the last submission was yesterday and I did'nt passed it on time because of weak internet signal so I just postponed it tomorrow. But before I checked the blogs, I organized my blog to make it presentable and nice. We also checked our folders and some of the comments were Okay. On tuesday, we started typing JavaScript 3, it was really misleading. ~_^#


And it's our 2nd periodic exam! I flinched just a little bit. You know, the exam was difficult for me but for the others not. Compared to our former exam, I've increased at least one. I've got 15 out of 30. haha. I've improved just a little bit. Its just okay at least I've tried my best and I wanted to improve more on my skills and others.

And one thing I just remembered based on the test questions given like using the confirm dialog box . If the user clicks "Cancel", the box returns false. While in using the prompt box, If the user clicks "Cancel" the box returns null. Those are the difference of the confirm box and prompt box method. I admit I did'nt get it maybe because of time pressure and confuse.


So it's time to say goodbye on 2nd grading and say hello on 3rd grading.:)



signing off....
Hi!


       On Monday, we just continued what we had done last week. And we also made our own flow charts based on what we had typed.


Here are some examples...


                                                             What are Flow Charts?

      A flowchart is an easy to understand diagram of any process that uses simple graphics to represent a beginning, an end, and the different stages that follow a logical order. Each step in the process is represented by a unique symbol with a brief label of the process step. The flowchart symbols are linked together with arrows showing the direction of the process flow.

Taken from: http://www.makeuseof.com/tag/create-stunning-flowcharts-microsoft-word/



Basic Flowchart Symbols

For most flowcharts, these five basic symbols are all you will need.
Flowchart Symbols

Taken from

http://www.smartdraw.com/articles/flowchart/how-flowcharts-are-used.htm

     Flowcharts may contain other symbols, such as connectors, usually represented as circles, to represent converging paths in the flow chart. Circles will have more than one arrow coming into them but only one going out. Some flow charts may just have an arrow point to another arrow instead. These are useful to represent an iterative process (in Computer Science this is called a loop). 

      A loop may, for example, consist of a connector where control first enters, processing steps, a conditional with one arrow exiting the loop, and one going back to the connector. Off-page connectors are often used to signify a connection to a (part of a) process held on another sheet or screen.

 Taken from http://www.conceptdraw.com/How-To-Guide/flowchart-symbols




signing off...

Week 26: November 24-28 : Knowing Flow Chart!

Saturday, 29 November 2014
Posted by Unknown
Hi!

      On monday, we had just began our JavaScript 4 and Sir gave us a js3quiz for the recap of JavaScript 3. We will show what we had learned. And it works! I did it! I've got 15 hehe. For being honest, I don't know what would I do. I've just type what I know at least I learned a little from it.

   
     On Wednesday, we don't have classes because of the NCAE of third year. Even though we don't have classes, we were in Complex practicing a given practicum by our  Mapeh teacher.After that, we've prepared ourselves for the Jamboree tomorrow. OMG! I'm so excited!
 
     On thursday, I went to school very early because we must perform our practicum. Unfortunately, we did'nt performed on that day because Ma'am did'nt come on the right time. So, its not our fault.

    On Friday, it was the opening program of Jamborette. And we did many activities...




signing off.

Week 25: November 17-21 : Inequitable!

Sunday, 23 November 2014
Posted by Unknown
Hi!

    Yes! We're done in JavaScript 3. Sir started to discussed on Boolean. By the way, what is Boolean in JavaScript? A Boolean value is either true or false.


Note:  Values of 1 and 0 are considered Boolean values in JavaScript.
Taken from: http://sislands.com/coin70/week1/datatype.htm

     After that, we had prejs2quiz and only Jessa got it. In short, I don't know what to do and I don't know what to apply. But now, I knew it! It was very easy if you listened carefully.

      Even though there was no electricity at school, the class is still continuous. We had a quiz about the JavaScript 3 and I got 13 out of 25. It's okay because I learned  something like, the "typeof" operator in JavaScript allows you to probe the data type of its operand, such as whether a variable is string, numeric, or even undefined.

                On Friday, we fixed our prejs2quiz with the helped of Jessa. Yehey! I did it!

signing off...

Week 24: November 10-14 : I Learned More!

Saturday, 15 November 2014
Posted by Unknown
  Hi!

      Oh! We celebrated the  Intramurals 2014. And on Monday, Sir discussed about the JavaScript 3.

Here are examples...

 Conditional Operator



JavaScript also contains a conditional operator that assigns a value to a variable based on some condition.

 It is ok to use conditional operators like a statement like so?

(x == y) ? alert("yo!") : alert("meh!");
Or is it more correct to use it to assign a value like so?
z = (x == y) ? "yo!" : "meh!";

Logical OR Operator



Logical operators are used to determine the logic between variables or values.
Given that x=6 and y=3, the table below explains the logical operators:
OperatorDescriptionExample
&&and(x < 10 && y > 1) is true
||or(x == 5 || y == 5) is false
!not!(x == y) is true


Using Parse Float() Function

     The parseFloat() function parses a string and returns a floating point number.


This function determines if the first character in the specified string is a number. If it is, it parses the string until it reaches the end of the number, and returns the number as a number, not as a string.

Note: Only the first number in the string is returned!
Note: Leading and trailing spaces are allowed.
Note: If the first character cannot be converted to a number, parseFloat() returns NaN.



Taken from:http://www.w3schools.com/jsref/jsref_parsefloat.asp


Signing off...




Week 23: November 3-7: I knew it!

Saturday, 8 November 2014
Posted by Unknown
Hi!
        We don't have class in TLE on monday because Sir was  not around. And on tuesday, Sir gave us a flowchart-our online quiz. Oh! no! I don't know what to do! So after the classes this afternoon, I've tried to work on it but I failed to do it. On Wednesday after our lunch, we went to netzone and we tried again to work on it but the result was the same. When we went back to the campus, there was an incident happemed! The IV-Sampaguita planned to help Mirjana on her creative costume in their house. So, the quiz in TLE had been posponed on thursday! Yehey! Sadly, I did'nt even went to help Mirjana:( Sorry Mirjana and I will pray you.:)

        On thursday, supposed to be our class this afternoon was Values but we had been class in TLE. We did our quiz in JavaScript. And I got it! Yehey! For the first time of my life I've got the quiz.! While on the next day, we don't have classes.!:)

Week 22: October 27-31 Got Trouble!

Friday, 31 October 2014
Posted by Unknown
    Hi!

     Yeah! It's our sembreak!
      Even though we had no class this week, we still busy because of.... first, we've passed our outputs in Araling Panlipunan like SNJ, notebook, and others. Second, I need to finish my Pagsusuring Pampelikula in Filipino.    
   
 

signing off...

Week 21: October 20-24 Sembreak!

Saturday, 25 October 2014
Posted by Unknown
    Hi.

         On Monday, I checked the blogs of all IV-Sampaguita except me. Actually, the last submission was yesterday and I did'nt passed it on time because of weak internet signal so I just postponed it tomorrow. But before I checked the blogs, I organized my blog to make it presentable and nice. We also checked our folders and some of the comments were Okay. On tuesday, we started typing JavaScript 3, it was really misleading. ~_^#


And it's our 2nd periodic exam! I flinched just a little bit. You know, the exam was difficult for me but for the others not. Compared to our former exam, I've increased at least one. I've got 15 out of 30. haha. I've improved just a little bit. Its just okay at least I've tried my best and I wanted to improve more on my skills and others.

And one thing I just remembered based on the test questions given like using the confirm dialog box . If the user clicks "Cancel", the box returns false. While in using the prompt box, If the user clicks "Cancel" the box returns null. Those are the difference of the confirm box and prompt box method. I admit I did'nt get it maybe because of time pressure and confuse.


So it's time to say goodbye on 2nd grading and say hello on 3rd grading.:)



signing off....

Week 20: October 13-17 Pressured!

Sunday, 19 October 2014
Posted by Unknown
 

Blog Template by YummyLolly.com - Header made with PS brushes by gvalkyrie.deviantart.com
Sponsored by Free Web Space