Froggy Jumps Glossary - Software programmingVersion en ligne Leslie López - Ricardo Cardenas par Adriana Sarmiento 1 To arrange elements of a list according to a certain criterion, such as from smallest to largest or alphabetically ________________ a Stock b Sort c Amount 2 To verify a condition or state before proceeding with an action. __________________ a Loop b Variable c Check 3 The process of selecting only certain elements from a dataset according to certain criteria. ___________________ a Filter b Check c Value 4 To increase the value of a variable by a specific amount, typically one by one. ______________________ a Function b Data c Increment 5 A block of code that performs a specific task and can be called from other parts of the program to execute that task. __ a Function b Pointer c Quantity 6 A control structure that repeats a block of code until a condition becomes false. ___ a Increase b Loop c Extend 7 A data that can be assigned to a variable and used in calculations or comparisons. ____ a Value b Until c Sort 8 The quantity of something, such as the number of elements in a list or the amount of time elapsed. _____ a Check b Average c Amount 9 A memory space that can hold different values during the execution of a program. ____ Un espacio de memoria que puede contener diferentes valores durante la ejecución de un programa. a Average b Variable c Extend 10 An instruction or command in a programming language that performs a specific action. ________ a Sort b Stock c Statement