Tag

#BSc CSIT Seventh semester notes

Introduction to Data Preprocessing and its Types

December 28, 2021

What is Data preprocessing? Data preprocessing is a data mining technique that involves transforming incomplete, inconsistent, and/or noisy data which increase chances of error and misinterpretation, into an…

Introduction to Data Warehouse and Data Warehousing

December 14, 2021

A data warehouse is a repository of information collected from multiple heterogeneous sources and placed in a single site in order to facilitate management decision making. The process…

Fundamental Programming Structure in JAVA.

December 3, 2021

Arrays An array is a collection of similar elements with the same data type. It’s used to keep multiple values in a single variable. Java array is an…