Pregunta de Selección Múltiple Pregunta What is the selected method for connecting a Raspberry Pi to a 3D printer in this course? (Select all that apply) Respuestas Opción 1 Bluetooth Opción 2 Wi-Fi Opción 3 USB cable Opción 4 Ethernet cable Retroalimentación Solución Incorrecto Incorrecto Correcto Incorrecto Pregunta What is the main objective of the Node.js program that implements communication with the OctoPrint server? (Select all that apply) Respuestas Opción 1 Communicating with a centralized payment system Opción 2 Authenticating with the OctoPrint API, uploading G-code files, and starting print jobs Opción 3 Analyzing customer feedback data Opción 4 Generating QR codes for product tracking Retroalimentación Solución Incorrecto Correcto Incorrecto Incorrecto Pregunta Which HTTP request method would likely be used to upload G-code files to OctoPrint from a Node.js program? (Select all that apply) Respuestas Opción 1 GET Opción 2 POST Opción 3 PUT Opción 4 DELETE Retroalimentación Solución Incorrecto Correcto Incorrecto Incorrecto Pregunta Why is an SSH connection necessary for communication between computers and Raspberry Pi? (Select all that apply) Respuestas Opción 1 To establish a secure connection for file transfers Opción 2 To enable remote monitoring of 3D printing jobs Opción 3 To facilitate communication with the OctoPrint server Opción 4 To run programs and execute commands on the Raspberry Pi Retroalimentación Solución Correcto Incorrecto Incorrecto Correcto Pregunta What is the purpose of encapsulating the code into a single reusable function? (Select all that apply) Respuestas Opción 1 To complicate the code structure Opción 2 To simplify future project development and ensure modularity Opción 3 To increase the size of the codebase Opción 4 To make it difficult to test the function's functionality Retroalimentación Solución Incorrecto Correcto Incorrecto Incorrecto