Remove Ad, Sign Up
Register to Remove Ad
Register to Remove Ad
Remove Ad, Sign Up
Register to Remove Ad
Register to Remove Ad
Signup for Free!
-More Features-
-Far Less Ads-
About   Users   Help
Users & Guests Online
On Page: 1
Directory: 136
Entire Site: 8 & 842
Page Staff: pokemon x, pennylessz, Barathemos, tgags123, alexanyways, supercool22, RavusRat,
04-24-24 06:28 PM

Thread Information

Views
8,020
Replies
28
Rating
0
Status
CLOSED
Thread
Creator
kasper699
07-25-06 09:04 PM
Last
Post
MichaelVash7886
08-05-06 11:29 AM
Additional Thread Details
Views: 1,823
Today: 0
Users: 0 unique

Thread Actions

Thread Closed
New Thread
New Poll
Order
Posts


2 Pages
>>
 

school project on robots

 

07-25-06 09:04 PM
kasper699 is Offline
| ID: 51930 | 25 Words

kasper699
Level: 32


POSTS: 27/176
POST EXP: 3868
LVL EXP: 188029
CP: 3.0
VIZ: 3232

Likes: 0  Dislikes: 0
Q1. find some examples of different progarmming languages. what do the languages have in common? if you can help i that will be good
Q1. find some examples of different progarmming languages. what do the languages have in common? if you can help i that will be good
Member

Affected by 'Laziness Syndrome'

Registered: 07-23-06
Location: australia North vic
Last Post: 4252 days
Last Active: 4251 days

(edited by kasper699 on 07-25-06 10:31 PM)    

07-25-06 10:03 PM
IceWave04 is Offline
| ID: 51931 | 50 Words

IceWave04
Level: 134

POSTS: 3182/4864
POST EXP: 234892
LVL EXP: 28369609
CP: 81.0
VIZ: 24732

Likes: 0  Dislikes: 0
Umm im jes gonna list of a few languages... I dont know how useful it will be to what your doing.. on account of the lack of information regarding the course, etc...

VB script
JAVA
Coldfusion
PHP
HTML
ASP

Just some examples...

Umm similarities... Well ASP and Coldfusion have similarities...
Umm im jes gonna list of a few languages... I dont know how useful it will be to what your doing.. on account of the lack of information regarding the course, etc...

VB script
JAVA
Coldfusion
PHP
HTML
ASP

Just some examples...

Umm similarities... Well ASP and Coldfusion have similarities...
Trusted Member

Affected by 'Laziness Syndrome'

Registered: 03-01-05
Last Post: 5358 days
Last Active: 5312 days

07-26-06 12:08 AM
Lowell is Offline
| ID: 51942 | 298 Words

Lowell
Level: 57


POSTS: 570/661
POST EXP: 49321
LVL EXP: 1429715
CP: 24.4
VIZ: 2716

Likes: 0  Dislikes: 0
If you're making robots, you're not going to want to use a Markup Language, like HTML or CFML, a meta-markup language like PHP or ASP, or a Markup scripting language like VBscript or Javascript.

If you want a language that has been proven to run on the widest variety of platforms, you might like to check out Java. However, C/C++ is fairly platform independent as well, it just doesn't have a built-in graphics library the way Java does.

What you might want is a low-level language like ASM: Assembly Language. That's a language that's VERY close to what the machine is doing, but also capable of being read and understood fairly simply by humans.

Assuming you have to work with transistors, resistors, and IC chips, they're probably going to want you to work with Assembly, and we will pray God takes mercy on your soul.

Differences between Languages
Assembly:
Machine code. Dependent on Processor.
(No two brands of processor run the same assembly language. Limited number of variables. Computer instructions are sequential; line one comes before line two.)

BASIC:
Beginners Allpurpose Symbolic Instruction Code. Fairly platform independent.
(One program can run on another type of computer with few modifications)
(Most basic languages include very few and very simple one-word instructions, similar to assembly, but easy to understand. Variables limited by computer memory. Computer instructions are sequential; line one comes before line two.)

