Why do you put up with a long and difficult program? What about engineering makes it worth it to you? Why do you see this as something you want to spend the rest of your life doing and learning about?

Engineering

Provide a 1000 word report. The topic is something about engineering you are passionate (that is, you care deeply). (Robotics, Data Science, Computer Science)

We don’t care about why the world of engineering is interesting to some people, we want to know why you chose engineering: Why do you put up with a long and difficult program? What about engineering makes it worth it to you? Why do you see this as something you want to spend the rest of your life doing and learning about?

 

Choose 2 international examples of cities to clarify the definition providing a description and explanation of the related urban qualities. Discuss how these elements influence lifestyle and human behavior within the different cities you studied.

Introduction to Urban Design, Elements of Urban Form

Referring to Lecture 1 – Introduction to Urban Design, Elements of Urban Form were explained in general.

o Urban Structure

o Urban Grain

o Density + Mix

o Height and Massing

o Streets cape + Landscape

o Facade + Interface

In your group, choose elements of the above and do an in-depth reading and searching about them providing a comprehensive comparative analysis on case studies as part of the group work.

→ A group of 4 will cover 4 elements. A group of 3 will cover 3 elements.

→ Give a coherent presentation summary. (25 – 30slides maximum).

Include the following:

  1. For each element – A thorough explanation and definition.
  2. For each element – choose 2 international examples of cities to clarify the definition providing a description and explanation of the related urban qualities. Ideally the 2 examples should contrast in a way or another from the point of view you are studying. (Use maps, diagrams, photographs, and info-graphics).
  3. As a group, choose 1 neighborhood or district in Riyadh city (it could be the neighborhood you live in or regularly visit). Provide an analysis of the neighborhood explaining and reflecting on all chosen elements. (Use maps, diagrams, photographs, and info-graphics).
  4. Discuss how these elements influence lifestyle and human behavior within the different cities you studied.
  5. Names of all group members should be included.

 

What are the positive effects when a company reduces waste (referring to the 8 waste provided in class) in the organization; list and explain in detail 3 positive effects and provide examples for each of the 3?

Company waste

Respond in your own words and be complete on your answers

  1. What are the positive effects when a company reduces waste (referring to the 8 waste provided in class) in the organization; list and explain in detail 3 positive effects and provide examples for each of the 3?
  2. Describe one type of waste not provided in the company example (given in class under the 8 deadly waste), providing an example of the waste and how you could reduce this waste and a lean tool that could be used, explain how this tool will help to reduce waste?
  3. Explain how a leader, coach, scribe and member: complete their task on a team, providing an example for each which you have seen in real life on a team you were involved in?
  4. Explain the advantage to understanding your learning style and provide an example of how understanding this improving your knowledge in any of your college courses?
  5. Why is profit important to you and potentially to a company either you work for or will work for at some point? BE descriptive!

 

Find the relationship for how the temperature distribution changes with time with respect the un-deformed rod and the deforming rod.

Biomedical Engineering

 Lets say you were interest in looking at temperature distribution as a rod deforms. You have found the point map for the rod:

x = (1 + t)X

As well as the distribution of temperature in the Lagrangian description.

T = Xt^2

Find the relationship for how the temperature distribution changes with time with respect the un-deformed rod and the deforming rod.

 

Provide a relevant background information on your chosen topic, citing at least one source. Summarize the key findings of your news article. Be careful to include the article title and author along with in-text citations for any quoted or paraphrased content.

Internet of Things

This assignment is a memo letter but that option is not available.

The assignment is to write a memo about a new advancement or discovery in your field.

Memo format

Subject Line/ Header (To, From, Date, Subject)

1st paragraph – Summary

Provide a clear, concise overview of the report.

2nd paragraph – Background

Provide a relevant background information on your chosen topic, citing at least one source.

3rd and 4th paragraphs – Facts/Findings

Summarize the key findings of your news article. Be careful to include the article title and author along with in-text citations for any quoted or paraphrased content.

