CSCI 3308 All Practice Quiz Questions AND Correct Answers
'SED' is a standard bundled feature in Windows.
True or False - ✔✔False
'SED' is a tool that is useful for...
Select all that apply:
A. Transforming data files
B. Keeping track of code changes
C. Listening to and editing audio files
D. Finding text strings and changing them - ✔✔A. Transforming data files
D. Finding text strings and changing them
A selector is a CSS macro that will apply the designated CSS to the HMTL
element/tag. Selection can be determined by the selector type (select by class,
ID, etc.). Match the following CSS selectors to their type:
Write your answer as (A. --> a. "description")
A.
h1 {
color: #36CFFF;
}
,B.
*{
color: #000000;
}
C.
.black {
color: #000000;
}
D.
#black {
color: #000000;
}
a. Element type selector
b. Id selector
c. Class selector
d. Universal selector - ✔✔A. --> Element type selector
B. --> Universal selector
C. --> Class selector
D. --> Id selector
add - ✔✔add
, Agile Model consists of
Select all that apply:
A. Focus on customer value
B. Iterative and incremental delivery
C. Experimentation and adaptation
D. Self-Organization
E. Continuous Improvement
F. All of the above - ✔✔F. All of the above
Application error
An error occurred in the application and your page could not be served. If you
are the application owner, check your logs for details. You can do this from the
Heroku CLI with the command:
heroku logs --tail
What will the above code result in? Select the correct option
A. There will be a merge conflict and it will say "Auto-merging mergeFile.txt
CONFLICT (content): Merge conflict in mergeFile.txt Automatic merge failed; fix
conflicts and then commit the result."
B. Both the branches will merge they way we wanted it to - ✔✔A. There will be
a merge conflict and it will say "Auto-merging mergeFile.txt CONFLICT (content):
Merge conflict in mergeFile.txt Automatic merge failed; fix conflicts and then
commit the result."
'SED' is a standard bundled feature in Windows.
True or False - ✔✔False
'SED' is a tool that is useful for...
Select all that apply:
A. Transforming data files
B. Keeping track of code changes
C. Listening to and editing audio files
D. Finding text strings and changing them - ✔✔A. Transforming data files
D. Finding text strings and changing them
A selector is a CSS macro that will apply the designated CSS to the HMTL
element/tag. Selection can be determined by the selector type (select by class,
ID, etc.). Match the following CSS selectors to their type:
Write your answer as (A. --> a. "description")
A.
h1 {
color: #36CFFF;
}
,B.
*{
color: #000000;
}
C.
.black {
color: #000000;
}
D.
#black {
color: #000000;
}
a. Element type selector
b. Id selector
c. Class selector
d. Universal selector - ✔✔A. --> Element type selector
B. --> Universal selector
C. --> Class selector
D. --> Id selector
add - ✔✔add
, Agile Model consists of
Select all that apply:
A. Focus on customer value
B. Iterative and incremental delivery
C. Experimentation and adaptation
D. Self-Organization
E. Continuous Improvement
F. All of the above - ✔✔F. All of the above
Application error
An error occurred in the application and your page could not be served. If you
are the application owner, check your logs for details. You can do this from the
Heroku CLI with the command:
heroku logs --tail
What will the above code result in? Select the correct option
A. There will be a merge conflict and it will say "Auto-merging mergeFile.txt
CONFLICT (content): Merge conflict in mergeFile.txt Automatic merge failed; fix
conflicts and then commit the result."
B. Both the branches will merge they way we wanted it to - ✔✔A. There will be
a merge conflict and it will say "Auto-merging mergeFile.txt CONFLICT (content):
Merge conflict in mergeFile.txt Automatic merge failed; fix conflicts and then
commit the result."