Essay Questions: You may use your text or any material cover…

Essay Questions: You may use your text or any material covered in class, including discussion boards, podcasts, or publications. Pull from all of these sources when writing a succinct answer! Remember, you will likely need to write at least 5-8 sentences to answer these questions. Answer every part of the question in order to receive full credit. DO NOT simply write what was stated on the lecture notes. In your own words, describe how each of the following theories explain school violence: (a) school climate theory, and (b) social disorganization theory. Provide an example of each theory as it relates to school violence. 

Roman was fired from CS Electric because he was routinely la…

Roman was fired from CS Electric because he was routinely late to work and verbally abusive towards several coworkers. He decides to get revenge on the supervisor who fired him. Roman brings a rifle to CS Electric and murders the supervisor. This is considered which type of workplace violence?

You use a log-based SSD to hold your data.  The SSD has 3 bl…

You use a log-based SSD to hold your data.  The SSD has 3 blocks with 10 pages per block.  Each page holds a single character.  The SSD has been used for a while and the current state of the SSD is shown below.  The diagram for the SSD contains the following items: FTL mapping logical pages to physical pages block numberpage number (2 lines)state of each page (valid, Erased, or invalid)data stored at each pagean indicator(+) if a page is currently live (has an entry in the FTL)Current State of SSD: FTL     1:  6   2: 10   5:  2   7:  1         8: 20   9:  4  12: 16  13:  9        15: 12  17: 17  18:  5  29: 13        19: 11  20: 14  21: 15  23:  3        24: 18  25:  0  27:  8  28:  7 Block 0          1          2          Page  0000000000 1111111111 2222222222       0123456789 0123456789 0123456789 State vvvvvvvvvv vvvvvvvvvv vEEEEEEEEE Data  Ih7tj3UYbK 34quFTEPXg H          Live  ++++++++++ +++++++++  +           Operations that the OS may perform are:write(Logical Address, Data) – storing the data at the logical address read(Logical Address) – reading the data from the logical address trim(Logical Address) – deleting the data from the logical address