Programming is like kicking yourself in the face, sooner or later your nose will bleed ---Kyle Woodbury

Computer Science is not Programming

Tagged:  

          Computer Science is the study of programming, but it's NOT programming itself. It's an area of mathematics which involves complexity, computation and automata theory. Yes its true that programming is an important skill in which each computer science graduate should have, but IMHO, there is much more to computer science than just writing computer programs.

Centers of Development (CODs) in Information Technology Education

Tagged:  

The following institutions are identified by Commission on Higher Education (CHED) as Centers of Development (CODs) in Information Technology Education (CY 2007-2010).

Centers of Excellence (COEs) in Information Technology Education

Tagged:  

The following institutions are identified by Commission on Higher Education (CHED) as Centers of Excellence (COEs) in Information Technology Education (CY 2007-2010).

  • Angeles University Foundation - Angeles City
  • University of the Philippines (Los Banos) - College, Laguna
  • Cebu Institute of Technology - Cebu City
  • University of the Philippines (Visayas) - Cebu City

Reasons why I decided to pursue my degree

Tagged:  

Should I knock my head million times? Wowoowooohhhh. I already listed reasons why not to study computer education in my country, but wait, I got the following reasons why should I finish a computer degree:

Round Robin Scheduling Algorithm - implementation in C++

Round-robin is a scheduling algorithm that assigns time slots(slices) to each process in equal portions and in circular order, handling all processes without priority. Below is my implementation in C++ language.

Compiling C++ Program Using GNU Compiler Collection (GCC)

The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project supporting various programming languages.
Below are the steps to compile C++ program using GCC:
    e.g. Your c++ source file is in Desktop named hello.cpp


1. Open up terminal
        (applications >>> accessories >>> terminal)
2. Go to path where your source file can be found
        cd Desktop
3. Compile

Shortest Job First Scheduling Algorithm -- Implementation in C++

Shortest Job First (SJF) is a scheduling policy that selects the waiting process with the smallest burst time to execute first. Below is my implementation in C++.

Reasons why NOT study computer education in Philippines

Tagged:  

Some/Many computer schools, colleges and universities in Philippines

How to add Google adsense in drupal site

Tagged:  

1.   Go to Site Configuration >>> Input Formats
2.   Add input format
                  name:             adsense
                  filters:              uncheck all the filters
3.   Go to Site building >>> Blocks
4.   Add block

Syndicate content