PROGRAMMING AND DATA STRUCTURES COMPREHENSIVE
VERSION, 12TH EDITION, Y. DANIEL LIANG NEWEST 25/26
ASSURED SUCCESS
Runtime errors
Errors occurring during program execution.
Logic errors
Flaws in program logic leading to incorrect results.
Netbeans
Ide for developing java applications.
Eclipse
Another popular ide for java programming.
Data encoding
,Converting data into binary format for storage.
Bits
Binary digits; smallest unit of data in computing.
Character encoding
Mapping characters to binary values for representation.
Machine language
A set of primitive instructions built into every computer,
represented in binary code.
Assembly language
A low-level programming language that uses symbolic
instructions and requires an assembler to convert to machine
code.
, High-level language
A programming language that is more abstract and easier to
learn, often resembling english.
Addf3 r1, r2, r3
An example of an instruction in assembly code to add two
numbers.
Area 5 5 3.1415;
An example of a high-level language statement that computes
the area of a circle with radius 5.
Ada
A programming language named for ada lovelace, developed
for the department of defense.
Basic
Beginner's all-purpose symbolic instruction code, designed for
easy learning by beginners.