Intro to Programming Flashcards
1
Q
What is machine level language?
A
A programming language that can directly communicate with the computer. Consists of only 0 and 1
2
Q
What is an Integrated Development Environment?
A
An Integrated Development Environment (IDE) is a piece of software that allows
computer programmers to design, execute, and debug computer programs in an integrated and flexible
manner.
3
Q
What are data types?
A
The types of values that can be expressed in a programming language is called data types.