WAEC Computer Studies 2024 Objective — Question 23
Question 23 of 50 from the West African Examinations Council (WAEC) Computer Studies 2024 Objective paper, with the correct answer and a full explanation.
Advertisement
23. The equation x = p + q(r + s) can be expressed in QBASIC programming as
- A. X = P + Q*(R/S)
- B. X = P + Q*(R/S) (as printed, variant)Correct
- C. X = P + Q(R/S)
- D. X = P + Q(R/S) (as printed, variant)
Explanation
In QBASIC, multiplication is represented by an asterisk (*) and division by a forward slash (/), so x=p+q(r+s) becomes X=P+Q*(R/S).
Advertisement
Sign up free to unlock
- Score tracking
- Practice history
- Saved questions
- Progress dashboard
- Personalized sessions
- Weak-topic breakdown
…and/or go further with premium services and No Ads.