Structure of C++ Flashcards

1
Q

is the process of converting
one predefined type into another.

A

Type Conversion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Two types of Conversion

A

Implicit type Conversion
Explicit type Conversion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

is also known as
automatic type conversion

A

Implicit type Conversion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

It is a conversion
performed by the compiler without the
programmer’s intervention.

A

Implicit Type Conversion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

It is applied
generally whenever differing data types are
intermixed in an expression, so as not to lose
information.

A

Implicit Type Conversion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Conversion from one data type to another is
prone to data loss.

A

Data Loss During Conversion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The explicit conversion of an operand to a
specific type is called

A

Type Casting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

is user-defined that forces an
expression to be of specific data type.

A

Explicit Type Conversion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

This happens when data
of a larger type is converted to data of a
smaller type.

A

Data Loss During Conversion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly