All Of Programming Chapter 4-11 Definitions

All Of Programming Chapter 4-11 Definitions

Assessment

Flashcard

Computers

University

Hard

Created by

IdkName IdkName

FREE Resource

Student preview

quiz-placeholder

53 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Corner Cases

Back

Inputs where your algorithms behave differently.

2.

FLASHCARD QUESTION

Front

Statement Coverage

Back

Testing to ensure every line of code executes at least once.

3.

FLASHCARD QUESTION

Front

Comments

Back

Lines in programs for humans only, such as // or /* ... */.

4.

FLASHCARD QUESTION

Front

Composability

Back

Ability to put things together and have them work as expected.

5.

FLASHCARD QUESTION

Front

Compiling

Back

Act of translating human-readable code into machine-executable format (source code).

6.

FLASHCARD QUESTION

Front

Compiler

Back

Performs the translation process, taking source code as input and writing out executable files.

7.

FLASHCARD QUESTION

Front

#Include Directive

Back

In C, tells the compiler to include the contents of another file (usually header files) before compilation.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?