Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cmsc335Summer2022 Student
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andrej Rasevic
Cmsc335Summer2022 Student
Commits
8cc959c0
Commit
8cc959c0
authored
3 years ago
by
Andrej Rasevic
Browse files
Options
Downloads
Patches
Plain Diff
adding Midterm Information
parent
5411ecbc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MidtermExam/MidtermInfo.md
+63
-0
63 additions, 0 deletions
MidtermExam/MidtermInfo.md
with
63 additions
and
0 deletions
MidtermExam/MidtermInfo.md
0 → 100644
+
63
−
0
View file @
8cc959c0
## Midterm Exam Friday, June 17th, 2022
1.
Duration - 90 minutes during our scheduled class meeting time 8:30 AM EST - 10:00 AM EST
2.
closed book,notes, browser, etc.
3.
Format (possibilities):
*
short answer
*
multiple choice
*
true/false
*
code analysis/completing code snippets
*
coding
### Suggested Topics to review
1.
HTML5 (https://www.w3schools.com/html/default.asp)
*
tags discussed in class/code examples (table, list, a, form, input, div, h's, script, body, head, span, fieldset, ...etc.)
*
associated attributes for each tag element listed above
*
forms, lists (ordered and unordered), tables
*
DOM (what is it?)
*
attaching events/handlers to elements in a web page
*
data validation
*
box model
*
bubbling
*
how a web page gets assembled
2.
CSS (https://www.w3schools.com/css/default.asp)
*
class/id selectors
*
rule definitions
*
any css that we talked in class/projects
3.
Javascript
*
variable declaration
*
var,let,const (how are they different from one another)
*
variable scopes
*
function declaration
*
call, bind, apply
*
javascript objects
*
arrays
*
map, reduce, filter, sort, find (look it up)
*
spread/rest operator
*
array/object destructuring
*
arrow functions
*
`this`
, function execution context
*
template literals
*
ES6 Classes and Inheritance
*
know what the default constructor pattern is
*
`new`
keyword and how it works
*
webAPI (document.querySelector, etc...) https://developer.mozilla.org/en-US/docs/Web/API
*
different ways javascript interacts with a web page
*
lifecyle loop
4.
Git Basics
*
Git workflow we are using in class
*
git commands we use and their outputs
Note: This is a suggested listed but by no means necessarily a complete list of topics for the midterm exam.
### Topics not included on the exam
*
text editors
*
React (will be on the final!)
*
Node (will be on the final!)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment