Artificial Intelligence Cheat Sheet 2026

The 30 highest-yield Artificial Intelligence facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.

45 questions
50 min time limit
70.00% to pass
  1. What does 'dropout' do during neural network training? Randomly deactivates neurons during each training step to reduce overfitting
  2. Which architecture introduced residual (skip) connections to train very deep networks? ResNet
  3. What distinguishes a convolutional neural network (CNN) from a standard feedforward network? CNNs apply learnable filters that share weights spatially
  4. Which architecture introduced the concept of encoder-decoder with skip connections, widely used for image segmentation? U-Net
  5. What is 'human-in-the-loop' AI? A system where human judgment is incorporated at critical decision points
  6. What is the purpose of a pooling layer in a CNN? Reduce spatial dimensions and provide translational invariance
  7. What is 'image classification' in computer vision? Assigning a single label to an entire image based on its content
  8. Which of the following is a primary goal of Artificial Intelligence research? Reasoning
  9. What does 'epoch' mean in neural network training? One complete pass through the entire training dataset
  10. What is a 'frame' in the context of knowledge representation? A data structure that groups an object's attributes and default values into a single unit
  11. Which of the following search algorithms uses the least amount of memory? Depth First Search
  12. What is 'explainability' (or interpretability) in AI? The degree to which humans can understand and trace how an AI makes decisions
  13. What is 'consent' in AI data collection? Individuals knowingly and voluntarily agreeing to have their data collected and used
  14. What does 'backpropagation' compute in a neural network training cycle? The gradient of the loss with respect to each network weight
  15. What does regularization in machine learning primarily address? Overfitting
  16. What is the purpose of a validation set in machine learning? To tune hyperparameters and detect overfitting
  17. The role of an inference engine in an expert system is to: Apply logical rules to the knowledge base to derive new facts or conclusions
  18. What is backpropagation in neural network training? Using the chain rule to compute gradients and update weights
  19. What does 'fine-tuning' a pre-trained language model involve? Continuing training on a task-specific labeled dataset to adapt the model to a new task
  20. Which of the following is an Artificial Intelligence tool? Neural networks
  21. Which of these is a closely related field to AI? Mathematics
  22. Which query language is used to retrieve and manipulate data stored in RDF (Resource Description Framework) knowledge graphs? SPARQL
  23. What problem do LSTMs (Long Short-Term Memory networks) solve compared to standard RNNs? Vanishing gradients over long sequences
  24. What is a confusion matrix used to evaluate? Classification model performance across all classes
  25. Which word embedding model learns vector representations by predicting surrounding words (skip-gram) or predicting a word from context (CBOW)? Word2Vec
  26. Which principle of responsible AI states that AI systems should cause minimal harm and consider the well-being of all stakeholders? Non-maleficence
  27. What is k-fold cross-validation used for in machine learning? Estimating model performance on unseen data
  28. Which type of machine learning uses labeled training data to learn a mapping from inputs to outputs? Supervised learning
  29. What distinguishes a recurrent neural network (RNN) from a feedforward network? RNNs have feedback connections that allow information to persist across time steps
  30. What is the term for human and animal intelligence? Natural intelligence