Programming Flashcards

1
Q

What is programming?

A

Programming is writing computer code to create a program, to solve a problem.

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

What are the two ways algorithms can be represented as?

A

pseudocode or a flowchart.

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

What is a program?

A

Programs are made up of statements that the programming language knows and understands.

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

What is the function of ‘while’?

A

complete a set of instructions until a requirement has been met.

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

What is the function for ‘print( )’?

A

Prints what is inside the brackets.

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

what is iteration?

A

the process of repeating steps.

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

what is a variable?

A

a memory location that can store a value.

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

what is an algorithm?

A

a set of step-by-step instructions.

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

what coding language is portrayed using only ‘1’ and ‘0’?

A

Bianry

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

name a coding language?

A

there are many coding languages that can be used, including Binary, C++, JavaScript, Python, and Temple OS

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