Topic Identification and Bibliography

LITERATURE ANALYSIS: TOPIC IDENTIFICATION & BIBLIOGRAPHY TEMPLATE
During this course, you will compose an original 1012-page Literature Analysis on a current topic or trend in criminal justice. In preparation for the Literature Analysis, you will submit your topic for approval, along with a preliminary bibliography. Your bibliography must cite at least six (6) scholarly resources that are significant to the topic (current, relevant, credible, and each carries its weight), with a clear and meaningful connection between all the resources. Use the attached template and rubric when completing this assignment.

3 labs for computer science

Lab 1:

Using the GroceryItem struct from Assignment 5 create a source.cpp file and a main function. Put the GroceryItem struct above int main. We are going to create a grocery store full of items!

Create two copies of this source.cpp file.

Array Version
In the first copy we are going to use a three dimensional array. The three dimensions have size 6, 3, and 5. These represent the aisle, section in the aisle, and the shelf number of the grocery item. Using no loop or selection constructs. Ask the user for the price and location for two grocery items.

Create an instance of the GroceryItem for each, but do not fill out the Location struct. Instead, insert the item in the proper location in the array.

Vector Version
Do the same as in the array version, but instead, make a single dimensional vector of GroceryItems and fill out the Location member in the struct. Simply push_back each grocery item onto the vector.

Lab 2:

We are going to be updating the vector version of assignment 7.

Use a while loop to ask the user if they want to add another item to vector<GroceryItem> store;
If they do:
push an empty GroceryItem struct onto the vector
fill out the struct by using store.back() and asking the user for:
type
price
quantity
name
location
Else exit the loop
use a ranged based for loop to loop over the vector and neatly print out all the information for every GroceryItem in the store vector.

Lab 3:

Write a function called Inventory, that takes a vector of GroceryItems (you decide whether it should be pass-by-reference or pass-by-value). The function should add up the quantity of all the items in the vector and return the sum of all items in the store.

constitution

Carefully read the U.S. Constitution. Then, in a well-written, 3-4 page essay, provide a brief overview of how the U.S. Constitution is organized. What are its major parts? Then explain how the U.S. Constitution allows for structural checks and balances within the U.S. Government and protects individual rights? Make sure to provide specific examples.

Vision Statement

You may remember in the story of Alice in Wonderland when she searches for a way out, she comes to a fork in the road. Which road should I take? she asked the Cheshire Cat. Where are you going? the cat responded. Alice said she didnt know. The smiling cat replied, If you dont know where you are going, any road will lead you there.

It is a common belief that what you learned in the first grade is the base of your success. This story about Alice in Wonderland is a good example. Alice wanted to get out of Wonderland, but she did not know what road to take. In life, many times some people are of the same way. This also applies to some companies and organizations.