APCO 1P01 Midterm Cue Cards
L1: when was web created and when was the big data era?
- web was created in 1989/90
- big data era was in 2010: they started to collect and share data about us
L1: what is data
- the symbols that represent things
- a name, number, the colors in a photograph, the notes in a music composition
L1: what is digitization?
- process of converting information into digital data that can be manipulated by electronic devices
L1: what is character data? what is it commonly referred to as?
- letters, symbols, and numerals that are not used in calculations
- ex.) name, address, hair color
- commonly referred to as "text"
L1: what are the types of codes that can represent text? (4)
- ASCII
- Extended ASCII
- Unicode
- UTF-8
L1: what does ASCII stand for?
American Standard Code for Information Interchange
L1: Bit vs. Byte?
Bit (b): binary digit
- used for data rates such as internet speeds, download speeds, WiFi, etc.
Byte (B): group of 8 bits
- used for file sizes, flash memory, etc.
L1: what is compression? what software is used? what might the files end with?
- data transformation, file size is reduced so it contains fewer bits
- commonly referred to as "zipping"
- software used in compression utility or zip tool
- may end with: .zip, .gz, .pkg, .tar.gz
- process of reconsitituting files is called: extracting or unzipping
L1: digital audio basics: what is a sampling rate?
- the number of times per second that a sound is measured during the recording process
(higher sampling rates increase the quality of the recording but need more storage)
- measured in kHz or KB
L1: graphics: what two types of computer graphics evolved?
- Bitmap (most used)
- Vector
L1: what is image resolution?
- number of pixels in an image
- high resolution graphics contain more data than low-resolution graphics
L1: in digital video, what is a frame and what is a frame rate (fps)?
frame: each bitmap image that is displayed rapidly
frame rate (fps): the number of frames that are displayed per second
L1: in digital video, what is an aspect ratio?
- the proportional relation between the width and height of an image or video frame
- X:Y means that for every X horizontal pixel, the image has Y vertical ones
L1: what is the rule of thumb for video compression?
- the higher the video quality, the higher the bit rate
- the lower the video quality, the lower the bit rate
L1: what is bit rate?
- it is a unit
- the number of bits that are processed per second
- (b/sec or bps) or (Kbit/s or Kbps)
L1: what is a codec? and what are some popular ones?
- (compressor/decompressor) is the software that:
-> compresses a video stream when a video is stored
-> decompresses the file when the video is played
- examples: MPEG, DivX, H.264, Windows Media Video
L2: what is a computer and what are its 4 roles?
- a multipurpose device
1. Accepts input
2. Processes data
3. Stores data
4. Produces output -> operates based on a series of instructions
L2: what is input? what is output?
Input: whatever is typed, submitted, or transmitted to a computer
Output: result produced
L2: what handles the computer's processing?
Cental Processing Unit (CPU)
L2: what does the term "stored program" mean?
- that a series of instructions for computing a task can be loaded into a computer's memory
-> this allows the computer to be multi-tasking so we can switch from one task to another
L2: 3 main types of computer software?
1. Application software:
- help a person carry out a task, e.g. word processing
2. System software:
- oversee the computer system, e.g. operating system
3. Development tools:
- tools used for creating software applications, web sites, operating systems, utilities, e.g., Eclipse, Github, etc.
L2: what is a dictator in a computer?
- complex software that saves time
L2: what are microprocessors
- integrated circuit designed to process instructions
- most expensive and important component of a digital device
L2: what factors affect a microprocessor's performance?
- clock speed, number of cores, cache size, etc.
L2: what is a micro-core processor? what are their benefits?
- a computer processor w/ two or more separate processing units (CPUs), called cores
- they produce high-performance computing (HPC)
- having multiple cores allow PCs to run multiple programs at the same time with greater performance
-> more cores = more processing
L2: are quad-core or dual-core processsors sufficient for a standard computer user?
- yes.
L2: device memory: what is RAM?
- Random Access Memory
- a temporary holding area for data, application program instructions, and the operating system
- it is volotile -> need power to hold data, so you have to save your work often
- the more RAM capacity, the higher the price
L2: what is ROM?
- Read-Only Memory
- type of memory circuity that is housed in a single integrated circuit on the system board
- contains a small set of instructions and data called the boot loader (that tells the computer how to start)
L2: what is storage?
- the components of a digital device designed to hold data permanently
- is non-volatile: does not need a power source to hold the data permanently
- where your files go and stay when you save them
L2: two types of storage options?
1. Hard disk drives (HDDs)
- spinning disks and arm with heads
- legacy technology
- cheaper than SSD
2. Solid state drives (SSDs)
- aka Flash memory - data is stored in integrated circuits
- smaller than HDD
- faster than HDD
- more expensive than HDDs per amount of storage
- more durable than HDD
L2: what does Cloud storage and backup involve?
- saves a copy of data on remote storage
- requires internet service
- provide access to date from anywhere
- lets multiple users work simultaneously and synchronize changes
ex.) Apple iCloud, microsoft OneDrive, Google Drive, Dropbox
L3: networks can be classified according to their _____ and ______________________?
size and geographic scope
L3: PAN vs. WAN vs. LAN?
PAN = personal area network
WAN = wide area network
LAN = local area network
L3: is the web the same as the internet?
- no, the web is different than the internet
- is a technology that uses the internet to distribute data
L3: what is an SSL certificate and why is it necessary?
- certificate that helps the browser verify that the site is not pretending to be another site
- sites that use HTTPs are required to present an SSL to the browser
L3: what are cookies? are they dangerous?
- a small chunk of data generated by a web server and as a text file in memory or on disk
- used to monitor your path, gather information, collect personal information, verify you logged on w/ valid ID
- cookies are not dangerous, but might expose your privacy
L3: what is HTML and what is the current vision?
- "Hypertext Markup Language"
- the foundation for professionally designed corporate web sites
- is a markup language because authors markup documents by inserting special instructions called HTML tags into the doc
- the current version is HTML5
L3: what is an HTML document sometimes referred to as?
source document
L3: what are the two sections in HTML documents?
head and body
L3: what is CSS?
CSS = cascading style sheets
- set of detailed style specifications or style rules for an HTML document
- three types of style sheets:
1. Inline
2. Internal
3. External
L3: what are some scripting langauges that make dynamic elements?
JavaScript, PHP, Python
L1: what is the order of bits or bytes branching out (as they get larger)? (Kill My Grandma Terri)
Kilo-, Mega-, Giga-, Tera-
T/F, RAM is used as short-term memory storage for a computer's central processing unit (CPU)? And does it is used for immediate data storage and retrieval?
True and yes
What do you write to define an HTML document?
<html>
What defines document headings?
<h1> to <h6>
what defines information about the document?
<head>
what does LED stand for?
Light Emitting Diode
GIF images are limited to _____ colors
256
which 3 graphic formats offer lossless compression (do no lose any quality)?
TIFF, PNG, GIF
what graphic format uses lossy compression?
JPEG
Popular codecs? (4)
MPEG, DivX, H.264, Windows Media Video
three types of software? (A.S.D)
Application software, system software, development tools
what does 'volatile' mean?
- means it needs power to hold data -> which often means that you will have to save work often
is storage volatile?
- no, it is non-volatile
- i.e. does not need a power source to hold data permanently
bitmap formats by cameras, scanners and graphics software are.. (Butt.Too.Raw.Jump.Pool.Ground)
BMP' TIFF, RAW, JPEG, PNG, GIF
______ bits represent each color value
8 bits
how many bits are required for one pixel?
24 bits are required
Quiz |
---|
geneeskunde 1.1.2 stof hoorcollegecollege |
Materia |
Los indocumentados - problemas (1.3) |
Riptide |
unit 1 glosor |
HRM exam prep |
SpanskaSpanska |
kemi oxidationstal |
kemi |
Labour studies test one |
studiesnooo |
indigenousindigenous studies |
Africanna Studies: Akan States , Forest Empires & Civilization |
Africanna Studies : Yoruba , Oyo , & Dahomey Empires |
Africanna Studies: 25th Dynasty I |
the 1920's didn't always roar |
SOCI 2P00 Midterm |
minor-majorbleghh |
vocabrhehehu |
Africanna Studies: Middle Kingdom |
Africanna Studies: New Kingdom |
les ajectifs |
Skills Labs - Hands and Feet |
Finansiell analys - copy. |
Africanna Studies: Old KingdomExplore the 36th Century B.C Chiefdom of Ta Seti , the 32nd Emergence of Egyptian Civilization and Kemet Civilization and their dissolution |
history 1920's economically roaring? |
Skills Labs 28/09/2023 |
Tyska v.41 |
physics 25/09/2023 |
Frans ww - etre - F-NaRe YoU gOnNa FiNiScH tHaT cRrRrRoIsAnT? |
American sign language module 2 |
Frans ww - avoir - F-NUN, DEUX, TROIS, QUATRE, CINQ, SIX, SEPT, DIX, NEUF, HUIT |
FilmMedia |
stoppkörning onsdag2 |
stoppkörning onsdag |
carbohydratescarbohydrates |
history canadian lifestyle 1920's |
spa |
Sentence patterns |
ak h4.1 tot 4.3 |
español - prov - resturangspanska prov |
Hoofd hals; osteologie |
the human brain |
Hoofdstuk 9 Stoornissen |
Pre Q Physics |
AS level Psychology |
Kemitekniska processer |
Biologi |
periodic table, plate tectonic body system ,ecosystemrevision |
OB |
Cybersecurity Attack Types |
CISSP 8 Domains |
Tagalog |
Anthropology quiz |
L'empire de rome |
1003 MT |
Matt GunningHistory Midterm |
ItalianoVocabulario |
science revision - copy |
poetry structural devices |
poetry rhyme and rhythm |
science |
Bantu Expansionism HistoryThe Intracontinental migration of the Bantu interstices forged a critical juncture in African History . |
Psycology Midterm #2 |
English midterm |
JAPONAIS |
Spanish year 10 |
Metabollic Test Part 1 |
hoofd hals; nomenclatuur |
chemistry |
stoppkörning tisdag |
Gestalt |
Finansiell analys |
español |
hc6 |
Ekonomiska system |
Ekonomiska system |
araling panlipunan |
Maths |
revision GCSEMaths revision for GCSE |
H6 Sensation and perception |
Suprise |
African Mythology & FolkloresAfrican Griots have relayed enchanting narratives that are replete elwith moral edification, African histories , and life riddles. Anansi serves as a pretext of most Folklores. |
African American : Colonial Slavery III |
hsk2 |
cultures of different countries |
Vocabulary Mastery IOrthographic and Lexical enhancement |
Ancient African Civilization Terms |
G1 demerit points |
Africanna Studies: Spiritualism & ReligionExplore the African Religion and Spirituality of the past and presence . |
G1 |
poetry figurative devices |
poetry types |
mod2 week 1 |
Electrical Sensors |
Science test prep |
mod 2 week 1 |
Polyatomic Ions Chemistry 112 |
ES LAB TEST 1 |
english test 5 |
business - HR manager |
Intro to Canadian Justice Midterm |
hkk ekonomi |
Music Theory |
werkwoorden |
engels mission 15 |
Bio review |
MIDTERM PRACTICE |
lesson 3 |
Principles of Flight |
Biology Unit 2: Genetics |
Frans woordenlijst F-Noui oui bagguetetet |
204 (Cognitive Assessment) |
engels mission 14 |
204 (Executive Dysfunction) |
HIS 007 |
oregel bundna verb |
platser och vägbeskrivning |
stoppkörning måndag |
hsk1adsa |
The Skeleton (General) & Bones |
English Flashcards 1st 9 Weeks |
Psychology: Reseach Methods |
I Daniel Blake |
Assassin’s Creed |
allemand |
ITO - Gamla tentor Mål 1 Sant/Falskt |
1480 networkingchapter 1 ~ 6 |
Antoineanions |
Intro to Law CHAPTER 1 |
Mang. & Org. 8-11Mangement and organization test |
medical terminology Chapter 4 |
Greek Alphabet |
Environmental studies flashcards |
history foreign affairs that shaped canadas identity |
MecaphyApplications de la lumière |
Physics Mouvement circulaire, Équations et Exemples |
Environmental Science - Water treatment |
Biochemistry |
geschiedenis h1 |
Physics Projectile, Plan Cartésienne et Exemples |
water aid |
Physics Mouvement, Équations et Examples cinématiques |
medisch |
Engelska glosor "rock what you got" |
Purchasing |
aadrijkskunde soak |
What person am I? 👍 |
unit1 section1 atomic structur chem |
A Level Biology - Unit 1 |
Spanish Professions👌👌(^///^) |
spanska 1 |
tyska prov |
régions du corps |
weather |
weather |
T&T |
Strat Comm Exam 2 |
Strat Comm Exam 1 |
EAS Flash Cards |
poli 103 |
black panther |
Spanish Rooms and furniture |
Rec 252 - Midterm |
Non-Mendelian Genetics |
Mendelian Genetics |
KPE261 |
Teknik |
ordklasser |
Pharmacology |
frågor 2 |
mathsdifferent maths equations |
geschiedenis |
Spanish past tense holidays |
theme of amibition in macbeth |
economics theme 1 |
Kiss of the vampire |
tide |
Biology: Inheritance, Variation and Evolution |
Population IBGeo |
PLU-koder Stora Coop Västberga |
Psychology of Sex |
protocol names |
part of the leaves |
ecosystem |
Hobbes |
Geography Unit 2 Test |
ITM750 Midterm Practice Questions |
BIO Examen 2 |
Histoire des sciences de la mésopotamie au monde arabeTest |
KIN 1070 MID TERM |
crc |
Los beneficios y los aspectos negativos (1.1) |
Information Technology |
europe quiz |
Finansiell analysFormler |
accents |
Environmental science - Physical features of Earth + atmosphere. |
Memory (psychology) |
Environmental science - groundwater and aquifers |
Människosyn religionOlika uppfattningar inom de största 5 religonerna. |
Kemi 1 |
Tyska |
Brain atnatomy and limic system |
science |
Unit 7: Key terms A and P |
moeilijke termen nl |
Science rev y9 1st test |
Environmental science - life processes |
beta voortplanting |
CHYS 2P10 Midterm Flashcards- on content from the first five weeks of class |
german 6 |
PROV |
suffixsuffix |
nederlands woordenschat |
prefix´Prefix |
ak se1 |
SPANISH B |
vocabulaire Japonais |
sound device |
imagery |
frans |
TEORIER |
Social influence (Psychology) |
La inmigracion en el mundo hispánico (1.2) |
Research Methods & Analysis |
French Vocab #2 |
interview questions |
bds - cop |
Portuguese Lessons |
Alevel biology cell structure |
histoirejsp |
Metod och Statestik |
Key words rivers in geography |
Sinnena |
Nervsystemet 2 |
iran |
Nervsystemet |
allmänna medicinska termer |
Transport across cell membranes (Chapter 4) BIOLOGY |
Inför prov säk och reg |
Noun Genders |
No |
Engelska v.41 |
De levensloop van de mens |
seperate science for gcse |
gcse chemistry |
HomeworkLes vêtements |
historia LT Sa23E |
Chapter 3: Naming Compounds/ Prefixes/ Roman Numarals |
countriesgeneral information about all countries in the world |
French Vocab |
bio variation |
EMS POST'S |
204 (Senses) |
Khloe Begemansceice |
Basic Verb & Conjugations |
US History exam 1 |
classics test |
geog tests |
French |
copper sulfate core practicalFlashcards for the copper sulfate practical |
eco |
medeltiden, renässansen instuderingsfrågor |
Business 2.1- forms of business |
science |
intro to biomaterials |
BE 305 |
Ekologi |
Polisen i samhället |
Upplysningstiden Del 3Frågor om upplysningstiden del 3 |
RUMSUPPFATTNING |
Welsh Adjectives |
istruzione 2 |
TALUPPFATTNING NR 2 |
TALUPPFATTNING NR 1 |
Bio Exam 2 |
Färgerna läxa |
structures guidantes |
privat juridik |
grammar |
anglais |
inför engelska prov v.41 |
patrull |
l'istruzione |
FrenchFrench vocabulary |
geography |
spanish vocab-las materias |