Boolean operators

?
what are the three Boolean operators?
They are AND, OR and NOT.
1 of 10
what are logical operators?
they are additional to Boolean operators which are mathematical operators
2 of 10
What are the three types of languages?
They are machine code(1st generation), assembly code(2nd generation) and high level languages(3rd generation)
3 of 10
what is machine code?
binary data that is directly executed by the CPU. Difficult to program in and hard to debug.
4 of 10
what is assembly code?
uses command words to make it easier to use. One assembly language instruction translates to one machine code instruction.
5 of 10
what is high level languages?
very close to the human language, uses English like keyword.
6 of 10
what are the three translators?
they are assembler, compiler and interpreter.
7 of 10
what is an assembler?
this is used to translate low level language commands into machine.
8 of 10
what is a compiler?
used for high level languages. The high level code is taken and and converted one instruction at a time, before converting the next. It will stop if it gets an error. This is not saved and the code must be interpreted each time it is run.
9 of 10
What does IDE stand for?
it stands for independent development environments
10 of 10

Other cards in this set

Card 2

Front

what are logical operators?

Back

they are additional to Boolean operators which are mathematical operators

Card 3

Front

What are the three types of languages?

Back

Preview of the front of card 3

Card 4

Front

what is machine code?

Back

Preview of the front of card 4

Card 5

Front

what is assembly code?

Back

Preview of the front of card 5
View more cards

Comments

No comments have yet been made

Similar ICT resources:

See all ICT resources »See all data types and logical operators resources »