Click here to Skip to main content
15,912,329 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
RantRe: I'm bored Pin
Super Lloyd17-Oct-16 1:53
Super Lloyd17-Oct-16 1:53 
GeneralHow to help students with: taking the assignment too literally Pin
harold aptroot15-Oct-16 1:35
harold aptroot15-Oct-16 1:35 
GeneralRe: How to help students with: taking the assignment too literally Pin
Eddy Vluggen15-Oct-16 2:03
professionalEddy Vluggen15-Oct-16 2:03 
JokeRe: How to help students with: taking the assignment too literally Pin
Marc Clifton15-Oct-16 3:14
mvaMarc Clifton15-Oct-16 3:14 
GeneralRe: How to help students with: taking the assignment too literally Pin
Mark_Wallace15-Oct-16 3:31
Mark_Wallace15-Oct-16 3:31 
GeneralRe: How to help students with: taking the assignment too literally Pin
lopatir15-Oct-16 4:23
lopatir15-Oct-16 4:23 
GeneralRe: How to help students with: taking the assignment too literally Pin
harold aptroot15-Oct-16 7:04
harold aptroot15-Oct-16 7:04 
GeneralRe: How to help students with: taking the assignment too literally Pin
lopatir15-Oct-16 18:06
lopatir15-Oct-16 18:06 
harold aptroot wrote:
But these examples are just examples. You're taking them too literally too.

Agree, it's taken literally because that is what your instructions specify: 'take this, do this then do this then do this,' not 'take this and give me that.'
Yes you do need to give examples, but make the examples more abstract, instead of:
'take this array,
divide the array of bytes into groups of 4 bytes,
then xor those blocks like this'
// very explicit instructions, there really is only 1 correct solution: array[] -> array[][] -> xor

instead (i.e. shown on blackboard / projector):
'using this data // show a string of data bytes
xor these 4 bytes, xor with this next 4 bytes, now draw some arrows 1 -> 5, 2 -> 6, 3 -> 7, 4 -> 8
then xor that with the next 4 bytes, (draw new dotted line arrows, 5 -> 9, 6 -> 10 ...)
repeat to the end'
//this allows the person to decide how: (to group, use index offset, store result in bytes or [u]int, etc...)

It's your instructions that are are too explicit.

It's your instructions that are explicitly stifling creativity.

(And hold back a bit to see if any of the students have enough thought to ask about the length of data not being evenly divisible by 4 - and if so let them propose solutions before giving them an answer.)
Sin tack ear lol
Pressing the "Any" key may be continuate


modified 16-Oct-16 0:32am.

GeneralRe: How to help students with: taking the assignment too literally Pin
harold aptroot16-Oct-16 0:48
harold aptroot16-Oct-16 0:48 
GeneralRe: How to help students with: taking the assignment too literally Pin
WoodyWindy17-Oct-16 0:57
WoodyWindy17-Oct-16 0:57 
GeneralRe: How to help students with: taking the assignment too literally Pin
EbenRoux17-Oct-16 0:57
EbenRoux17-Oct-16 0:57 
GeneralRe: How to help students with: taking the assignment too literally Pin
Tony D Great17-Oct-16 3:56
Tony D Great17-Oct-16 3:56 
RantRe: How to help students with: taking the assignment too literally Pin
Oleg A.Lukin16-Oct-16 21:23
Oleg A.Lukin16-Oct-16 21:23 
GeneralRe: How to help students with: taking the assignment too literally Pin
AndrewDavie17-Oct-16 0:56
AndrewDavie17-Oct-16 0:56 
GeneralRe: How to help students with: taking the assignment too literally Pin
Harrison Pratt17-Oct-16 2:04
professionalHarrison Pratt17-Oct-16 2:04 
GeneralRe: How to help students with: taking the assignment too literally Pin
Dimitrios Kalemis17-Oct-16 2:39
Dimitrios Kalemis17-Oct-16 2:39 
GeneralRe: How to help students with: taking the assignment too literally Pin
Gerry Schmitz17-Oct-16 4:10
mveGerry Schmitz17-Oct-16 4:10 
GeneralRe: How to help students with: taking the assignment too literally Pin
harold aptroot17-Oct-16 4:14
harold aptroot17-Oct-16 4:14 
GeneralRe: How to help students with: taking the assignment too literally Pin
Gerry Schmitz17-Oct-16 4:51
mveGerry Schmitz17-Oct-16 4:51 
GeneralRe: How to help students with: taking the assignment too literally Pin
Rowdy Raider17-Oct-16 5:13
Rowdy Raider17-Oct-16 5:13 
GeneralRe: How to help students with: taking the assignment too literally Pin
Greg Lovekamp17-Oct-16 10:33
professionalGreg Lovekamp17-Oct-16 10:33 
GeneralRe: How to help students with: taking the assignment too literally Pin
Kirk 1038982117-Oct-16 6:00
Kirk 1038982117-Oct-16 6:00 
GeneralRe: How to help students with: taking the assignment too literally Pin
mbb0119-Oct-16 23:45
mbb0119-Oct-16 23:45 
Generaldo you use extension methods intensively in your projects? Pin
Southmountain14-Oct-16 14:54
Southmountain14-Oct-16 14:54 
GeneralRe: do you use extension methods intensively in your projects? Pin
Super Lloyd14-Oct-16 15:20
Super Lloyd14-Oct-16 15:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.