Let V be a finite-dimensional vector space over ##\mathbb R##. The dual space of V is the vector space V* defined as follows. First we define the set V* as the set of linear functions from V into ##\mathbb R##. Then we define addition and scalar multiplication on V* in the following way: For all f,g in V*, and all ##a\in\mathbb R##, we define af and f+g as the elements of V* such that
\begin{align}
&(af)(v)=a(f(v))\\
&(f+g)(v)=f(v)+g(v)
\end{align} for all v in V. A tensor of type (n,m) over V is multilinear map
$$T:\underbrace{V^*\times\cdots\times V^*}_{n\text{ factors}}\times \underbrace{V\times\cdots\times V}_{m\text{ factors}}\to\mathbb R.$$ "Multilinear" means "linear in each variable. For example, if T is a tensor of type (1,2), then we can write a typical element of its range as ##T(\omega,u,v)##. In this case, "multilinear" means that all of the maps
\begin{align}
&\omega\mapsto T(\omega,u,v)\\
&u\mapsto T(\omega,u,v)\\
&v\mapsto T(\omega,u,v)
\end{align} are linear. The best place I know to read about tensors as defined above is "A first course in general relativity" by Schutz. Schutz defines components of tensors, and explains how they "transform" under a change of ordered basis for V.
Many people who say "tensor" actually mean "tensor field". Tensor fields are harder to define properly. I will skip most of the technical details. An n-dimensional smooth manifold is (roughly) a set M together with a bunch of functions ##x:U\mapsto\mathbb R^n## called coordinate systems or charts. Each U is a subset of M, and their union is equal to M. There's an n-dimensional vector space ##T_pM## associated with each point p in M. This space is called the tangent space at p. If p is a point in M, then every coordinate system ##x:U\to\mathbb R^n## such that U contains p, defines an ordered basis for ##T_pM##. So a change of coordinate system induces a change of ordered basis. A tensor field of type (n,m) is a function T, defined on a subset of M, such that for each p in that subset, T(p) is a tensor of type (n,m) over ##T_pM##. If you want to know this stuff in detail, you will have to study a book on differential geometry, such as "Introduction to smooth manifolds", by John M. Lee.