BSc CSIT Seventh semester notes
Introduction to Data Preprocessing and its Types
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 understandable format. […]
Introduction to Data Warehouse and Data Warehousing
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 of constructing […]
Fundamental Programming Structure in JAVA.
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 object that […]

