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.
________