What is the function of the Ctrl + C shortcut key? A. Paste B. Copy C. Cut D. Save Correct answer is: B. Copy Ctrl + C copies the selected item to the clipboard.
Which of the following is an open-source operating system? A. Windows B. macOS C. Linux D. macOS (duplicate) Correct answer is: C. Linux Linux distributions are open-source operating systems.
Which is the most commonly used search engine? A. Yahoo B. Bing C. Google D. DuckDuckGo Correct answer is: C. Google Google is the most widely used web search engine globally.
What is the shortcut key to insert a hyperlink in many editors (e.g., Word, web editors)? A. Ctrl+H B. Ctrl+P C. Ctrl+K D. Ctrl+L Correct answer is: C. Ctrl+K Ctrl + K is the common shortcut to insert/edit hyperlinks in many apps/editors.
What is the smallest unit of memory in a computer? A. Bit B. Word C. Nibble D. Byte Correct answer is: A. Bit A bit (binary digit: 0 or 1) is the smallest unit of data in computing.
Which of the following is a popular cloud storage service? A. Google Mail (Gmail) B. Dropbox C. Chrome D. Google Drive Correct answer is: B. Dropbox Dropbox (and Google Drive, OneDrive etc.) are popular cloud storage services (Dropbox is a classic example).
If X = 80% of Y and Z = 120% of X, the ratio X : Y : Z is: A. 10:26:30 B. 10:15:20 C. 20:25:24 D. 10:25:23 Correct answer is: C. 20:25:24 Given X = 0.8Y and Z = 1.2X ⇒ X:Y:Z = 0.8Y:Y:0.96Y ⇒ multiply by 25 ⇒ 20:25:24 (solution shown in your notes).
A number multiplied by 3/4 of itself gives 10800. The number is: A. 100 B. 120 C. 150 D. 200 Correct answer is: B. 120 Let number = x → x*(3/4)x = 10800 ⇒ (3/4)x² =10800 ⇒ x² =14400 ⇒ x = 120.
A cube has edge 18 cm. How many smaller cubes of edge 3 cm can be cut from it? A. 216 B. 81 C. 64 D. 144 Correct answer is: A. 216 Each side: 18/3 = 6 small cubes per edge → total = 6³ = 216.
What is the complete square (perfect square form) of x² + 18x + 81? A. (x+8)² B. (x+9)² C. (x−8)² D. (x−9)² Correct answer is: B. (x+9)² x² + 18x + 81 = (x + 9)² (since 2*9 = 18 and 9² = 81).