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
- What does 'dropout' do during neural network training? → Randomly deactivates neurons during each training step to reduce overfitting
- Which architecture introduced residual (skip) connections to train very deep networks? → ResNet
- What distinguishes a convolutional neural network (CNN) from a standard feedforward network? → CNNs apply learnable filters that share weights spatially
- Which architecture introduced the concept of encoder-decoder with skip connections, widely used for image segmentation? → U-Net
- What is 'human-in-the-loop' AI? → A system where human judgment is incorporated at critical decision points
- What is the purpose of a pooling layer in a CNN? → Reduce spatial dimensions and provide translational invariance
- What is 'image classification' in computer vision? → Assigning a single label to an entire image based on its content
- Which of the following is a primary goal of Artificial Intelligence research? → Reasoning
- What does 'epoch' mean in neural network training? → One complete pass through the entire training dataset
- 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
- Which of the following search algorithms uses the least amount of memory? → Depth First Search
- What is 'explainability' (or interpretability) in AI? → The degree to which humans can understand and trace how an AI makes decisions
- What is 'consent' in AI data collection? → Individuals knowingly and voluntarily agreeing to have their data collected and used
- What does 'backpropagation' compute in a neural network training cycle? → The gradient of the loss with respect to each network weight
- What does regularization in machine learning primarily address? → Overfitting
- What is the purpose of a validation set in machine learning? → To tune hyperparameters and detect overfitting
- 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
- What is backpropagation in neural network training? → Using the chain rule to compute gradients and update weights
- 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
- Which of the following is an Artificial Intelligence tool? → Neural networks
- Which of these is a closely related field to AI? → Mathematics
- Which query language is used to retrieve and manipulate data stored in RDF (Resource Description Framework) knowledge graphs? → SPARQL
- What problem do LSTMs (Long Short-Term Memory networks) solve compared to standard RNNs? → Vanishing gradients over long sequences
- What is a confusion matrix used to evaluate? → Classification model performance across all classes
- Which word embedding model learns vector representations by predicting surrounding words (skip-gram) or predicting a word from context (CBOW)? → Word2Vec
- Which principle of responsible AI states that AI systems should cause minimal harm and consider the well-being of all stakeholders? → Non-maleficence
- What is k-fold cross-validation used for in machine learning? → Estimating model performance on unseen data
- Which type of machine learning uses labeled training data to learn a mapping from inputs to outputs? → Supervised learning
- What distinguishes a recurrent neural network (RNN) from a feedforward network? → RNNs have feedback connections that allow information to persist across time steps
- What is the term for human and animal intelligence? → Natural intelligence
Turn these facts into recall: