Discussion:
A5P5
(too old to reply)
david chen
2011-07-18 07:32:01 UTC
Permalink
It asks us to create a binary string of length 16 based on the last 4
digits of our student id. Then it asks us to write the value of this
string based on our student id. I'm not quite sure what this means, if
you could clarify that would be great, thanks.
cs240
2011-07-18 14:10:26 UTC
Permalink
You are to take the last 4 digits of your student number convert each
digit into a 4 digit binary strings, this results in a binary string of
length 16.

EG: student number 20212187, last 4 digits are 2187, which is
0010000110000111.
--
Patrick Lee
CS240 Tutor
Loading...