Programming Flashcards

Week 1 Lecture 3

1
Q

Types of programming languages

A
  • General purpose
  • Markup
  • Specialised
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Categories of programming languages

A

Compiled, part-compiled, interpreted, JIT

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

Paradigms of programming languages

A

Object-oriented, functional, procedural

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

What is C?

A
  • General purpose/Compiled/Procedural
  • Widely used
  • Low-level, fast but difficult
  • Uses a lot of storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Perl?

A
  • General purpose/Interpreted (JIT)/Procedural
  • Borrows from C, BASH, AWK, sed
  • Popular for CGI scripting
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Python?

A
  • General purpose/JIT/Part-compiled/Object-oriented
  • Concise syntax
How well did you know this?
1
Not at all
2
3
4
5
Perfectly