Programming is like kicking yourself in the face, sooner or later your nose will bleed ---Kyle Woodbury
Computer Science is not Programming
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
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
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
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
First Come First Serve (FCFS) / First In First Out (FIFO) Scheduling Algorithm -- Implementation in C++
1 #include<iostream> 2 #include<stdlib.h> 3 4 using namespace std; 5 struct node{
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
Some/Many computer schools, colleges and universities in Philippines
How to add Google adsense in drupal site
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



Recent comments
1 week 2 days ago
1 week 5 days ago
2 weeks 1 day ago
2 weeks 3 days ago
3 weeks 1 day ago
4 weeks 3 days ago
4 weeks 6 days ago
5 weeks 4 days ago
9 weeks 1 day ago
15 weeks 1 day ago