click below
click below
Normal Size Small Size show me how
CS1
computer science help
| Term | Definition |
|---|---|
| Programz | Software |
| N Bits | n 2 |
| Volatility | contents of mem. are lost if computer is turned of |
| Random Acces | adress |
| network adress | fart noises |
| deez | nutz |
| Ip | Internet protocol |
| URL's | locates documents or other files |
| main method = | public static void main(String[]args) |
| java identifiers are | letters numbers $ or _ |
| java 4th generation | high level language |
| identifiers cant have | !'or- |
| java has syntax similar to | C++ |
| Logical errors run fine but | produce the wrong answer |
| compliers | detect syntax errors and unable to follow the semantics |