Am i smart enough to be a computer programmer?

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

The discussion centers around the misconception that IQ is a determining factor for success in programming. Participants emphasize that a score of 107 is sufficient and that dedication and practice are far more critical than IQ. They suggest that anyone can learn programming by simply obtaining a compiler for any programming language and starting to code. The conversation also humorously touches on the idea of hacking, underscoring that skills, not intelligence, are what matter in the field.

PREREQUISITES
  • Basic understanding of programming concepts
  • Familiarity with compilers and programming languages
  • Knowledge of C++ syntax and structure
  • Awareness of the importance of practice in skill development
NEXT STEPS
  • Download and set up a C++ compiler like GCC or Microsoft Visual Studio
  • Explore online resources for learning C++, such as Codecademy or freeCodeCamp
  • Practice coding by solving problems on platforms like LeetCode or HackerRank
  • Investigate the role of persistence and practice in mastering programming skills
USEFUL FOR

This discussion is beneficial for aspiring programmers, students considering a career in technology, and anyone interested in understanding the mindset required for success in programming, regardless of their IQ score.

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
5K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
14
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
17
Views
6K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K