Friday, December 26, 2014

29th Week on ICT Class

December 15-December 19



On the twenty ninth week, we've just finished encoding all our javascript and making flowcharts. 

This is our last week of attending on school this month because it's our Christmas Break! HAHA! Finally :)))



28th Week on ICT Class

December 08-December 12




On the twenty eight week, we just continue making flowcharts.
These are some examples of flowcharts we made:


TheSwitch Statement Flowchart



Do While Loop Flowchart


For Loop Flowchart


While Loop Flowchart




©Chartine


That's all for this week.

27th Week on ICT Class

December 01-December 05



On the twenty seventh week, we are already in js4.
And we've just finished encoding it. 

-_- I don't have some pictures to post here about the flowcharts we made.
This is all for this week. 

26th Week on ICT Class

November 24-November 28



On the twenty sixth week, in our ICT Class is all about js3quiz and prejs3quiz.
And all I can say is it's HARD -_- 




That's all.

25th Week on ICT Class

November 17-November 21



On the twenty fifth week, we only finished encoding js3.
These are some pictures of it:

The parseInt() Method

The parseFloat() Method

The eval() Method 

The Conditional Operator

That's all for this week.



24th Week on ICT Class

November 10-November 14



On the twenty fourth week, we've finished tackling js3  :D
And we also take our js3quiz, unfortunately I've only got 10 points here -_-



That's all :D

23rd Week on ICT Class

November 03-November 07



On the twenty third week, we only have a few meetings in our ICT Class  :D
Because we celebrated the Intramurals.

And we also started to encode js3. 
That's all :D

22nd Week on ICT Class

October 27-October 31



On the twenty second week, we take our js2quiz. And it's -_- Grrr. Even I have notes to review still I've got a low score.
I've only got 10 points here -_-


That's all for this week.

Thursday, December 25, 2014

21st Week on ICT Class

October 20-October 24



On the twenty first week, we don't have any classes.
Because it's SEMBREAK :D
But, it's just 1 week :3


That's all XD

20th Week on ICT Class

October 15-October 17



On the twentieth week, we finished our blogs and we also take our second grading periodic exam. And I can say that this exam is harder than the exam that we've taken last grading -_- 


19th Week on ICT Class

October 06-October 10




On the nineteenth week, we are on exercise four. And it's all about using prompt, alert and confirm box. It's little bit difficult because of those curly braces. I don't know where to place some of the curly braces so I didn't make it again. -_-

I don't have pictures of our activity, so this is all for this week.

Thursday, October 9, 2014

18th Week on ICT Class

September 29-October 03




On the eighteenth week, we've never met again in our ICT Class.

We doesn't attend our classes in Monday because of watching Cosplay and we hope that our teacher's doesn't get mad at us.

On the next days, we never met again because of some program in our school.

Friday, it's Teacher's Day!!!
So automatically, No classes. *Haha*




Happy Teacher's Day Sir!!! :)

That's all for this week :)))


©http://www.status99.com/main/greetings/teacher_day_cover/60_teachers_day_cover_05.jpg

17th Week on ICT Class

September 22-September 26



On the seventeenth week, still no regular classes.
Because some Barangays in Calasiao were still flooded because of the Typhoon Luis.






But, we've met the next day, and we fixed some of our unfinished activities.
We doesn't have class on ICT, this Thursday and Friday.
That's all for this week.


©http://images.clipartpanda.com/flooding-clipart-flood2.jpg
http://newsinfo.inquirer.net/files/2014/09/satpic130pm.jpg

16th Week on ICT Class

September 15-September 19




On the sixteenth week, we have no classes.
Isn't it amazing?! *HAHA*
Rest Days :)
Classes are suspended due to Typhoon Luis.



©https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqcq-Pxid1xILKsJDRubW0KDBe7MMz9D_jYjz3BAveA7-P3nmzVv0j9qMnQXTCYWKa2MkdjG4HamfUNNQ_-Qod-6mel1rUg9s6xQ2HTM464lNnITrABfZWPlHt1tfm__97OsSpL8lVQPpZ/s1600/PAGASA+12th+Typhoon+LUIS+Forecast+Track+and+Rain+Volume.JPG

15th Week on ICT Class

September 08-September 12



On the fifteenth week, we have lots of activities this week. And it's all about the three types of Dialog Box:



Alert Box - is often used if you want to make sure information comes through to the user.

Prompt Box - is often used if you want the user to input a value before entering a page.
Confirm Box - is often used if you want the user to verify or accept something.


Yahhh!!! I've learned a lot again :)))

http://www.w3schools.com/js/js_popup.asp


14th Week on ICT Class

September 01-September 05




On the fourteenth week, we're now on Different Methods of How to Create Dialog Boxes.
These is one of our activities:





Dialog Box is a small window that communicates information to the user and prompt them for a response.
Three Types of Dialog Box:
Alert Box - is often used if you want to make sure information comes through to the user.

Prompt Box is often used if you want the user to input a value before entering a page.
Confirm Box - is often used if you want the user to verify or accept something.


©http://www.w3schools.com/js/js_popup.asp

Wednesday, October 8, 2014

13th Week on ICT Class

August 25-August 29



On the thirteenth week, we've studied about the JavaScript Variables. 

JavaScript variables are "containers" for storing data values.


JavaScript Data Types

JavaScript variables can hold many types of data, like text values (person = "John Doe").
In JavaScript texts are called strings or text strings.
JavaScript can handle many types of data, but for now, just think of numbers and strings.
When you assign a string value to a variable, you put double or single quotes around the value.
When you assign a numeric value to a variable, you do not put quotes around the value.
If you put quotes around a numeric value, it will be treated as a text string.


