|
|
Criado por Aparna Dhirde
quase 6 anos atrás
|
|
| Questão | Responda |
| Problem solving | Problem solving is the process of identifying a problem, developing an algorithm for the identified problem and finally implementing the algorithm to develop a computer program. |
| GIGO | (Garbage In Garbage Out) |
| Algorithm | A set of exact steps which when followed, solve the problem or accomplish the required task is called algorithm. |
| Flowchart | Graphically depict the logical steps to carry out a task and show how the steps relate to each other. |
| Pseudocode | The way of writing instructions for a computer program just using normal English |
| Source Code | A program written in a high-level language is called source code. |
| Examples of high-level languages | FORTRAN, C, C++, Java, Python, |
| Good algorithm | A good algorithm, which is precise, unique and finite, receives input and produces an output. |
| Decision making | Decision making involves selection of one of the alternatives based on outcome of a condition. |
| Iterative Algorithm | An algorithm may have a certain set of steps, which are repeating for a finite number of times, such an algorithm is said to be iterative. |
| Logical reasoning | The application of rules to problem solving |
| Syntax | Rules governing how to write statements in programming language |
| Programming | The process of writing computer software |
| Program | Sequences of instructions for a computer |
| Loop | Method used in programming to repeat a set of instructions |
| Iteration | In computer programming, this is a single pass through a set of instructions |
| Selection | A decision within a computer program when the program decides to move on based on the results of an event. |
| Sequence | Set of actions that follow one by one on statement. |
| Programming language | A language used by a programmer to write a piece of software. |
| Decomposition | Breaking down of a system into smaller parts that is easier to search for the information you need. |
Quer criar seus próprios Flashcards gratuitos com GoConqr? Saiba mais.