|
| Welcome to the Video Game Forums forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Cheat Codes | Arcade-(278 Games) | RPG | Donate | Member Forums | Daily Crossword Puzzle |
| | Thread Tools |
| | #1 |
| Veteran Member Join Date: Apr 2001 Posts: 10,684 Thanks: 0 Thanked 0 Times in 0 Posts | What computer languages do you know? Personally, I know HTML, Python, some C/C++, and of course I can do binary, hex, octal, all that good stuff, although it's easier to use a translating device. |
| |
| | #2 |
| Marshmallow Knight ☆ Supermod | I started out with Pascal (or, Hypercard, if you want to go even further into the past), and then moved onto C. I can read a bit of BASIC and assembly; stuff I learned while 'studying' for the ACSL. I can make HTML pages in notepad that would make an six-year-old awestruck. I guess that's it. |
| |
| | #3 |
| Senior Member Join Date: Sep 2003 Location: Arizona Gender: Posts: 2,518 Thanks: 1 Thanked 0 Times in 0 Posts | A pretty good knowledge of basic HTML, a little tiny non-basic. That's it. Heck, I am only 12! Some binary too. Where is the idiot running to? Why to Nintendo Mania of course. Just follow him for the time of your life. |
| |
| | #4 |
| Banned Join Date: Dec 1969 Posts: 1 Thanks: 0 Thanked 0 Times in 0 Posts | A know a lot of the standard languages... With my degree in comp sci, I'm pretty well prepared to work with any language, so long as I learn a little about each one's particular structure and syntax. But I've used Q Basic, Visual Basic, Hypercard (I loved Hypercard), C, C++, Java (I loathe Java), Pearl, Prolog, and probably some other ones. I love programming in VB for fun.-jay |
| |
| | #5 |
| Senior Member Join Date: Dec 2002 Location: Rural NZ. There are lots of sheep here. Gender: Posts: 6,933 Thanks: 22 Thanked 60 Times in 43 Posts | Im just going into the third year of my comp sci degree at the end of summer. I know a bit of Visual Basic, Basic, C, Java and XHTML but so far the main languages we've been using are Ada 95 and Haskell. |
| |
| | #8 |
| Banned Join Date: Dec 1969 Posts: 0 Thanks: 0 Thanked 0 Times in 0 Posts | HTML and UBB. [img]tongue.gif[/img] Oh, and right with Calvin and Hobbes, Foxtrot is tied for the best comic ever. The tech references are awesome, no other comic has stuff like that. Oh, and what's the point of knowing binary? Can you actually program anything with it? Isn't that like, typing the letter "A" to the computer is "0000000001" or whatever? |
| |
| | #9 |
| You're supposed to actually know computer language? *whispers* Don't tell Shane... but I can't even work through my "html for faeries" book!!! ![]() | |
| |
| | #11 | |
| Member Join Date: Jul 2002 Location: Nowhere Posts: 1,120 Thanks: 0 Thanked 0 Times in 0 Posts | Quote:
[img]tongue.gif[/img] [img]smile.gif[/img] | |
| |
| | #12 |
| Senior Member Join Date: Aug 2000 Location: Indiana Gender: Posts: 4,935 Thanks: 14 Thanked 8 Times in 2 Posts | I've mostly used C++, I know a bit of Java, Visual Basic (I'd be shocked if I remembered any), and right now I'm working on PHP. |
| |
| | #14 |
| Senior Member Join Date: May 2000 Location: Greater Boston Area Gender: Posts: 4,024 Thanks: 0 Thanked 0 Times in 0 Posts | Binary isn't really a programming language per se. It's a system for encoding numbers. It's useful because everything in computers is stored in binary, and as a result, knowing it lets you get a little lower level. The machine code of a programming language is, however, stored in binary. You see, programs are stored in memory, and the CPU reads the program to know what to do. Of course, even people who program the most low-level of code usually don't memorize the actual binary numbers which represent the commands. Instead, they use assembly, which consists of a series of mnemonic devices. For example, on a hypothetical machine, a program which loads two numbers from memory, adds them, and loads the answer back into memory might look something like this: </font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">DLOD #127 MOV MX AX DLOD #128 MOV MX BX ADD MOV DX MX ULOD #129</pre>[/quote]And each word would, in the final machine code, be replaced by a number represented in binary. |
| |
| Bookmarks |
| |
| |
| Thread Tools | |
| |