Milagros designed a game by dragging and dropping pre-made blocks that contain elements of code. Which term best describes what Milagros used? Blocking code

Basic code,block-based code editing code

The term that best describes what Milagros used is "block-based code" or "block-based code editing". This technique involves using pre-made blocks of code that can be dragged and dropped in a visual interface to create a program or game. Each block represents a specific function or action in the code, and by combining and arranging these blocks, users can create complex programs without needing to write the code from scratch. This approach is often used in beginner-friendly programming environments or educational tools to introduce coding concepts in a more accessible manner.