CSE 154 Review/Exam Tips Exam Kane 110 5:15-6:15 We will be - - PowerPoint PPT Presentation

cse 154 review exam tips exam kane 110 5 15 6 15 we will
SMART_READER_LITE
LIVE PREVIEW

CSE 154 Review/Exam Tips Exam Kane 110 5:15-6:15 We will be - - PowerPoint PPT Presentation

CSE 154 Review/Exam Tips Exam Kane 110 5:15-6:15 We will be checking IDs Please be there by 5:05 Dont worry about use strict General Exam Only shorthand functions are $ and qsa. tips We are not grading on


slide-1
SLIDE 1

CSE 154 Review/Exam Tips

slide-2
SLIDE 2

Exam Kane 110 5:15-6:15 We will be checking IDs Please be there by 5:05

slide-3
SLIDE 3

General Exam tips

  • Don’t worry about “use strict”
  • Only shorthand functions are $

and qsa.

  • We are not grading on

style-instead grading on if your program works/meets the requirement

slide-4
SLIDE 4

General Exam tips

  • If you are feeling stuck, move on

to a different problem. You can always come back to that problem.

  • Come with a highlighter or pen to

underline key points in problems.

  • Take a deep breath before exam

to calm nervous system a bit.

slide-5
SLIDE 5

General Exam tips

  • Look at the note sheet and think

about if there is anything you feel like you’d need that isn’t there. Spend a little extra time with that material

  • Look at your past homework and

exam problems you struggle on and make a list of things you tend to miss there. Keep those in mind when taking the exam.

slide-6
SLIDE 6

General Exam tips

  • Make sure you have practiced on

paper and not a computer because that better fits the exam environment.

  • If you have time, read problem

again after you have attempted it.

  • Give space between statements

to allow for last minute fixes

slide-7
SLIDE 7

Common Mistakes

slide-8
SLIDE 8

HTML

  • Mixing up attributes of different

tags

slide-9
SLIDE 9

CSS

  • Improper use of flex box
  • Forgetting small details (like

bolding text)

  • Treating block element like inline

and vice versa

  • Not taking inherited relationships

between elements into consideration (for example width

  • f parent element)
slide-10
SLIDE 10

Javascript

  • Incorrectly assessing values from

different input elements.

  • Mixing up setInterval and

setTimeout

  • Using the incorrect number of

timers

slide-11
SLIDE 11

How to approach problems with little time

slide-12
SLIDE 12

Approach problems with little time

  • Look at screenshot (to get a

sense of what to do), reverse engineer it, start putting in pieces

○ What do I need to listen to ○ What do I need to change.

  • Read through problem paying

attention to key objectives. Look

  • ut for key things

○ Adding to dom ○ Timers ○ Event listener

slide-13
SLIDE 13

Last Minute Study Tips

slide-14
SLIDE 14

Last minute study tips

  • Breathe. Staying calm at this

point will be the most helpful

  • Play flexbox froggy through once
  • Review slides for general

concepts for short answer.

  • Practice reading through exam

problems for important details (even if you don’t have enough time to complete more problems)

slide-15
SLIDE 15

Good Luck!