Begrepp workshops Flashcards

(33 cards)

1
Q

texteditor

A

(ex. anteckningar i windows) , med hjälp av en texteditor skapas källkoden

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

kompilator

A

översättningsprogram, högnivåspråk/asssembleringsspråk översätts till maskinkod innan programmet exekveras. Översätter programtext till en objektfil

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Interpretator

A

is a program that directly executes the instructions in a high-level language, without converting it into machine code. ett annat slags översättningsprogram än en kompilator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Preprocessor

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Standardbibliotek(h-filer)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

main funktionen

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

imperativa språk(som C är)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Högnivåspråk(som C räknas som)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Teckenuppsättning

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Reserverade ord

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Variabel

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Identifierare

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Separatorer

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Operatorer som %

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Datatyper

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

strängar

17
Q

kommentarer

23
Q

semantik

25
srand
26
if
27
if-else
28
switch
29
continue och break, varför de inte skall användas förutom break i switch
30
funktionen time
31
++ och -- som suffix och prefix
32
logiska operatorer
<. <=, >, >=, !, !=, &&, ||
33