Computer Science 1026A/B Chapter Notes -Signify, Integrated Development Environment, Concatenation

93 views5 pages
terubarenuka and 39895 others unlocked
COMPSCI 1026A/B Full Course Notes
26
COMPSCI 1026A/B Full Course Notes
Verified Note
26 documents

Document Summary

Topic 2: introduction to java and dr java. Dr java is an integrated development environment (ide) for java programming: writing the code, compiling, running, debugging can be done in this one program. Dr java has several panes: definition pane: used for creating (tying in and editing) complete java programs. Interaction pane: used for testing of specific code without having to compile; unique to dr java: files pane: all currently open and used classes are listed here. To try out dr java, we will begin with simple math: evaluating arithmetic expressions. Arithmetic expressions consists of operands (values) and operators and represent a numeric value: addition: , subtraction: , multiplication: , division: , negation: , modulo: % (remainder after integer division. The computer cannot reason or think and jump ahead. Every value has a type associated with it, which tells how the computer to interpret values. Used to store simple data values, such as integers, floating points, characters, and booleans.

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents