Answered step by step
Verified Expert Solution
Link Copied!

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 5 points
True
False
QUESTION 2
True or False: When merging you need to switch to the branch you want to merge into.
Choose one 5 points
True
False
QUESTION 3
Which git command is used to update the remote repository (for example on Github) with the changes in your local repository?
Choose one 5 points
Commit
Push
Pull
Stash
QUESTION 4
True or False: A Rebase is a type of Merge.
Choose one 5 points
True
False
QUESTION 5
What is the name of the file used to tell git not to track certain files and/or folders in your repository?
Choose one 5 points
skip.txt
ignore.txt
.gitignore
.gitskip
QUESTION 6
Debugging is:
Choose one 5 points
The process of finding, analyzing and removing errors in a system
Compiling a program
Calling functions
Freeing dynamic memory
QUESTION 7
The Factory Method Pattern is a _____ pattern.
Choose one 5 points
Creational
Structural
Behavioral
QUESTION 8
In the Observer Pattern, subjects care about the unique attributes of the concrete classes that are observing them.
Choose one 5 points
True
False
QUESTION 9
Which of the following are examples of refactoring?
Choose all that apply 5 points
Moving a function between classes
Renaming a variable
Deleting an unused function
Changing the way modules link together
QUESTION 10
Which debug window can you use to see the values of variables in the current scope?
Choose one 5 points
Call stack
Output window
Memory window
Locals window
QUESTION 11
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 5 points
True
False
QUESTION 12
The Flyweight Pattern is a _____ pattern.
Choose one 5 points
Creational
Structural
Behavioral
QUESTION 13
True or False: A Fetch is like a Pull but without a Merge.
Choose one 5 points
True
False
QUESTION 14
Which git command is used to change to a different branch?
Choose one 5 points
Pull
Clone
Revert
Checkout
QUESTION 15
Which git command is used to save your changes to your local repository?
Choose one 5 points
Commit
Push
Pull
Checkout
QUESTION 16
Which debugging window allows you to add variables/expressions to keep track of?
Choose one 5 points
Locals window
Watch window
Call stack
Memory window
QUESTION 17
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 5 points
True
False
QUESTION 18
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 5 points
Quick-and-Tidy Merge
Fast-Forward Merge
Reset Merge
Simple Merge
QUESTION 19
True or False: When creating a new git branch the default behavior is to switch to the new branch automatically.
Choose one 5 points
True
False
QUESTION 20
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 5 points
Master
Network
Remote
Foreign
QUESTION 21
What is the name of the default branch in git?
Choose one 5 points
git
origin
master or main
clone
tag
QUESTION 22
When you want to have the debugger stop on a specific line of code you would:
Choose one 5 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 23
The Observer Pattern is a ______ pattern.
Choose one 5 points
Creational
Structural
Behavioral
QUESTION 24
Which git command can you use to undo any changes made since your last commit?
Choose one 5 points
Revert
Pull
Branch
Undo

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions