Black Lives Matter and the Old Testament

What passage/story of scripture within the Hebrew Bible/Old Testament could be used in helping the peaceful protests and the events surrounding the Black Lives Matter Movement that has regenerated after the death of George Floyd. Support the scripture with stories that are similar to what’s going on in the current movement.

Digital Logic Design and Functional Testing using Verilog HDL

  1. (a) Write a parametric Verilog module for computing out=ax2+bx+c. “a”, “b”, and “c” are three 4-bit signed parameters with the default values of “a”= -4,“b”= 3, and “c”= -3. “x” is a WL-bit signed input. The output “out” is registered using the clock signal “CLK”. (b) Write a testbench for your design. Demonstrate the output waveform for the following test stimuli: 4’b1001, 4’b0001, and 4’b1111.
  2. Write a parametric Verilog module for each of the following modules: (a) Instruction memory, (b) register file in the write-first mode, (c) data memory, and (d) arithmetic logic unit (ALU). Your instruction memory should be able to read a MIPS program from a .mem file and the data memory should be able to read the initial data from a .txt file. Your ALU should be able to support the following operations: addition, subtraction, logical left-shift, logical right-shift, logical variable shift-left, logical variable shift-right, arithmetic variable shift-right, and bitwise AND, OR, XOR, and XNOR logical operations. The details of these modules are described in the book. For example, the register file receives an active-high write enable signal “RFWE” and a clock signal “CLK”. On the positive edge of the clock CLK, the memory first writes the value on the input data port “RFWD” into the location addressed by “RFWA” if the “RFWE” is high and then reads the values from locations specified by the address ports “RFR1” and “RFR2” and places them on the output data port “RFRD1” and “RFRD2”. The memory size should be parametric and by default, it has 32 words and each word is 32 bits.
  3. A combination lock has a reset input “RESET”, two inputs “b0” and “b1”, one for 0 and one for 1, respectively, and an unlock output “UNLOCK”. In reality, inputs are asynchronous signals, but assume that they are synchronous. (a) Draw the finite state machine for your design. Is this a Moore machine or a Mealy machine? (b) Write a Verilog module using a finite state machine (FSM) to simulate a combination lock that would unlock if the input sequence is 01001. (c) Write a testbench for your design. Present the output waveform of your design using the following input sequence “0001001011”. Include the input/output signals along with the state variable in the output waveforms.

Sample Solution

The post Digital Logic Design and Functional Testing using Verilog HDL appeared first on homework handlers.

Cisco, Windows, and Linux password hashes

let’s look at the Cisco, Windows, and Linux password hashes in the list below.
What is a password hash?
RedHat and Cisco passwords are salted while Windows passwords are not. What does that mean?
What are some software tools that can be used to crack password hashes?
Are there any websites that can be used to crack passwords?
If you can crack any of the passwords, post your findings.
Again, this is not intended to be an extensive assignment. You shouldn’t have to spend a lot of time to answer the questions.
Finally, what do you feel are some best practices to avoid having your own personal passwords cracked? Note: If a word is listed before the hash, that is the username being provided.
Cisco Type 7
08224D42001F0A051C020D
0832595C0F1C17
Cisco Type 5
$1$mERr$hx5rVt7rPNoS4wqbXKX7m0
Windows
eagles:””:””:B100E9353E9FA8E8E72C57EF50F76A05:476788B1A5DA9EA8BAD2DE16328E77D7
tom:””:””:5C9059611FF9BC49AAD3B435B51404EE:5F0D3E40FCEFCE47C87142D85AE024C8
bill:””:””:3A087C6FAED6FB70AAD3B435B51404EE:FA0447F7AC1156CB8A2F87245348C566
cookie:””:””:C1E93C824B1CFAA8AAD3B435B51404EE:8969A961103AF73FCC0748E43C5FF7F2
elmo:””:””:D30164DE174649CAAAD3B435B51404EE:E894D1C5CF0D494266F598B3E133AB54
ernie:””:””:C34A2BD1F1E1138DAAD3B435B51404EE:2908DAB3584EDD2460A02E9BDF604E9F
luke:””:””:0FB2BA42035F6B70AAD3B435B51404EE:4B43CB4B09E7F914A0AF81DBCC4B7256
vader:””:””:92FFF08D536C01DEAAD3B435B51404EE:B1739F7FC8377E25C77CFA2DFBDC3EC7
Linux:
jabba:$1$EOOf8aCq$CxX.EjJzy8B8cNm1pXL6Y0:17568:0:99999:7:::
root:$1$F1mYtUEn$DBQd0.FMl0rS8thGYKbMt0:17568:0:99999:7:::
r2d2:$1$lC0W.dhB$osdsuKbdzk1Ifkj3fJHeH1:17568:0:99999:7:::
c3p0:$1$k70QiSfi$fNmJmF2kA3WV9agV9Hfwa.:17568:0:99999:7:::

Sample Solution

The post Cisco, Windows, and Linux password hashes appeared first on homework handlers.

Community teaching/experience

These experiences come in the form of direct and indirect care experiences in which licensed nursing students
engage in learning within the context of their hospital organization, specific care discipline, and local
communities.
Note: This is an individual assignment. In 1,500-2,000 words, describe the teaching experience and discuss
your observations. The written portion of this assignment should include:
Summary of teaching plan
Epidemiological rationale for topic
Evaluation of teaching experience
Community response to teaching
Areas of strengths and areas of improvement
Prepare this assignment according to the APA guidelines found in the APA Style Guide, located in the Student
Success Center. An abstract is not required.
This assignment uses a rubric. Please review the rubric prior to beginning the assignment to become familiar
with the expectations for successful completion.
further instruction:
Please the above assignment is interconnected with topic 3 assignment attached below. The order number is

325073168.

See this:
The teaching plan proposal developed in this assignment will be used to develop your Community Teaching
Plan: Community Presentation due in Topic 5. You are strongly encouraged to begin working on your
presentation once you have received and submitted this proposal.
Select one of the following as the focus for the teaching plan:
Primary Prevention/Health Promotion
Secondary Prevention/Screenings for a Vulnerable Population
Bioterrorism/Disaster
Environmental Issues
Use the “Community Teaching Work Plan Proposal” resource to complete this assignment. This will help you
organize your plan and create an outline for the written assignment.

Sample Solution

The post Community teaching/experience appeared first on homework handlers.