Lazzat Yeleussizova
Quiz von , erstellt am more than 1 year ago

Quiz am cpp, erstellt von Lazzat Yeleussizova am 22/12/2017.

21
1
0
Keine Merkmale angegeben
Lazzat Yeleussizova
Erstellt von Lazzat Yeleussizova vor mehr als 6 Jahre
Schließen

cpp

Frage 1 von 45

1

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

Wähle eine der folgenden:

  • 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.

Erklärung

Frage 2 von 45

1

An enumerated data type in C ++

Wähle eine der folgenden:

  • enum

  • int

  • double

  • float

  • char

Erklärung

Frage 3 von 45

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 4 von 45

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 5 von 45

1

The result of a logical operation in C ++ is

Wähle eine der folgenden:

  • true - true or false - false

  • a turnkey solution

  • the derivation of

  • values

  • a mathematical proposition

Erklärung

Frage 6 von 45

1

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

Wähle eine der folgenden:

  • the truth - true || false - false

  • true - false or false - true

  • the truth - or false 2 - 1

  • Inequality

  • conclusion

Erklärung

Frage 7 von 45

1

Data - is:

Wähle eine der folgenden:

  • 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

Erklärung

Frage 8 von 45

1

Standard char data type in C ++ defines:

Wähle eine der folgenden:

  • to describe the type of ASCII Code

  • number type

  • integer type

  • boolean type

  • enumerated type

Erklärung

Frage 9 von 45

1

Standard types of data that exist in C ++:

Wähle eine der folgenden:

  • bool

  • integer

  • real

  • shared

  • protected

Erklärung

Frage 10 von 45

1

Standard data types do not exist in C ++:

Wähle eine der folgenden:

  • boolean

  • bool

  • string

  • int

  • float

Erklärung

Frage 11 von 45

1

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

Wähle eine der folgenden:

  • constants

  • non-constants

  • data types with sign

  • Local

  • changes as a result of external events

Erklärung

Frage 12 von 45

1

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

Wähle eine der folgenden:

  • 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.

Erklärung

Frage 13 von 45

1

The access to the members of the class indicated by:

Wähle eine der folgenden:

  • protected

  • firstprivate

  • interface

  • article

  • set..of

Erklärung

Frage 14 von 45

1

Permitted data types in C ++:

Wähle eine der folgenden:

  • string.

  • referenced.

  • the column.

  • Numeric.

  • system.

Erklärung

Frage 15 von 45

1

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

Wähle eine der folgenden:

  • char a = '123';

  • char a [] = {123};

  • int a [] = "123";

  • int a [4] = '123';

  • a char [4] = '123';

Erklärung

Frage 16 von 45

1

Key words in the language C ++:

Wähle eine der folgenden:

  • this

  • endl

  • constructor

  • size_t

  • of

Erklärung

Frage 17 von 45

1

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

Wähle eine der folgenden:

  • hexadecima

  • floating-point numbers of double-length

  • unsigned decimal number

  • a decimal number

  • string

Erklärung

Frage 18 von 45

1

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

Wähle eine der folgenden:

  • hexadecimal

  • string

  • unsigned decimal number

  • floating-point numbers

  • point-number

Erklärung

Frage 19 von 45

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 20 von 45

1

Correctly declare variables in C ++ :

Wähle eine der folgenden:

  • char str [ 256 ] = " 12345" ;

  • int pi = 3.1415;

  • real a = 0.1;

  • const N = 10;

  • A = 10 char

Erklärung

Frage 21 von 45

1

The correct ranges of data types in C ++ :

Wähle eine der folgenden:

  • 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

Erklärung

Frage 22 von 45

1

Acceptable simple types in C ++ are:

Wähle eine der folgenden:

  • unsigned long

  • unsigned bool

  • long char

  • long float

  • unsigned float

Erklärung

Frage 23 von 45

1

Two bytes of RAM in C ++ occupy :

Wähle eine der folgenden:

  • unsigned int

  • short float

  • word

  • boolean

  • small int

Erklärung

Frage 24 von 45

1

Real types in C ++ are declared :

Wähle eine der folgenden:

  • double

  • floating

  • enum

  • single

  • real

Erklärung

Frage 25 von 45

1

Valid variable names in C ++ are:

Wähle eine der folgenden:

  • Asm

  • 312m $

  • 1var

  • % Asm

  • 1str

Erklärung

Frage 26 von 45

1

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

Wähle eine der folgenden:

  • 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.

Erklärung

Frage 27 von 45

1

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

Wähle eine der folgenden:

  • void empty type

  • enum text type

  • enum integer type

  • float empty type

  • void type text

Erklärung

Frage 28 von 45

1

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

Wähle eine der folgenden:

  • double type floating-point double-length

  • void type text

  • double floating point type

  • void type floating-point

  • char empty type

Erklärung

Frage 29 von 45

1

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

Wähle eine der folgenden:

  • enum enumeration type

  • void floating point type

  • void type text

  • int floating point type

  • double floating point type

Erklärung

Frage 30 von 45

1

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

Wähle eine der folgenden:

  • enum - enumerated type

  • int - empty type

  • char - type text

  • bool - type floating-point double-length

  • double - floating point type

Erklärung

Frage 31 von 45

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 32 von 45

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 33 von 45

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 34 von 45

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 35 von 45

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 36 von 45

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 37 von 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:

Wähle eine der folgenden:

  • X= -30, Y= 15

  • X= -31

  • X=-31 

  • Y=-15 

  • Y=30

Erklärung

Frage 38 von 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:

Wähle eine der folgenden:

  • X=5 

  • X=4 

  • X=2 

  • X=3 

  • X=1

Erklärung

Frage 39 von 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:

Wähle eine der folgenden:

  • Z=1

  • X=0

  • X=3 

  • X=2 

  • X=1 

Erklärung

Frage 40 von 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:

Wähle eine der folgenden:

  • Z=2

  • X=4 

  • X=3 

  • X=-2

  • X=1 

Erklärung

Frage 41 von 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:

Wähle eine der folgenden:

  • Y=0

  • X= 5 

  • Y=4 

  • X=4

  • X=3 

Erklärung

Frage 42 von 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:

Wähle eine der folgenden:

  • Z=1

  • X= 5 

  • Y=4 

  • X=0 

  • X=5 

Erklärung

Frage 43 von 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:

Wähle eine der folgenden:

  • Z = 2

  • X= 5 

  • Y = 4

  • X=1 

  • X=30

Erklärung

Frage 44 von 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:

Wähle eine der folgenden:

  • Z = 2

  • X= 5

  • Y = 4

  • X=2 

  • X=3 

Erklärung

Frage 45 von 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:

Wähle eine der folgenden:

  • Z = 2

  • X= 0 

  • Y = 4

  • X=2 

  • X=9

Erklärung