Pokemon Go is a game that's based on ____________________ technology.

A. virtual reality
B. 360 projection
C. augmented reality
D. lossless compression


Answer: C

Computer Science & Information Technology

You might also like to view...

To prevent modification of array values passed to a function:

a. The array must be declared static in the function. b. The array parameter can be preceded by the const qualifier. c. A copy of the array must be made inside the function. d. The array must be passed by reference.

Computer Science & Information Technology

In time-division multiplexing, the speed of the trunk port is always less than the speed of the branch ports.

a. True b. False

Computer Science & Information Technology

Provide the equivalent domain relational calculus and relational algebra expressions for each of the tuple relational calculus expressions given in Exercise 4.10.

(a) {H.hotelName | Hotel(H) ? H.city = ‘London’} (b) {H.hotelName | Hotel(H) ? (?R) (Room(R) ? H.hotelNo ? R.hotelNo?? R.price ? 50)} (c) {H.hotelName | Hotel(H) ? (?B) (?G) (Booking(B) ? Guest(G) ? H.hotelNo ? B.hotelNo?? B.guestNo = G.guestNo ?? G.guestName = ‘John Smith’)} (d) {H.hotelName, G.guestName, B1.dateFrom, B2.dateFrom | Hotel(H) ? Guest(G) ? Booking(B1) ? Booking(B2) ? H.hotelNo ? B1.hotelNo?? G.guestNo = B1.guestNo ?? B2.hotelNo = B1.hotelNo ? B2.guestNo = B1.guestNo ?? B2.dateFrom ? B1.dateFrom}

Computer Science & Information Technology

A ________ is a collection of personal information, including photos, contact information, likes and dislikes, and recent posts for a member of a social networking site

A) status update B) pin C) profile D) post

Computer Science & Information Technology