2.1 He has a core2 quad PC running at 3GHz (Gigahertz) wit…

2.1 He has a core2 quad PC running at 3GHz (Gigahertz) with a high performance graphic card with its own memory.   2.1.1 What component does core2 quad refer to? (1) 2.1.2 Explain briefly what is meant by core2 quad. (3) 2.2 The PC has 16GB (Gigabyte) of memory. What type of memory is being referred to? (1) 2.3 It also has a 1 TB (Terabyte) hard drive.         2.3.1 What is the EXACT ratio between 1GB and 1TB? (1) 2.3.2 Why is the hard drive so much larger than memory? Explain briefly. (3)     [9]

Question 6 – Logic Gates and Circuits   (a)           …

Question 6 – Logic Gates and Circuits   (a)              Draw a logic circuit to represent the logic expression:     X = NOT (A OR C) OR (A AND NOT B)       (5) (b) Complete the truth table for the logic expression: The answer must be done on your exam pad.     X = NOT (A OR C) OR (A AND NOT B) (4)     [9]

Line Number Description 1 countHighRatings  ← 0…

Line Number Description 1 countHighRatings  ← 0 2 countLowRatings  ← 0 3 Input ticket number 4 While ticket number not equal to 0 5 Start While loop 6 Input Rating 7 If rating equals 1 8 countHighRatings ← countHighRatings + 1 9 Otherwise 10 countLowRatings ← countLowRatings + 1 11 End While Loop 12 Display countHighRatings 13 Display countLowRatings