Determine whether f is a function from the set of all bit strings to the set of integers if
a.f (s) is the position of a 0 bit in s.

Respuesta :

[tex]f[/tex] is not a function because for a given string it can return more than one possible value. For example, if [tex]s=010[/tex], then [tex]f(s)\in\{1,3\}[/tex].