Unit 4 - Programming Techniques

10 esercizi
SVOLGI
Filtri

Lingua inglese

Boolean variables
What does a Boolean variable store?
A: A Boolean variable stores true or false values.
B: A Boolean variable stores binary 1s and 0s.
C: A Boolean variable stores images and graphics.
Scelta multipla
2

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

Data types
Variables are used in a computer logic to store a single piece of graphic. The contents of a variable may be examinedduring the running of a program. Constants are used in computer programs to store a single piece of data that has a fixed image and cannot change during the running of the program. Assignment means to subtract a value to a variable or constant.
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

Lingua inglese

The Hello World program
"Hello World" is a simple ________ used to introduce a new programming ________ to aspiring programmers. The first "Hello World!" program was written in 1972 by Professor Brian Kernighan. It's become a ________ amongst computer science teachers to introduce the topic of ________ with this example. The phrase, inspired by a ________, connects programmers to machines.
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

High and low-level languages
High-level ________ are designed to be ________ to use without needing a detailed understanding of the computer ________. Often the same ________ can run on different hardware if it is written in a high-level language. By contrast, low-level languages give ________ a lot of control over the computer, but also require a deeper understanding of how it works. Programs written in a low-level language might not work on other hardware.
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

HTML
HTML is a ________ and structured way to create and translate documents for the ________. It is not a programming language, but a web-based ________ language which consists of easily understood ________, names or tags that help format the overall view of a page and the data it contains. An HTML file contains all the text, images and data that is displayed on the ________.
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

HTML tags
An HTML tag is a ________, or a set of characters, that defines the ________ of a web page and determines how its ________ is displayed on screen. The combination of a tag and its content is known as an ________. Some tags, called parent tags, can contain other tags, called ________ tags. Most HTML tags have attributes that provide additional ________ about the HTML element.
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

Machine code
Machine code is low-level ________ that represents how the ________ hardware and processor understand ________. It is a collection of binary digits (1s and 0s) that the ________ reads and interprets. Machine code ________ are compressed if there is an opcode and one or more operands. The opcode tells the ________ what to do and the operand tells the computer what data to use.
Posizionamento
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

Programming language
Programming ________ are used to give ________ to the computer they run on. The ________ in turn processes the information and then provides the desired ________. With a programming language, we would then develop a set of instructions known as a ________.
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

Programming language
What is a programming language?
A: A programming language is a language with a set of instructions designed to produce a desired output.
B: A programming language is a language used to control a device.
C: A programming language is a language with a set of programs.
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

String
What is a string?
A: A string is a data type that stores a collection of characters in a computer program.
B: A string is a data type that stores a collection of graphics and images.
C: A string is a data type that stores software and hardware.
Scelta multipla
2

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