Programming Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is iteration

A

Repetition of a code

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

What is ‘kljkjlljjjjljlllj’

A

String

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

What is ‘34’

A

Integer

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

What is a variable

A

Saved Data that can change

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

Type of Casting

A

Setting the data type (e.g. String, Integer, Float)

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

What is a ‘process’

A

What the computer does with the data

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

What is Boolean

A

True/False

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

What is Float/Real

A

A decimal number

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

What is the Turing Test

A

Tests if computers can think for themselves

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

.strip()

A

Gets rid of the spaces

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

What does ‘==’ mean

A

It is equal to

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

What does ‘!=’ mean

A

Not equal to

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

What does * mean

A

Multiplication

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

What is consenatation

A

Adding a variable and String

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

Indefinite iteration

A

When something will loop for a long time

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

Authentication

A

When you check if something is real and authentic

17
Q

Validation

A

Checking data that has been entered