Click here to Skip to main content
15,912,756 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.

 
GeneralRe: Does it really gauge one's ability to code ? Pin
AndrewDavie24-Nov-16 0:57
AndrewDavie24-Nov-16 0:57 
GeneralRe: Does it really gauge one's ability to code ? Pin
Member 1286378722-Nov-16 23:39
Member 1286378722-Nov-16 23:39 
GeneralRe: Does it really gauge one's ability to code ? Pin
Slacker00722-Nov-16 23:51
professionalSlacker00722-Nov-16 23:51 
JokeRe: Does it really gauge one's ability to code ? Pin
S Houghtelin23-Nov-16 2:27
professionalS Houghtelin23-Nov-16 2:27 
GeneralRe: Does it really gauge one's ability to code ? Pin
Slacker00723-Nov-16 3:06
professionalSlacker00723-Nov-16 3:06 
GeneralRe: Does it really gauge one's ability to code ? Pin
S Houghtelin23-Nov-16 3:12
professionalS Houghtelin23-Nov-16 3:12 
GeneralRe: Does it really gauge one's ability to code ? Pin
Slacker00723-Nov-16 3:47
professionalSlacker00723-Nov-16 3:47 
GeneralRe: Does it really gauge one's ability to code ? Pin
Rage23-Nov-16 0:36
professionalRage23-Nov-16 0:36 
Specifically:
Well, you get to look at it with a bit of perspective : Rshift followed by Lshift of the same amount simply introduces as much zeroes as in the the shift on the right of your initial number. This means the first three operations neutralize in this case. So you simply XOR the last four 5 with F, which gives A (A5 pattern is commonly used to test memory, since both are made up of alternating 0 and 1's, that are swapped when XORed with F, so result of F-XORed A5 is always 5A).

More generally:
This is testing your logic, and how you can use your brain to solve something. You will probably never use it if you do not do low level, but sometimes it helps to solve complex situations to have a analytic mind.

GeneralRe: Does it really gauge one's ability to code ? Pin
CDP180223-Nov-16 1:04
CDP180223-Nov-16 1:04 
GeneralRe: Does it really gauge one's ability to code ? Pin
Stefan_Lang24-Nov-16 22:29
Stefan_Lang24-Nov-16 22:29 
GeneralRe: Does it really gauge one's ability to code ? Pin
CDP180224-Nov-16 23:01
CDP180224-Nov-16 23:01 
GeneralRe: Does it really gauge one's ability to code ? Pin
Marc Clifton23-Nov-16 3:13
mvaMarc Clifton23-Nov-16 3:13 
GeneralRe: Does it really gauge one's ability to code ? Pin
virang_2123-Nov-16 9:35
virang_2123-Nov-16 9:35 
GeneralRe: Does it really gauge one's ability to code ? Pin
Stefan_Lang24-Nov-16 22:32
Stefan_Lang24-Nov-16 22:32 
GeneralRe: Does it really gauge one's ability to code ? Pin
Kirill Illenseer23-Nov-16 20:46
Kirill Illenseer23-Nov-16 20:46 
GeneralRe: Does it really gauge one's ability to code ? Pin
SeattleC++24-Nov-16 6:27
SeattleC++24-Nov-16 6:27 
GeneralRe: Does it really gauge one's ability to code ? Pin
Stefan_Lang24-Nov-16 22:39
Stefan_Lang24-Nov-16 22:39 
GeneralRe: Does it really gauge one's ability to code ? Pin
SeattleC++25-Nov-16 4:30
SeattleC++25-Nov-16 4:30 
GeneralRe: Does it really gauge one's ability to code ? Pin
Stefan_Lang25-Nov-16 5:13
Stefan_Lang25-Nov-16 5:13 
GeneralRe: Does it really gauge one's ability to code ? Pin
JackPeacock24-Nov-16 10:35
professionalJackPeacock24-Nov-16 10:35 
GeneralRe: Does it really gauge one's ability to code ? Pin
Stefan_Lang24-Nov-16 23:00
Stefan_Lang24-Nov-16 23:00 
GeneralCCC OTD 2016-11-23 -Solved Pin
Roo Walker22-Nov-16 22:00
professionalRoo Walker22-Nov-16 22:00 
GeneralRe: CCC OTD 2016-11-23 Pin
PeejayAdams22-Nov-16 22:18
PeejayAdams22-Nov-16 22:18 
PraiseRe: CCC OTD 2016-11-23 Pin
Roo Walker22-Nov-16 22:25
professionalRoo Walker22-Nov-16 22:25 
QuestionIs this normal? Pin
Eytukan22-Nov-16 21:21
Eytukan22-Nov-16 21:21 

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.