AI
Game Theory
JavaScript
General Knowledge
Random
100

What does AI stand for?

Artificial Intelligence


100

When do you see the applications of Game Theory?

Everywhere!

100

Which symbol is used to start a comment in JavaScript?

  • a) //

  • b) /*

  • c) #

  • d) --

a) //

100

Which of the following programming languages is primarily used for web development on the client-side?

  • A) Python
  • B) JavaScript
  • C) Java
  • D) C++

B) JavaScript

100

What does RGB stand for?

Red Green Blue

200

What is speech recognition?

This AI technology is used in virtual assistants like Siri and Alexa to understand spoken commands.

200

List 2 examples of when game theory could be used

Card games, debate

200

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

200

Which HTML tag is used to create a hyperlink?

  • A) <link>
  • B) <a>
  • C) <href>
  • D) <hyperlink>

B) <a>

200

What is the code of the RGB system for the colour white?

255, 255, 255

300

This AI helps drivers by providing directions and avoiding traffic. What is it?

GPS navigation

300

What is a dominant strategy?

A strategy for a player that provides a better outcome, regardless of what strategy the other players chooses

300

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

300

Which CSS property is used to change the text color of an element?

  • A) font-color
  • B) text-color
  • C) color
  • D) text-style

C) color

300

What year was JavaScript released?

1995


400

This AI assistant developed by Apple helps users with tasks on their iPhones. What is it?

Siri

400

What is the prisoner's dilemma?

A thought experiment where two individuals acting in their self-interests do not produce the optimal outcome


400

What is the METHOD for filling color for shapes in Javascript?

  • a) fill()

  • b) color()

  • c) background()

  • d) coloring()

a) fill()

400

This ancient city, known for its hanging gardens, was one of the most famous cities of Mesopotamia. What is it?

Babylon

400

Name 4 different data types

Boolean, string, integer, float, char, long, etc

500

This is one of the first board games in which an AI beat a Human Champion. What is it?

Chess

500

What is Nash Equilibrium? 

A situation in game theory where the optimal outcome is reached. Neither player may benefit

500

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

500

This famous Spanish artist is known for co-founding the Cubist movement and painting "Guernica." Who is it?


Pablo Picasso

500

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.