Java/C++:
Object Oriented Languages. Platform Independent.
(One program can run on another type of computer with no modifications, in most cases)
(Most object-oriented languages include structures that relate to eachother in specific ways. [encapsulate, inherit, abstract, polymorph] Variables are attributes of these objects. Computer instructions are contained in methods the objects use to do things; line one is a part of function one inside object one.)
If you're making robots, you're not going to want to use a Markup Language, like HTML or CFML, a meta-markup language like PHP or ASP, or a Markup scripting language like VBscript or Javascript.

If you want a language that has been proven to run on the widest variety of platforms, you might like to check out Java. However, C/C++ is fairly platform independent as well, it just doesn't have a built-in graphics library the way Java does.

What you might want is a low-level language like ASM: Assembly Language. That's a language that's VERY close to what the machine is doing, but also capable of being read and understood fairly simply by humans.

Assuming you have to work with transistors, resistors, and IC chips, they're probably going to want you to work with Assembly, and we will pray God takes mercy on your soul.

Differences between Languages
Assembly:
Machine code. Dependent on Processor.
(No two brands of processor run the same assembly language. Limited number of variables. Computer instructions are sequential; line one comes before line two.)

BASIC:
Beginners Allpurpose Symbolic Instruction Code. Fairly platform independent.
(One program can run on another type of computer with few modifications)
(Most basic languages include very few and very simple one-word instructions, similar to assembly, but easy to understand. Variables limited by computer memory. Computer instructions are sequential; line one comes before line two.)

Java/C++:
Object Oriented Languages. Platform Independent.
(One program can run on another type of computer with no modifications, in most cases)
(Most object-oriented languages include structures that relate to eachother in specific ways. [encapsulate, inherit, abstract, polymorph] Variables are attributes of these objects. Computer instructions are contained in methods the objects use to do things; line one is a part of function one inside object one.)
Vizzed Elite

Affected by 'Laziness Syndrome'

Registered: 12-07-04
Location: Portland
Last Post: 3735 days
Last Active: 2540 days

(edited by Lowell on 07-26-06 02:50 AM)    

07-26-06 05:15 AM
kasper699 is Offline
| ID: 51959 | 10 Words

kasper699
Level: 32


POSTS: 30/176
POST EXP: 3868
LVL EXP: 188029
CP: 3.0
VIZ: 3232

Likes: 0  Dislikes: 0
...ok.... and can you put it in english plz lowell??
...ok.... and can you put it in english plz lowell??
Member

Affected by 'Laziness Syndrome'

Registered: 07-23-06
Location: australia North vic
Last Post: 4252 days
Last Active: 4251 days

07-26-06 07:10 AM
Lowell is Offline
| ID: 51966 | 148 Words

Lowell
Level: 57


POSTS: 579/661
POST EXP: 49321
LVL EXP: 1429715
CP: 24.4
VIZ: 2716

Likes: 0  Dislikes: 0
HTML, CFML, PHP, ASP, VBS, JS = No.
ASM, BASIC, C++, JAVA = Maybe.

ASM: Programs made of many Lines of text, each with a memory address.
Made of words like ADD, CMP, and INT.

BASIC: Programs made of many Lines of text, usually each with a number or label.
Made of words like PRINT, IF/THEN, and FOR/NEXT.

JAVA/C++: Programs made of many Objects, each with a name, variables, and functions.
Made of functions like PRINTLN(), IF(){}ELSE{}, and FOR( ;; ).

Assembly, Basic, and Java or C++ can all be used, in different cases, to tell robots what to do. (They can all be translated into Machine-Code).

It really depends on the setup in the Robot Project in class. If you're doing it all yourself, it will be pretty difficult to get ALL the stuff you need to make your own robot, not to mention a little expensive.
HTML, CFML, PHP, ASP, VBS, JS = No.
ASM, BASIC, C++, JAVA = Maybe.

ASM: Programs made of many Lines of text, each with a memory address.
Made of words like ADD, CMP, and INT.

BASIC: Programs made of many Lines of text, usually each with a number or label.
Made of words like PRINT, IF/THEN, and FOR/NEXT.