©http://www.w3schools.com/js/js_variables.asp

12th Week on ICT Class

August 18-August 22



On the twelfth week, we're now done on CSS. And we're already in JavaScript :) I hope, this lesson will be good to me. *Haha XD*




JavaScript (/ˈɑːvəˌskrɪpt/; JS) is a dynamic computer programming language. It is most commonly used as part of web browsers, whose implementations allow client-side scripts to interact with the user, control the browser, communicate asynchronously, and alter the document content that is displayed. It is also being used in server-side network programming (with Node.js), game development and the creation of desktop and mobile applications.

JavaScript is classified as a prototype-based scripting language with dynamic typing and has first-class functions. This mix of features makes it a multi-paradigm language, supporting object-orientedimperative, and functional programming styles.

©http://en.wikipedia.org/wiki/JavaScript
http://www.planet-source-code.com/vb/2010Redesign/images/LangugeHomePages/Javascript.png

11th Week on ICT Class

August 11-August 15




On the eleventh week, It's our Hands-on Exam. Psh, I hope I can't get zero -_- I should really do my best for this Hands-on Exam because it's a big part of our grades. I've reviewed some of our activities so that I'll know what will I do on this Hands-on Exam.



Yahhhh!!! Fortunately, I didn't got a zero. Haha, at last it's already done. 

©http://images.clipartpanda.com/testing-clipart-computer_lab.jpg

Sunday, October 5, 2014

10th Week on ICT Class

August 04-August 08



On the tenth week, FIRST PERIODICAL EXAM???!!!
Whatt!! I don't have any notes to review.
Arghh, I hope I can't get zero in my exam -_-
Well, it's a 30 difficult questions -.-

Yah!!! I've found some reviewers but I just read a little bit.
Psh, I'm really hopeless T.T
But, I really hope that I'm not the one who'll get the lowest score.


Woahh! Fortunately, I'm not the lowest score and I'm already contented on my score, even though it's not the highest.
Haha ^_^ That's all for this week...

9th Week on ICT Class

July 28-August 01




On the ninth week, we compiled our blogs. And we rate each blog of our classmate. Woah, all I could say is rating blogs is really difficult, because you need to see it one by one -_-

Hayyyy, Being a Senior student is #Hahahard.. XD
Right or Check??? ^_^ XD
 But, That's Life!



A blog (a truncation of the expression weblog)[1] is a discussion or informational site published on the World Wide Web and consisting of discrete entries ("posts") typically displayed in reverse chronological order (the most recent post appears first). Until 2009 blogs were usually the work of a single individual[citation needed], occasionally of a small group, and often covered a single subject. More recently "multi-author blogs" (MABs) have developed, with posts written by large numbers of authors and professionally edited. MABs from newspapers, other media outlets, universities, think tanks, advocacy groups and similar institutions account for an increasing quantity of blog traffic. The rise of Twitter and other "microblogging" systems helps integrate MABs and single-author blogs into societal newstreams. Blog can also be used as a verb, meaning to maintain or add content to a blog.



©  http://monteneyelearning.org/staffblogs/monteney/wp-content/uploads/2013/11/blog.jpg
http://en.wikipedia.org/wiki/Blog

Thursday, July 31, 2014

8th Week on ICT Class

July 21-July 25


On the eighth week, we had so many activities and the one who finish it, will get a points. And of course I didn't got a points again, because I'm very slow to make it. I made it but, it's too late hahaha. 

We discussed about Positioning, DivStyle and ParaStyle.


7th Week on ICT Class

July 14-July 18


On the seventh week, we only meet twice because of the typhoon. And we didn't make some activities, it's only discussion in this week.

6th Week on ICT Class

July 07-July 11


On the sixth week, we've taken our first hands-on quiz which is about the kinds of Css. And I can say that it's kinda tough and unfortunately I've only got 0 out of 65. Hahaha poor me -_- But, at least I'm not only the one who got zero. 



Wednesday, July 30, 2014

5th Week on ICT Class

June 30-July 04


On the fifth week, I learned new tags again about CSS. And as always, we have an activity and it is the Inline CSS File and of course I didn't have a points.


Everytime we make activities, I can't get a points because I will finish it when it's already time. Hahaha poor me xD



But I'm starting to love CSS because I'm trying to understand it #Promise. Hahaha =)


Sunday, July 6, 2014

4th Week on ICT Class

June 23-June 27


On the fourth week, we made activities again. But some of it was difficult so, I didn't got a point. Still on the fourth week, I'm still making the CSS part 2 this is where are activities are difficult for me.


3rd Week on ICT Class

June 16-June 20


On the third week, I learned a lot about Cascading Style Sheets. Like, selectors and declaration block and some tags.


We had some activities again and the one who'll gonna finish it first will be given 5 points and gladly I've got only 3 points.



2nd Week on ICT Class

June 09-June 13



On the second week of our ICT Class III, we continued making outputs/activities. I really enjoying it especially encoding. But I'm pissed because the keyboard I'm using is hard to press especially the space bar or space key.




Here are some examples of our outouts/activities:





1st Week on ICT Class

June 02-June 06



On the first week, we already started doing some activities and outputs. And it's all about CSS (Cascading Style Sheets) used to style web pages. CSS is designed primarily to enable the separation of document content from document presentation, including elements such as the layout, colors and fonts.

At the first day, we had a recitation  about our lessons in our ICT Class III, and we felt like "Oh My Gosh!!!" because some of us can't remember all those lessons that we learned from our ICT Class III. But some of our classmates are being out of place because they choose Food Tech as their TLE on our 3rd year.

On the first week of our ICT Class, I can say that it was fun.