dbo:abstract
|
- Eine Trace-Tabelle (oder auch Ablaufverfolgungstabelle) ist eine Technik, die zum Testen von Algorithmen verwendet wird, um sicherzustellen, dass während der Verarbeitung des Algorithmus keine logischen Fehler auftreten. Die Tabelle hat in der Regel mehrere Spalten, welche jeweils eine Variable anzeigen und mehrere Zeilen, wobei jede Zeile eine Zahleneingabe in den Algorithmus und die nachfolgenden Werte der Variablen anzeigt. Ablaufverfolgungstabellen werden in der Regel in Schulen und Hochschulen verwendet, wenn sie Schülern das Programmieren beibringen. Sie können ein wesentliches Werkzeug sein, um den Schülern zu erklären, wie ein bestimmter Algorithmus funktioniert und wie der systematische Prozess abläuft, der auftritt, wenn der Algorithmus ausgeführt wird. Sie können auch für das Debuggen von Anwendungen nützlich sein und dem Programmierer helfen, leicht zu erkennen, welcher Fehler auftritt und warum er auftreten kann. (de)
- A trace table is a technique used to test algorithms in order to make sure that no logical errors occur while the calculations are being processed. The table usually takes the form of a multi-column, multi-row table; With each column showing a variable, and each row showing each number input into the algorithm and the subsequent values of the variables. Trace tables are typically used in schools and colleges when teaching students how to program. They can be an essential tool in teaching students how certain calculations works and the systematic process that is occurring when the algorithm is executed. They can also be useful for debugging applications, helping the programmer to easily detect what error is occurring, and why it may be occurring. (en)
- 추적 테이블(trace table)은 (알고리즘이 이 과정 중에 논리적 에러가 발생하는지를 확인하는 방식으로) 알고리즘 테스트에 사용된다. 이 테이블은 보통 다중 행렬 형식을 갖는다. 각 열은 변수를, 행은 알고리즘에 입력되는 각 숫자와 그 차후 값을 보여준다. 추적 테이블들은 일반적으로 학생들에게 프로그래밍을 가르칠 때 사용된다. 학생들에게 특정한 알고리즘이 어떻게 동작하고 알고리즘 실행 시의 거기에 대칭하는 프로세스를 가르치는데 필수적인 도구이다. 또한 응용 프로그램을 디버깅할 때 프로그래머가 어떤 에러가 왜 발생했는지를 쉽게 찾을 수 있도록 도와준다. (ko)
- La tabella di traccia (o trace table), è uno strumento utilizzato dal programmatore per simulare il corretto funzionamento di un programma, riportando nelle colonne della tabella il cambiamento dei risultati dopo ogni istruzione eseguita. Attraverso questa tabella si controlla l'algoritmo esaminando il contenuto delle variabili durante il processo esecutivo, cioè dati alle variabili dei valori a piacere di input si controlla che i risultati ricevuti in output siano corretti. La tabella di traccia può essere eseguita manualmente sulla descrizione dell'algoritmo o sul programma costruendo la tabella, oppure può essere ottenuta in modo automatico dall'esecuzione del programma inserendone opportune istruzioni di output o eseguendo il programma in un ambiente di debug. (it)
- Um teste de mesa é uma técnica usada para testar algoritmos a fim de garantir que nenhum erro lógico ocorra durante sua execução. O teste geralmente consiste da construção de uma tabela com várias colunas e várias linhas, com cada coluna mostrando uma variável e cada linha mostrando cada entrada de número no algoritmo e os valores subsequentes das variáveis; o processo se dá a partir da simulação da execução do código, instrução a instrução, registrando na tabela cada alteração no valor das variáveis em uma nova linha. Testes de mesa são normalmente usados no ensino de programação. Eles podem ser uma ferramenta essencial para ensinar aos alunos como funcionam certos cálculos e o processo sistemático que ocorre quando o algoritmo é executado. Eles também podem ser úteis para depurar aplicações, ajudando o programador a detectar qual erro está ocorrendo e por que pode estar ocorrendo. (pt)
|
dbo:wikiPageExternalLink
| |
dbo:wikiPageID
| |
dbo:wikiPageLength
|
- 1847 (xsd:nonNegativeInteger)
|
dbo:wikiPageRevisionID
| |
dbo:wikiPageWikiLink
| |
dbp:wikiPageUsesTemplate
| |
dcterms:subject
| |
gold:hypernym
| |
rdf:type
| |
rdfs:comment
|
- 추적 테이블(trace table)은 (알고리즘이 이 과정 중에 논리적 에러가 발생하는지를 확인하는 방식으로) 알고리즘 테스트에 사용된다. 이 테이블은 보통 다중 행렬 형식을 갖는다. 각 열은 변수를, 행은 알고리즘에 입력되는 각 숫자와 그 차후 값을 보여준다. 추적 테이블들은 일반적으로 학생들에게 프로그래밍을 가르칠 때 사용된다. 학생들에게 특정한 알고리즘이 어떻게 동작하고 알고리즘 실행 시의 거기에 대칭하는 프로세스를 가르치는데 필수적인 도구이다. 또한 응용 프로그램을 디버깅할 때 프로그래머가 어떤 에러가 왜 발생했는지를 쉽게 찾을 수 있도록 도와준다. (ko)
- La tabella di traccia (o trace table), è uno strumento utilizzato dal programmatore per simulare il corretto funzionamento di un programma, riportando nelle colonne della tabella il cambiamento dei risultati dopo ogni istruzione eseguita. Attraverso questa tabella si controlla l'algoritmo esaminando il contenuto delle variabili durante il processo esecutivo, cioè dati alle variabili dei valori a piacere di input si controlla che i risultati ricevuti in output siano corretti. La tabella di traccia può essere eseguita manualmente sulla descrizione dell'algoritmo o sul programma costruendo la tabella, oppure può essere ottenuta in modo automatico dall'esecuzione del programma inserendone opportune istruzioni di output o eseguendo il programma in un ambiente di debug. (it)
- Eine Trace-Tabelle (oder auch Ablaufverfolgungstabelle) ist eine Technik, die zum Testen von Algorithmen verwendet wird, um sicherzustellen, dass während der Verarbeitung des Algorithmus keine logischen Fehler auftreten. Die Tabelle hat in der Regel mehrere Spalten, welche jeweils eine Variable anzeigen und mehrere Zeilen, wobei jede Zeile eine Zahleneingabe in den Algorithmus und die nachfolgenden Werte der Variablen anzeigt. (de)
- A trace table is a technique used to test algorithms in order to make sure that no logical errors occur while the calculations are being processed. The table usually takes the form of a multi-column, multi-row table; With each column showing a variable, and each row showing each number input into the algorithm and the subsequent values of the variables. (en)
- Um teste de mesa é uma técnica usada para testar algoritmos a fim de garantir que nenhum erro lógico ocorra durante sua execução. O teste geralmente consiste da construção de uma tabela com várias colunas e várias linhas, com cada coluna mostrando uma variável e cada linha mostrando cada entrada de número no algoritmo e os valores subsequentes das variáveis; o processo se dá a partir da simulação da execução do código, instrução a instrução, registrando na tabela cada alteração no valor das variáveis em uma nova linha. (pt)
|
rdfs:label
|
- Trace-Tabelle (de)
- Tabella di traccia (it)
- 추적 테이블 (ko)
- Teste de mesa (pt)
- Trace table (en)
|
owl:sameAs
| |
prov:wasDerivedFrom
| |
foaf:isPrimaryTopicOf
| |
is dbo:wikiPageWikiLink
of | |
is foaf:primaryTopic
of | |