For each term in the column on the left, write the corresponding letter for the
ID: 3830386 • Letter: F
Question
For each term in the column on the left, write the corresponding letter for the description that best matches it from the column on the right. 1. Divide-and-conquer 2. Function call grams. 3. Local variable 4 Pass-by-reference 5 static 6 Pass-by-value 7. Scaling 8. Scope 9 rand 10. Header file 11. Software reuse 12 sand a) Using existing functions as building blocks to create new programs b) Technique for reducing the range of values produced by functions rand c) Contains function prototypes and definitions of various data types. d) Seeds the random-number generator. e) invokes a function. f) Known only in the function in which it is defined. g) Passes a copy of an argument's value to a function. h) Technique for constructing a program from smaller, more manageable pieces. i) Generates and returns a pseudo-random number. j) The portion of a program in which an identifier may be referenced. k) Provides a called function with the ability to access the caller's data directly. I) Signifies that a local variable retains its value after the function in which it was defined is exiled.Explanation / Answer
1 h
2 e
3 f
4 j
5 l
6 g
7 b
8 k
9 d
10 c
11 a
12 i
this is the list of the following matches of the left hand side with thee right side
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.