Skip to main content

20 ChatGPT-related MCQs

 20 ChatGPT-related MCQs





1. ChatGPT is primarily trained on data available until:

A. Real-time data
B. December 2023
C. April 2022
D. Depends on version
👉 Answer: D (Each model has a different cutoff)


2. Which model is used in ChatGPT-4?
A. GPT-2
B. GPT-3
C. GPT-4
D. GPT-5
👉 Answer: C


3. Which of the following is a major use case of ChatGPT?
A. Cooking food
B. Editing photos
C. Answering questions and drafting text
D. Sending emails automatically
👉 Answer: C


4. What is the default interface ChatGPT uses to interact with users?
A. Terminal
B. Text chat interface
C. Graphical dashboard
D. Voice control
👉 Answer: B


5. ChatGPT can write code in which of the following languages?
A. Python
B. JavaScript
C. SQL
D. All of the above
👉 Answer: D


6. What is the maximum token limit (approx.) for a GPT-4-turbo context window?
A. 1,000
B. 4,000
C. 128,000
D. 256,000
👉 Answer: C (As of 2024, GPT-4-turbo supports 128k context)


7. What is a "token" in the context of ChatGPT?
A. A reward point
B. A part of a word
C. A password
D. A data packet
👉 Answer: B


8. Which plugin or tool allows ChatGPT to generate images?
A. Whisper
B. Codex
C. DALL·E
D. Midjourney
👉 Answer: C


9. Which tool lets ChatGPT browse real-time data from the internet?
A. Vision
B. WebPilot
C. Browsing Tool
D. Python Tool
👉 Answer: C (Also referred to as "web" or "browser tool")


10. ChatGPT's free version uses which model?
A. GPT-4
B. GPT-3.5
C. GPT-5
D. Codex
👉 Answer: B


11. Which of these can ChatGPT not do without plugins/tools?
A. Generate text
B. Search latest news
C. Write Python code
D. Summarize an article
👉 Answer: B


12. Who are the co-founders of OpenAI?
A. Elon Musk & Sam Altman
B. Jeff Bezos & Sundar Pichai
C. Larry Page & Steve Jobs
D. Mark Zuckerberg & Bill Gates
👉 Answer: A


13. ChatGPT models are trained using which technique?
A. Genetic algorithms
B. Linear regression
C. Transformer architecture
D. CNN
👉 Answer: C


14. What is the purpose of fine-tuning a model like ChatGPT?
A. Make it run faster
B. Adjust for specific tasks or tone
C. Change the UI
D. Remove bugs
👉 Answer: B


15. RLHF stands for:
A. Recursive Learning for Human Feedback
B. Reinforcement Learning from Human Feedback
C. Real Learning from Human Forms
D. Recursive Logic for High Function
👉 Answer: B


16. How does ChatGPT improve over time?
A. By self-learning in every chat
B. By real-time internet updates
C. Through feedback from users and retraining by developers
D. Through virus scanning
👉 Answer: C


17. Can ChatGPT generate both short and long-form content?
A. No
B. Only short content
C. Yes
D. Only summaries
👉 Answer: C


18. What kind of AI is ChatGPT classified as?
A. Narrow AI
B. General AI
C. Strong AI
D. Super AI
👉 Answer: A


19. Why can ChatGPT sometimes give wrong answers confidently?
A. It lacks access to search engines
B. It’s hallucinating due to token prediction
C. It intentionally misleads
D. It only works at night
👉 Answer: B


20. Which version of ChatGPT supports file uploads, browsing, and advanced tools (as of 2024)?
A. Free version (GPT-3.5)
B. ChatGPT Plus with GPT-4-turbo
C. Classic GPT
D. Lite mode
👉 Answer: B

Comments

Popular posts from this blog

Why Do People Dislike DAX and Data Modeling in Power BI?

Why Do People Dislike DAX and Data Modeling in Power BI? Many Power BI users express frustration with DAX (Data Analysis Expressions) and data modeling , primarily due to their complexity and steep learning curves.  Reasons Why People Dislike DAX Steep Learning Curve : DAX has a syntax that can feel unintuitive for newcomers, especially for those without prior experience in Excel's Power Pivot or similar analytical languages. The concept of row context vs. filter context is often confusing and requires significant effort to master. Complexity of Advanced Calculations : Basic measures like sums and averages are straightforward, but creating advanced measures (e.g., time intelligence, ranking, or cumulative totals) can quickly become overwhelming. Many users struggle with understanding functions like CALCULATE , FILTER , and ALL , which are essential for advanced analytics. Error Handling : DAX error messages are not always clear or descriptive, making it difficult to debug issues ...

Connecting Power BI to Azure Data Lake: Streamlining Big Data Analytics

Connecting Power BI to Azure Data Lake: Streamlining Big Data Analytics Azure Data Lake and Power BI provide a powerful combination for businesses to handle and analyze large datasets efficiently. Here’s a step-by-step breakdown of how connecting Power BI to Azure Data Lake helps streamline big data analytics. 1. What is Azure Data Lake? Azure Data Lake is a cloud-based storage solution designed to handle large volumes of structured and unstructured data. It provides highly scalable and cost-effective storage, making it an ideal choice for big data projects, data lakes, and large-scale analytics. 2. Benefits of Connecting Power BI to Azure Data Lake Handling Large Datasets : Power BI’s integration with Azure Data Lake allows users to work with large datasets without needing to import all the data into Power BI. Instead, users can connect and query data directly. Scalable Analytics : Azure Data Lake’s ability to scale horizontally ensures that it can handle growing volumes of data se...

What is an AI Agent and Why It's Booming in 2025

What is an AI Agent and Why It's Booming in 2025 An AI agent is a software entity that uses artificial intelligence to perceive its environment, process information, and take actions autonomously to achieve specific goals. It operates within defined parameters and adapts based on inputs and outcomes, often leveraging technologies like machine learning, natural language processing, and computer vision. AI agents can vary from simple rule-based systems to advanced cognitive agents capable of decision-making, problem-solving, and interaction with humans or other systems. Key Characteristics of AI Agents Autonomy : They perform tasks without continuous human intervention. Adaptability : They learn from data and improve over time. Interactivity : They can communicate with users, systems, or other agents. Goal-Oriented : They are designed to achieve specific objectives or outcomes. Environment Awareness : They perceive and respond to their surroundings. Examples of AI Agents Personal As...