Tuesday, 3 June 2014

PRESENTATION ON PRIMARY STORAGE

PRIMARY STORAGE

Primary storage is a category of computer storage, often called main memory. Primary storage has three functions: Stores all or part of the program that is being executed. Stores the operating system programs that manage the operation of the computer. Holds data that the program is using.

Sunday, 11 May 2014

News

Chibok girls still not found http://wsodprogrf.bbc.co.uk/hausa/dps/2014/05/hausa~fnigeria~f1459~f8~f5_16x9_hi.mp4

C++ program example

#include int main() { std::cout << "Hello World!"; std::cout << std::endl; return 0; }