coding Flashcards

1
Q

choose

A

if statements, decisions, or branding

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

repeat

A

loop, iteration, while, for, do while are examples of repetition in a program

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

variable

A

storage, data that changes

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

constant

A

storage, fixed data - does not change

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

algorithm

A

process description, or step by step set of instructions

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

Boolean

A

True or false

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

Function

A

a named block of code that perform a single operation can be referred to by its assigned name

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

pseudocode

A

logic is expressed in short English statement fragments.

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

debug

A

to remove errors from the code

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

compiled language

A

programming language that is processed by an app. ex. c, c++

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

interpreted language

A

theyre converted into byte code and then a second app

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

sql

A

a database manager used to organize and manage data in a structured manner. relational in nature.

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