Lazzat Yeleussizova
Test por , creado hace más de 1 año

Test sobre cpp, creado por Lazzat Yeleussizova el 22/12/2017.

21
1
0
Sin etiquetas
Lazzat Yeleussizova
Creado por Lazzat Yeleussizova hace más de 6 años
Cerrar

cpp

Pregunta 1 de 45

1

In C ++, the permissible variations in the names of identifiers

Selecciona una de las siguientes respuestas posibles:

  • The sign '_' and digits.

  • Any characters with ASCII-code older than 128.

  • The "@" and numbers.

  • Any characters except those used in arithmetic and logical operations.

  • signs "$", "@", and letters.

Explicación

Pregunta 2 de 45

1

An enumerated data type in C ++

Selecciona una de las siguientes respuestas posibles:

  • enum

  • int

  • double

  • float

  • char

Explicación

Pregunta 3 de 45

1

"False" in C ++ takes the form and means:

Selecciona una de las siguientes respuestas posibles:

  • one of the two values of type bool

  • lack of communication with the processor peripherals

  • the temporary suspension of the computer

  • the need to perform a "warm start"

  • errors when entering information

Explicación

Pregunta 4 de 45

1

"True" in C ++ takes the form and means:

Selecciona una de las siguientes respuestas posibles:

  • 1

  • lie

  • the result of the correct compilation of the program

  • the absence of errors when entering information

  • the absence of errors in the derivation of the information

Explicación

Pregunta 5 de 45

1

The result of a logical operation in C ++ is

Selecciona una de las siguientes respuestas posibles:

  • true - true or false - false

  • a turnkey solution

  • the derivation of

  • values

  • a mathematical proposition

Explicación

Pregunta 6 de 45

1

The result of a conditional expression in C ++ is:

Selecciona una de las siguientes respuestas posibles:

  • the truth - true || false - false

  • true - false or false - true

  • the truth - or false 2 - 1

  • Inequality

  • conclusion

Explicación

Pregunta 7 de 45

1

Data - is:

Selecciona una de las siguientes respuestas posibles:

  • is a set of memory cells, having certain properties

  • a set of numbers

  • the sequence of actions

  • a sequence of characters

  • the set of libraries

Explicación

Pregunta 8 de 45

1

Standard char data type in C ++ defines:

Selecciona una de las siguientes respuestas posibles:

  • to describe the type of ASCII Code

  • number type

  • integer type

  • boolean type

  • enumerated type

Explicación

Pregunta 9 de 45

1

Standard types of data that exist in C ++:

Selecciona una de las siguientes respuestas posibles:

  • bool

  • integer

  • real

  • shared

  • protected

Explicación

Pregunta 10 de 45

1

Standard data types do not exist in C ++:

Selecciona una de las siguientes respuestas posibles:

  • boolean

  • bool

  • string

  • int

  • float

Explicación

Pregunta 11 de 45

1

The modifier const in C ++ allows you to declare several types:

Selecciona una de las siguientes respuestas posibles:

  • constants

  • non-constants

  • data types with sign

  • Local

  • changes as a result of external events

Explicación

Pregunta 12 de 45

1

In C ++, the permissible variations in the names of identifiers:

Selecciona una de las siguientes respuestas posibles:

  • Uppercase and lowercase letters.

  • Any characters with ASCII-code older than 128.

  • The "@" and numbers.

  • The "_" number and the sign "#", "@".

  • Any characters except those used in arithmetic and logical operations.

Explicación

Pregunta 13 de 45

1

The access to the members of the class indicated by:

Selecciona una de las siguientes respuestas posibles:

  • protected

  • firstprivate

  • interface

  • article

  • set..of

Explicación

Pregunta 14 de 45

1

Permitted data types in C ++:

Selecciona una de las siguientes respuestas posibles:

  • string.

  • referenced.

  • the column.

  • Numeric.

  • system.

Explicación

Pregunta 15 de 45

1

Expressions with the correct execution of the assignment in the language C ++:

Selecciona una de las siguientes respuestas posibles:

  • char a = '123';

  • char a [] = {123};

  • int a [] = "123";

  • int a [4] = '123';

  • a char [4] = '123';

Explicación

Pregunta 16 de 45

1

Key words in the language C ++:

Selecciona una de las siguientes respuestas posibles:

  • this

  • endl

  • constructor

  • size_t

  • of

Explicación

Pregunta 17 de 45

1

Symbols s, x, u, controls the formation of the C language for printf means the expected type of input:

