answersLogoWhite

0

it is simply some one skilled in the computering field an enters into your computer........unauthorised an steals your data such as credit card numbers,bank accounts numbers etc.. and

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

What is a c plus plus program that estimates the value of the mathematical constant 'e'?

A C++ program that estimates the value of the mathematical constant 'e' can be implemented using the series expansion of 'e', which is given by the infinite series ( e = \sum_{n=0}^{\infty} \frac{1}{n!} ). Here's a simple example: #include <iostream> double estimateE(int terms) { double e = 1.0; double factorial = 1.0; for (int n = 1; n <= terms; ++n) { factorial *= n; // Calculate n! e += 1.0 / factorial; // Add the next term in the series } return e; } int main() { int terms = 10; // Number of terms for estimation std::cout << "Estimated value of e: " << estimateE(terms) << std::endl; return 0; } This program calculates 'e' using a specified number of terms in the series, improving accuracy with more terms.


Is there a Hacker trail?

Yes. there is. a man named Jerimah Hacker made his own trail in the 1800's. he wrote it=down on a map for all to use.=


How is the protection from a skilled hacker different from an unskilled hacker?

What makes a skilled hacker is the amount of knowledge he has and how good his creativity is, imagine playing chess against a skilled and clever player rather then playing chess with an unskilled player.


Design recursive algorithm for computing 2n for any non negative integer n which is based on the formula2n2n-1 2n-1?

The formula, as far as I can see, is not appropriate for the algorithm.


Who plays hacker on cyberchase?

Christopher Loyd.

Related Questions

What does acronym LAN mean?

In computing terms, LAN stands for (L)ocal (A)rea (N)etwork.


What is the formula of computing square?

formula for computing square of number n is n*n or n2


What is a hacker how can you can learn the hackers from the company?

The term hacker has a double meaning within the field of computing. A hacker can be a genuine expert of computer software and hardware. The other known meaning of hacker is someone who breaks into computer security networks for a reason of their own, basically they break the law in doing so.


What is process management in terms of computing?

Process management in terms of computing is allocating resources in the operating system so that processes such as information exchange and sharing can be completed.


In computing terms what is PC an acronym for?

personal computer


What is a cold start in computing terms?

Cold start in computing terms mean to start a computer programme from the very beginning. It is a potential problem in the computer based information system.


What's a good website that explains the cloud computing future in simple terms?

Many websites offer a description of cloud computing and put it in simple terms. Cloudcomputingoffers.com is one such website. It has Question and Answer section.


What is web based computing?

web based computing is nothing but a transaction done by through online, n the trade n non trading concern done their business on through online n maintaining book of accounts through internet....


Are all hackers work for damage?

* Hacker (computing) has a spectrum of meanings: ** Hacker (free and open source software), a programmer in the free software and open source movement ** Hacker (hobbyist), an enthusiastic home computer hobbyist. Hackers solve problems and build things, and they believe in freedom and voluntary mutual help. To be accepted as a hacker, you have to behave as though you have this kind of attitude yourself. And to behave as though you have the attitude, you have to really believe the attitude.


What is the common name for mobile computing?

A few common names for mobile computing are nomadic computing and mobile communication. The terms just basically mean the ability to use mobile communication while you are on the go.


What does the acronym POP stand for?

In computing terms, it stands for Post Office Protocol.


What is full from of RAM?

RAM in computing terms stands for Random Access Memory.