Buscar

What is the purpose of Abstract Data Types (ADT)? ADTs allow the creation of multiple instances of a module. ADTs facilitate the division of tasks...

What is the purpose of Abstract Data Types (ADT)?

ADTs allow the creation of multiple instances of a module.
ADTs facilitate the division of tasks and implementation of tests.
ADTs allow the copying of data from one instance to another.
ADTs allow the manipulation of data without worrying about internal storage.
ADTs allow the allocation and initialization of new instances.
ADTs allow the comparison of two instances (identity and equality).
ADTs allow the release of allocated memory when no longer in use.
a) All of the above.
b) Only the first four affirmations are correct.
c) Only the last three affirmations are correct.
d) Only the first, second, fourth, and sixth affirmations are correct.

Essa pergunta também está no material:

Programas_em_C_ao_C
88 pág.

Programação em C Universidade Estácio de SáUniversidade Estácio de Sá

Respostas

User badge image

Ed Verified user icon

A resposta correta é a alternativa "a) Todas as opções acima". Os Tipos Abstratos de Dados (ADTs) têm como objetivo permitir a criação de múltiplas instâncias de um módulo, facilitar a divisão de tarefas e implementação de testes, permitir a manipulação de dados sem se preocupar com o armazenamento interno, permitir a alocação e inicialização de novas instâncias, permitir a comparação de duas instâncias (identidade e igualdade) e permitir a liberação de memória alocada quando não estiver mais em uso.

0
Dislike0

Responda

SetasNegritoItálicoSublinhadoTachadoCitaçãoCódigoLista numeradaLista com marcadoresSubscritoSobrescritoDiminuir recuoAumentar recuoCor da fonteCor de fundoAlinhamentoLimparInserir linkImagemFórmula

Para escrever sua resposta aqui, entre ou crie uma conta

User badge image

Continue navegando