Flashcards: Fundamentals of Programming and Software Development — 18 cartões

Todos os cartões

1Pergunta

Algorithm — definition?

Resposta

A step-by-step problem-solving procedure.

2Pergunta

Syntax — role?

Resposta

Defines language structure and rules.

3Pergunta

Programming Language — purpose?

Resposta

Communicates instructions to a computer.

4Pergunta

Compilation — process?

Resposta

Translates source code into machine code.

5Pergunta

Interpreter — function?

Resposta

Executes code directly without prior compilation.

6Pergunta

Control Structures — examples?

Resposta

Conditional statements, loops, switch-case.

7Pergunta

Conditional Statements — role?

Resposta

Make decisions based on conditions.

8Pergunta

Loops — function?

Resposta

Repeat code until a condition is false.

9Pergunta

Data Type — purpose?

Resposta

Specifies the kind of data stored.

10Pergunta

Variables — role?

Resposta

Store data that can change during execution.

11Pergunta

Functions — definition?

Resposta

Code blocks that perform tasks and return values.

12Pergunta

Procedures — difference?

Resposta

Perform actions without returning a value.

13Pergunta

Class — role?

Resposta

Blueprint for creating objects in OOP.

14Pergunta

Object — definition?

Resposta

Instance of a class with specific data.

15Pergunta

Array — characteristic?

Resposta

Fixed-size collection of elements by index.

16Pergunta

File Mode — example?

Resposta

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

17Pergunta

Debugging — purpose?

Resposta

Identify and fix program errors.

18Pergunta

SDLC — stages?

Resposta

Requirements, design, implementation, testing, maintenance.

Teste-se com o quiz

Teste seu conhecimento com 9 perguntas 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?

Faça o quiz →

Leia a ficha de revisão

Revise o curso completo na ficha de revisão para Fundamentals of Programming and Software Development.

Veja a ficha de revisão →

Similar courses

Crie seus próprios flashcards

Importe seu curso e a IA gera flashcards em 30 segundos.

Gerador de flashcards