4.2 Flashcards
programming is referred to as ____.
coding.
A _______ is a sequence of instructions executed by a computer.
Program.
______ is the natural language of electronic devices.
Binary code
an _______ is a bundled set of software tools for program development.
IDLE
T or F: .php is the extension of python.
false, .py
the binary code is……
1 and 0
the two states (1) and (0) in the binary code represent?
(1);on (0); off
computer programming languages are classified into two types which are?
high-level programming languages, and low-level programming languages.
what are the two main low-level programming languages?
Assembly language, and Machine language.
______ programming languages provide strong abstraction and have a simple and easy syntax.
high-level
java, pyhon, c++, ruby, pearl, basic, javascript are examples of which programming languages?
high-level programming languages
______ language is a collection of binary digits (0’s and 1’s) that the computer reads and interprets. it is a language a computer is capable of understanding.
machine
________ programming language provide little or no abstraction, and have a very complex syntax.
low-level
T or F: high-level programming languages consist of numeric terms, while low-level programming languages provide syntax consisting of a complete alphanumeric syntax.
False, the opposite (high level and low level)
_______ language is a collection of mnemonic codes that specify the operations to be performed by the processor.
assembly