-
-
Notifications
You must be signed in to change notification settings - Fork 8
Renomeia temas para contexto UFCG #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ivynasantino
wants to merge
13
commits into
master
Choose a base branch
from
67-temas
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
7c7531d
modifica temas das questões para os adotados pela poscomp
ivynasantino 012030e
remove conflito e adiciona temas da ufcg
ivynasantino f043e23
adapta os temas de todas as questões para UFCG
ivynasantino 6e797dd
adapta os temas de todas as questões para UFCG e adiciona md de temas
ivynasantino 9ad37e9
edita tabela
ivynasantino 8edcc39
edita tabela
ivynasantino c53445c
Update src/lib/provas/2018/11.json
ivynasantino 82a4747
Update src/lib/provas/2018/15.json
ivynasantino 383ad85
Update src/lib/provas/2019/02.json
ivynasantino 194a486
Update src/lib/provas/2019/11.json
ivynasantino 2563611
Update src/lib/provas/2019/13.json
ivynasantino 1e635cf
Update src/lib/provas/2019/23.json
ivynasantino a08029b
Update src/lib/provas/2019/24.json
ivynasantino File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Adicionando temas as questões | ||
|
||
A prova da poscomp trata os temas diferente dos nomes da disciplinas da UFCG, dessa maneira para que todos entendam as nomeclaturas a tabela abaixo deixa mais claro. | ||
|
||
### Disciplinas obrigatórias | ||
|
||
| UFCG | Poscomp | | ||
|-----------------------|----------------------------------------------------| | ||
| Programação 1 | Linguagens de programação | | ||
| IC | Matemática discreta, Circuitos digitais | | ||
| FMCC 1 | | | ||
| FMCC 2 | Matemática discreta | | ||
| Cálculo 1 | Cálculo diferencial e integral | | ||
| Programação 2 | Técnicas de programação | | ||
| Linear | Álgebra linear | | ||
| Lógica | Lógica matemática | | ||
| Cálculo 2 | Cálculo diferencial e integral | | ||
| Estrutura de dados | Algoritmos e Estrutura de Dados | | ||
| Grafos | Algoritmos e Estrutura de Dados, Teoria dos grafos | | ||
| Probabilidade | Análise combinatória | | ||
| Psoft | | | ||
| PLP | | | ||
| BD | Banco de dados | | ||
| OAC | Arquitetura e organização de computadores | | ||
| Estatística | | | ||
| AS | | | ||
| Eng. de software | Engenharia de software | | ||
| Redes | Redes de computadores | | ||
| Sistemas operacionais | Sistemas operacionais | | ||
| TC | Linguagens formais, autômatos e Computabilidade | | ||
| Concorrente | | | ||
| ATAL | Algoritmos e estrutura de dados | | ||
| Compiladores | Compiladores | | ||
|
||
### Disciplinas optativas | ||
|
||
| UFCG | Poscomp | | ||
|-------------------------|----------------------------------------------| | ||
| Visão computacional | Computação gráfica, Processamento de imagens | | ||
| Vetorial | Geometria analítica | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Linear"], | ||
"justificativa": "" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "B", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Lógica", "FMCC1"], | ||
"justificativa": "" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "D", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Probabilidade"], | ||
"justificativa": "" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "A", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Linear"], | ||
"justificativa": "" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "B", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Vetorial"], | ||
"justificativa": "" | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Vetorial"], | ||
"justificativa": "" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "E", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Vetorial"], | ||
"justificativa": "" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "E", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Cálculo 1"], | ||
"justificativa": "" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "B", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Cálculo 1"], | ||
"justificativa": "" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "D", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Linear"], | ||
"justificativa": "" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["FMCC 1", "Lógica"], | ||
"justificativa": "" | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["FMCC 1", "Lógica"], | ||
"justificativa": "" | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["IC"], | ||
"justificativa": "" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Probabilidade"], | ||
"justificativa": "" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Probabilidade"], | ||
"justificativa": "" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Probabilidade"], | ||
"justificativa": "" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Grafos", "Estrutura de dados"], | ||
"justificativa": "" | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Estrutura de dados", "PLP"], | ||
"justificativa": "" | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Estrutura de dados"], | ||
"justificativa": "" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Sistemas operacionais"], | ||
"justificativa": "" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Programação 1"], | ||
"justificativa": "" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["Grafos"], | ||
"justificativa": "" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
}, | ||
"resposta": "", | ||
"autor": [], | ||
"temas": [], | ||
"temas": ["ATAL", "Grafos"], | ||
"justificativa": "" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.