Answered step by step
Verified Expert Solution
Question
1 Approved Answer
True or False: You can double click a line in the Call Stack to go directly to that code. Choose one 5 points True False
True or False: You can double click a line in the Call Stack to go directly to that code.
Choose one points
True
False
QUESTION
True or False: When merging you need to switch to the branch you want to merge into.
Choose one points
True
False
QUESTION
Which git command is used to update the remote repository for example on Github with the changes in your local repository?
Choose one points
Commit
Push
Pull
Stash
QUESTION
True or False: A Rebase is a type of Merge.
Choose one points
True
False
QUESTION
What is the name of the file used to tell git not to track certain files andor folders in your repository?
Choose one points
skip.txt
ignore.txt
gitignore
gitskip
QUESTION
Debugging is:
Choose one points
The process of finding, analyzing and removing errors in a system
Compiling a program
Calling functions
Freeing dynamic memory
QUESTION
The Factory Method Pattern is a pattern.
Choose one points
Creational
Structural
Behavioral
QUESTION
In the Observer Pattern, subjects care about the unique attributes of the concrete classes that are observing them.
Choose one points
True
False
QUESTION
Which of the following are examples of refactoring?
Choose all that apply points
Moving a function between classes
Renaming a variable
Deleting an unused function
Changing the way modules link together
QUESTION
Which debug window can you use to see the values of variables in the current scope?
Choose one points
Call stack
Output window
Memory window
Locals window
QUESTION
New files that you create in a project are automatically staged in git, and will always be part of the next commit that you make into the repository.
Choose one points
True
False
QUESTION
The Flyweight Pattern is a pattern.
Choose one points
Creational
Structural
Behavioral
QUESTION
True or False: A Fetch is like a Pull but without a Merge.
Choose one points
True
False
QUESTION
Which git command is used to change to a different branch?
Choose one points
Pull
Clone
Revert
Checkout
QUESTION
Which git command is used to save your changes to your local repository?
Choose one points
Commit
Push
Pull
Checkout
QUESTION
Which debugging window allows you to add variablesexpressions to keep track of
Choose one points
Locals window
Watch window
Call stack
Memory window
QUESTION
True or False: When doing a Merge and every commit in the destination branch is already contained in the source branch you may get conflicts that need to be resolved.
Choose one points
True
False
QUESTION
What is the term for the merge process that occurs when every commit in the destination branch is already contained in the source branch?
Choose one points
QuickandTidy Merge
FastForward Merge
Reset Merge
Simple Merge
QUESTION
True or False: When creating a new git branch the default behavior is to switch to the new branch automatically.
Choose one points
True
False
QUESTION
What is the term for a version of a repository that is not on your computer for example the version of your repository that is on Github
Choose one points
Master
Network
Remote
Foreign
QUESTION
What is the name of the default branch in git?
Choose one points
git
origin
master or main
clone
tag
QUESTION
When you want to have the debugger stop on a specific line of code you would:
Choose one points
Double click in the Call Stack
Set a break point
Hit the pause button in visual studio
Add a variable to the watch window
QUESTION
The Observer Pattern is a pattern.
Choose one points
Creational
Structural
Behavioral
QUESTION
Which git command can you use to undo any changes made since your last commit?
Choose one points
Revert
Pull
Branch
Undo
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started