Problemas
The data type used for whole numbers in programming. a integer b string character d float __ is a programming language used to build operating systems. a c++ b HTML C Javascript d Python Pregunta 5 (1 punto) Pregunta 6 (1 punto) A string is a data type used to classify whole numbers. True OFalse Pregunta 7 (1 punto) __ is a programming language used by engineers and mathematicians to work with data numbers. Python b Fortran C d HTML
Roztwór
Víctor
élite · Tutor durante 8 años
4.1
(246 Votos)
Respuesta
1. a2. a3. False4. b
Explicación
## Step1The first question is asking about the data type used for whole numbers in programming. Whole numbers are numbers without any fractional or decimal component. In programming, these are typically represented by the data type 'integer'.## Step2The second question is asking about a programming language used to build operating systems. The correct answer is 'c++'. HTML, JavaScript, and Python are not typically used for building operating systems.## Step3The third question is a statement that needs to be evaluated as either true or false. The statement is "A string is a data type used to classify whole numbers." This statement is false. A string is a data type used to represent text rather than numbers.## Step4The fourth question is asking about a programming language used by engineers and mathematicians to work with data numbers. The correct answer is 'Fortran'. Python, HTML, and JavaScript are not typically used for this purpose.