I guess I found out in elementary school that I was good at science- never made less than an A in any science class, but since I hated maths I never pursued it. About ten years ago found out I was good with computers. To this day, if you know how to post on forums and set up an email client, browser and network, I guarantee that you know more than a huge number of people and can get paid to teach them those things. If you understand philosophy, you understand logic, and if you understand logic, I guarantee you could learn electronics and computer programming. As you speak French I already know you are smart enough to learn a programming language like Java. I saw an ad yesterday for someone local to teach a new business owner how to use QuickBooks software. Eh but Im a computer nerd so these are examples I am familiar with. I have read posts from some people here that leads me to believe they should formally study theology.
I guess like was said above, just think what you enjoy, and what you might enjoy, then give it a try and see what happens. Now I will test your electronics skills! Play along- if you can answer these questions without too much thought, and enjoy doing it, I highly recommend electronics or computer science. Or philosophy.
If the output of a two input AND gate is true only when both inputs are true, when is the output of a two input OR gate true?
A NAND gate is an inverted AND (NOT AND). When is the output of a two input NAND gate true? When is the output of a two input NOR gate true?
Using Boolean algebra, a K-map, or any method, simplify the following logic:
AB + AC + A'BC'
(A ANDed with B OR A ANDed with C OR NOT A ANDed with B ANDed with NOT C)
Keep in mind A, B, and C can all only be either 1 or 0.
In a three element array in which each element can be any number from one to three, how many combinations of numbers are possible for the array?
If a While loop runs only while the input equals X, and the inputs equal X, X, and Y, how many times does the loop run? Think carefully.
I am confident you can answer all of the questions without using google!