Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Digital Literacy Computer Basics Computer Languages Fundamentals of Computer Languages

Mark Winter
Mark Winter
2,572 Points

can you help?

I just cant figure out what is the answer, can you help me out?

Steven Parker
Steven Parker
229,644 Points

Which question is giving you trouble?

This quiz has 4 questions.

Mark Winter
Mark Winter
2,572 Points

Machine code runs very ________ (quickly, slowly) and has a much ________ (bigger, smaller) memory footprint than a higher-level language.

1 Answer

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

I'm also unsure of which particular question is giving you trouble, but at least two of them revolve around the same idea. High-level programming languages and low-level programming languages. High-level in this sense doesn't mean "more difficult" and the inverse is true for "low-level". When we use these terms we think in terms of the computer hardware/architecture. Lower level languages are closer to what the hardware can understand and humans can't. Higher-level languages are closer to what humans can understand. I hope these hints might help! :sparkles:

Mark Winter
Mark Winter
2,572 Points

I have updated the question.

Jennifer Nordell
seal-mask
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

I am sorry that the hints weren't enough. Machine code (very low-level language) runs very quickly and has a smaller memory footprint than a high-level language. :smiley: