Page 2 of 2

2A-3

INFORMATION: Wikipedia Wikipedia is a free, multilingual online encyclopaedia that is updated and produced by a group of volunteers known as Wikipedians. Wikipedia is unquestionably the biggest, most…

2A-2

TRANSACTION: Stripe Stripe is a payment services provider that enables businesses to take payments made using credit, debit, or other cards. With the help of Stripe’s tools and…

2A-1

SEARCH: DuckDuckGo DuckDuckGo is a search engine which is totally free to use. Compared to other browsers, DuckDuckGo offers far greater privacy and is generally safe. Your search…

Programming Languages

#1 Java:- It is both a compiled and an interpreted language. To fully run a Java application on a system, it uses the Java compiler (javac) and JVM,…

Problem 1B-4 (Book a dinner reservation)

Solution:- • Determine the landing location (Courtenay or Smits Field) and store it in a variable “landingLocation”. • If the landing location is Courtenay, find the reservation time…

Problem 1B-3 (Find an alternative landing time/location)

Solution:- • Calculate the delay time and store it in a variable, “delayTime”. • Calculate the new leave time by adding “delayTime” to the leave time, and store…

Problem 1B-2 (Decide if a Courtenay Landing is safe)

Solution:- • Check the current wind conditions at Courtenay and store it in a variable “presentKnots”. • Compare the wind speed to the safe landing threshold of 12…