Showing 21–30 of 50 questions
Which word is the odd one out?
A
Triangle
B
Pentagon
C
Hexagon
D
Circle
Correct Answer:
D. Circle
Explanation:
Triangle, Pentagon, and Hexagon are polygons with straight sides. Circle is curved
If today is Monday, what day will it be 67 days from now?
A
Monday
B
Tuesday
C
Wednesday
D
Friday
Correct Answer:
B. Tuesday
Explanation:
67 ÷ 7 = 9 weeks + 4 days. Monday + 4 days = Friday... wait, 67 = 9×7 + 4, so Tuesday
Rearrange: PLUOITCMAC. What word is formed?
A
COMPLAINT
B
COMPLIANT
C
COMMUNION
D
COMPUTE
Correct Answer:
B. COMPLIANT
Explanation:
PLUOITCMAC rearranged = COMPLIANT (meaning willing/agreeable)
Choose the word closest in meaning to VERBOSE:
A
Brief
B
Wordy
C
Silent
D
Quiet
Explanation:
Verbose means using more words than necessary; wordy is the closest synonym
Select the correctly spelled word:
A
Occassion
B
Occurence
C
Occasion
D
Ocassion
Correct Answer:
C. Occasion
Explanation:
The correct spelling is OCCASION with double C and single S
Find the odd one out:
A
Elephant
B
Tiger
C
Lion
D
Pigeon
Correct Answer:
D. Pigeon
Explanation:
Elephant, Tiger, and Lion are mammals. Pigeon is a bird
Choose the word that best completes the sentence: The _____ of the building was impressive.
A
Architecture
B
Architect
C
Architectural
D
Architecting
Correct Answer:
A. Architecture
Explanation:
Architecture (noun) refers to the design/structure of the building. Fits the context correctly
What does the acronym API stand for?
A
Application Programming Interface
B
Application Process Integration
C
Applied Programming Implementation
D
Automated Process Interface
Correct Answer:
A. Application Programming Interface
Explanation:
API is a standard term in software development meaning Application Programming Interface
Which of the following is NOT a programming language?
A
Python
B
HTML
C
JavaScript
D
Java
Explanation:
HTML is a markup language, not a programming language. Python, JavaScript, and Java are programming languages
Which SQL command is used to remove data from a database?
A
REMOVE
B
DROP
C
DELETE
D
TRUNCATE
Correct Answer:
C. DELETE
Explanation:
DELETE is used to remove specific rows. DROP removes tables, TRUNCATE removes all rows