Subject | English | Hebrew |
comp., MS | procedure level | רמת פרוצדורה (Describes any variables or constants declared within a procedure. Variables and constants declared within a procedure are available to that procedure only) |
comp., MS | remote procedure call | קריאה לפרוצדורה מרוחקת (A communication mechanism that allows computers to communicate with one another over a network. An RPC consists of a procedure identifier, parameters passed to the procedure, and a value returned to the caller (client computer) after the procedure has executed on the remote system (server computer)) |