Monday, December 22, 2014

( Twenty Ninth Week ) December 15-19 :)



Last Week!! :D


Waaah It's our Christmas Break! XD but I think I'm still at Flowchart 3 or 4. :3 OMG! I need to rush all our flowcharts next week! We only have 2 days in this subject and I only came once. So I need to rush all our flowcharts next year! XD Advance Merry Christmas and Happy New Year everyone! :D Bye.

( Twenty Eight Week ) December 8-12 :)

Stressed. :3


Actually I only attended our ICT Class once. Because 8-10 is our Regional Schools Press Conference at Bantay, Ilocos Sur and that is Monday-Wednesday. Friday, I guess that was the day me and my groupmates did our Documentary in our Journalism Class. And Thursday is our vacant in our ICT class and I didn't came to school that day because I sleep all day XD. Actually I don't have copies of my Flowchart because I forgot to upload it in my gmail. Sorry if my post is so boring. My mind is excited at Christmas Vacation. Hahaha! Bye. :D

( Twenty Six Week ) December 1-5 :)



JavaScript4


Well, I'm busy this week because 3-5 is our Pre-Regional Schools Press Conference a preparation for Regional Schools Press Conference this coming  8-10 at Ilocos Sur. So I just have 2 days in our ICT class but it's okay because we're just encoding our JavaScript 4. :D


(c) Jayvee

That's all! Bye. So busy this week. :3

( Tenty Sixth Week ) November 24-28 :)





Prejs3Quiz


We are done in our JS3 and as expected, Sir Peralta gave us Prejs3Quiz and js3Quiz. :3
Prejs3Quiz (c) Jayvee

Let us now move on in our js3Quiz. Here is the flowchart of it.



Well, my time in taking our quiz is 12:30 but I came 12:45 so I decided to join in batch 3 at 1:00. But I knew and I already expected that I don't have points here XD It's are practice also for DSPC this week. :D Bye.


Thanks for reading! :)
Questions? Free to ask. :D

( Twenty Fifth Week ) November 17-21 :)

Continuation


Continuation of our JS3! :D Here it is...

Javascript provides three methods to convert the premitive data types. They are:
  • String
  • Numeric
  • Boolean
These are also the example of the three methods.

The parseInt() Method - This method is used to get the primitive data type of a certain String. parseXxx() is a static method and can have one argument or two.

Sample Notepad "The parseInt Method"

The parseFloat() Method 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.


Sample Notepad "The parseFloat Method"
The eval() Method The eval() function evaluates or executes an argument.
If the argument is an expression, eval() evaluates the expression. If the argument is one or more JavaScript statements, eval() executes the statements.

Sample Notepad "The eval() Method"

Lastly,

The Conditional OperatorThe conditional operator (? :) is a ternary operator (it takes three operands). The conditional operator works as follows:
  • The first operand is implicitly converted to bool. It is evaluated and all side effects are completed before continuing.
  • If the first operand evaluates to true (1), the second operand is evaluated.
  • If the first operand evaluates to false (0), the third operand is evaluated.
Sample Notepad "The Conditional Operator"

So that's it. :) Bye. 

Thanks for reading! :)
Questions? Free to ask. :D

( Twenty Fourth Week ) November 10-14 :)

JavaScript 3!!



Hello JS3! We started doing our JS3 this week. We are about to tackle about this lessons.


JavaScript Operators and Expressions



Expressions - is any valid set of literals, variables, operators ans expressions that evaluates to a single value. This value can be a number, a tring or a logical value.

Operators - JavaScript has assignment, comparison, arithmetic, logical, string and special operators. There are binary and unary operators.



Assignment Operator assigns a value to its left operand based on the value of its right operand. The basic assignment operator is equal ( = ), which assigns the value of its right operand to its left operand. That is, x = y assigns the value of y to x. https://developer.mozilla.org/en-US/.../Operators/Assignment_Operator





