Comp Sci: computer basics, world wide web

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

1/26

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.

27 Terms

1
New cards

Hardware

physical components of a computer system

(ex - monitor, mouse, hard drive)

2
New cards

software

the programs that execute on the computer

(ex word processing program, web browser)

3
New cards

von nueman architecture

memory → central processing unit (CPU) → input output devices (I/O)

4
New cards

memory

stores programs/ data and allows programs to be processed (memory stored by bits

5
New cards

Central Processing Unit

(brains of the computer) made of circuitry and carries out the instructions to process information

6
New cards

Input/output (I/O)

input allows computers to receive data and instructions while output allows the computer to display or broadcast its results.

7
New cards

bits (apart of memory)

are the building block of digital memory, and the grouping makes larger values represented

bit = 2 values etc (2^N = values)

8
New cards

bytes (apart of memory)

1 byte = 8 bits (large collections represented

<p>1 byte = 8 bits (large collections represented</p>
9
New cards

kilobyte (2^10)

a kilobyte can store a few paragraphs (roughly 1 thousand characters)

10
New cards

megabyte (2 ^ 20)

store a book (roughly a million characters)

11
New cards

gigabyte (2 ^ 30)

can store a small library (roughly a billion characters)

12
New cards

terabyte (2 ^40)

can store a book repository (roughly 1 trillion characters)

13
New cards

operating systems

is a collection of programs that controls how the CPU, memory, and I/O devices work together (kernals, file systems, graphic user interface)

14
New cards

World wide web 1990

software and consists of web pages, images, sound files etc)

15
New cards

internet (1969)

hardware and consists of computers around the world and the communication that links them.

16
New cards

tim berners lee

created the World Wide Web (1990), founded world wide web consortium, and was knighted by queen elizabeth)

17
New cards

World Wide Web consortium

main international standards organization for the World Wide Web. Founded in 1994 and led by Tim Berners-Lee, the consortium is made up of member organizations that maintain full-time staff working together in the development of standards for the World Wide Web

18
New cards

web growth

how people built off it, like the first browser (internet explorer) then google

19
New cards

web page

text document that contains additional formatting information in a language called HTML (HyperText Markup Language)

20
New cards

web browser

is a program that accesses a Web page, interprets its content, and displays the page

21
New cards

web server

is an Internet-enabled computer that executes software for providing access to certain Web document

it stores pages and files (images, videos, …) and sends them to browsers who request them

22
New cards

web addresses

Web pages require uniform names to locate and identify them uniquely

neach page is assigned a Uniform Resource Locator (URL) different parts of the Web address provide information for locating the page

23
New cards

search engines (1990s)

(as web grew it bec ame difficult to find resources) the Google search engine began in 1996 as a research project by Stanford grad students Larry Page and Sergey Brin

24
New cards

HTML (hyptertext markup language)

utilizes tags to markup page content, these tags tell the browser how to display the contents, HTML5 is the current standard, supported by all browsers

25
New cards

HTTP (hypertext transfer protocol)

defines how messages between browsers and servers are formatted, the prefix http:// in a URL specifies that the HTTP protocol is to be used in communicating with the server, the prefix https:// is similarly used for secure communications

26
New cards

caching (efficiancy)

when a webpage is first downloaded, it is temporarily stored on the computer, the next time the page is requested, the browser checks if the copy is already there.

27
New cards

cookies (loophole)

small file that can be stored and accessed by a Web server, when the user visits a site, the Web server is allowed to store a small amount of data in a cookie file (e.g., date & time of visit, items purchased)