Saturday, June 14, 2008

RANDOM ENTRY 5

Sinong nagsabing mas magandang mag-gitara o mag-piano nalang kesa magdrums?

Click here.

You'll see...ANG TAMBOL AY <33. HAHAHAHA!

INTPROG ENTRY 4


A = Automatic Casting
X = Cannot Cast
C = Explicit Casting

Too small? Click the Image.

Friday, June 13, 2008

INTPROG ENTRY 3

ALICE PROGRAM.

Click here.

What is Alice?

Alice is an innovative 3D programming environment that makes it easy to create an animation for telling a story, playing an interactive game, or a video to share on the web. Alice is a freely available teaching tool designed to be a student's first exposure to object-oriented programming. It allows students to learn fundamental programming concepts in the context of creating animated movies and simple video games. In Alice, 3-D objects (e.g., people, animals, and vehicles) populate a virtual world and students create a program to animate the objects.

In Alice's interactive interface, students drag and drop graphic tiles to create a program, where the instructions correspond to standard statements in a production oriented programming language, such as Java, C++, and C#. Alice allows students to immediately see how their animation programs run, enabling them to easily understand the relationship between the programming statements and the behavior of objects in their animation. By manipulating the objects in their virtual world, students gain experience with all the programming constructs typically taught in an introductory programming course.

INTPROG ENTRY 2

user input program.

import java.util.*;
public class QuizAverage
{
public static void main (String[] args)
{
double dGrade1, dGrade2, dGrade3, dFinal;
System.out.println("Compute Quiz Average!");
System.out.print("Input 1st Score here:");
Scanner sc = new Scanner (system.in);
dGrade1 = sc.nextDouble();
System.out.print("Input 2nd Score here:");
Scanner sc = new Scanner (system.in);
dGrade2 = sc.nextDouble();
System.out.print("Input 3rd Score here:");
Scanner sc = new Scanner (system.in);
dGrade3 = sc.nextDouble();
dFinal = (dGrade1 + dGrade2 + dGrade3) / 3;
System.out.println("Quiz Average:" + dFinal);
sc.close();
{
{

Output:
Compute Quiz Average!
Input 1st Score here: //user inputs 1st score here
Input 2nd Score here: //user inputs 2nd score here
Input 3rd Score here: //user inputs 3rd score here
Quiz Average: //shown here is the average of 3 scores

INTPROG ENTRY 1

user information input program.

import java.util.*;
public class YearOfTheRat
{
public static void main (String[] args)
{
int nYear = 2008 , nAge, nBorn;
String strName;
System.out.printlin(nYear + "Year of the Rat\n" + "Good Afternoon!");
System.out.print("What is your name?");
Scanner sc = new Scanner (system.in);
strName = sc.nextLine();
System.out.print("How old are you?");
nAge = sc.nextInt();
System.out.println(strName + " born on" + nYear);
sc.close();
{
{

Output:

2008 Year of the Rat
Good Afternoon!
What is your name? //input name here.
How old are you? //input age here
name born on year born

Wednesday, June 11, 2008

FILKOMU ENTRY 1

Jun 11 08

Quiz Reviewer

Elementarya/Hayskul -
  • Balarila - teknikal na aspeto ng Wika
  • Panitikan - mga tula, nobela, bla bla bla.
Kolehiyo -
  • paggamit ng wika bilang isang instrumento ng komunikasyon (hindi gitara.)
Miskomunikasyon - maaring dahil iba ang kultura o paghayag

Filipino - Wika, Tagalog - dayalekto

Malayang Pagsulat - kahit ano ang paksa pag nagsulat

3 Uri ng Manunulat
  1. Therapeutic Writer - nagsusulat ayon sa nararamdaman (emo.)
  2. Critique Writer - mga kritikong habol ang awards dahil napakalalim ng mga ginagamit na salita o sa sabi ni sir na "salitang intelihente"
  3. Nationalist Writer - pangkalahatan, pambansa ng saklaw, issue natumatalakay sa mga tao
Pilipino - bihasa/hindi sibilisado bago pa dumating ang mga manananakop
Wika - ang daluyan ng anumang uri ng komunikasyon o talasang nauukol sa lipunan ng mga tao. Nabubuo bilang wika ang mga panaglaag sa anumang bagay na binibigyang kahulugan, kabuluhan at interpretasyon sa pamamagitan ng mga salita, binabasa man ng mata o naririnig ng tainga, nakasulat man o binibigkas.

Teorya sa Pinagmulan ng Wika
  1. Bow-Wow - tunog galing sa hayop/kalikasan (bow-wow ng aso.)
  2. Dingdong - tunog galing sa mga bagay (pag-uga ng pinto)
  3. Pooh-Pooh - tunog galing sa tao (utot ka. maririnig mo.)
  4. Yo-he-ho - pisikal na tunog
  5. Tararaboomdeay - tunog tuwing may selebrasyon o retwal ang mga tao.
  6. Ta-ta - dila at galaw
Kalikasan ng Wika

Ang Wika ay:
  • masistemang balangkas
  • sinasalitang tunog
  • arbitaryo
  • buhay
  • daynamiko
Antas ng Wika
  • Pormal - pambansa, pampanitikan
  • Di-Pormal - lalawiganin, kolokyal, balbal
Intelektwalisasyon ng Wika - pang akademya na wika. nagiging glosari o diksyunaryo

Komunikasyon - palitan ng mga impormasyon

Komponent ng pagganap ng Komunikasyon

>Konteksto
  • pisikal - ex. klasrum
  • sosyal - ex. la salle
  • historikal - ex. june 11
  • sikolohikal - ex. baliw
  • kultural - ex. yung ex ni sir na maraming meaning....
>Partisipant
  • tagabalita
  • tagapakinig
>Mensahe
  • pakahulugan
  • simbolo
  • enkowding
  • dekowding
>Tsanel/Medium

>Fidbak

Uri ng Komunikasyon:
  1. Verbal
  2. Di Verbal
  3. Extra Verbal
Antas ng Komunikasyon
  1. Intrapersonal - sarili/isipan
  2. Interpersonal - sa ibang tao
  3. Pampubliko - galing sa publiko/maraming tao
  4. Pangmasa - pag kumakandidato
  5. Pang-organisasyon - alam na...
  6. Pangkultura - dayalekto
  7. Pangkaunlaran - pang kaunlaran
Ang wika ay nagpapakita ng kultura ng isang tao. Kaya Wika = Kultura = Kung Fu Panda.

Monday, June 9, 2008

RANDOM ENTRY 4

ISP's confirm ...'2012: The Year The Internet Ends'
















*It's similar to Cable Subscriptions for the television where you'll pay a certain fee to visit a limited number of sites.

Truth or hoax?