Unit 3 - Algorithms

10 esercizi
SVOLGI
Filtri

Lingua inglese

Decomposition and abstraction
Decomposition involves ________ a problem and breaking it ________ into smaller sub-problems each of which accomplishes an identifiable ________ and if necessary these tasks can be further subdivided. Abstraction is the process of removing or hiding ________ details from a problem so that the important details can be focused on and/or more easily understood.
Completamento chiuso
3

Il punteggio di un esercizio è determinato
dalla difficoltà: da 1 (più facile) a 5 (più
difficile).Vuoi saperne di più? Consulta il
Centro Assistenza

Lingua inglese

Algorithms
What is an algorithm?
A: An algorithm is a step-by-step sequence of instructions that are used to solve a problem or complete a task.
B: An algorithm is a step-by-step guide on how to use a computer.
C: An algorithm is a step-by-step sequence of instructions that are used to program the RAM.
Scelta multipla
1

Il punteggio di un esercizio è determinato
dalla difficoltà: da 1 (più facile) a 5 (più
difficile).Vuoi saperne di più? Consulta il
Centro Assistenza

Lingua inglese

Algorithms
Which is the correct sequence of an algorithm?
A: Input, process, output.
B: Output, process, input.
C: Process, input, output.
Scelta multipla
1

Il punteggio di un esercizio è determinato
dalla difficoltà: da 1 (più facile) a 5 (più
difficile).Vuoi saperne di più? Consulta il
Centro Assistenza

Lingua inglese

Computational thinking
Computational thinking can be applied with the following methodology. ________: take a real-life ________ and model it so that we can ________ it and think more clearly about it. Decomposition: ________ down a complex problem into small parts. Pattern ________: spotting trends and the patterns in problems.
Completamento aperto
5

Il punteggio di un esercizio è determinato
dalla difficoltà: da 1 (più facile) a 5 (più
difficile).Vuoi saperne di più? Consulta il
Centro Assistenza

Lingua inglese

Computational thinking
Computational ________ involves applying the methods used by ________ scientists to problem ________. Initially most problems tackled by computers were closed problems. The application of this thought process to ________-ended problems means that it can be deployed in many areas and disciplines. In summary, computational thinking helps us to look at a ________ problem, understand it and formulate a solution.
Completamento chiuso
4

Il punteggio di un esercizio è determinato
dalla difficoltà: da 1 (più facile) a 5 (più
difficile).Vuoi saperne di più? Consulta il
Centro Assistenza

Lingua inglese

Flowchart symbols
The start symbol represents the start of a ________ and always has exactly one ________. The ________ symbol represents the end of a process. It always has exactly one ________. A process symbol is representative of some ________ that is carried out on an element of data. A decision symbol always makes a Boolean ________. The input/output symbol is represented by a ________. All the flowchart symbols are connected by flow ________.
Posizionamento
1

Il punteggio di un esercizio è determinato
dalla difficoltà: da 1 (più facile) a 5 (più
difficile).Vuoi saperne di più? Consulta il
Centro Assistenza

Lingua inglese

Flowchart
The ________, process and ________ can be put together into an algorithm by using a flowchart. This is a graphical representation of an ________ and uses special shapes to denote each ________, with ________ showing how to move between each step.
Completamento aperto
5

Il punteggio di un esercizio è determinato
dalla difficoltà: da 1 (più facile) a 5 (più
difficile).Vuoi saperne di più? Consulta il
Centro Assistenza

Lingua inglese

MIT
If you are ________ about science and ________, you could consider attending the MIT, Massachusetts Institute of ________. Its mission is to advance ________ in science, technology and areas of scholarship that can help to make the world a ________ place. MIT researchers are at the forefront of scientific developments and breakthroughs.
Posizionamento
4

Il punteggio di un esercizio è determinato
dalla difficoltà: da 1 (più facile) a 5 (più
difficile).Vuoi saperne di più? Consulta il
Centro Assistenza

Lingua inglese

MIT
What does MIT stand for?
A: Massachusetts Institute of Technology
B: Massachusetts Intelligence Theatre
C: Massachusetts Institute of Theory
Scelta multipla
1

Il punteggio di un esercizio è determinato
dalla difficoltà: da 1 (più facile) a 5 (più
difficile).Vuoi saperne di più? Consulta il
Centro Assistenza

Lingua inglese

Pseudocode
A pseudocode is a visual, English-like method of drawing an algorithm. It is much less clear than high-level programming processes, because it is not bound by the strict grammar rules of a programming language.
Trova errore
5

Il punteggio di un esercizio è determinato
dalla difficoltà: da 1 (più facile) a 5 (più
difficile).Vuoi saperne di più? Consulta il
Centro Assistenza