Do you have a question about the Casio FX-890P and is the answer not in the manual?
Details the primary keys and their functions, including power, shift, and numeric keys.
Describes the arrangement of keys and how to access different functions.
Provides instructions for replacing the calculator's batteries.
Describes the primary calculation mode active upon power-on.
Explains how to store and recall mathematical formulas for repeated calculations.
Introduces BASIC, C, CASL, and Assembler modes for programming.
Guides on entering and correcting arithmetic and function calculations.
Highlights the advantages and capabilities of the BASIC language.
Provides steps for entering and preparing BASIC programs.
Details how to run BASIC programs and handle execution errors.
Explains numeric, string, and array variables in BASIC.
A comprehensive reference for BASIC commands and functions.
Reference for ABS, ACS, ANGLE, COS, SIN, SQR, TAN, etc.
Guidance on using the pocket computer as a C learning tool.
Introduces the C interpreter and its operation compared to compilers.
Details on creating and editing C source code.
Covers C data types (char, int, float, double) and assignments.
Explains the 'if' and 'if-else' statements for conditional logic.
Details 'while', 'do-while', and 'for' loops for repetitive execution.
Explains how to create and use custom functions in C.
Covers variable scope, types, and storage.
Lists and explains C operators and their precedence.
Reference for C commands like RUN, EDIT, TRON, TROFF.
Reference for strcat, strchr, strcmp, strcpy, strlen.