Want to create interactive content? It’s easy in Genially!
Var(iables) Virus by Kailani Farkas
Kailani Farkas
Created on September 30, 2021
Start designing with a free template
Discover more than 1500 professional designs like these:
Transcript
Stay away from raw data, A collection of unprocessed data before it has been filtered or sorted
objects are A collection of variables used together to create a single workable entity
OOP is a software programming model constructed around objects. This model compartmentializes data into objects (data fields) and describes object contents and behavior through the declaration of classes (methods).
OBJECT-oriented programming
VARIABLES CAN'T BE DUPLICATED AND HAVE SOME BASIC RULES FOR NAMING
Numbers, characters and text that are taken literallyeg: the text for an address field
Only consist of one of two values Eg: 1 or 0, true or false, yes or no
Whole numbers and decimal numbersEg: 0, 1 , -5.42, 1069
BOOLEAN data
numeric data
STRING data
PLEASE KEEP EACH DATA IN ITS CORRESPONDING VAR TO REDUCE INFECTIONS
virus around the world
Variables are Containers used to store data that have a unique name and a certain type
types of Var virus data
AWS PROGRAMS Aws programs execute, they store data temporarily with variables
PROGRAMS To store data between uses, programs store information within files and databases
Var-free Symptom: Space Variables cannot contain spaces eg: firstName, not first name
Unrestricted: Must start with a letter & can contain text, numbers, under-scores & dollar signs eg: child1
Camel-Casing Protocol: First letter of each new word except for the first one is capitalized eg: firstName
Kailani Farkas
Var(iables) Virus