Selecciona una de las siguientes respuestas posibles:

  • hexadecima

  • floating-point numbers of double-length

  • unsigned decimal number

  • a decimal number

  • string

Explicación

Pregunta 18 de 45

1

Symbols X,o,s, controls the formation of the C language for printf means the expected type of input:

Selecciona una de las siguientes respuestas posibles:

  • hexadecimal

  • string

  • unsigned decimal number

  • floating-point numbers

  • point-number

Explicación

Pregunta 19 de 45

1

Enter standard data types char, double, float in C ++?

Selecciona una de las siguientes respuestas posibles:

  • floating point type, text type, floating point double-length type

  • text type, integer type, boolean type

  • empty type, character type, integer type

  • enumerated type, floating point double-lengh type, text type

  • integer type, primitive type, structure type

Explicación

Pregunta 20 de 45

1

Correctly declare variables in C ++ :

Selecciona una de las siguientes respuestas posibles:

  • char str [ 256 ] = " 12345" ;

  • int pi = 3.1415;

  • real a = 0.1;

  • const N = 10;

  • A = 10 char

Explicación

Pregunta 21 de 45

1

The correct ranges of data types in C ++ :

Selecciona una de las siguientes respuestas posibles:

  • unsigned int 0 to 4 294 967 295

  • bool from -126 to 126

  •  short int from 0 to 254

  • float from -2,147,483,648 to 2,147,483,647

  • double from -2,147,483,648 to 2,147,483,647

Explicación

Pregunta 22 de 45

1

Acceptable simple types in C ++ are:

Selecciona una de las siguientes respuestas posibles:

  • unsigned long

  • unsigned bool

  • long char

  • long float

  • unsigned float

Explicación

Pregunta 23 de 45

1

Two bytes of RAM in C ++ occupy :

Selecciona una de las siguientes respuestas posibles:

  • unsigned int

  • short float

  • word

  • boolean

  • small int

Explicación

Pregunta 24 de 45

1

Real types in C ++ are declared :

Selecciona una de las siguientes respuestas posibles:

  • double

  • floating

  • enum

  • single

  • real

Explicación

Pregunta 25 de 45

1

Valid variable names in C ++ are:

Selecciona una de las siguientes respuestas posibles:

  • Asm

  • 312m $

  • 1var

  • % Asm

  • 1str

Explicación

Pregunta 26 de 45

1

The scope of the variables in the language C ++:

Selecciona una de las siguientes respuestas posibles:

  • Local visible within the function.

  • Global-interclass visible to all child classes.

  • Global, visible within a block enclosed in braces.

  • Specific global-visible code within a distance of 64 kBt.

  • Hidden-local, visible within a single expression current operator.

Explicación

Pregunta 27 de 45

1

The correct description of the standard data types in C ++ :

Selecciona una de las siguientes respuestas posibles:

  • void empty type

  • enum text type

  • enum integer type

  • float empty type

  • void type text

Explicación

Pregunta 28 de 45

1

The correct description of the standard data types in C ++ :

Selecciona una de las siguientes respuestas posibles:

  • double type floating-point double-length

  • void type text

  • double floating point type

  • void type floating-point

  • char empty type

Explicación

Pregunta 29 de 45

1

The correct description of the standard data types in C ++ :

Selecciona una de las siguientes respuestas posibles:

  • enum enumeration type

  • void floating point type

  • void type text

  • int floating point type

  • double floating point type

Explicación

Pregunta 30 de 45

1

The correct description of the standard data types in C ++ :

Selecciona una de las siguientes respuestas posibles:

  • enum - enumerated type

  • int - empty type

  • char - type text

  • bool - type floating-point double-length

  • double - floating point type

Explicación

Pregunta 31 de 45

1

The correct description of the standard data types float, int, void in C ++ :

Selecciona una de las siguientes respuestas posibles:

  • floating point type,empty  type,integer type

  • enumerated type,empty  type,integer type

  • empty  type,integer type,structure type

  • text type,empty  type,structure type

  • structure type, integer type, floating type

Explicación

Pregunta 32 de 45

1

The correct description of the standard data types float, enum, void in C ++ :

Selecciona una de las siguientes respuestas posibles:

  • enumerated  type, empty type, floating point type

  • empty type, integer type, boolean type

  • text type, floating point type, structure type

  • the type of floating-point double-length, primitive type, structure type

  • floating point type, text type, enumerated type

Explicación

Pregunta 33 de 45

1

The correct description of the standard data types char, enum, void in C ++ :

