A term used in software testing to describe a word or phrase used as input for testing, often chosen to represent a specific scenario or condition.
"The tester used the testing word 'password123' to verify the behavior of the login form."
A distributed application structure that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.
"Most web applications follow the client-server model, where the web server serves web pages and the client's browser displays them."
Reduced Instruction Set Computer, a computer architecture design strategy that aims to use a small, highly optimized set of instructions.
"RISC processors often provide better performance for specific tasks compared to complex instruction set computing (CISC) processors."
An open-source, cross-platform, back-end JavaScript runtime environment that executes JavaScript code outside a web browser.
"Node.js allows developers to use JavaScript to write command-line tools and for server-side scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user's web browser."