Créer une activité
Jouer Mots Croisés
1 Where code is attached to objects it is known as ______ _______ programming
2 #include is a _______ ______ library that lets us work with input and output objects
3 A person who writes computer programs
4 Every C++ statement ends in one
5 the _______ operator (<<) to output/print text. In our example it will output "Hello World"
6 _________ are containers for storing data values.
7 int main()is a?
8 these are inserted with two forward slashes (//).
9 will translate the C++ code into a language that the computer will understand
10 To insert a _____ ______, you can use the \n character:
11 cout (pronounced "see-out") is a?
12 stores text, such as "Hello World". String values are surrounded by double quotes
13 Can be printing or a sound
14 A function ends with the statement: ________ 0 (zero)
15 stores floating point numbers, with decimals, such as 19.99 or -19.99
16 A _________ bracket encloses the function
17 A _______editor, like Notepad, to write C++ code
18 stores single characters, such as 'a' or 'B'. Char values are surrounded by single quotes
19 stores values with two states: true or false
20 the structure of a programming language
21 An Integrated Development Environment is used to edit AND compile the code.
22 Short for standard library
23 stores integers (whole numbers), without decimals, such as 123 or -123
3
5
16
19
14
6
15
10
18
22
12
2
7
1
9
11
21
8
23
20
4
17