Comp Apps Final- Fuentes- Rutgers

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/114

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

115 Terms

1
New cards

hardware

built out of wires, rollers and monitors

2
New cards

software

performs instructions stored in the computer's memory / computing algorithm

3
New cards

layered software

software stack, arranging software into layers, each component corresponds to the ones below; the stack grows overtime as people contribute

4
New cards

algorithm

sequence of steps with a purpose of obtaining a particular result; precise and systematic method for producing a specified result

5
New cards

abstraction

removing the basic concept, idea or process from a situation

6
New cards

program

specialized algorithm written using a particular programming language

7
New cards

analog

curved lines; cannot distinguish the components; continuous

8
New cards

digital

straight lines; distinguishable components; discrete; can reproduce with more fidelity

9
New cards

feedback

any indication that either the computer is still working or has completed the request

10
New cards

consistent interface

the same operations that show up across operation

ex- file-new, open, close, save etc.

11
New cards

new instance

any specific piece of info (image, month, document)

ex- new word doc

12
New cards

perfect reproduction

copying and pasting

13
New cards

perfect reproduction- digital information

because of the 2 digits 0 & 1, relying on these 2 numbers has more advantages such as the ability to be perfectly reproduced

14
New cards

perfect reproduction- exact duplicate

we can make another copy by duplicating the sequence ; digital is an improvement of analog

15
New cards

metaphors

an icon or image or concept used as a representative of or symbolic or a computation

ex- controlling volume is a metaphor for increasing or decreasing something

16
New cards

Graphical User Interface (GUI)

allows the use of icons or other visual indicators to interact with electronic devices

17
New cards

mnemonic

aid for remembering something

18
New cards

synchronous communication

requires the both the sender and the receiver are active at the same time

ex- telephone conversation

19
New cards

asynchronous communication

the sending and receiving occur at different times

ex- texting, post cards

20
New cards

broadcast communication

single sender and many receivers

ex- radio, tv

21
New cards

multicast communication

many receivers but the intended recipients are not the whole population

ex- magazines covering special topics

22
New cards

point-to-point

one specific sender, one specific receiver

ex- texting

23
New cards

client/server structure

interaction between my computer (the client) and the computer on which the webpage I want to access is stored (server)

24
New cards

IP Addresses (Internet Protocol)

a sequence of four numbers separated by dots (each number 0-255)

25
New cards

payload

what is being sent

26
New cards

TCP/IP (Transmission Control Protocol/Internet Protocol)

the sending process of packets between computers

27
New cards

WAN

wide area networks; networks designed to send information between 2 locations widely separated and not directly connected

28
New cards

LAN

local area networks; the interconnection when computers are close enough to be linked by a single cables

29
New cards

ISP (Internet Service Provider)

A company that provides customers access to the Internet.

30
New cards

Campus or Enterprise Network

internet-support communication within the organization, but they also connect to the internet by gateway

31
New cards

domain names

used to refer to computers; machines look up domain names to find corresponding IP addresses

32
New cards

world wide web

web servers and their files; significant because of the information contained in the files and the ability of the client and servers computers to process it

33
New cards

protocol

the http:// part ; tells computer how to handle file

34
New cards

server name

"blogs.uclc.uchicago.edu" part; gives the name of the server in domain hierarchy

35
New cards

page's pathname

"/cstc/files/2007/07/0_new_1_csci.gif" part; gives the pathname saying where to find the file

36
New cards

describing a web page by HTML

servers dont store the webpage we can see on our screens but rather the description that says how it should appear

37
New cards

advantages of describing a web page by HTML

requires less info; a browser can adapt better to your computer with a description vs the literal pixel-by-pixel description

38
New cards

HTML 5

hypertext markup language; newest and best WWW language

39
New cards

bold

....

40
New cards

italic

....

41
New cards

paragraph

.....

42
New cards

singleton tags

tags that is not paired and so does not have a matching end tag

ex-

43
New cards

required tags

44
New cards

<

<

45
New cards

>

>

46
New cards

&

&

47
New cards

