What you have there is a finite geometric series.
The difference between the infinite sum of this geometric series and each consecutive partial sum has a ratio of 0.5, so you would take the infinite sum and subtract \({\frac{1}{2}}^{10}\).
The infinite sum is equal to exactly 1, and (1/2)^10 is equal to 1/1024, so the answer is
1023/1024.
The infinite sum is calculated by taking an analogous infinite sum (0.5)^0 + (0.5)^1 + (0.5)^2 + (0.5)^3 ... using the formula 1/(1-r) which the ratio is 0.5, making the sum equal to 1/0.5 = 2, then subtracting the first term (1) because it is not in the original finite geometric series.
Then by looking at partial sums, 0.5, 0.75, 0.875, etc, you can see the ratio between the difference of 1 and each consecutive partial sum is 0.5, so you can conclude 1 - (0.5)^10 will be the right answer.
Certainly not the most mathematically pure approach, but it works.