Chapter 2 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

<

A

output operator

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

compiler

A

a program that translates course code into object code

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

compile-time error

A

errors found by a compiler

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

cout

A

standart output stream

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

executable

A

a file executed by a computer

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

function

A

a named sequence of statements

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

header

A

a file that contains definition of terms

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

IDE

A

integrated development environment (compiles and links commands)

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

include

A

a directive that instructs the computer to make available facilities from a mentioned file

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

library

A

a package of code that is meant to be reused by many programs

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

linker

A

a program that links translational units and form an executable file

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

main()

A

a function, starting point for a program execution

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

object code

A

a product of compiler, a computer language code

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

output

A

an information provided by a computer program

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

program

A

a specific set of ordered operations for a computer to perform

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

source code

A

a computer program that is created by a programmer

17
Q

statement

A

a bloke of code does something; stamens are terminated by a semicolon