W3C Markup Validation Service

checks to make sure you html does not violate any html5 rules

48
New cards

anchor tags

49
New cards

including picture with image tags

50
New cards

absolute pathnames

51
New cards

relative pathnames

Pages on the same site stored in the same or nearby folders.

-Local files

Click here for my file

52
New cards

going "deeper" in a folder

give the navigation paths to them; path begins in the folder where the reference is being made and refers to the contents of the folder with a slash

53
New cards

going "higher"in the hierarchy

dot-dot-slash; ../ refer to photos in the enclosing folder

54
New cards

styles

background color, p, text align, color

55
New cards

CSS

cascading styling sheets

56
New cards

crawlers

main job is to build an index, a list of tokens(words) associated with the page

57
New cards

query processor

user presents tokens to query processor which looks them up in the index

58
New cards

multiword searches

intersects the lists that each have the token

59
New cards

title

60
New cards

anchor text

highlighted linked text, which is inside tags, describes the page it links to

61
New cards

meta

web page creators can add a tase in the head section, which can give a several-sentence description to the content of the page

62
New cards

alt attributes

The tag has an alt attribute that gives a textual description; good source pf descriptive terms for the image

63
New cards

page ranks

Google made this in order to determine which pages are likely to be most important to you; computed by the crawler

64
New cards

advanced searches

specifies a logical relationship between the words it connects

65
New cards

AND

all words must be associated with the page for it to hit; use quotes to get that exact phrase to appear

66
New cards

OR

hits on pages associated with at least one, but possibly more words

67
New cards

NOT

specifying words that are not associated with the page

68
New cards

combining local operators

can combine operators using parenthesis;

ex- (marshmallow OR strawberry OR chocolate) AND sundae - requires one or more of the flavors and the word sundae is associated

69
New cards

site search

looking only on their site

70
New cards

filtered search

constraints used to pinpoint the pages we want

71
New cards

primary sources of information

person who has direct knowledge of the info

72
New cards

secondary sources of information

people who interview primary sources

73
New cards

tertiary sources of information

people who watch journalists on TV or read news-paper reports

74
New cards

authoritative sources of information

what experts say on the subject; respected organization

75
New cards

PandA representation

presence and absence; describing info that is "black" or "white";

76
New cards

bit

the information produced in one PandA observation

77
New cards

binary system

2 possible alternatives (0,1)

78
New cards

hexadecimal numbering system

base 16

0 1 2 3 4 5 6 7 8 9 A B C D E F

79
New cards

ASII

american standard code for information interchange; 7-bit standard

80
New cards

extended ASII

8-bits called a byte; IBM adopted it as a standard unit for memory

81
New cards

unicode

used to handle other languages; UTF-8 is the transformation format

82
New cards

metadata

information describing other information

83
New cards

digitizing color

Smallest Intensity=0000 0000

Largest Intensity=1111 1111

84
New cards

pixels

small points of colored light arranged in a grid to form a compute display

85
New cards

to represent a single pixel requires _ bytes

3

86
New cards

RGB lights

each pixel is formed by these colors (red, green, blue)

87
New cards

intensities

different amounts of light

88
New cards

white

highest intensity

89
New cards

black

absence of light

90
New cards

lighten up: changing colors

darker pixels has low values, lighter pixels have high values

91
New cards

increasing brightness

adding the same number to each sub pixel

92
New cards

changing contrast

adding smaller amount for dark pixels and larger amount for light pixels

93
New cards

Nyquist rule

a sampling rate must be at least twice as fast as the frequency

94
New cards

bit depth

using more bits yields a more accurate digitization

95
New cards

lossless

the original representation of 0s and 1s can be perfectly reconstructed

96
New cards

lossy

the original representation of 0s and 1s cannot be exactly constructed

97
New cards

luminance

sensitivity to small changes in brightness

98
New cards

chrominance

we are not sensitive to small changes in color

99
New cards

run-length encoding

uses binary numbers to specify how long the firs sequence is, and so on and so forth

100
New cards

bandwith

measure of how much information is transmitted per unit of time