IT Flashcards
revision (33 cards)
What is the data type for letters
string
What is the datatype for whole numbers
integer
What is the datatype for decimal numbers
float
What is the symbol for multiplication in python
*
What is the symbol for division in python
/
What logic gate outputs 1 if only both inputs are 1
AND gate
What logic gate outputs 1 if any of the inputs are 1
OR gates
What logic gate reverses whatever is inputed
NOT gates
What is == in Python?
Equal to
What is != in python?
Not equal to
What is < in python?
Less than
What is > in python?
Greater than
What is <= in python?
Less than or equal to
What is >= in python?
Greater than or equal to
What is python?
A programming language
What python IDE is used in Bangor Grammar
IDLE
What application do you use to access IDLE?
Azure CPE
What is the default to string?
input
What is casting to an interger?
int
What is casting to float?
float
forename=input (“Enter your forename: _ )
What should fill the blank?
“
age=___(input(“ Enter your age: “))
What should fill the blank?
int
What does CPU stand for
Central processing unit
What does RAM stand for?
Random Access Memory