Physics review

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/39

flashcard set

Earn XP

Description and Tags

PHYS 2326 definitions

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

40 Terms

1
New cards

resistivity

J

2
New cards

J=nqvd=

σE=E/ρ

3
New cards

Ohm’s law

E/ρ

4
New cards

ρ

resistivity of conducting materials

5
New cards
  1. TF ρ is a universal law

  1. False

6
New cards

Unit of resistivity

Ωm (read ohm-meter) Where V/A = Ω = ohm

7
New cards

Conductivity

Conductivity = σ = 1/ρ [mho/m or Siemens/m]

8
New cards

R=

ρL/A

9
New cards

V=

RI (Ohm’s Law)

10
New cards

Resistors

Devices made with a specific value of electrical resistance (R).
The value allows us to estimate how much current a device/circuit will draw from a voltage supply.
allow us to control the current drawn from a voltage supply.
Unit: Ω (ohm)

<p>Devices made with a specific value of electrical resistance (R).<br>The value allows us to estimate how much current a device/circuit will draw from a voltage supply.<br>allow us to control the current drawn from a voltage supply.<br>Unit: Ω (ohm)</p>
11
New cards

Resistors in Series

Resistors share the same current (I) § Resistors have distinct potential differences (V)

<p>Resistors share the same current (I) § Resistors have distinct potential differences (V)</p>
12
New cards

Resistors in Parallel

Resistors share the same potential difference (Vab) § Resistors have distinct currents

<p>Resistors share the same potential difference (Vab) § Resistors have distinct currents</p>
13
New cards

What makes a process safe?

Type safety
Memory safety
Control-flow safety

14
New cards

Program control flow

Unconditional jumps
Conditional jumps
Loops
Subroutines
Unconditional halt

15
New cards

Fundamen

16
New cards

CFI

Control-flow integrity (CFI)
Enforces integrity of a program’s execution flow path
Detects an undefined change in the path of execution by an adversary

17
New cards

CFI Method

build CFG statically (compile time)
Instrument (rewrite) binary, e.g., at install time

-add Ids and Id checks; maintain Id uniqueness

perform ID checks at run time

-indirect jumps have matching Ids

18
New cards

Control-Flow Integrity

Execution must follow a path of a Control-Flow Graph (CFG)

19
New cards

CFG can be pre-computed from:

source-code analysis

binary analysis

execution profiling

20
New cards

How can we enforce extracted control-flow?

Behavior-based Detection(A)

21
New cards

Challenges to defining the expected program behavior

Define “expected behavior”
Detect deviations from expectation efficiently

Avoid compromise of the detector

22
New cards

Basic Block

A consecutive sequence of instructions, control is “straight”(no jump targets except at beginning or end)

23
New cards
  1. TF
    CFG can be derived from a call graph

  1. T

24
New cards

How CFI works

Define “expected behavior” (CFG)
Detect deviations from expectation efficiently (IRM)
Avoid compromise of detector (Sufficient randomization)

25
New cards

How does in-line Monitor work?

Implement the monitor in-line as a program transformation (instrumentation)
Insert a label just before the target address of an indirect transfer
Insert binary code that when run, checks whether the label of the target instruction matches the label of the possible destination

26
New cards

Ways we can’t defeat CFI

Inject code that has a legal label (we assume non-executable data)
Modify code labels (code is immutable)

27
New cards

main components of Java security architecture

class loaders
byte code verification

the Security Manager

28
New cards

Power=

dU/dt=dW/dt=VI

29
New cards

Unit of Power

Joules/s = Watts

30
New cards

Current(I)

I=V/R

31
New cards

Kirchhoff’s (Rule #1) Current Law

The algebraic sum of the currents into a circuit junction is zero.

32
New cards

Kirchhoff’s (Rule #2) Voltage Law

The algebraic sum of the potential differences in a circuit loop must equal zero.

33
New cards

TF

It has been observed that certain naturally-occurring rocks (magnetite) can attract or repel each other depending on the position with respect to each other.

T

34
New cards

TF

Magnetic poles can exist in isolation

F

35
New cards

Ampere’s Law

The magnetic field integrated around a closed loop is proportional to the electric current passing through the loop.

<p>The magnetic field integrated around a closed loop is proportional to the electric current passing through the loop.</p>
36
New cards

Solenoid

A coil wound into a close-packed helix

<p>A coil wound into a close-packed helix</p>
37
New cards

toroid

Ring-shaped type of solenoid

38
New cards
39
New cards
40
New cards