Include an explanation of why the news item is relevant to your field of study.

5th paragraph – Outcome/Conclusion

Conclude your report.

References (Cichote both articles in APA style)

 

How many bits do we need to represent a variable that can only take on the values 11, 22, 33, or 44? If the only value a variable can take on is 32.16, how many bits are needed to represent it?

Counting

Bit strings can be used to represent more than just numbers. In fact, we use bit strings to represent everything inside a computer. And, because we don’t want to be wasteful with bits, it is important to remember that n bits can be used to represent 2n distinct numbers. For each of the following questions, answer with the minimum number of bits possible:

3.1 Exercises

  1. (5 pts) How many bits do we need to represent a variable that can only take on the values 11, 22, 33, or 44?
  1. (5 pts) If the only value a variable can take on is 32.16, how many bits are needed to represent it?
  1. (5 pts) If we need to address 4 Mi-Byte of memory and we want to address every byte of memory, how long does an address need to be?

 

What is the largest integer that can be represented with 8 bits? How many bits do you need to represent the largest integer + 1? How do you represent the numbers 8, -8, 200, and -200?

Exercises

For questions 1 – 3, answer each one for the case of a two’s complement number and an unsigned number, indicating if it cannot be answered with a specific representation.

  1. (10 pts) What is the largest integer that can be represented with 8 bits? How many bits do you need to represent the largest integer + 1?
  1. (8 pts) How do you represent the numbers 8, -8, 200, and -200 (assume the numbers are 8 bits)?
  1. (4 pts) Is it possible to use 8 bits to represent the number 277? Is it possible to use 8 bits to represent the number -277? Explain why.
  1. (10 pts) What is the range of decimals (presented with powers of 2) that 8-bit two’s complement can represent? What is the range of decimals that 12-bit two’s complement can represent?  Explain why.
  1. (5 pts) How much data can we store on a 4 K-Byte memory chip?

 

Convert the following from their initial radix to the other two common radices: 0b01011100, 0x123A, 221, 0b11011001, 0xC16F, 43.

Electrical Engineering

Number Representation

Unsigned Integers

If we have an n-digit unsigned numeral dn-1dn-2…d0 in radix (or base) r, then the value of that numeral is, which is basically saying that instead of a 10’s or 100’s place we have an r’s or r2’s place. For binary, decimal, and hex r equals 2, 10, and 16, respectively.

Just a reminder that in order to write down a large number, we typically use the IEC or SI prefixing system:

IEC: Ki = 210, Mi = 220, Gi = 230, Ti = 240, Pi = 250, Ei = 260, Zi = 270, Yi = 280; SI: K = 103, M = 106, G = 109, T = 1012, P = 1015, E = 1018, Z = 1021, Y = 1024.

1.1 Conversions

  1. (12 pts) Convert the following from their initial radix to the other two common radices: 0b01011100, 0x123A, 221, 0b11011001, 0xC16F, 43
  1. (12 pts) Write the following using IEC prefixes: 213, 223, 251, 272, 226, 244
  1. (12 pts) Write the following using SI prefixes: 107, 1017, 1011, 1022, 1026, 1015
  1. (6 pts) Write the following with powers of 10: 70 K, 100 E, 21 G
  2. (6 pts) Write the following with powers of 2: 7 Mi, 6 Ei, 24 Ki

 

Develop and submit a State Of Art report on ”Metamorphic Robot Devices – Principles, Kinematics and Topology Modelling Background and Applications”.

Metamorphic Robot Devices – Principles, Kinematics and Topology Modelling Background and Applications

Develop and submit a State Of Art report on ”Metamorphic Robot Devices – Principles, Kinematics and Topology Modelling Background and Applications”.

 

 

Determine whether the specific surface area measured in the experiment for the tested Portland cement is in agreement with tested valuereported for the tested cement. (

Testing Portland cement

Determine whether the specific surface area measured in the experiment for the tested Portland cement is in agreement with tested valuereported for the tested cement. (Mill certificate provided)