Unit 2 1.2 Components of Turbo C Flashcards

1
Q

It is more than just a version of the C language. Rather, it includes a complete environment in which to create, test, and run programs.

A

Turbo C

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

It is used to create program source code.

A

Editor

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

This version of C is significantly extended from the “base bone”
language of Ritchie’s specifications. The extension includes enhancement which make
the Turbo C compatible with the new proposed and ANSI Standard.

A

Extended C language

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

It is used to convert source code into machine code or binary code

A

Compiler

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

It is used for testing program and locating programming errors

A

Debugger

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

Time Environment is the capability for running programs within the Turbo C system.

A

Run

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

The various features of Turbo C are integrated into a single program
which allows you to smoothly proceed from source – code entry to compilation to
debugging to running without ever leaving the Turbo C environment.

A

User Interface

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