What does "String" mean in context of counting theory ? For example :
There are 8 binary strings of length 3 .
What does binary and length signify here ?
Edit : I want to specifically why it is called a String ?
What does "String" mean in context of counting theory ? For example :
There are 8 binary strings of length 3 .
What does binary and length signify here ?
Edit : I want to specifically why it is called a String ?
binary string means $\textit{a sequence of 0's and 1's}$ and the length defines the number of elements in the sequence.
Like $10011$ is a binary string of length $5$, $110011100$ is a binary string of length $9$ etc.