Generative AI Solved MCQs

✅ 50 Solved MCQs on Generative AI 1. What does "generative" mean in the term Generative AI? A) Predicting outcomes B) Analyzing ...



50 Solved MCQs on Generative AI


1. What does "generative" mean in the term Generative AI?
A) Predicting outcomes
B) Analyzing text
C) Generating new data
D) Recognizing patterns
Answer: C


2. Which of the following is a popular generative model?
A) CNN
B) GAN
C) RNN
D) LSTM
Answer: B


3. Who introduced Generative Adversarial Networks (GANs)?
A) Yann LeCun
B) Andrew Ng
C) Ian Goodfellow
D) Geoffrey Hinton
Answer: C


4. What is the main objective of the generator in a GAN?
A) To classify images
B) To minimize loss
C) To generate fake data
D) To optimize reward
Answer: C


5. What does the discriminator in a GAN do?
A) Generates data
B) Detects fake or real data
C) Optimizes latent variables
D) Adds noise
Answer: B


6. Which loss function is commonly used in GANs?
A) Cross entropy
B) Hinge loss
C) Mean squared error
D) Binary cross entropy
Answer: D


7. What does a Variational Autoencoder (VAE) generate?
A) Only text
B) Deterministic outputs
C) Probabilistic outputs
D) Labels
Answer: C


8. In a VAE, the encoder maps inputs to a:
A) Single point
B) Label
C) Latent space distribution
D) Hidden layer
Answer: C


9. Which generative model uses a score-based approach and noise schedule?
A) GAN
B) VAE
C) Diffusion Model
D) Transformer
Answer: C


10. What is the role of the denoising process in diffusion models?
A) Speed up training
B) Generate sharper images
C) Recover original data from noise
D) Apply attention
Answer: C


11. Which architecture powers ChatGPT and similar models?
A) CNN
B) RNN
C) Transformer
D) Autoencoder
Answer: C


12. What is the key component of the Transformer model?
A) Pooling layer
B) Convolution
C) Attention mechanism
D) ReLU activation
Answer: C


13. What is "text-to-image" generation an example of?
A) Classification
B) Multimodal generation
C) Segmentation
D) Reinforcement
Answer: B


14. What is a diffusion model especially good at?
A) Noise reduction
B) Supervised classification
C) High-fidelity image generation
D) Regression tasks
Answer: C


15. Which of the following is a well-known text-to-image model?
A) GPT-4
B) DALL·E
C) BERT
D) ResNet
Answer: B


16. Which of the following is a text generation model?
A) DALL·E
B) StyleGAN
C) GPT
D) YOLO
Answer: C


17. Which metric measures the quality of generated images?
A) BLEU
B) Inception Score
C) MAE
D) F1-score
Answer: B


18. What is "mode collapse" in GANs?
A) Generator stops training
B) Generator produces limited variety
C) Discriminator wins
D) Data overfitting
Answer: B


19. What does “latent space” mean in generative models?
A) Memory used during training
B) Input feature vector
C) Compressed representation of data
D) Output layer
Answer: C


20. What is one major challenge in training GANs?
A) Too much data
B) Mode diversity
C) Training instability
D) Linear growth
Answer: C


21. In a VAE, what regularizes the latent space?
A) Softmax
B) KL-divergence
C) Dropout
D) Batch norm
Answer: B


22. GPT is pre-trained using which objective?
A) Masked language modeling
B) Next sentence prediction
C) Causal language modeling
D) Text classification
Answer: C


23. Which of the following is not a generative model?
A) VAE
B) GAN
C) ResNet
D) Diffusion Model
Answer: C


24. What type of data can generative AI produce?
A) Only text
B) Text and images
C) Only audio
D) Only numbers
Answer: B


25. Which method can generate synthetic human faces?
A) YOLO
B) StyleGAN
C) LSTM
D) FastText
Answer: B


26. What type of learning is typically used in generative models?
A) Supervised
B) Reinforcement
C) Unsupervised or Self-supervised
D) Manual labeling
Answer: C


27. What is the goal of generative AI in art?
A) Classify images
B) Generate novel artworks
C) Detect plagiarism
D) Enhance compression
Answer: B


28. What ethical concern is common in generative AI?
A) Low accuracy
B) Data leaks
C) Deepfakes
D) Poor optimization
Answer: C


29. Which company created DALL·E and GPT models?
A) DeepMind
B) OpenAI
C) Google
D) Meta
Answer: B


30. Which generative model is best suited for realistic image synthesis?
A) GAN
B) CNN
C) BERT
D) RNN
Answer: A


31. What is an application of generative AI in medicine?
A) Diagnosis prediction
B) Data synthesis for rare conditions
C) Drug classification
D) Signal decoding
Answer: B


