Tarjetas de memoria: Fundamentals of Programming and Software Development — 18 tarjetas

Todas las tarjetas

1Pregunta

Algorithm — definition?

Respuesta

A step-by-step problem-solving procedure.

2Pregunta

Syntax — role?

Respuesta

Defines language structure and rules.

3Pregunta

Programming Language — purpose?

Respuesta

Communicates instructions to a computer.

4Pregunta

Compilation — process?

Respuesta

Translates source code into machine code.

5Pregunta

Interpreter — function?

Respuesta

Executes code directly without prior compilation.

6Pregunta

Control Structures — examples?

Respuesta

Conditional statements, loops, switch-case.

7Pregunta

Conditional Statements — role?

Respuesta

Make decisions based on conditions.

8Pregunta

Loops — function?

Respuesta

Repeat code until a condition is false.

9Pregunta

Data Type — purpose?

Respuesta

Specifies the kind of data stored.

10Pregunta

Variables — role?

Respuesta

Store data that can change during execution.

11Pregunta

Functions — definition?

Respuesta

Code blocks that perform tasks and return values.

12Pregunta

Procedures — difference?

Respuesta

Perform actions without returning a value.

13Pregunta

Class — role?

Respuesta

Blueprint for creating objects in OOP.

14Pregunta

Object — definition?

Respuesta

Instance of a class with specific data.

15Pregunta

Array — characteristic?

Respuesta

Fixed-size collection of elements by index.

16Pregunta

File Mode — example?

Respuesta

Read ('r'), write ('w'), append ('a').

17Pregunta

Debugging — purpose?

Respuesta

Identify and fix program errors.

18Pregunta

SDLC — stages?

Respuesta

Requirements, design, implementation, testing, maintenance.

Ponte a prueba con el cuestionario

Pon a prueba tus conocimientos con 9 preguntas sobre Fundamentals of Programming and Software Development.

1. What is a function in programming?

2. Which control structure is described as a statement that selects one of many code blocks to execute based on the value of an expression, and was specifically cited as being explained in 2017?

Realiza el cuestionario →

Lee la hoja de repaso

Revisa el curso completo en la hoja de repaso para Fundamentals of Programming and Software Development.

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