Search found 11 matches

by jsclmedave
Fri Mar 28, 2008 6:43 am
Forum: PowerShell
Topic: Windows PowerShell 101 DVD Question
Replies: 5
Views: 7559

Windows PowerShell 101 DVD Question

Question is -

Type the comparison that will allow PowerShell to determine if the fourth bit is "turned on" in the value 192.

Answer is -

129 -band 8
8 -band 129


I am at a loss here... If this is indeed correct can someone please explain?