Programming Language Flashcards

Unit 1-Part 2

1
Q

How do humans communicate with computers and tell it what to do?

A

-Through writing programs using programming languages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the main categories for classifying computer languages?

A

-Low level language
-Mid Level Language
-High level language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a low level language/machine language also known as?

A

Binary Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a benefit of using low level languages?

A

-It is a memory efficient language with very fast execution time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a downside of using a low level language?

A

-Very tedious for programmers to write, debug and maintain low-level programs
-Not used very often nowadays

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are low level languages mostly used for programming?

A

-To develop operating systems
-To develop device drivers
-To develop databases and applications that requires direct hardware access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly