Bonus:  1) Who is considered to be the father of Sociology? …

Bonus:  1) Who is considered to be the father of Sociology?  2) Who authored the “Communist Manifesto”?  3) What portion of the US population lives in poverty?  4) What portion of the US population is Asian American?  5) In the US, which social class is the smallest?  6) Which theorist is always associated with the Conflict Theory?  7) Which theorist is associated with cognition, including his ideas on conservation and mathematical ordering?  8) Give an example of material culture. 

UPLOAD WORK FOR ALL PROBLEMS TO THIS QUESTION. USE CAMCANNER…

UPLOAD WORK FOR ALL PROBLEMS TO THIS QUESTION. USE CAMCANNER OR OFFICE LENS OR A SIMILAR APP AND BATCH PICTURES, OR PASTE PICTURES INTO A DOCUMENT. UPLOAD AS A SINGLE FILE, WHICH CAN HAVE MULTIPLE PAGES. If you run out of time or cannot figure it out with Honorlock, HOLD YOUR PAPERS UP TO THE CAMERA, then submit what is completed to the next assignment in Canvas IMMEDIATELY upon submitting test – within 3-5 minutes. Do not work after the time on ANY questions after time runs out as this is not fair to students who rushed to finish, or did not finish in the time and follow the rule.

What will be displayed to console when the following MIPS as…

What will be displayed to console when the following MIPS assembly program executes? If needed, you can reference MIPS Green Sheet..     .dataexam:      .asciiz   “abcdefghijklmnop.\n”   .text   .globl mainmain:       la   $t0,exam       li   $t1,0       li   $t2,5LOOP       slt  $t3,$t1,$t2       beq  $t3,$zero,L1 lb   $t4,0($t0) addiu $t0,$t0,1       addiu $t1,$t1,1 j     LOOPL1:   li    $v0,11       move  $a0,$t4       syscall       jr  $ra

Right after when a CPU fetches and executes the following ja…

Right after when a CPU fetches and executes the following jal instruction at memory address 0x00400114, what values will be set to MIPS PC and $31 registers? If needed, you can reference MIPS Green Sheet.. instructionaddress        Instructions ———– ———— addu $4, $0, $2           jal 0x00400094 lui $1, 4097   ori $4, $1, 81     addu $5, $0, $2