Posts

Showing posts from October, 2014

Data Mining

Image
Data mining is the computational process of discovering patterns in large data sets involving methods at the intersection of artificial intelligence,machine learning, statistics, and database systems. It is sometimes called Knowledge Discovery in Databases (KDD) . The Knowledge Discovery in Databases (KDD) process is commonly defined with the stages:     (1) Selection     (2) Pre-processing     (3) Transformation     (4) Data Mining     (5) Interpretation/Evaluation Data mining involves six common classes of tasks: 1)Anomaly detection (Outlier/change/deviation detection) – The identification of unusual data records, that might be interesting or data errors that require further investigation. 2)Association rule learning (Dependency modeling) – Searches for relationships between variables. For example a supermarket might gather data on customer purchasing habits. Using association rule learning, the supermarke...

Solved quetions

Image
1.Find the wrong number in the sequence: 52, 51, 48, 43, 34, 27, 16 (A) 27 (B) 34 (C) 43 (D) 48 Answer:- (B) 34 2.In a certain code ,PAN is written as 31 and PAR as 35,then PAT is written in the same code as (A) 30 (B) 37 (C) 39 (D) 41 Answer :- (B) 37 3.The letters in the first set have certain relationship. On the basis of this relationship,make the right choice for the second set :AF:IK: :LQ:? (A )MO (B) NP (C) OR (D) TV Answer :-(D) TV 4.If 5472=9, 6342=6, 7584=6,what is 9236? (A) 2 (B) 3 (C) 4 (D) 5 Answer :- (A) 2 5.1 GB is equal to (A) 2 30 bits (B) 2 30 bytes (C) 2 20 bits (D) 2 20 bytes Answer :- (B) 2 30 bytes 6.The set of computer programs that manage the hardware/software of a computer is called (A) Compiler system (B) Operation system (C) Operating system (D) None of these Answer :- (C) Operating system 7.S/MIME in Internet technology stands for (A) Secure Multipurpose Internet Mail Extension (B) S...