Programming Fundamentals

?
  • Created by: ellinich
  • Created on: 24-02-21 15:49
What is the data type used for numeric characters?
Integer
1 of 9
What is a string used to represent?
Alphanumeric characters
2 of 9
What is adding two strings together called?
Concatenation
3 of 9
What is the default variable format in Python?
String
4 of 9
How much data is used to represent boolean variables?
A bit
5 of 9
An IDE is an integrated WHAT system?
Development.
6 of 9
What is a constant?
A variable that can't be changed while the program is running.
7 of 9
What are the three most common boolean operators?
AND, NOT, OR
8 of 9
If one input is on for an AND gate, what will the output be?
OFF/FALSE
9 of 9

Other cards in this set

Card 2

Front

What is a string used to represent?

Back

Alphanumeric characters

Card 3

Front

What is adding two strings together called?

Back

Preview of the front of card 3

Card 4

Front

What is the default variable format in Python?

Back

Preview of the front of card 4

Card 5

Front

How much data is used to represent boolean variables?

Back

Preview of the front of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Programming resources »