Augmented Reality
Virtual Reality
Imperative
Declarative
100

What is AR?

Augmented reality (AR) is a technology that layers computer-generated enhancements atop an existing reality in order to make it more meaningful through the ability to interact with it.

100

What is Virtual Reality

Virtual reality (VR) is an artificial, computer-generated simulation or recreation of a real life environment or situation.

100

What is imperative programming

 Imperative programming is a programming paradigm that focuses on describing how a program operates step by step, rather than on high-level descriptions of its expected results.

100

What is declarative programming language?

Declarative programming is a programming paradigm that expresses the logic of computation without describing its control flow, focusing on what the program should accomplish.

200

Name one popular application of AR in the industry.

One popular application is the IKEA Place app, which allows users to visualize how furniture would look in their homes.

200

Name one popular VR headset

Oculus VR, SteamVR, PlayStationVR

200

Give 2 programming languages that are classified as imperative language?

Java, Python, C

200

What is name of the person who created this jeopardy (2 names)?

Amir, Akerke

300

How does AR differ from Virtual Reality?

AR overlays digital content onto the real world, while VR creates a completely immersive digital environment, blocking out the real world.

300

Describe a use case of VR in healthcare

VR is used in healthcare for surgical training, allowing surgeons to practice procedures in a simulated environment before performing them on patients.

300

How does imperative programming differ from declarative programming?

Imperative programming focuses on how to perform tasks with explicit instructions, while declarative programming focuses on what the outcome should be without specifying how to achieve it.

300

Name 4 Declarative programming languages

SQL, Prolog, HTML, CSS, JavaScript