Git config is used to set configuration variables that control all aspects of how Git looks and operates.
Incorrect! Try again.
11Artificial Intelligence (AI) is best described as:
A.The study of hardware components
B.A programming language
C.A database management system
D.Simulation of human intelligence processes by machines
Correct Answer: Simulation of human intelligence processes by machines
Explanation:
AI refers to the simulation of human intelligence in machines that are programmed to think like humans and mimic their actions.
Incorrect! Try again.
12Which of the following is a real-life application of AI used in email services?
A.Spam filtering
B.Displaying the date
C.Saving drafts
D.Changing fonts
Correct Answer: Spam filtering
Explanation:
Email providers use AI algorithms to analyze email content and metadata to filter out spam and phishing attempts.
Incorrect! Try again.
13What distinguishes Generative AI from traditional AI?
A.Generative AI creates new content (text, images, audio)
B.Traditional AI creates images
C.Traditional AI is faster
D.Generative AI only analyzes data
Correct Answer: Generative AI creates new content (text, images, audio)
Explanation:
While traditional AI often classifies or predicts based on existing data, Generative AI creates new data instances.
Incorrect! Try again.
14Which of the following is a type of Generative AI model specifically for text?
A.Regression Model
B.LLM (Large Language Model)
C.Decision Tree
D.CNN
Correct Answer: LLM (Large Language Model)
Explanation:
LLMs, like GPT-4, are designed to understand and generate human-like text.
Incorrect! Try again.
15DALL-E and Midjourney are examples of what type of Generative AI tools?
A.Image Generation
B.Text Generation
C.Code Generation
D.Audio Synthesis
Correct Answer: Image Generation
Explanation:
Both DALL-E and Midjourney are AI systems capable of generating images from natural language descriptions (prompts).
Incorrect! Try again.
16Which tool is primarily known for AI-assisted text generation and conversation?
A.ChatGPT
B.Figma
C.Runway Gen-2
D.Stable Diffusion
Correct Answer: ChatGPT
Explanation:
ChatGPT is a chatbot and text generation tool developed by OpenAI.
Incorrect! Try again.
17Which Generative AI tool is best suited for creating videos from text prompts?
A.Sora or Runway
B.Audacity
C.Grammarly
D.GitHub Copilot
Correct Answer: Sora or Runway
Explanation:
Tools like OpenAI's Sora or Runway Gen-2 specialize in generating video content from text instructions.
Incorrect! Try again.
18What is the primary advantage of using Perplexity AI for research?
A.It provides real-time search results with citations
B.It is a social media platform
C.It writes code exclusively
D.It generates images only
Correct Answer: It provides real-time search results with citations
Explanation:
Perplexity AI functions as an answer engine that searches the web and provides citations for the information it retrieves.
Incorrect! Try again.
19NotebookLM by Google is designed primarily to:
A.Interact with and analyze your own uploaded documents
B.Edit videos
C.Generate music
D.Create 3D models
Correct Answer: Interact with and analyze your own uploaded documents
Explanation:
NotebookLM allows users to upload documents (like PDFs) and acts as an AI research assistant grounded in those specific sources.
Incorrect! Try again.
20JenniAI is a tool most commonly used for:
A.Video conferencing
B.Academic writing and research assistance
C.Debugging Java code
D.Creating logos
Correct Answer: Academic writing and research assistance
Explanation:
JenniAI is an AI writing assistant designed to help with academic papers, ensuring citations and overcoming writer's block.
Incorrect! Try again.
21What is 'Prompt Engineering'?
A.Installing AI software
B.The practice of designing inputs for AI models to get optimal outputs
C.Writing code in Python
D.Building hardware for AI
Correct Answer: The practice of designing inputs for AI models to get optimal outputs
Explanation:
Prompt engineering involves crafting precise and effective text prompts to guide Generative AI models to produce desired results.
Incorrect! Try again.
22Which of the following represents a 'Good Prompt'?
A.Tell me about space.
B.Write a story.
C.Make it cool.
D.Write a 500-word science fiction story about a colony on Mars, focusing on a botanist's discovery.
Correct Answer: Write a 500-word science fiction story about a colony on Mars, focusing on a botanist's discovery.
Explanation:
A good prompt is specific, provides context, sets constraints (length), and defines the topic clearly.
Incorrect! Try again.
23An ethical concern regarding the use of Generative AI is:
A.It requires internet
B.It consumes too much electricity only at night
C.It is too slow
D.Bias in training data leading to unfair outputs
Correct Answer: Bias in training data leading to unfair outputs
Explanation:
AI models can inherit biases present in the data they were trained on, leading to discriminatory or unfair results.
Incorrect! Try again.
24Figma is a platform primarily used for:
A.Interface design (UI/UX) and prototyping
B.Version control
C.Hosting databases
D.Competitive coding
Correct Answer: Interface design (UI/UX) and prototyping
Explanation:
Figma is a popular web-based vector graphics editor and prototyping tool used for UI/UX design.
Incorrect! Try again.
25Stack Overflow is best described as:
A.A version control system
B.A video hosting site
C.A Q&A community for developers
D.An IDE
Correct Answer: A Q&A community for developers
Explanation:
Stack Overflow is a question-and-answer website for professional and enthusiast programmers.
Incorrect! Try again.
26Which platform is primarily known for hosting competitive programming challenges and hackathons?
A.Pinterest
B.Dropbox
C.HackerRank
D.Figma
Correct Answer: HackerRank
Explanation:
HackerRank focuses on competitive programming challenges for both consumers and businesses.
Incorrect! Try again.
27GeeksforGeeks is a popular resource for:
A.Social networking
B.Buying hardware
C.Computer Science tutorials and interview preparation
D.Creating 3D animations
Correct Answer: Computer Science tutorials and interview preparation
Explanation:
GeeksforGeeks provides articles, tutorials, and coding problems focused on computer science subjects.
Incorrect! Try again.
28LeetCode is widely used by software engineers to:
A.Edit videos
B.Design logos
C.Prepare for technical interviews through coding problems
D.Manage project teams
Correct Answer: Prepare for technical interviews through coding problems
Explanation:
LeetCode is a platform for practicing coding skills and preparing for technical job interviews.
Incorrect! Try again.
29Which command is used to switch from one branch to another in Git?
A.git select
B.git switch or git checkout
C.git jump
D.git move
Correct Answer: git switch or git checkout
Explanation:
To switch branches, you use 'git checkout <branch_name>' or the newer 'git switch <branch_name>'.
Incorrect! Try again.
30What is a 'Hallucination' in the context of AI?
A.When the AI generates confident but factually incorrect information
B.When the AI becomes sentient
C.When the AI runs too fast
D.When the AI crashes
Correct Answer: When the AI generates confident but factually incorrect information
Explanation:
Hallucination refers to instances where an AI model generates false information that is not based on its training data or reality.
Incorrect! Try again.
31Which tool would be best for an animation studio looking to use AI for lip-syncing avatars?
A.Synthesia
B.Stack Overflow
C.PowerPoint
D.Excel
Correct Answer: Synthesia
Explanation:
Synthesia is an AI video generation platform that specializes in creating AI avatars with accurate lip-syncing.
Incorrect! Try again.
32In Prompt Engineering, what is 'Persona' adoption?
A.Asking the AI to act as a specific character or professional (e.g., 'Act as a Senior Developer')
B.Creating a new login
C.Ignoring the AI
D.Hacking a user's account
Correct Answer: Asking the AI to act as a specific character or professional (e.g., 'Act as a Senior Developer')
Explanation:
Assigning a persona helps the AI understand the context, tone, and level of expertise required for the response.
Incorrect! Try again.
33HackerEarth is similar to HackerRank in that it helps with:
A.Graphic Design
B.Music streaming
C.Cloud storage
D.Assessment, coding interviews, and hackathons
Correct Answer: Assessment, coding interviews, and hackathons
Explanation:
HackerEarth provides enterprise software that helps organizations with technical recruitment and innovation management.
Incorrect! Try again.
34What is the command to upload local repository content to a remote repository?
A.git push
B.git upload
C.git send
D.git pull
Correct Answer: git push
Explanation:
'git push' is used to upload local repository content to a remote repository.
Incorrect! Try again.
35What file is used to tell Git which files to ignore?
A..gitconfig
B..gitremove
C..gitignore
D..gitkeep
Correct Answer: .gitignore
Explanation:
A .gitignore file specifies intentionally untracked files that Git should ignore.
Incorrect! Try again.
36Which of the following is NOT a Generative AI type?
A.Calculator-to-Math
B.Text-to-Image
C.Text-to-Video
D.Text-to-Text
Correct Answer: Calculator-to-Math
Explanation:
Calculator-to-Math is not a standard classification of Generative AI; the others are established modalities.
Incorrect! Try again.
37Which AI research tool uses a 'knowledge graph' approach to find connections in data?
A.Notepad
B.NotebookLM
C.Elicit or similar research tools
D.Paint
Correct Answer: Elicit or similar research tools
Explanation:
While Perplexity and NotebookLM are listed, tools in this category analyze research papers to find connections.
Incorrect! Try again.
38What is a 'Zero-shot' prompt?
A.A prompt meant for image generation only
B.A prompt that fails
C.Asking the AI to do a task without providing examples
D.A prompt with no text
Correct Answer: Asking the AI to do a task without providing examples
Explanation:
Zero-shot prompting involves giving the model a task to perform without any prior examples of how to do it.
Incorrect! Try again.
39Why is creating a professional profile on GitHub important for developers?
A.To serve as a portfolio of code and collaboration history for recruiters
B.To play games
C.To store large video files
D.To get more likes
Correct Answer: To serve as a portfolio of code and collaboration history for recruiters
Explanation:
A GitHub profile acts as a resume for developers, showcasing their actual coding skills and contributions.
Incorrect! Try again.
40Which of the following is a popular Text-to-Image model developed by Stability AI?
A.Bard
B.Stable Diffusion
C.GPT-4
D.Llama 2
Correct Answer: Stable Diffusion
Explanation:
Stable Diffusion is a deep learning, text-to-image model released by Stability AI.
Incorrect! Try again.
41When using AI for coding (e.g., via GitHub Copilot), an ethical developer should:
A.Ignore security warnings
B.Review, test, and understand the code before using it
C.Copy paste without looking
D.Claim the code is entirely their own
Correct Answer: Review, test, and understand the code before using it
Explanation:
AI can generate insecure or incorrect code; developers must verify it.
Incorrect! Try again.
42What command allows you to download an existing remote repository to your local machine?
A.git clone
B.git copy
C.git download
D.git fork
Correct Answer: git clone
Explanation:
'git clone' creates a copy of an existing Git repository.
Incorrect! Try again.
43Which symbol is often used in a prompt to indicate a variable or placeholder?
A.$
B.[ ] or { }
C.@
D.#
Correct Answer: [ ] or { }
Explanation:
Brackets are commonly used in prompt engineering templates to indicate where specific information should be inserted.
Incorrect! Try again.
44What is the main benefit of using NotebookLM over a standard chat bot?
A.It is funnier
B.It generates 4K video
C.It is grounded in the specific sources you upload
D.It has access to the entire dark web
Correct Answer: It is grounded in the specific sources you upload
Explanation:
NotebookLM restricts its answers to the context of the documents provided, reducing hallucinations.
Incorrect! Try again.
45Which platform uses a 'reputation points' system to grade user contributions?
A.Stack Overflow
B.Git Bash
C.Paint
D.Notepad++
Correct Answer: Stack Overflow
Explanation:
Stack Overflow rewards users with reputation points for asking good questions and providing helpful answers.
Incorrect! Try again.
46In the context of AI, what does NLP stand for?
A.Natural Language Processing
B.Neural Linguistic Programming
C.New Learning Protocol
D.Network Latency Ping
Correct Answer: Natural Language Processing
Explanation:
NLP is a branch of AI concerned with the interactions between computers and human language.
Incorrect! Try again.
47A 'poor prompt' usually suffers from:
A.Vagueness and lack of context
B.Being polite
C.Using correct grammar
D.Being too long
Correct Answer: Vagueness and lack of context
Explanation:
Vague prompts lead to generic or irrelevant outputs because the AI doesn't know exactly what is required.
Incorrect! Try again.
48Which command lists all the branches in your repository?
A.git list
B.git show
C.git branch
D.git all
Correct Answer: git branch
Explanation:
Running 'git branch' without arguments lists local branches.
Incorrect! Try again.
49What is the role of a 'Diff' in version control?
A.To compile code
B.To run the program
C.To show the difference between two versions of a file
D.To delete files
Correct Answer: To show the difference between two versions of a file
Explanation:
A diff function shows the changes line-by-line between commits or the working tree.
Incorrect! Try again.
50Which tool is used for AI-generated music and audio?
A.Excel
B.PowerBI
C.GitHub
D.Suno or Udio
Correct Answer: Suno or Udio
Explanation:
Suno and Udio are examples of generative AI tools specifically designed to create music and audio.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →