Do you have a question about the Casio PB-100 and is the answer not in the manual?
Display | LCD |
---|---|
Display Type | LCD |
Programming Language | BASIC |
Power | 4 x AA batteries |
Power Source | 2x CR2032 batteries |
Identifies and names the various sections and components of the Casio PB-100.
Explains how to interpret the numerical results and status indicators displayed on the screen.
Details how to adjust the screen contrast for clear visibility under different lighting conditions.
Provides instructions for installing an optional RAM pack to increase the computer's memory capacity.
Explains how program steps are converted to memory units with RAM pack expansion.
Describes the automatic power-off function designed to conserve battery life after a period of inactivity.
Defines the order of operations (functions, powers, multiplication/division, addition/subtraction) for calculations.
Specifies the number of digits and positions for mantissa and exponent in calculations.
Guides on performing basic arithmetic, trigonometric, and logarithmic calculations using functions.
Explains how to recall and reuse the result of the immediately preceding calculation.
Lists common error codes, their meanings, and guidance for troubleshooting and correction.
Demonstrates how to input alphabetic characters, numbers, and symbols using the keyboard.
Clarifies manual calculation as direct computation without storing formulas as programs.
Details performing calculations using algebraic logic, functions, and memory variables.
Provides step-by-step examples of fundamental and memory-based calculations.
Explains the concept of arrays for storing data and their arrangement in memory.
Introduces programming as a method to automate calculations by writing and executing instructions.
Differentiates between constants (fixed values) and variables (storage locations) in programming.
Explains the syntax and function of assignment statements for storing values in variables.
Covers the essential steps for writing, storing, and running programs on the computer.
Details how to modify programs by changing, adding, or deleting lines of code.
Outlines methods for identifying and fixing errors in programs through debugging techniques.
Lists and explains fundamental BASIC commands for input, output, control flow, and operations.