JAVA/C++: Programs made of many Objects, each with a name, variables, and functions.
Made of functions like PRINTLN(), IF(){}ELSE{}, and FOR( ;; ).

Assembly, Basic, and Java or C++ can all be used, in different cases, to tell robots what to do. (They can all be translated into Machine-Code).

It really depends on the setup in the Robot Project in class. If you're doing it all yourself, it will be pretty difficult to get ALL the stuff you need to make your own robot, not to mention a little expensive.
Vizzed Elite

Affected by 'Laziness Syndrome'

Registered: 12-07-04
Location: Portland
Last Post: 3735 days
Last Active: 2540 days

(edited by Lowell on 07-26-06 08:11 AM)    

07-26-06 07:28 AM
BigBob85 is Offline
| ID: 51969 | 35 Words

BigBob85
Level: 151

POSTS: 3281/6381
POST EXP: 217397
LVL EXP: 42877216
CP: 170.6
VIZ: 49768

Likes: 0  Dislikes: 0
Whats the thread title name got to do with the thread?

HTML, PHP, ASP, JS are more web sites.
is CFML coldfusion? Cos thats websites aswell.

XML is websites aswell.
Actionscript is used in flash.
Whats the thread title name got to do with the thread?

HTML, PHP, ASP, JS are more web sites.
is CFML coldfusion? Cos thats websites aswell.

XML is websites aswell.
Actionscript is used in flash.
Vizzed Elite
Member Of The Year 07


Affected by 'Laziness Syndrome'

Registered: 12-09-04
Location: Melbourne, Australia
Last Post: 1602 days
Last Active: 1236 days

07-26-06 02:50 PM
Lowell is Offline
| ID: 51977 | 35 Words

Lowell
Level: 57


POSTS: 582/661
POST EXP: 49321
LVL EXP: 1429715
CP: 24.4
VIZ: 2716

Likes: 0  Dislikes: 0
>Whats the thread title name got to do with the thread?

His first post asked about programming languages, so I'm assuming he wants to know what languages are, or can be, used in programming robots.
>Whats the thread title name got to do with the thread?

His first post asked about programming languages, so I'm assuming he wants to know what languages are, or can be, used in programming robots.
Vizzed Elite

Affected by 'Laziness Syndrome'

Registered: 12-07-04
Location: Portland
Last Post: 3735 days
Last Active: 2540 days

07-27-06 05:45 AM
BigBob85 is Offline
| ID: 52007 | 25 Words

BigBob85
Level: 151

POSTS: 3287/6381
POST EXP: 217397
LVL EXP: 42877216
CP: 170.6
VIZ: 49768

Likes: 0  Dislikes: 0
Yeh, but, since when does a year 8 or 9 student have to research something like what the OS of a robot was made in...
Yeh, but, since when does a year 8 or 9 student have to research something like what the OS of a robot was made in...
Vizzed Elite
Member Of The Year 07


Affected by 'Laziness Syndrome'

Registered: 12-09-04
Location: Melbourne, Australia
Last Post: 1602 days
Last Active: 1236 days

07-27-06 07:29 AM
kasper699 is Offline
| ID: 52022 | 34 Words

kasper699
Level: 32


POSTS: 37/176
POST EXP: 3868
LVL EXP: 188029
CP: 3.0
VIZ: 3232

Likes: 0  Dislikes: 0
hay we are not buliding a robot we are just finding info about 1 we might l8er in the year like in 4 tearm lol ty guys and i am in year 8 lol
hay we are not buliding a robot we are just finding info about 1 we might l8er in the year like in 4 tearm lol ty guys and i am in year 8 lol
Member

Affected by 'Laziness Syndrome'

Registered: 07-23-06
Location: australia North vic
Last Post: 4252 days
Last Active: 4251 days

(edited by kasper699 on 07-27-06 08:30 AM)    

07-27-06 07:47 AM
Dragon master is Offline
| ID: 52024 | 45 Words

Dragon master
Level: 124


