Unit 6 - Practice Quiz

CSE111

1 What is the primary purpose of Git?

A. To edit text files
B. To version control and track changes in code
C. To run Python scripts
D. To browse the internet

2 Which command is used to initialize a new local Git repository?

A. git start
B. git init
C. git boot
D. git new

3 What is the difference between Git and GitHub?

A. They are the same thing
B. Git is a web service, GitHub is a command line tool
C. Git is a version control tool, GitHub is a cloud hosting service for Git repositories
D. Git is for images, GitHub is for text

4 Which command adds a specific file named 'index.html' to the staging area?

A. git commit index.html
B. git push index.html
C. git add index.html
D. git stage index.html

5 What is the purpose of the '-m' flag in the command 'git commit -m'?

A. To merge branches
B. To modify a file
C. To provide a commit message
D. To move files

6 How do you check the current state of the working directory and staging area?

A. git check
B. git status
C. git info
D. git state

7 Which command creates a new branch named 'feature-login'?

A. git checkout feature-login
B. git branch feature-login
C. git new feature-login
D. git create feature-login

8 What is the purpose of creating a branch in Git?

A. To delete the repository
B. To work on a new feature continuously without affecting the main codebase
C. To speed up the internet connection
D. To encrypt the code

9 After creating a commit, where are the changes saved?

A. In the staging area
B. In the local repository history
C. On GitHub immediately
D. In the recycle bin

10 To configure your username in Git, which command should you use?

A. git config --global user.name 'Your Name'
B. git set user 'Your Name'
C. git name 'Your Name'
D. git identity 'Your Name'

11 Artificial Intelligence (AI) is best described as:

A. The study of hardware components
B. Simulation of human intelligence processes by machines
C. A programming language
D. A database management system

12 Which of the following is a real-life application of AI used in email services?

A. Displaying the date
B. Spam filtering
C. Saving drafts
D. Changing fonts

13 What distinguishes Generative AI from traditional AI?

A. Generative AI only analyzes data
B. Generative AI creates new content (text, images, audio)
C. Traditional AI is faster
D. Traditional AI creates images

14 Which of the following is a type of Generative AI model specifically for text?

A. CNN
B. LLM (Large Language Model)
C. Regression Model
D. Decision Tree

15 DALL-E and Midjourney are examples of what type of Generative AI tools?

A. Text Generation
B. Image Generation
C. Code Generation
D. Audio Synthesis

16 Which tool is primarily known for AI-assisted text generation and conversation?

A. Stable Diffusion
B. ChatGPT
C. Runway Gen-2
D. Figma

17 Which Generative AI tool is best suited for creating videos from text prompts?

A. Sora or Runway
B. GitHub Copilot
C. Grammarly
D. Audacity

18 What is the primary advantage of using Perplexity AI for research?

A. It generates images only
B. It provides real-time search results with citations
C. It writes code exclusively
D. It is a social media platform

19 NotebookLM by Google is designed primarily to:

A. Edit videos
B. Interact with and analyze your own uploaded documents
C. Generate music
D. Create 3D models

20 JenniAI is a tool most commonly used for:

A. Academic writing and research assistance
B. Creating logos
C. Debugging Java code
D. Video conferencing

21 What is 'Prompt Engineering'?

A. Building hardware for AI
B. The practice of designing inputs for AI models to get optimal outputs
C. Writing code in Python
D. Installing AI software

22 Which of the following represents a 'Good Prompt'?

A. Write a story.
B. Tell me about space.
C. Write a 500-word science fiction story about a colony on Mars, focusing on a botanist's discovery.
D. Make it cool.

23 An ethical concern regarding the use of Generative AI is:

A. It is too slow
B. It requires internet
C. Bias in training data leading to unfair outputs
D. It consumes too much electricity only at night

24 Figma is a platform primarily used for:

A. Competitive coding
B. Version control
C. Interface design (UI/UX) and prototyping
D. Hosting databases

25 Stack Overflow is best described as:

