FREE! Click here to Join FunTrivia. Thousands of games, quizzes, and lots more!
Quiz about Lets Go To An AI Conference
Quiz about Lets Go To An AI Conference

Let's Go To An AI Conference Trivia Quiz


I personally just got back from an AI Conference in Las Vegas so thought I would re-visit it in a quiz with you. Please join me as we learn a bit about this up-and-coming subject.

A photo quiz by stephgm67. Estimated time: 3 mins.
  1. Home
  2. »
  3. Quizzes
  4. »
  5. Science Trivia
  6. »
  7. Technology and Computers
  8. »
  9. Computers

Author
stephgm67
Time
3 mins
Type
Photo Quiz
Quiz #
421,867
Updated
Nov 12 25
# Qns
10
Difficulty
Average
Avg Score
8 / 10
Plays
49
Last 3 plays: Guest 193 (7/10), gwendylyn14 (7/10), Reamar42 (6/10).
-
Question 1 of 10
1. When we enter the conference, everyone was excited about the topic. So let's start with a fundamental. What is "AI" an acronym for in the world of computing? Hint


Question 2 of 10
2. The first booth we encounter is one devoted to Generative AI (or Gen AI). What is the primary difference between Gen AI and AI? Hint


Question 3 of 10
3. Next we stopped at a booth advertising an LLM. We learned that stood for "Large Language Model". What are these models fundamentally based upon? Hint


Question 4 of 10
4. The next booth took it up a notch. They talked about agentic AI. True of False: This type of AI can act autonomously.


Question 5 of 10
5. The following booth discussed tokens. I assumed they meant game tokens for video play but was soon corrected. Instead, a token is a basic unit of what? Hint


Question 6 of 10
6. The next booth was revolving around temperature. I learned it was not about how cold or hot the air felt to me. Instead it helped primarily determine what aspect of the model's output? Hint


Question 7 of 10
7. We next visited a booth where we learned that an AI model's output can be wrong! What is this called? Hint


Question 8 of 10
8. The people in the next booth were discussing RAG. This is the ability for AI models to 'read' and process documents. True or False: This capability only supports text files (e.g. *.txt)


Question 9 of 10
9. The next booth was showing various examples of how people are using AI in every day life and are not even aware they are doing so. Which of these uses of a cell phone is utilizing AI? Hint


Question 10 of 10
10. The final booth gave us a glimpse of AI in the future. How should we envision AI going forward? Hint



(Optional) Create a Free FunTrivia ID to save the points you are about to earn:

arrow Select a User ID:
arrow Choose a Password:
arrow Your Email:




View Image Attributions for This Quiz

Most Recent Scores
Today : Guest 193: 7/10
Today : gwendylyn14: 7/10
Today : Reamar42: 6/10
Today : Strike121: 5/10
Today : Ceduh: 5/10
Today : GoodwinPD: 10/10
Today : ChrisUSMC: 5/10
Today : Guest 125: 7/10
Nov 12 2025 : Guest 170: 8/10

Quiz Answer Key and Fun Facts
1. When we enter the conference, everyone was excited about the topic. So let's start with a fundamental. What is "AI" an acronym for in the world of computing?

Answer: Artificial Intelligence

AI, or Artificial Intelligence, is the ability of machines to learn, infer and reason. Surprisingly, it was first mentioned in 1955 by American computer scientist John McCarthy. He used the term in a proposal for a summer workshop that year, titled the "Dartmouth Summer Research Project on Artificial Intelligence".

Instead of being explicitly programmed for every single instruction, AI systems work by processing large amounts of data to learn patterns and improve their performance over time. AI systems can digest and learn data, apply logic against the data, and adapt to changing scenarios.
2. The first booth we encounter is one devoted to Generative AI (or Gen AI). What is the primary difference between Gen AI and AI?

Answer: Gen AI excels at creation of content

Whereas traditional AI excels at pattern recognition, generative AI excels at pattern creation. It can create new content including text, images, video, audio and code based on patterns it has learned from existing data.

Unlike traditional AI, Gen AI does not copy existing content that it has learned, but generates outputs that are statistically likely. The output could be text, videos, code, audio output, or images. In fact, the picture attached to this quiz question is an output of Gen AI. I had simply asked the engine to create an image of an AI conference with multiple booths and vendors.
3. Next we stopped at a booth advertising an LLM. We learned that stood for "Large Language Model". What are these models fundamentally based upon?

Answer: Predictions

A large language model (LLM) is a type of artificial intelligence model that has been trained on vast quantities of text data to understand and generate human-like language. They can predict and generate words, sentences, and entire conversations or documents. They are fundamentally based on prediction, specifically predicting the next token (e.g. word) in a sequence. This predictive ability is learned from the massive datasets they are trained on.

