Am i smart enough to be a computer programmer?

  • Thread starter Thread starter jake2007
  • Start date Start date
  • Tags Tags
    Computer
Click For Summary

Discussion Overview

The discussion revolves around the question of whether an individual's IQ is a determining factor for success in computer programming. Participants explore various perspectives on intelligence, the relevance of IQ scores, and the importance of effort and practice in learning programming skills.

Discussion Character

  • Debate/contested
  • Conceptual clarification

Main Points Raised

  • One participant questions if an IQ of 107 is sufficient for success in programming.
  • Another participant suggests that intelligence is not necessarily linked to success, citing extreme cases of smart individuals facing personal struggles.
  • Some participants argue that IQ scores are not important and emphasize that anyone can learn programming with dedication and practice.
  • A humorous suggestion is made about hacking into the CIA as a measure of skill, further downplaying the significance of IQ.
  • A programming snippet is shared to humorously suggest that the act of wanting to know if one is smart enough is itself an indicator of capability.

Areas of Agreement / Disagreement

Participants generally disagree on the relevance of IQ to programming success, with multiple competing views on the importance of intelligence versus effort and practice.

Contextual Notes

The discussion includes informal and humorous remarks that may not contribute to a serious analysis of the topic. There are also varying assumptions about what constitutes "success" in programming.

jake2007
Messages
2
Reaction score
0
my iq is 107 according to that ravens test. is that high enough to be a successful computer programmer?
 
Computer science news on Phys.org
The smart people actually kill themselves. That's how I know I ain't so smart.
 
Never happen! You need at leate a 108. :smile:

Don't worry about your IQ. That is just a measure of your ability to take IQ tests. If you want to learn programing get a compiler for some language (Doesn't really matter which) and start programming.
 
Your IQ is not important! With enough work, anyone can hack into the CIA!
 
Math Jeans said:
Your IQ is not important! With enough work, anyone can hack into the CIA!

I hear that's a good way of getting a job there.

After, of course, serving a few years in the state pen...
 
Mallignamius said:
After, of course, serving a few years in the state pen...

Not if your good enough :biggrin:. SSHHHHHH.

I keep getting the feeling that I will get shot if I keep about this :smile:.
 
...she did it !
 
This will tell if if your smart enough:

Code:
#include <iostream>
#include <string>

using std::cin;
using std::cout;

int main(){

string a = "Yes";
string b = "No";

char dummy;

cout << "Do you want to know if you're smart enough to be a programmer?\n";
cin >> dummy;
cout << "Well, " << a <<" you are.  Even if you did input something into a variable called dummy.\n";

return 0;
}
 

Similar threads

Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 43 ·
2
Replies
43
Views
6K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
14
Views
4K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
17
Views
7K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K