POSTS: 797/4065
POST EXP: 155596
LVL EXP: 21702913
CP: 109.0
VIZ: 96205

Likes: 0  Dislikes: 0
Originally posted by kasper699
hay we are not buliding a robot we are just finding info about 1 we might l8er in the year like in 4 tearm lol ty guys and i am in year 8 lol


By your typing it looks like year 4.
Originally posted by kasper699
hay we are not buliding a robot we are just finding info about 1 we might l8er in the year like in 4 tearm lol ty guys and i am in year 8 lol


By your typing it looks like year 4.
Trusted Member
"JigSaw and myself have come to the conclusion that the reddit site sucks. They're also incredibly rude, very liberal and die hard athiests."

THAT sounds like my cue! :3


Affected by 'Laziness Syndrome'

Registered: 02-11-05
Last Post: 4544 days
Last Active: 4544 days

07-27-06 05:42 PM
BigBob85 is Offline
| ID: 52038 | 24 Words

BigBob85
Level: 151

POSTS: 3298/6381
POST EXP: 217397
LVL EXP: 42877216
CP: 170.6
VIZ: 49768

Likes: 0  Dislikes: 0
Yeh, he writes to much like hes talking on WLM, in a group convo, trying to P off as many people as possible
Yeh, he writes to much like hes talking on WLM, in a group convo, trying to P off as many people as possible
Vizzed Elite
Member Of The Year 07


Affected by 'Laziness Syndrome'

Registered: 12-09-04
Location: Melbourne, Australia
Last Post: 1602 days
Last Active: 1236 days

07-27-06 06:42 PM
Lowell is Offline
| ID: 52042 | 16 Words

Lowell
Level: 57


POSTS: 594/661
POST EXP: 49321
LVL EXP: 1429715
CP: 24.4
VIZ: 2716

Likes: 0  Dislikes: 0
Go download Ceebot. It will teach you to program robots.

This goes for ALL of you.
Go download Ceebot. It will teach you to program robots.

This goes for ALL of you.
Vizzed Elite

Affected by 'Laziness Syndrome'

Registered: 12-07-04
Location: Portland
Last Post: 3735 days
Last Active: 2540 days

(edited by Lowell on 07-27-06 07:44 PM)    

07-27-06 07:53 PM
BigBob85 is Offline
| ID: 52044 | 14 Words

BigBob85
Level: 151

POSTS: 3302/6381
POST EXP: 217397
LVL EXP: 42877216
CP: 170.6
VIZ: 49768

Likes: 0  Dislikes: 0
I have a robot, called cybot.

Could program it to, but not like Ceebot.
I have a robot, called cybot.

Could program it to, but not like Ceebot.
Vizzed Elite
Member Of The Year 07


Affected by 'Laziness Syndrome'

Registered: 12-09-04
Location: Melbourne, Australia
Last Post: 1602 days
Last Active: 1236 days

07-28-06 06:06 AM
kasper699 is Offline
| ID: 52099 | 14 Words

kasper699
Level: 32


POSTS: 42/176
POST EXP: 3868
LVL EXP: 188029
CP: 3.0
VIZ: 3232

Likes: 0  Dislikes: 0
i am crap and eng but i am good at maths and computers games
i am crap and eng but i am good at maths and computers games
Member

Affected by 'Laziness Syndrome'

Registered: 07-23-06
Location: australia North vic
Last Post: 4252 days
Last Active: 4251 days

07-29-06 03:25 AM
BigBob85 is Offline
| ID: 52145 | 14 Words

BigBob85
Level: 151

POSTS: 3312/6381
POST EXP: 217397
LVL EXP: 42877216
CP: 170.6
VIZ: 49768

Likes: 0  Dislikes: 0
If only compter games were a subject...
Maths i g double-o d
If only compter games were a subject...
Maths i g double-o d
Vizzed Elite
Member Of The Year 07


Affected by 'Laziness Syndrome'

Registered: 12-09-04
Location: Melbourne, Australia
Last Post: 1602 days
Last Active: 1236 days

07-29-06 03:25 PM
Lowell is Offline
| ID: 52180 | 18 Words

