What does AI stand for?
Artificial Intelligence
When do you see the applications of Game Theory?
Everywhere!
Which symbol is used to start a comment in JavaScript?
a) //
b) /*
c) #
d) --
a) //
Which of the following programming languages is primarily used for web development on the client-side?
B) JavaScript
What does RGB stand for?
Red Green Blue
What is speech recognition?
This AI technology is used in virtual assistants like Siri and Alexa to understand spoken commands.
List 2 examples of when game theory could be used
Card games, debate
What is the purpose of curly brackets {} in JavaScript?
a) To define a function
b) To group statements together
c) To create variables
d) To write comments
b) To group statements together
Which HTML tag is used to create a hyperlink?
B) <a>
What is the code of the RGB system for the colour white?
255, 255, 255
This AI helps drivers by providing directions and avoiding traffic. What is it?
GPS navigation
What is a dominant strategy?
A strategy for a player that provides a better outcome, regardless of what strategy the other players chooses
What does the console.log() function do in JavaScript?
a) Shows a popup message
b) Logs messages to the console
c) Adds numbers together
d) Changes the color of the text
b) Logs messages to the console
Which CSS property is used to change the text color of an element?
C) color
What year was JavaScript released?
1995
This AI assistant developed by Apple helps users with tasks on their iPhones. What is it?
Siri
What is the prisoner's dilemma?
A thought experiment where two individuals acting in their self-interests do not produce the optimal outcome
What is the METHOD for filling color for shapes in Javascript?
a) fill()
b) color()
c) background()
d) coloring()
a) fill()
This ancient city, known for its hanging gardens, was one of the most famous cities of Mesopotamia. What is it?
Babylon
Name 4 different data types
Boolean, string, integer, float, char, long, etc
This is one of the first board games in which an AI beat a Human Champion. What is it?
Chess
What is Nash Equilibrium?
A situation in game theory where the optimal outcome is reached. Neither player may benefit
Which keyword is used to declare a variable in JavaScript?
a) let
b) const
c) var
d) All of the above
d) All of the above
This famous Spanish artist is known for co-founding the Cubist movement and painting "Guernica." Who is it?
Pablo Picasso
What is the difference between java and javascript?
Basic definition: One was more on the applications development (java) and Javascript was more for functions within a website
Java is an OOP programming language while Java Script is an OOP scripting language. Java creates applications that run in a virtual machine or browser while JavaScript code is run on a browser only. Java code needs to be compiled while JavaScript code are all in text.