computing

?
Boolean operators
A Boolean operator or logical operator consists of operators such as AND, OR, NOT, NOR, NAND, and XOR and are used with conditional statements in programming, search engines, algorithms, and formulas.
1 of 10
Logical operators
a logical operation is a special symbol or word which connects two or more phrases of information. It is most often used to test whether a certain relationship between the phrases is true or false.
2 of 10
machine code
Machine language is the basic low-level programming language designed to be recognized by a computer. Actually the language is written in a binary code of 0s and 1s that represent electric impulses or off and on electrical states respectively.
3 of 10
assembly/low level languages
A low-level language is a programming language that provides little or no abstraction of programming concepts and is very close to writing actual machine instructions. Two good examples of low-level languages are assembly and machine code.
4 of 10
high-level languages
a high-level language is a computer programming language that isn't limited by the computer, designed for a specific job, and is easier to understand. It is more like human language and less like machine language.
5 of 10
translator/ assembler.
An assembler is a program that takes basic computer instructions and converts them into a pattern of bits that the computer's processor can use to perform its basic operations.
6 of 10
translator/complier
A compiler is a special program that processes statements written in a particular programming language and turns them into machine language or "code" that a computer's processor uses.
7 of 10
translator/ interpreter
An interpreter is a program that reads and executes code. This includes source code, pre-compiled code, and scripts. Common interpreters include Perl, Python, and Ruby interpreters, which execute Perl, Python, and Ruby code respectively.
8 of 10
integrated development environments.
An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of a source code editor, build automation tools, and a debugger.
9 of 10
text editor
A text editor is program that allows you to open, view, and edit plain text files. Unlike word processors, text editors do not add formatting to text, instead focusing on editing functions for plain text.
10 of 10

Other cards in this set

Card 2

Front

a logical operation is a special symbol or word which connects two or more phrases of information. It is most often used to test whether a certain relationship between the phrases is true or false.

Back

Logical operators

Card 3

Front

Machine language is the basic low-level programming language designed to be recognized by a computer. Actually the language is written in a binary code of 0s and 1s that represent electric impulses or off and on electrical states respectively.

Back

Preview of the back of card 3

Card 4

Front

A low-level language is a programming language that provides little or no abstraction of programming concepts and is very close to writing actual machine instructions. Two good examples of low-level languages are assembly and machine code.

Back

Preview of the back of card 4

Card 5

Front

a high-level language is a computer programming language that isn't limited by the computer, designed for a specific job, and is easier to understand. It is more like human language and less like machine language.

Back

Preview of the back of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all computing resources »