Answer:
No.
Explanation:
Data mining is a process that involves extracting large data from a database to be used in data analytics. It is a tool in analytics for provision of wanted data.
It uses databases, statistics, machine learning and pattern recognition to extract, clean and cluster data based on data types classification. It involves integration of data rather than just a simple transformation.
Answer:
-32 to +31
Explanation:
6 bit 2s complement representation will be of the form b1b2b3b4b5b6 where each bit is either 0 or 1.
The largest positive number that can be represented using this scheme is 011111
Translating this to decimal this is 1*2^4 + 1^2^3 + 1^2^2 + 1^2^1 + 1^2^0
=16 + 8 + 4 + 2 + 1 =31
The smallest negative number that can be represented using this scheme is 100000
Translating this to decimal = -1 * 2^5 = -32
So the range of decimal values that can be represented is -32 to +31.
It uses a 3-way handshake
1. SYN from client to server.
2. SYN-ACK from server to client.
3. ACK from client to the server.
At this point, both client and server have received an acknowledgement of the connection.