That ship is fugly. And why is the registry NCC-0514? Wouldn't it make more sense to make it NCC-514? Jeez, that's a stupid registry number.
Perhaps Starfleet was forward-thinking enough to realize that they soon would have ships with 4-digit registries, so they added a zero as a place-holder (of course they weren't forward-thinking enough since by the 24th century they would need to add more digits).
In my line of work I use this idea everyday...numbers I use have 4 digits no matter if it's a or 0001 or 9999. Having a placeholder for all four digits makes things much more orderly (especially in lists).
Agreed. This is pretty standard practice actually, for everyone from the Navy to the Police. Also, when putting numbered data into a computer, it prevents the computer from mixing up the order by going 'alphabetically'.
ex: The computer will do this, going by '1' as the lowest digit.
1
10
11
12
2
3
4
5
6
7
8
9
Vs.
01
02
03
04
05
06
07
08
09
10
11
12
When doing projects on the computer where there are dozens of files, for example, this makes finding things way easier.