Vertitime Quiz
GitHub Copilot Quiz
1. What is GitHub Copilot?
A code editor
An AI-powered code completion tool
A debugger
A version control system
2. Which language is GitHub Copilot primarily built on?
Java
C++
Python
It is powered by a large language model, not a single language
3. Who developed GitHub Copilot?
Google
OpenAI and GitHub
Microsoft Research
Facebook AI
4. What is Codex?
An IDE plugin
A database
The AI model behind Copilot
A GitHub extension for Chrome
5. Can GitHub Copilot generate whole functions based on comments?
No, it only completes single lines
Yes, if the comment describes the function well
Only for Python code
Only for frontend code
6. GitHub Copilot is best described as which of the following?
A syntax highlighter
An autocomplete system based on regular expressions
A neural-network-based code assistant
A search engine for Stack Overflow
7. What type of model is GitHub Copilot based on?
Decision tree
Convolutional neural network
Transformer-based large language model
Naive Bayes
8. Does GitHub Copilot work offline?
Yes, fully offline
No, it requires an internet connection
Only on weekends
Only for open-source projects
9. In which IDEs/editors is GitHub Copilot officially supported?
Visual Studio Code and JetBrains IDEs
Notepad
Eclipse only
Emacs only
10. What kind of suggestions does GitHub Copilot provide?
Only documentation comments
Only import statements
Code completions, whole lines, and even entire functions
Only syntax error corrections
Submit