The Precedence of The Operators If two non-assignment operators have the same precedence, they are evaluated from left to right. Thus y = 3+4+5; is evaluated as y = 7+5; or y = 12. Similarly, y = w*x/z is evaluated as y = (w*x)/z. If operators of a mixed precedence appear in an expression, the one with the highest precedence is performed from left to right, then the one with the second highest precedence is performed from left to right, and so forth. Thus z = 4/3 + 8%3 - 3; is evaluated as z = 1 + 2 -3; which is evaluated as z = 3-3; Similarly in if( a > b && c =< d), the expressions with the relational operators, a > b and c =< d, are evaluated first. Then, and only then, is the && used. cs.nyu.edu/courses/fall00/V22.0101-003/precedence.html




Types of Operators

Arithmetic operators take numerical values (either literals or variables) as their operands and return a single numerical value. The standard arithmetic operators are addition (+), subtraction (-), multiplication (*), and division (/). developer.mozilla.org › ... › Expressions and operators


Comparison Operators - JavaScript has both strict and type–converting comparisons. A strict comparison (e.g., ===) is only true if the operands are of the same type. The more commonly used abstract comparison (e.g. ==) converts the operands to the same Type before making the comparison. For relational abstract comparisons (e.g., <=), the operands are first converted to primitives, then to the same type, before comparison. developer.mozilla.org › ... › Expressions and operators



Logical Operators - 
  1. The concept of logical operators is simple. They allow a program to make a decision based on multiple conditions. Each operand is considered a condition that can be evaluated to a true or false value. Then the value of the conditions is used to determine the overall value of the op1operator op2 or !op1 grouping. www.cs.cf.ac.uk/Dave/PERL/node35.html
                      


And that's all for the week! Bye. :D

Thanks for reading! :)
Questions? Free to ask. :D

( Twenty Third Week ) November 3-7 :)

Intramurals


Yea! We don't have regular class this week because our school celebrating Intramural 2k14. :) We are about to do articles in the said event so most of the time we are excuse and we don't have regular class. :)
Bye!! <3

( Twenty Second Week ) October 27-31 :)

Blah XD


After doing our JavaScript 2 activity we are about to take our quiz this week. Our quiz is schedule October 30. Buuuut, Mirjana one of our classmate is one of the candidates in Search for Mr. and Ms. United Nations 2k14. She has a problem in her costumes so we decided to  excuse in our ICT Class so we could help her. At first we IV-Sampaguita are infront of our school we are about to go to Mirjana's house but before we go we decided tell Sir Peralta about Mirjana's costume so that he could be able to excuse us. At first, Sir Peralta really wants to take our quiz that day but we we pleased him and at last we go to Mirjana's house and help her. :) Thank you Sir Peralta! :D No more updates. I'm Stressed baby XD Bye.

( Twenty First Week ) October 20-24 :)

SEMBREAK!! :)




Yeah! It's sembreak!! But we're doing other school works to pass next week. But still, it's sembreak!! HAHAHA No updates in our ICT class this week so you may scroll down to read my other post. :D Bye.

( Twentieth Week ) October 13-17 :)

Second Periodic Exam!!


Waaah I only attended 2 days in our ICT class for this week because I joined the Pre-DSPC 2k14 at Danbiel Maramba National High School with some of classmates but you know what!? This 2 days are really presuring. </3 We finished our blog entries for this week and we took are Second Periodic Exam. We the batch 2 took the exam after my other classmates who took it. :3



As far as I remembered I only got 17 pr 13 I think. :3 I actually forgot my score because it's not worth to remember and treasure XD but I enjoyed joining the Pre-DSPC 2k14. I'm actually a broadcaster of our school! :D Okay, no more updates XD Bye~

Thanks for reading! :)
Questions? Free to ask. :D

( Nineteenth Week ) October 6-10 :)

Prompt, Alert and Confirm Boxes


We're now assigned to use Prompt, Alert and Confirm Boxes at the same time the three dialog boxes. :) Here are our activities. :D





This are our activities that we've done using Prompt, Alert and Confirm Boxes. At first it's really hard to understand but of course by the help of our adviser we finished it. :D

Thanks for reading! :)
Questions? Free to ask. :D