32. Which model is used for music generation?
A) MuseNet
B) YOLO
C) InceptionNet
D) DeepSpeech
Answer: A


33. Which technique helps avoid overfitting in generative models?
A) Batch normalization
B) Mode collapse
C) KL divergence
D) Dropout
Answer: D


34. What is "zero-shot" generation?
A) Pretrained on zero data
B) Generating data without specific training on that task
C) Generating 0 images
D) Fine-tuned models
Answer: B


35. What is a synthetic dataset?
A) Collected from users
B) Simulated data generated by models
C) Compressed real data
D) Encrypted data
Answer: B


36. What does GPT stand for?
A) General Purpose Transformer
B) Generative Pretrained Transformer
C) General Pretrained Tuner
D) Global Prediction Transformer
Answer: B


37. What is one benefit of generative AI in education?
A) Replacing teachers
B) Personalized content creation
C) Standard testing
D) Attendance tracking
Answer: B


38. Which of these is a limitation of current generative models?
A) No real-world use
B) Creativity
C) Bias in data
D) Image classification
Answer: C


39. GAN training can be seen as a:
A) Regression task
B) Reinforcement learning task
C) Minimax game
D) Supervised loop
Answer: C


40. Generative AI can be dangerous when used for:
A) Game development
B) Language learning
C) Deepfakes or misinformation
D) Translation
Answer: C


41. Which type of GAN can generate high-resolution images?
A) DCGAN
B) StyleGAN2
C) CycleGAN
D) Pix2Pix
Answer: B


42. What is “prompt engineering” in generative AI?
A) Modifying neural weights
B) Designing model architecture
C) Crafting effective input instructions
D) Tuning loss functions
Answer: C


43. Tokenization in GPT helps with:
A) Detecting punctuation
B) Pretraining the encoder
C) Converting text to numerical inputs
D) Style transfer
Answer: C


44. What is the main challenge in multimodal generation?
A) Too many outputs
B) Aligning different data types
C) Memory issues
D) Lack of activation functions
Answer: B


45. Which model architecture enables image-to-image translation?
A) Pix2Pix
B) GPT
C) ResNet
D) CNN
Answer: A


46. What is the main objective of a text-to-image model like DALL·E?
A) Classify text
B) Generate captions
C) Generate images based on textual description
D) Translate languages
Answer: C


47. What does CLIP model do?
A) Combines language and vision for understanding
B) Crops images
C) Tokenizes input
D) Compresses video
Answer: A


48. What kind of AI generates entirely new and creative content?
A) Reactive AI
B) Weak AI
C) Generative AI
D) Narrow AI
Answer: C


49. Which model translates a sketch to a photo-like image?
A) StyleGAN
B) CycleGAN
C) Sketch2Photo
D) YOLOv4
Answer: C


50. In diffusion models, noise is added in:
A) Reverse order
B) Fixed patterns
C) A series of forward steps
D) Real-time
Answer: C

COMMENTS

TECH$type=three$author=hide

Name

