Informatica - Scuola secondaria di secondo gradoInformatica e reti di comunicazione Informatica e reti di comunicazione / Volume Unico

Algorithms and coding - Quiz in English

6 esercizi
SVOLGI
INFO

Informatica

Algorithms

Which of these are ways that algorithms can be represented?

A:

By images or videos.

B:

In pseudocode or by a flowchart.

C:

By hardware or software.

D:

By input or 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

Informatica

C and C++ languages

What would be the value of k at the end of the following code?

k = 1;
while (k<=5) k++;

A:

1

B:

4

C:

5

D:

6

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

Informatica

Coding

Which of these statements are true and which are false?

A:

The debug is an error or failure that produces an incorrect or unexpected result.

B:

C and C++ are case sensitive languages.

C:

Before using a variable in a program it has to be declared.

D:

The conditional expression of an if structure is enclosed in curly braces.

Vero o falso
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

Informatica

Scratch

What is the output of this program in Scratch?

A:

8

B:

9

C:

18

D:

21

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

Informatica

Preconditional expression

Which of the following statements is correct with respect to a preconditional expression?

A:

The instructions are executed at least once.

B:

The instructions may be executed zero times.

C:

The instructions cannot be executed.

D:

It cannot enter in an infinite loop.

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

Informatica

Flowcharts

What is the symbol for a decision in a flowchart?

A:

A parallelogram.

B:

A diamond.

C:

A circle.

D:

A rectangle.

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