admin
Operating Systems
OS is a layer between user and the computer hardware that manages resources like disk, memory, etc.
Computer Organization
Computer organization is study of how disks,memory,CPU and IO devices are organized and interact.
Data Mining Tutorial
Data Mining is a sub-field in computer science. The traditional database can query limited information from the database using SQL. At best, you can write complex queries and get results.When the size of the database grow the traditional DBMS does not help.The goal of data mining is to extract meaningful information from a large data … Read more
C++ Tutorial
C++ is a popular programming language that supports all features of C language and OOP.
Algorithms
An algorithm is an independent solution to a computer-based problem.