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

I believe I found an error on this quiz. Lower-level programming languages are more user friendly, correct?

Computer Basics Quiz -- High level vs. lower level computer languages

2 Answers

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

No, they aren't. When we say higher-level we mean closer to humans. When we say lower-level we mean closer to the hardware. I know it may be confusing because you may equate higher level to "more difficult". But when speaking about programming languages this is not the case. Think about this way. Lower level equates to basic in this case. Where the basic language of a computer is all 0s and 1s. Now, imagine having to write a program in all 0s and 1s. Just because it's more basic doesn't make it less difficult :)

Thanks Jennifer. I think perhaps the video may be a bit misleading, as it suggests that Lower level languages were evolved to help folks better understand programming languages. Or perhaps I misunderstood :) Thanks again for such quick reply.