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

Passing copy of variable is safer since It does not get modified b)Passing copy

ID: 3822227 • Letter: P

Question

Passing copy of variable is safer since It does not get modified b)Passing copy of the variable involves more processing time c) A structure can contain elements of different types d) Un-sorted array contains elements in random order e) Expression ((X > B) && (B > A)) is false, if A is latter than X f) C language is more closer to the machine code compared to other higher level languages g) Catch memory in a processor contains most recently used program information h) Operating system contains user interrupts, in a computer system

Explanation / Answer

a.True (Specially for variables we did not anyting for getting memory address by passing reference we did not need any thing to copy the variable)

b,False

c.True (because the compalier not even know complete type of structure)

d.True

e.False

f.False

g.True (catch memort is a fast and small memory that stores most recently used data)

h.True (Because user interface is an part of operating system)