C=S 1500 Final Exam with all Correct & 100% Verified Answers| Actual Complete Exam| Already Graded A+ (Hust Released) RAM stands for? Correct Answers--Random Access Memory Which of these is regarded as the 'heart' of the computer, which performs many different operations _____________ a. Motherboard b. Arithmetic and logic unit c. Control Unit d. Memory Correct Answers--b. Arithmetic and logic unit Which of the following is a commonly used input device? a. Printer b. Plotter c. Visual Display Unit d. Mouse Correct Answers--d. Mouse What is the first step in the software development lifecycle? a. System Design b. Coding c. Preliminary =nvestigation and Analysis d. System Testing Correct Answers--c. Preliminary =nvestigation and Analysis Which of the following is an obvious syntax error a. Misspelling a variable name b. Using multiplication, instead of addition: e.g. a = b*c; instead of a = b+c; c. misspelling a keyword, for example for x=0 too 10 STEP 1 instead of for x=0 to 10 STEP 1 d. None of these Correct Answers--c. misspelling a keyword, for example for x=0 too 10 STEP 1 instead of for x=0 to 10 STEP 1 Given below is an incomplete pseudocode written to calculate and print the area