Lowell
Level: 57


POSTS: 597/661
POST EXP: 49321
LVL EXP: 1429715
CP: 24.4
VIZ: 2716

Likes: 0  Dislikes: 0
Computer Game Programming 101. They teach it in Portland Colleges. You get to play with Game Maker 6.
Computer Game Programming 101. They teach it in Portland Colleges. You get to play with Game Maker 6.
Vizzed Elite

Affected by 'Laziness Syndrome'

Registered: 12-07-04
Location: Portland
Last Post: 3735 days
Last Active: 2540 days

07-29-06 06:39 PM
MichaelVash7886 is Offline
| ID: 52201 | 11 Words

Level: 161


POSTS: 5374/7398
POST EXP: 196466
LVL EXP: 53536621
CP: 124.6
VIZ: 73784

Likes: 0  Dislikes: 0
I'm sure a lot more places teach about Computer games now.
I'm sure a lot more places teach about Computer games now.
Vizzed Elite
The Quiet Paladin
LEGENDARY POSTER!
VIzzed Ville Gameshow Champion!!!(8-14-2005)


Affected by 'Laziness Syndrome'

Registered: 12-06-04
Location: Tennessee
Last Post: 3422 days
Last Active: 2725 days

07-30-06 05:34 AM
BigBob85 is Offline
| ID: 52225 | 5 Words

BigBob85
Level: 151

POSTS: 3323/6381
POST EXP: 217397
LVL EXP: 42877216
CP: 170.6
VIZ: 49768

Likes: 0  Dislikes: 0
GM6 registed is awsome as!
GM6 registed is awsome as!
Vizzed Elite
Member Of The Year 07


Affected by 'Laziness Syndrome'

Registered: 12-09-04
Location: Melbourne, Australia
Last Post: 1602 days
Last Active: 1236 days

07-30-06 04:11 PM
MichaelVash7886 is Offline
| ID: 52249 | 14 Words

Level: 161


POSTS: 5386/7398
POST EXP: 196466
LVL EXP: 53536621
CP: 124.6
VIZ: 73784

Likes: 0  Dislikes: 0
What in the United States were you trying to say Bobby. Speak English lol.
What in the United States were you trying to say Bobby. Speak English lol.
Vizzed Elite
The Quiet Paladin
LEGENDARY POSTER!
VIzzed Ville Gameshow Champion!!!(8-14-2005)


Affected by 'Laziness Syndrome'

Registered: 12-06-04
Location: Tennessee
Last Post: 3422 days
Last Active: 2725 days

07-30-06 07:06 PM
BigBob85 is Offline
| ID: 52265 | 46 Words

BigBob85
Level: 151

POSTS: 3337/6381
POST EXP: 217397
LVL EXP: 42877216
CP: 170.6
VIZ: 49768

Likes: 0  Dislikes: 0
GM6 = Game Maker 6.
In the university course im going to go start next year (aswell as Neo), we get to make PS2 games in like the last year. But seing as things change, it could be PS2, Xbox, Xbox 360... or something like that.
GM6 = Game Maker 6.
In the university course im going to go start next year (aswell as Neo), we get to make PS2 games in like the last year. But seing as things change, it could be PS2, Xbox, Xbox 360... or something like that.
Vizzed Elite
Member Of The Year 07


Affected by 'Laziness Syndrome'

Registered: 12-09-04
Location: Melbourne, Australia
Last Post: 1602 days
Last Active: 1236 days

Links

Page Comments


This page has no comments

Adblocker detected!

Vizzed.com is very expensive to keep alive! The Ads pay for the servers.

Vizzed has 3 TB worth of games and 1 TB worth of music.  This site is free to use but the ads barely pay for the monthly server fees.  If too many more people use ad block, the site cannot survive.

We prioritize the community over the site profits.  This is why we avoid using annoying (but high paying) ads like most other sites which include popups, obnoxious sounds and animations, malware, and other forms of intrusiveness.  We'll do our part to never resort to these types of ads, please do your part by helping support this site by adding Vizzed.com to your ad blocking whitelist.

×