Mod 10.1 Flashcards

1
Q

What makes it easier for humans to read and write instructions for computers?

A

Programming languages

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

What is a programming language?

A

A set of instructions programmers use to write code.

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

What does the term “syntax” refer to in computer programming?

A

The rules for how to write the language.

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

What is the main purpose of a compiler in compiled programming languages?

A

To convert the code into machine language

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

What is a runtime engine?

A

A tool that interprets bytecode into the computer’s specific machine language

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

Why are compiled languages often used for resource-intensive programs like high-end video games?

A

Because they run quickly and efficiently

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

What is one advantage of interpreted languages?

A

They are platform-independent.

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

What is an interpreted language?

A

A language that runs instructions in the source code whenever you run the application

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

Why is code written in assembly language more efficient?

A

It allows direct access to hardware.

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

What is the main purpose of query languages?

A

To get information from databases

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