Introduction to Programming Flashcards

1
Q

What is Programming?

A

Is the process of writing instructions that a computer can read, interpret and use to complete a computing task.

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

Input-Process-Output Model

A
  • Input takes data from a varierty of sources (keyboards, microphone, mouse).
  • Process these inputs in a variety of ways.
  • They output the resutls of the processing to a vaeriety of different devices (speakers, monitor).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are some of the common programming languages?

A
  • Python
  • C++
  • Java
  • PHP
  • C#
  • Javascript
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a compiler and interpreter?

A
  • Compiler is a program that turns programming language into machine code to be executed by a computer.
  • Interpreter is a program works the same as compiler, but works line by line.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly