Programming Flashcards
1
Q
What is iteration
A
Repetition of a code
2
Q
What is ‘kljkjlljjjjljlllj’
A
String
3
Q
What is ‘34’
A
Integer
4
Q
What is a variable
A
Saved Data that can change
5
Q
Type of Casting
A
Setting the data type (e.g. String, Integer, Float)
6
Q
What is a ‘process’
A
What the computer does with the data
7
Q
What is Boolean
A
True/False
8
Q
What is Float/Real
A
A decimal number
9
Q
What is the Turing Test
A
Tests if computers can think for themselves
10
Q
.strip()
A
Gets rid of the spaces
11
Q
What does ‘==’ mean
A
It is equal to
12
Q
What does ‘!=’ mean
A
Not equal to
13
Q
What does * mean
A
Multiplication
14
Q
What is consenatation
A
Adding a variable and String
15
Q
Indefinite iteration
A
When something will loop for a long time