Programming in IT Flashcards

1
Q

C++ high level programming language

A

Uses a vocabulary and a set of rules for instructing a computer to perform certain tasks.

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

Python high level programming language

A

An easy-to-use programming language that does not require a compiler for debugging.

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

JavaScript high level programming language

A

A programming language designed to enable user engagement with dynamic elements on web pages.

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

TCL high level programming language

A

Often used in rapid prototyping and the creation of GUIs, TCL is a simple and compact language but is also very powerful.

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

PHP high level programming language

A

An all-purpose language that is especially suitable for web development.

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

What is a compiler?

A

Translates source code into machine language

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

What is an interpreter

A

Translate and execute source code into machine language one line at a time.

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

What is source code?

A

The collection of instructions written in a programming language. it cannot be directly executed by a computer.

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

Assembly Language

A

machine-dependent, yet mainly consists of mnemonic processor instructions, data, and other statements or instructions that are not directly understandable by machine and high-level language as machine-independent.

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