Tarjetas de memoria: Python Programming Fundamentals — 24 tarjetas

Todas las tarjetas

1Pregunta

Python features — key aspects?

Respuesta

Open source, easy to learn, fast, versatile, supports multiple domains.

2Pregunta

Interactive vs Script Mode — difference?

Respuesta

Interactive executes commands immediately; script runs code from files.

3Pregunta

Python applications — examples?

Respuesta

Web development, AI, data analysis, automation, gaming.

4Pregunta

Types of errors — main categories?

Respuesta

Syntax, runtime, and logical errors.

5Pregunta

Python data types — primary ones?

Respuesta

int, float, str, bool.

6Pregunta

Python operators — types?

Respuesta

Arithmetic, comparison, logical, assignment.

7Pregunta

Input vs Output — functions?

Respuesta

`input()` captures user data; `print()` displays output.

8Pregunta

Control structures — purpose?

Respuesta

Manage program flow with decision and repetition.

9Pregunta

Sequential statements — role?

Respuesta

Execute instructions one after another in order.

10Pregunta

Conditional statements — example?

Respuesta

`if`, `elif`, `else` for decision-making.

11Pregunta

Looping statements — types?

Respuesta

`for` and `while` loops for repetition.

12Pregunta

Range function — purpose?

Respuesta

Generate number sequences for loops.

13Pregunta

Open source language — meaning?

Respuesta

Source code is freely available for use and modification.

14Pregunta

Interactive mode — use?

Respuesta

Testing and debugging small code snippets.

15Pregunta

Script mode — use?

Respuesta

Writing and running complete programs from files.

16Pregunta

Python applications — domains?

Respuesta

Web, AI, data, automation, gaming.

17Pregunta

Syntax error — when?

Respuesta

Incorrect code structure, caught before run.

18Pregunta

Runtime error — example?

Respuesta

Division by zero during execution.

19Pregunta

Logical error — effect?

Respuesta

Incorrect output despite no crash.

20Pregunta

Data type — role?

Respuesta

Defines what kind of data a variable holds.

21Pregunta

Operators — function?

Respuesta

Perform calculations, comparisons, and assignments.

22Pregunta

Input statement — function?

Respuesta

Gathers user data during program run.

23Pregunta

Output statement — function?

Respuesta

Displays data or messages to user.

24Pregunta

Sequential statements — flow?

Respuesta

Execute in order, line by line.

Ponte a prueba con el cuestionario

Pon a prueba tus conocimientos con 12 preguntas sobre Python Programming Fundamentals.

1. What are Python features?

2. Which environment is typically used to access Python's interactive mode?

Realiza el cuestionario →

Lee la hoja de repaso

Revisa el curso completo en la hoja de repaso para Python Programming Fundamentals.

Ver hoja de repaso →

Similar courses

Crea tus propias tarjetas de memoria

Importa tu curso y la IA genera tarjetas de memoria en 30 segundos.

Generador de tarjetas de memoria