An example might be (with myself living in Alabama) its ability to complete my sentence "I like my iced tea with.." with it predicting the next word is likely "sugar," based on the massive amounts of text it was trained on. There are multiple companies that offer LLM services.
4. The next booth took it up a notch. They talked about agentic AI. True of False: This type of AI can act autonomously.

Answer: True

Whereas traditional AI models respond to a user's prompt, an agentic AI offers a multistep process that can plan, reason and take action in the real world to solve a problem or carry out a task. It can make decisions and take action independently without constant human input.

For example, an agentic agent can be a virtual travel assistant that plans and books a trip for you. It can understand your request for a "vacation to the mountains in March under $3000", then uses its ability to interact with other systems (like airline and hotel booking sites) to research options, compare prices, and make the bookings for you, all without direct human input.
5. The following booth discussed tokens. I assumed they meant game tokens for video play but was soon corrected. Instead, a token is a basic unit of what?

Answer: Text

Large Language Models don't "see" sentences as we do. Instead, they convert everything into tokens which is a basic unit of text that the model processes. Tokens can be as short as one character or as long as a full word. Spaces, punctuation, and partial words all contribute to token counts. It could be a word, a partial word, a punctuation mark, or even a space!

Tokens are converted into a numerical format that the AI can process. This converts the "language" of the text into the "currency" of the AI. By working with smaller units, AI models can process and analyze vast amounts of text much more efficiently than if they tried to process whole words or sentences at once. Most AI services (like OpenAI, Anthropic, Gemini) charge based on the number of tokens processed.
6. The next booth was revolving around temperature. I learned it was not about how cold or hot the air felt to me. Instead it helped primarily determine what aspect of the model's output?

Answer: Creativity

In AI, temperature is a parameter that controls the randomness and creativity of a model's output.

A low temperature, e.g. 0-0.3, will produce more predictable and less random results. The model will choose the most likely words, and outputs will be more factual and consistent. This is useful for tasks that require accuracy and consistency, such as summarizing factual information or generating code.

A high temperature, e.g. 0.7-1.0, will create more randomness in results with a larger variety of words - sometimes less common. Outputs will be more creative and varied. This encourages more varied, creative, and novel outputs, which is ideal for creative writing or brainstorming.
7. We next visited a booth where we learned that an AI model's output can be wrong! What is this called?

Answer: Hallucination

There are a variety of reasons why these Large Language Models hallucinate, and often they relate to LLM training data or LLM design. LLMs are designed to produce answers using statistical probability based on their training data. If the training data is incomplete or not up-to-date, gaps will occur, causing the AI engine to fabricate information to fill the gaps.

When hallucinating, the AI has no idea it is wrong, it's simply using its available resources and most plausible output based on patterns and statistical probability. However, if left unchecked, AI hallucinations may result in legal, ethical, and economic issues.
8. The people in the next booth were discussing RAG. This is the ability for AI models to 'read' and process documents. True or False: This capability only supports text files (e.g. *.txt)

Answer: False

RAG stands for Retrieval-Augmented Generation. It gives AI models access to external, specific information. These can be text files, Office documents (e.g. *.pdf, *doc, etc.), as well as audio and visual files.

The AI model will search these files looking for information. Next it will retrieve the information as context. Finally, it generates an answer. An example would be an AI model "reading" a company's sustainability report as a .pdf. Then it responds to a question about that document as if it were a librarian looking up an answer.
9. The next booth was showing various examples of how people are using AI in every day life and are not even aware they are doing so. Which of these uses of a cell phone is utilizing AI?

Answer: Facial recognition

AI is built into everyday life in many ways people do not think about. A perfect example is unlocking your phone using facial recognition.

The phone first uses its camera to detect a face in the image. Advanced systems create a 3D map of the face, measuring the distance between features and capturing depth information with infrared light. This data is converted into a unique numerical code, or "faceprint". When you look at the phone, AI compares the new faceprint to the one stored on the device in order to, hopefully, unlock it.
10. The final booth gave us a glimpse of AI in the future. How should we envision AI going forward?

Answer: As a partner

AI is not meant to replace humans but to help us as a powerful tool. Start with small tasks like chat-bots to ask open ended questions or to send hands-free text. Use "smart" appliances like refrigerators or thermostats to help with everyday tasks. Use AI image generators to brainstorm designs. (Most of the photos in this quiz were done with AI). Have fun with it!
Source: Author stephgm67

This quiz was reviewed by FunTrivia editor rossian before going online.
Any errors found in FunTrivia content are routinely corrected through our feedback system.
11/13/2025, Copyright 2025 FunTrivia, Inc. - Report an Error / Contact Us