AI Cheat Sheet 2026
The 30 highest-yield AI facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
60 questions
90 min time limit
70.00% to pass
- Which of the following uses artificial intelligence? → All of the above
- What does 'data drift' mean in the context of production ML models? → The statistical distribution of input features changes over time
- What is the best course of action for a game playing issue? → Heuristic approach (Some knowledge is stored)
- Filters "poor" answers to prevent the algorithms from responding to certain input questions. → Bias:
- Which evaluation metric measures the overlap between generated text and human reference text using n-gram precision? → BLEU
- What is Retrieval-Augmented Generation (RAG)? → Combining an LLM with a retrieval system to ground responses in external documents
- In convolutional neural networks, what is the primary purpose of a pooling layer? → To reduce spatial dimensions and provide translation invariance
- Which MLOps practice ensures that a model retrained on new data maintains or improves its performance compared to the previous version? → Model validation and comparison
- Which technique is used to visualize which parts of an input image most influence a CNN's classification decision? → Grad-CAM (Gradient-weighted Class Activation Mapping)
- What is a recurrent neural network (RNN) primarily designed to handle? → Sequential and time-series data with temporal dependencies
- One of these states defines a problem in a search space. → Initial state
- What does "AI" mean in its entirety? → Artificial Intelligence
- An algorithm that instructs the LLM to concentrate on certain areas of the input. → Attention mechanisms:
- What is 'semantic chunking' in the context of building RAG systems? → Dividing documents into chunks based on semantic coherence to preserve meaningful context
- What is the significance of training data in machine learning? → It serves as input to teach the model patterns and relationships
- In knowledge representation, how many different sorts of entities are there? → Both A and B
- The process of adapting an LLM for a specific task or domain by training it on a smaller, relevant dataset. → What is fine tuning
- What is the primary advantage of ensemble methods like Random Forest over a single decision tree? → They reduce variance by aggregating predictions from multiple models
- What is the role of the 'softmax' activation function in a multi-class classification output layer? → Converts raw logits into a probability distribution summing to 1
- What format does knowledge representation take? → IF-THEN-ELSE
- What is 'knowledge distillation' in the context of deep learning model compression? → Training a small 'student' model to mimic the outputs of a large 'teacher' model
- What is 'fine-tuning' a large language model (LLM)? → Continuing training of a pretrained LLM on task-specific data to adapt its behavior
- What is dropout regularization in neural networks? → Randomly setting a fraction of neurons to zero during training to prevent overfitting
- In deep learning, what is transfer learning? → Reusing a model pretrained on a large dataset as a starting point for a new task
- Which of the following might artificial intelligence (AI) in healthcare accomplish? → Improved patient outcomes through personalized treatment plans
- What does 'temperature' control in LLM text generation? → The randomness of token sampling — higher values produce more diverse outputs
- How does artificial intelligence work? → Making a Machine intelligent
- What possible societal effects might fear of artificial intelligence (AI) have? → Potential job displacement and unemployment
- Which tool is commonly used for experiment tracking in ML, allowing teams to log parameters, metrics, and artifacts? → MLflow
- In gradient descent, what does the learning rate control? → The size of the steps taken toward the minimum of the loss function
Turn these facts into recall: