Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

plz match the words with its defination CSC126 Spring 2016 Final B points) a. So

ID: 3581137 • Letter: P

Question


plz match the words with its defination

CSC126 Spring 2016 Final B points) a. Source code 1. a step-by-step plan to solve a given problem or task. b. int bb[10][3] 2. numeric code for representation of characters c, Prototype 3. two dimensional array d. Algorithm 4. a text listing of commands to be ASCII compiled or assembled into an executable computer program. f Reference parameter 5. Using an &, an address is sent to g. Debug the function 6. code produced by a compiler h. object code 7. a header or library file 8, Declaration of a function that gives its name and types of parameters without the body of the function 9, convert the source code file into the machine readable code that a CPU can execute. o, identify and remove errors from computer software

Explanation / Answer

Solution:

a)Source code- a text listing of commands to be compiled or assembled into an executable computer program.

b)int bb[10][3] - a two dimensional array

c) prototype - Declaration of a function that gives its name and types of parameters without the body of the function

d)Algorithm- a step-by-step plan to solve a given program or task

e)ASCII- numeric code for reperesentation of characters

f)Refernce Parameter- Using an &, an address is sent to the function

g)Debug- identify and remove errors from computer software

h)Object Code - Code produced by the complier