Selecciona una de las siguientes respuestas posibles:

  • enumerated type,text type, empty  type

  • floating point type,text type, empty  type

  • the type of floating-point double-length,text type, empty  type

  • integer type,text type, empty  type

  • a primitive type,text type, empty  type

Explicación

Pregunta 34 de 45

1

The correct description of the standard data types char, double, float in C ++ :

Selecciona una de las siguientes respuestas posibles:

  • floating point type, text type, floating point double length type

  • text type, empty type, integer type

  • empty  type, enumerated type, floating point type

  • enumerated  type, character type, boolean type

  • integer type, structure type, integer type

Explicación

Pregunta 35 de 45

1

The correct description of the standard data types enum, double, float in C ++ :

Selecciona una de las siguientes respuestas posibles:

  • the type of floating-point double-length,floating point type,enumerated  type

  • empty  type,structure type,the type of floating-point double-length

  • text type,structure type,the type of floating-point double-length

  • enumerated  type,structure type,the type of floating-point double-length

  • integer type,structure type,the type of floating-point double-length

Explicación

Pregunta 36 de 45

1

The correct description of the standard data types int, double, float in C ++ :

Selecciona una de las siguientes respuestas posibles:

  • floating point type, floating point double-lenth type, integer type

  • empty  type, text type, primitive type

  • text type, integer type, floating point type

  • the type of floating-point double-length, empty type, structure type

  • a primitive type, integer type, floating point double-length type

Explicación

Pregunta 37 de 45

1

The variables X, Y provided: int X=1, Y=15; X=--X-Y; if (Y<15)   X+=15; else   X-=15  have the following results:

Selecciona una de las siguientes respuestas posibles:

  • X= -30, Y= 15

  • X= -31

  • X=-31 

  • Y=-15 

  • Y=30

Explicación

Pregunta 38 de 45

1

The variables  X, Y, Z provided: int X=2, Y=1, Z=2; X+=Y+++Z; if (X<3)   X++have the following results:

Selecciona una de las siguientes respuestas posibles:

  • X=5 

  • X=4 

  • X=2 

  • X=3 

  • X=1

Explicación

Pregunta 39 de 45

1

The variables X, Y, Z provided:  int X=2, Y=1, Z=2; X+=Y+--Z; if (X<3)   X++have the following results:

Selecciona una de las siguientes respuestas posibles:

  • Z=1

  • X=0

  • X=3 

  • X=2 

  • X=1 

Explicación

Pregunta 40 de 45

1

The variables  X, Y, Z provided: int X=2, Y=1, Z=2; X+=Y++-Z; if (X<3)   X++have the following results:

Selecciona una de las siguientes respuestas posibles:

  • Z=2

  • X=4 

  • X=3 

  • X=-2

  • X=1 

Explicación

Pregunta 41 de 45

1

The variables  X, Y, Z приусловии: int X=2, Y=1, Z=2; X+=Y---Z; if (X<3)   X++have the following results:

Selecciona una de las siguientes respuestas posibles:

  • Y=0

  • X= 5 

  • Y=4 

  • X=4

  • X=3 

Explicación

Pregunta 42 de 45

1

The variables  X, Y, Zprovided:  int X=2, Y=1, Z=2; X-=Y+--Z; if (X<3)   X++have the following results:

Selecciona una de las siguientes respuestas posibles:

  • Z=1

  • X= 5 

  • Y=4 

  • X=0 

  • X=5 

Explicación

Pregunta 43 de 45

1

The variables X, Y, Z provided: int X = 2, Y = 1, Z = 2; X- = Y ++ - Z; if (X <3) X++ have the following results:

Selecciona una de las siguientes respuestas posibles:

  • Z = 2

  • X= 5 

  • Y = 4

  • X=1 

  • X=30

Explicación

Pregunta 44 de 45

1

The variables X, Y, Z provided: int X = 2, Y = 1, Z = 2; X- = Y +++ Z; if (X <3) X++ have the following results:

Selecciona una de las siguientes respuestas posibles:

  • Z = 2

  • X= 5

  • Y = 4

  • X=2 

  • X=3 

Explicación

Pregunta 45 de 45

1

The variables X, Y, Z provided: int X = 2, Y = 1, Z = 2; X- = Y --- Z; if (X <3) X ++ have the following results:

Selecciona una de las siguientes respuestas posibles:

  • Z = 2

  • X= 0 

  • Y = 4

  • X=2 

  • X=9

Explicación