Languages & Translators

1 / 19
volgende
Slide 1: Tekstslide
ComputingLower Secondary (Key Stage 3)

In deze les zitten 19 slides, met interactieve quizzen en tekstslides.

Onderdelen in deze les

Slide 1 - Tekstslide

Which logic gate is this?
A
AND
B
OR
C
NOT
D
XOR

Slide 2 - Quizvraag

What is a Truth Table?
A
The truth table shows what an output will be, based on the inputs.
B
The truth table shows what the inputs will be, based on the outputs.
C
The truth table is a type of logic gate.
D
The truth table shows how every logic circuit can be made.

Slide 3 - Quizvraag

Which logic gate does the Boolean Algebra A ⋁ B represent?
A
AND
B
OR
C
NOT
D
XOR

Slide 4 - Quizvraag

Which Logic Gate matches this Truth Table?
A
AND
B
OR
C
NOT
D
XOR

Slide 5 - Quizvraag

Which of the following statements about OR gates is correct?
A
The output is TRUE if neither input is TRUE
B
The output is TRUE only if both the inputs are TRUE
C
The output is TRUE if either or both inputs is TRUE
D
All three options are correct

Slide 6 - Quizvraag

Slide 7 - Tekstslide

Slide 8 - Tekstslide

Machine Code
Assembly Code
Uses English-like keywords
The generation that Computer’s understand
Easier to Understand
One instruction translates into many machine code instructions
Declarative language
Describes what computation should be performed
Difficult to program in
Examples include C# & C+
Examples include SQL & Python
Directly Executable by the processor
Easier to program but still difficult

Slide 9 - Sleepvraag

01010101010100101010100101010101010011111001000100001010100101
LOAD r1, c
LOAD r2, d
ADD r1, r2
DIV r1, #2
Dim Num1, Num2, Tot as Integer
Num1 = Console.Readline()
Num2 = Console.Readline()
Tot = Num1 + Num2
Console.Writelein(“Total is: “ & Tot)

Slide 10 - Sleepvraag

Slide 11 - Woordweb

Slide 12 - Tekstslide

Slide 13 - Link

High Level Language
Compiler
Slowly
First
Machine Code
Source Code
Entire
Errors
Quickly

Slide 14 - Sleepvraag

What Does IDE Stand for?

Slide 15 - Open vraag

Slide 16 - Tekstslide

Slide 17 - Tekstslide

Slide 18 - Tekstslide

Slide 19 - Tekstslide