Programming Languages

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

Compiled languages

converted directly into machine code that the processor can execute

2
New cards

Advantages of compiled languages

faster and more efficient to execute than interpreted languages, allows developers to have more control over hardware resources

3
New cards

Disadvantages of compiled languages

harder to debug and not cross-platform

4
New cards

Interpreted languages

utilizes software called an interpreter, which reads through each line of code every time the program is executed

5
New cards

Markup Languages

marked with tags to govern the display, formatting, and organization of text elements (HTML, XML, CSS) → websites

6
New cards

Scripting Languages

execute a list of tasks such as obtaining data from a dataset (JavaScript, PHP, .NET, Python)

7
New cards

Disadvantages of interpreted languages

slower than compiled languages

8
New cards

advantages of interpreted languages

cross-platform by default, easier to code and debug

9
New cards

Query Languages

specifically used to retrieve or input data, which is sometimes described as ‘asking a question’