There are two possible approaches:
1) Find a basis - this is pretty much using the definition
2) Find how many elements are in the space - an m-dimensional vector space over

has

elements, hence if you can count how many elements there are then just take

to find the dimension.
So using approach 2) how many different such sequences vectors are there with an even number of 1's? Well you can choose the first four entries to be anything you like, and then there is a unique choice for the last entry which makes you have an even number of 1's in total (more precisely, if out of the first four entries, there is an odd number of 1's, then the last entry must be a 1. If however out of the first four entries, there is an even number of 1's, then the last entry must be a 0). So you see there is a one to one correspondence between vectors with 4 entries and vectors with 5 entries with even number of 1's. Hence there are

such vectors so the dimension is

Here is an approach using 1), finding an explicit basis: (1,1,0,0,0),(1,0,1,0,0),(1,0,0,1,0),(1,0,0,0,1) I'll leave it as an exercise to check that it is indeed a basis (there is a shortcut: it is easy to check linear independence(put it in a matrix and see), and if it spans something that is not the space we're after, then it must span something bigger and a bigger thing must be 5 dimensional hence the whole space, which can't occur)