A. A version control system
B. A Q&A community for developers
C. A video hosting site
D. An IDE

26 Which platform is primarily known for hosting competitive programming challenges and hackathons?

A. Figma
B. HackerRank
C. Pinterest
D. Dropbox

27 GeeksforGeeks is a popular resource for:

A. Buying hardware
B. Computer Science tutorials and interview preparation
C. Creating 3D animations
D. Social networking

28 LeetCode is widely used by software engineers to:

A. Design logos
B. Prepare for technical interviews through coding problems
C. Manage project teams
D. Edit videos

29 Which command is used to switch from one branch to another in Git?

A. git switch or git checkout
B. git move
C. git jump
D. git select

30 What is a 'Hallucination' in the context of AI?

A. When the AI crashes
B. When the AI generates confident but factually incorrect information
C. When the AI becomes sentient
D. When the AI runs too fast

31 Which tool would be best for an animation studio looking to use AI for lip-syncing avatars?

A. Synthesia
B. Excel
C. PowerPoint
D. Stack Overflow

32 In Prompt Engineering, what is 'Persona' adoption?

A. Hacking a user's account
B. Asking the AI to act as a specific character or professional (e.g., 'Act as a Senior Developer')
C. Creating a new login
D. Ignoring the AI

33 HackerEarth is similar to HackerRank in that it helps with:

A. Graphic Design
B. Assessment, coding interviews, and hackathons
C. Music streaming
D. Cloud storage

34 What is the command to upload local repository content to a remote repository?

A. git pull
B. git push
C. git upload
D. git send

35 What file is used to tell Git which files to ignore?

A. .gitconfig
B. .gitignore
C. .gitkeep
D. .gitremove

36 Which of the following is NOT a Generative AI type?

A. Text-to-Image
B. Text-to-Video
C. Text-to-Text
D. Calculator-to-Math

37 Which AI research tool uses a 'knowledge graph' approach to find connections in data?

A. Paint
B. NotebookLM
C. Elicit or similar research tools
D. Notepad

38 What is a 'Zero-shot' prompt?

A. A prompt with no text
B. Asking the AI to do a task without providing examples
C. A prompt that fails
D. A prompt meant for image generation only

39 Why is creating a professional profile on GitHub important for developers?

A. To get more likes
B. To serve as a portfolio of code and collaboration history for recruiters
C. To play games
D. To store large video files

40 Which of the following is a popular Text-to-Image model developed by Stability AI?

A. Stable Diffusion
B. GPT-4
C. Llama 2
D. Bard

41 When using AI for coding (e.g., via GitHub Copilot), an ethical developer should:

A. Claim the code is entirely their own
B. Review, test, and understand the code before using it
C. Copy paste without looking
D. Ignore security warnings

42 What command allows you to download an existing remote repository to your local machine?

A. git fork
B. git clone
C. git copy
D. git download

43 Which symbol is often used in a prompt to indicate a variable or placeholder?

A. [ ] or { }
B. $
C. #
D. @

44 What is the main benefit of using NotebookLM over a standard chat bot?

A. It is funnier
B. It is grounded in the specific sources you upload
C. It has access to the entire dark web
D. It generates 4K video

45 Which platform uses a 'reputation points' system to grade user contributions?

A. Stack Overflow
B. Notepad++
C. Git Bash
D. Paint

46 In the context of AI, what does NLP stand for?

A. Natural Language Processing
B. New Learning Protocol
C. Neural Linguistic Programming
D. Network Latency Ping

47 A 'poor prompt' usually suffers from:

A. Being too long
B. Vagueness and lack of context
C. Using correct grammar
D. Being polite

48 Which command lists all the branches in your repository?

A. git list
B. git show
C. git branch
D. git all

49 What is the role of a 'Diff' in version control?

A. To delete files
B. To show the difference between two versions of a file
C. To compile code
D. To run the program

50 Which tool is used for AI-generated music and audio?

A. Suno or Udio
B. GitHub
C. Excel
D. PowerBI