Chapter 2 Flashcards

1
Q

common features of a programming language?

A
Built in types
Control structure
Expression or statements
Functions
Variables
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

statically typed language?

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

why types are sometimes called class types?

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

major design goal of C++

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

why types are fundamental?

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

What is arithmetic types and it’s two parts?

A

Builtin types representing boolean,
characters, integers, and floating-point numbers.

Integral types and floating point types

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