5g & 6g Technology Solved MCQs,1,Abbreviations,1,Accounting & Auditing,1,Active Voice,1,Agriculture,1,Agriculture Solved,1,Air Pollution,1,Allama Iqbal,1,Amazon Web Services AWS solved MCQs,1,Antibiotics,1,Antonyms,1,Artificial Intelligence,2,ASF,1,Assistant,6,Auditing,1,Authors,1,Banking,1,Battles,1,Battles of Islam,1,Bioinformatics,1,Biological Science,1,Biology,49,Blockchain Technology,1,Books,1,Botany,1,British History,1,Business,1,Business Administration,1,Carbohydrates,2,Carbon,1,Carbon Neutrality,1,Cell,1,Cell organelles,1,ChatGPT,1,CHEMISTRY,3,Chromosomes,2,City Names,1,Clerk,1,Code Of Criminal Procedure 1898,1,Communication Skills,1,Components of Food,1,Compounds,1,Computer,4,Computer Science,5,Constitutional Law,1,Coordination,1,Corona Virus,1,Correct Spelling,1,Cryptocurrency,1,CSS,6,CSS MPT,2,Current Affairs,6,Current affairs of Pakistan,1,Current affairs Pakistan,1,Cybersecurity,1,Database,1,DeepSeek,1,Digestion and Absorption,1,Digital Detox,1,Diseases,1,Economics,2,Ecosystem,1,Edge Computing,1,Education,2,Educational Psychology,1,Engineering,3,English,16,English Grammar,6,English Literature,1,english Litrature,1,English Precis and Composition,1,English Prepositions,1,English Synonyms,1,Entomology,1,Entrepreneurship,1,Erythropoietin,1,European History,1,Everyday,1,Everyday Science,6,Everyday Science Solved,1,Fabric,1,Factors,1,FBR,2,FBR Jobs Test,1,Fibre,1,Finance,1,Fisheries,1,Food Microbiology,1,Fossils,1,FPSC,3,FPSC Assistant Solved MCQs,1,Gender Studies,1,General Knowledge,20,General Knowledge Pakistan,1,General Science,1,Generative AI,1,Geography,1,Geology,1,GMAT Test,1,Grammar,1,GRE Test,1,Green Energy,1,Green Technology,1,Hazrat Muhammad PBUH,1,Health and Hygiene,1,Health Physical Education,1,Histology,1,History,1,IBA University,1,IELT Test,1,Immunity,1,Immunology,1,Indo-pak,1,Infectious Diseases,1,Inheritance,1,Inter provincial coordination,1,International Law,2,International Relations,2,Inventions,1,Islam,8,Islamiat,8,Islamic Banking,1,Islamic History,1,IT,4,JavaScript,1,Journalism Mass Communication,1,LDC,1,Library Information,1,Liver,1,Lower Division Clerk,1,Lysosome,1,Machine Learning,1,Management,1,Market Management,1,Mass Communication,1,Mathematics,2,Medical,5,Memory,1,Mercantile Law,1,Metabolism,1,Microbiology,1,Microbiology Solved MCQs,1,Mineral,1,Minerals,1,Ministry of Defense (MOD),3,MPT,1,Multiples,1,Municipal Officer,1,Muslim Law Jurisprudence,1,NASA,1,National,3,National Heritage and Culture,1,Neural Control,1,Neurology,1,NTS,3,Nutrition,2,Nutrition in Plants,1,Operating System,1,Others,5,Pak Studies,1,Pakistan,11,Pakistan Affairs,1,Pakistan Penal Code 1860,1,Pakistan Studies,4,PCR,1,Pedagogy,1,Pharmaceutics,1,Pharmacy,1,PHP,1,Phylum Mollusca,1,Physical Education,1,Physics,1,Plant Growth and Development,1,plant protection department,1,Plant Tissue Culture,1,Ploitical Science,1,Pollution,2,Polymerase Chain Reaction,1,Postal Clerk,2,Postman,1,PPSC,8,Principles of Inheritance and Variation,1,Proteins,1,Psychology,1,Public Administration,1,Punjab Land Revenue Act,1,Reproduction in Organisms,1,Respiration,1,Respiratory system,1,Saraiki Culture,1,SCIENCE,2,Screening test,1,Signaling,1,Sociology,1,Solid Waste Management,1,Sports,2,Structural Organization in Animals,1,Surface Area & Volume,1,TEACHING,5,Town Officer,1,Transport in Plants,1,UDC,1,Universe,2,UOS (University of Sargodha),1,Upper Division Clerk,1,URDU,9,USA History,1,Viruses,1,Vitamins,2,Water Pollution,1,Web3,1,Web3 Technology,1,World,20,World Famous,1,World-GK,1,Zoology,3,Zoology Botany,1,
ltr
item
SOLVED MCQs FOR ALL: Generative AI Solved MCQs
Generative AI Solved MCQs
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFyJ7hC5YXwevt-yRJQoJDXXxlUVik2IOV5ejjs9hfr55IkkxZ6AqpJMIER1fNVQnFVKGzRmpdgfa8FVrungBANButCcDq70_JPRQu4vHEqbCTjUQzbBeBjDX3BkzAOC0ysWL2WInOCj8lTfOpjRA3mEhZS31Z1BWIdGUK6HOoYBkA2GwK8yNa_FWF0C4/w400-h225/Generative-AI-edited.webp
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFyJ7hC5YXwevt-yRJQoJDXXxlUVik2IOV5ejjs9hfr55IkkxZ6AqpJMIER1fNVQnFVKGzRmpdgfa8FVrungBANButCcDq70_JPRQu4vHEqbCTjUQzbBeBjDX3BkzAOC0ysWL2WInOCj8lTfOpjRA3mEhZS31Z1BWIdGUK6HOoYBkA2GwK8yNa_FWF0C4/s72-w400-c-h225/Generative-AI-edited.webp
SOLVED MCQs FOR ALL
https://solvedmcqs.blogspot.com/2025/07/generative-ai-solved-mcqs.html
https://solvedmcqs.blogspot.com/
https://solvedmcqs.blogspot.com/
https://solvedmcqs.blogspot.com/2025/07/generative-ai-solved-mcqs.html
true
3555367411482497961
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content