ITPEC IP April 2019 Question 2

Source exam: ITPEC IP April 2019Topic: Basic Theory

ITPEC IP April 2019 — Question 2 of 100

The search must require “Japanese restaurant” together with either “Sapporo” or “Hakodate.” The correct expression is (Sapporo OR Hakodate) AND Japanese restaurant, which returns restaurants in either of the two cities while retaining the required cuisine/type term.

Answer (c)

Why not others:
- requiring both city names can omit ordinary records for either individual city

- OR with “Japanese restaurant” returns records matching only a city or only the restaurant term

- grouping the cities with OR and then applying AND expresses the intended combined search

Key rule: Use OR for alternatives and AND for conditions that every result must satisfy.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official IP past-paper collection or Report an issue.