16.MUST access/view this website link to help me solve this one big lab question:
...
https://opengeology.org/historicalgeology/virtual-field-experiences-vfes/vfe-glaciers/#Continental_glaciation_in_LiDAR And go/view liDAR image map of Scandinavia below the heading “Continental glaciation in liDAR” to view the image portion of the Scandanivia map on that site. I need help for this one final question regarding this liDAR image of Scandinavia for this lab assignment I’m doing to “Identify one of each of the following geomorphic 5 features below each associated with continental glaciation (TAKE a screenshot on your PC of an example of each from this liDAR map image of Scandinavia, and send those 5 images, labeling key features of the image, and put all 5 screenshot images of these below features with their labeled annotated key features in a Word Doc or PDF to SEND to me). From accessing this website link and using the liDAR map image of Scandinavia take take these 5 key feature screenshots, HERE are there 5 required features BELOW required to screenshot with key features labeled/annotated to take one of each on your PC( press “Fn” + “PrtScr” to screenshot images on your Windows PC(don’t know how on Mac PC) or use/downloa snippet program to take computer screenshots of these 5 features):
glacial striations
terminal moraine
outwash delta
esker
kettles SEE attached photo file for same directions for this question as typed here, but for more better simpler clarity to read the same directions as typed here on this attached file. ALSO THIS Assignment is really due by 11:59 pm tonight 11/7, but I want it done at least by 7 or 8 pm today 11/7. Thanks, please try to help me ASAP, I’m struggling.
View More
17.I need help with my English essay that is discussing how effective communication can be portrayed in different ways using
...
different ways using 2 speeches we analyzed in class and one of our choice. Here is my introduction: What is effective communication? To most people, effective communication is merely just exchanging information, but in order for communication to be effective, it must reach a deeper level of understanding from both sides. Effective communication must be both understood by the audience and conveyed clearly by the speaker. The audience has to be able to understand a person’s emotions and intentions behind their perspective of the topic. Although there are many ways for a person to achieve the skill of effective communication, the process of epitomizing one’s point of view is not always the easiest task to master. After analyzing various speeches, it is evident that effective communication is most clearly displayed through the speaker’s ability to know the audience as well as establishing themselves as an erudite on the topic in order to alter the opinions of the audience.
View More
23.I need help getting started with my C++ assignment.
This is the prompt of the assignment and guidelines must follow.
...
delines must follow.
The purpose of this assignment is to give you practice using structs, using strings, writing functions and sorting. You will read a student file into an array of structs, determine grades, sort the array and print it out.
Program Steps and Requirements
Use the Student struct shown below.
Read the input file (partially shown below) and store the data in an array of structs. The input file contains 55 student records and one heading line.
Write code to determine the grade for each student. The grade determination is exactly as specified for this class in the syllabus. Remember to discard the lowest assignment grade.
Sort the array of student students in descending order by the total points.
Write the output file using the exact format shown below and include the two lines of headings in the output.
Required Student struct and named constants
const unsigned NumberOfStudents = 55;
const unsigned PointsPossible = 400;
const unsigned NumberOfAssignments = 10;
const unsigned NumberOfExercises = 10;
struct Student
{
int id;
string name;
int exercise[NumberOfExercises];
int assignment[NumberOfAssignments];
int midterm;
int final;
int codelab;
int exerciseTotal;
int assignmentTotal;
int totalPoints;
int percent;
string grade;
};
Input file
-StudId- -------Name-------- -----Exercises----- ---------Assignments--------- Mi Fin CL
12345678 Smartiepants, Sam 5 4 5 4 5 5 5 5 5 5 20 19 20 20 20 20 19 20 20 19 65 98 9
18519268 Mendoza, Victor 4 2 5 4 1 4 5 5 5 4 17 12 17 18 14 17 19 18 14 18 59 49 6
23276929 Chien, Shengfeng 2 3 0 4 4 5 2 5 5 2 9 18 15 8 19 18 18 16 19 13 64 89 8
18242679 Dhaliwal, Shawn 5 5 3 4 5 4 2 4 4 5 9 18 17 15 18 19 12 15 18 14 45 92 9
09869966 Miraftab, Mina 5 3 5 5 3 5 4 0 4 3 17 4 3 18 12 16 14 17 17 12 52 68 7
10930997 Dimas, Abraham 5 3 4 5 4 3 4 3 3 3 12 18 20 11 14 7 15 10 18 15 64 89 6
11545560 Masongsong, Mikhael 1 3 5 4 3 4 5 3 5 5 19 19 9 13 17 20 20 14 14 19 64 96 8
10626377 Zigler, Joshua 4 3 4 3 2 5 4 4 4 5 17 14 18 20 17 18 12 19 14 14 51 90 5
...
Output report file
Stud Id Name Ex Ass Mi Fin CL Tot Pct Gr
-------- ------------------- -- --- -- --- -- --- --- --
12345678 Smartiepants, Sam 48 178 65 98 9 398 100 A+
11545560 Masongsong, Mikhael 38 155 64 96 8 361 90 A-
20767544 Martins, Gustavo 40 144 67 97 10 358 90 A-
23305464 Zumwalt, Jacob 37 160 62 90 8 357 89 B+
23579439 Feirstein, Berent 42 159 55 91 9 356 89 B+
14965959 Ho, Brandon 40 157 66 84 8 355 89 B+
19988142 Wang, Lu 31 157 58 98 9 353 88 B+
09559062 Mora, Gabriel 36 137 67 100 7 347 87 B
19108176 Bailey, Tanequa 44 152 56 85 8 345 86 B
Suggested main function
int main()
{
Student students[NumberOfStudents];
getStudentDataFromFile(students, InputFilename);
determineGrades(students);
sort(students);
printStudentDataToFile(students,OutputFilename);
}
View More
28.Hi, I need help setting up a simple formula in a Google Sheets spreadsheet.
The spreadsheet is hosted and
...
sted and I can see any changes in realtime. What I need is to take the duration in cells A2:A1000 and factor the dollar value in corresponding cells B2:B1000 in a way that causes the average amount earned per hour to calculate in cell D2. I'd appreciate a bit of help here, and I;d prefer if you could just plug the formula directly into cell D2 using the link below.
The link to the editable document is:
https://docs.google.com/spreadsheets/d/1lEJIPiSZJk9LYUTSA4oeDwyLXCVd18Zdewm6gnjxcXo/edit?usp=sharing
Thanks!
View More
29.Hi, I need help setting up a simple formula in a Google Sheets spreadsheet.
The spreadsheet is hosted and
...
sted and I can see any changes in realtime. What I need is to take the duration in cells A2:A1000 and factor the dollar value in corresponding cells B2:B1000 in a way that causes the average amount earned per hour to calculate in cell D2. I'd appreciate a bit of help here, and I;d prefer if you could just plug the formula directly into cell D2 using the link below.
The link to the editable document is:
https://docs.google.com/spreadsheets/d/1lEJIPiSZJk9LYUTSA4oeDwyLXCVd18Zdewm6gnjxcXo/edit?usp=sharing
Thanks!
View More
30.Hi, I've been trying to figure out what should be the simplest of formulas for over an hour now. Take
...
e a look at this spreadsheet so I can properly explain:
https://docs.google.com/spreadsheets/d/1lEJIPiSZJk9LYUTSA4oeDwyLXCVd18Zdewm6gnjxcXo/edit?usp=sharing
Ok, so for the sake of simplicity We'll just go with row two here. Cell A2 represents the hours worked freelancing, where B2 is for the minutes of the recorded time frame. C2 is the net amount earned in that time. Over in cell N10 I need to figure out an equation using the =SUM() function (treats it as a normal math problem) where it prints the hourly income based on those three integers. I'll admit i was never great at math, but in my defense I've been up since 6 am yesterday (currently 3 pm) and have been running solely on caffiene and nicotine haha... The sheet is editable and I can see any changes you make in realtime. Is there any way you could help me out on this one? It's for a work report type thing.
View More
32.PLAN AND DESIGN CHAPTER
Hi, my thesis is on the locus of control and psychological well-being of adolescents. I have completed
...
adolescents. I have completed the Literature review. I have to plan a research design for the thesis. ABOUT THE THESIS:
Population- 13+ to 19 years adolescents
No of IV s- 2 that is, Gender is the First IV and Locus of Control ( LOC) is the second IV
Levels of IV- Gender has 2 levels ( male and female). LOC has two levels ( Internal Locus of Control and External Locus of Control). Both IV s are categorical variables.
List of DV s-
1. Self Esteem
2. Coping
3. Happiness
4. Academic motivation
5. Exam Anxiety
6. Life Style
Each DV will be measured by using appropriate Statistical scales. All DVs will be taken as continuous variables. All the scales measure the quantitative aspect only.
DV MEASUREMENT: Each of the scales that will be used to measure DV contains several areas or dimensions or sub-categories. For example, the self-esteem scale contains 78 items divided into 6 categories like personal, social, emotional, academic, intellectual and moral.
THESIS AIM- To check the impact of IV s on each of these DV s in isolation and also investigate the interaction effects between gender and locus of external. I will be using the SPSS package for calculations.
PROBLEM:
Problem 1: Which is the most appropriate Statistical test or design that should be used here? I believe a 2x2 ANOVA will be best suited here.
Problem 2: If I am measuring the impact of IV s on each DV in isolation, should I use several Two Way AONVA tables or a single MANCOVA table?
Problem 3: Each of the DV is measured using scales containing several dimensions. Are such dimensions of the scales need to be treated as the levels of the dependent variables? In other words, do the levels of DV are decided as per the dimensions of the scale that was used to measure the DV? If this is so, then even if I am measuring the DV s in isolation; each DV will have multiple levels, which in turn will change my design from Two Way ANOVA to perhaps MANCOVA? What is the right approach here?
Note: I have not intentionally divided DV into any levels.
Kindly help me to arrive at a statistically significant research design! If possible, kindly briefly explain the type of the design as well as the rational or suitability of the sign for my research problem.
View More
51.Hey I need help writing a couplet poem
Using this question and answer
What happened to the European population in the High
...
ean population in the High Middle Ages?
The number of people almost doubles from 38 million to 74 million people.
List two reasons for the change in population during this time.
Conditions in Europe were more settled and peaceful after the invasions of the early Middle Ages had stopped. Food productions increased because a change in climates improved growing conditions.
What two inventions for the horse made it possible to plow faster?
A new horse collar and the use of the horseshoe.
Define the term manor.
A manor was an agricultural estate run by a lord and worked by peasants.
What three ways did serfs pay rent to their lords?
By giving the lords a share of every product they raised, paying for the use of common pasture lands and turning over a part of the can't from ponds and streams.
Name the three great events celebrated by feasts within the Christian faith.
Christmas (celebrating the birth of Christ), Easter (celebrating the resurrection of Christ), and Pentecost (celebrating the descent of the Holy Spirit on Christ's disciples 50 days after His resurrection).
What two features changed the economic foundation of Europe?
A revival of trade and an associated growth of towns and cities.
For what two reasons did merchants build a settlement rear a castle?
Because it was located along a trade route and because the lords of the castle would offer protection.
By 1100, What four rights were townspeople getting from local lords?
The right to buy and sell property, freedom from military service to the lord, a law guaranteeing the freedom of the townspeople, and the right for an escaped serf to become a free person after living a year and a day in the town.
Describe the environment of medieval cities.
The cities were dirty and smelled from animal and human waste. Air was polluted from wood fires. Water was polluted as well.
What three steps did a person complete to become a master in a build?
He first became an apprentice to a master craftsperson. After 5-7 years he became a journeyman and worked for wages. Upon completing a masterpiece which was judged, he/she could be declared a master and join a guild.
View More
52.Hi there, I was wondering if youd be abl to help me here... this is more neuroscience i believe but
...
I am in desperate need of help. There questions are in accordnce wih the AUDITORY CORTEX 1. How is sound intensity encoded? (I am not sure if these means how is it measured...?) What is a rate level function? What is the tonotopic map of the cochlea? What is a tuning curve ? What is the best frequency? What is the threshold ? What is the Volley Theory? I have an idea of the material since it was review in class but the PowerPoint slides are hard to understand. 2. Describe the concept of sound localization and the coincidence detection model of binaural processing occuring in the superior olivary nucleus that mediates sound source localization? (I don't even know where to start with that one) 3. Distinguish between the neural circuit processing intetnaural time differences intetnaural level differences? How and where are the signals compared? (I understand the level vs time difference but I do not know about the neural circuit processing... And what does it mean by where are the signals compared?) 4. Understand the gross organization of the auditory cortex: primary AI and secondary AII auditory cortex, tonotopic organization. I am using the textbook brain and behavior 4th edition by Bob Garrett and also the review PowerPoint slides given to the class but it is mostly charts and graphs
View More