Concepts review

113
Concepts review IST 523 April 23, 2008

description

A review of concepts covered over the semester in anticipation of the upcoming final.

Transcript of Concepts review

Page 1: Concepts review

Concepts review

IST 523April 23, 2008

Page 2: Concepts review

Overview

• Concept Q&A• Questions• Next week overview

Page 3: Concepts review

True and false

Page 4: Concepts review

Most of the computers you would see in an airport terminal

are monolithic.

Page 5: Concepts review

True

• Monolithic computers are all-in-one computers

• Laptops are monolithic• Computers in public areas like airports are

more likely to be monolithic due to nature of their location

Page 6: Concepts review

Finding a number in a phone book is an example of random

access.

Page 7: Concepts review

True

• You don’t have to look through all the preceding numbers in a phone book to find the specific number you’re looking for.

• Sequential access is the process of looking through all the preceding numbers

Page 8: Concepts review

Applying an idea or concept to larger circumstances is called

abstraction

Page 9: Concepts review

False

• Generalization is applying an idea or concept to larger circumstances

Page 10: Concepts review

Characters stored in the computer are case sensitive.

Page 11: Concepts review

T

• There’s a difference between uppercase and lowercase letters.

• The computer knows the difference.

Page 12: Concepts review

The part of an email address on the left side of the @ is similar

to a ZIP code.

Page 13: Concepts review

F

• The left side is similar to a mailbox. • The right side is similar to a ZIP code.

Page 14: Concepts review

A bit is larger than a byte.

Page 15: Concepts review

F

• It is smaller• There are 8 bits in a byte.

Page 16: Concepts review

The WWW is larger than the Internet.

Page 17: Concepts review

F

• The WWW is a subset of the Internet.

Page 18: Concepts review

The standard wildcard character is the left arrow.

Page 19: Concepts review

F

• The wildcard character is the x. • In some case, * is used.

Page 20: Concepts review

A weakness of a relational database is that it imposes a regular structure on all data.

Page 21: Concepts review

T

• Sometimes data doesn't fit into a neat structure.

Page 22: Concepts review

MP3 music is popular because the sound quality is superior to

other types of sound.

Page 23: Concepts review

F

• It is popular because it is good sound that is highly compressed for use on the computer and other devices.

Page 24: Concepts review

Spyware is an issue for all computers.

Page 25: Concepts review

F

• Spyware is not an issue for Macintosh computers.

• However, they are susceptible to viruses.

Page 26: Concepts review

Actual computer errors are very rare.

Page 27: Concepts review

T

• Usually the cause is the user or bad data.

Page 28: Concepts review

A megabyte is exactly a million bytes.

Page 29: Concepts review

F

• A megabyte is slightly over a million bytes, 1,048,576 to be exact.

Page 30: Concepts review

Any 2 GHz computer will always run faster than a 1 GHz

computer.

Page 31: Concepts review

F

• There are many factors that contribute to a computer’s speed.

• Processing speed is one of them, but it’s not the only one.

Page 32: Concepts review

The first and last tag on a Web page is always the html tag.

Page 33: Concepts review

T

• The first tag is <html> and the last tag is </html>.

Page 34: Concepts review

The 's' in https stands for secure.

Page 35: Concepts review

T

• The 's' is used for secure sites.

Page 36: Concepts review

HTML tags are used only to display data.

Page 37: Concepts review

T

• HTML is a markup language and isn't concerned with the meaning of data

Page 38: Concepts review

The structure of a database table is separate from its

content.

Page 39: Concepts review

T

• Its structure is determined by metadata.• It will contain data

Page 40: Concepts review

An algorithm is a program.

Page 41: Concepts review

F

• An algorithm is a process, a program is a solution.

• An algorithm can be developed into a program.

Page 42: Concepts review

A Web page cannot have a background color and a

background image.

Page 43: Concepts review

T

• You will only be able to see one or the other.

Page 44: Concepts review

A table can contain text, but not images.

Page 45: Concepts review

F

• Tables can contain images. • In fact, putting images in a table is a great

way to align them.

Page 46: Concepts review

A company can place a cookie on your computer even if you’ve

never visited its Web site.

Page 47: Concepts review

T

• Third-party ads can be used to place cookies on your computer.

Page 48: Concepts review

No computer system can be considered bug free.

Page 49: Concepts review

F

• The systems are so complicated that the elimination of bugs is impossible.

• For the most part, the bugs are squashed, but there are probably some problems left even in the best systems.

Page 50: Concepts review
Page 51: Concepts review

Multiple choice

Page 52: Concepts review

Examples of random access include all of the following except:

A. playing your favorite song on a CDB. getting to your car in the parking lotC. finding a scene on a videotape D. finding an article in a newspaper

Page 53: Concepts review

C

• You’d have to forward through the tape to find the scene. For the other scenarios, you could skip to what you’re looking for.

Page 54: Concepts review

Which of the following is probably legal?A. You buy a computer game and give copies to your friends.B. You and your buddies pool your money to buy software, which you share.C. You buy one copy of a piece of software, but install it at home and at your office.D. You buy one copy of a piece of software, but install it at home, your office, and on your spouse’s laptop.

Page 55: Concepts review

C

• Usually, but check the license.• You can install it in both places as long as

you can only use it in one place at a time.

Page 56: Concepts review

A big advantage experienced computer users have over novices is:A. they know nothing will breakB. when they get stuck, they start overC. they are willing to throw things away and chalk it up to experienceD. all of the above

Page 57: Concepts review

D

• “Judgment comes from experience. Experience comes from poor judgment.” --Robert E. Lee

Page 58: Concepts review

Memory is measured in:A. megabytesB. bytesC. MBD all of the above

Page 59: Concepts review

D

• Small amounts of memory are measured in bytes.

• Large amounts are measured in megabytes, which is abbreviated MB.

Page 60: Concepts review

Which of the following lacks finiteness?A. bake for 50 minutes at 375 degreesB. read Chapter 10C. repeat until you get to the end of

the fileD. find pi

Page 61: Concepts review

D

• All of the others have an end point. • As far as we know, there’s no solution for

pi, only an approximation.

Page 62: Concepts review

Computer speed is dependent upon all of the following except:

A. processor speedB. memory sizeC. byte sizeD. instruction set

Page 63: Concepts review

C

• The byte size is 8 bits and has nothing to do with the speed of a computer.

Page 64: Concepts review

DSL stands for:A. dialup service linkB. digital subscriber lineC. direct service linkD. digital subscriber link

Page 65: Concepts review

B

• DSL is a dedicated connection to an ISP.• Usually the connection is very fast and

limited to those within close proximity to ISP.

Page 66: Concepts review

A database is a collection of:A. tags

B. tablesC. fields

D. entities

Page 67: Concepts review

B

• A collection of related tables is a database.

Page 68: Concepts review

The language of humans is called:A. descriptive languageB. natural languageC. functional language

D. Pig Latin

Page 69: Concepts review

B

• Human language is referred to as natural language

Page 70: Concepts review

Which of the following lines is properly nested?A. <p><i><b>Happy New Year!</p></i></b>B. </p></b></i>Happy New Year!<p><b><i>C. </p></b></i>>Happy New Year!<i><b><p>D. <p><i><b>Happy New Year!</b></i></p>

Page 71: Concepts review

D

• The tags must be nested to work properly. • In this case, the bold is inside the italic and

the italic is inside the paragraph.

Page 72: Concepts review

Stylesheets have the extension:A. htmB. xmlC. xslD. txt

Page 73: Concepts review

C

• Stylesheets have an xsl extension.

Page 74: Concepts review

Which of the following is not a binary system?A. a lightB. traffic lightC. free throwD. test answer

Page 75: Concepts review

B

• A light is either on or off. • You either make or miss a free throw. • A test answer is either right or wrong. • A traffic light could be red, green, or

yellow.

Page 76: Concepts review

A googol is:A. a search engineB. 10100

C. 10010

D. none of the above

Page 77: Concepts review

B

• It’s 1 with 100 zeros after it.

Page 78: Concepts review

To find pages on the Wright brothers and bicycles, your best search would look like:

A. Wright bicycleB. Wright OR bicycleC. “Wright” AND “bicycle”D. “Wright AND bicycle”

Page 79: Concepts review

C

• Put the individual words in quotes and put an AND between them.

Page 80: Concepts review

Fill in the blank

Page 81: Concepts review

Trying out new or unfamiliar features without a clear idea of

what they will do is called ______.

Page 82: Concepts review

“blazing away”

Page 83: Concepts review

A network of networks is a good description of the ______.

Page 84: Concepts review

Internet

Page 85: Concepts review

A(n) ______ is a group of similar items.

Page 86: Concepts review

array

Page 87: Concepts review

______ is the rate at which bits are transmitted.

Page 88: Concepts review

Bandwidth

Page 89: Concepts review

______ is the process of transmitting pages to a Web

server so others can view them.

Page 90: Concepts review

Uploading

Page 91: Concepts review

______ is another name for an instruction execution engine.

Page 92: Concepts review

Computer

Page 93: Concepts review

______ is the task of translating a program into instructions in an

assembly language.

Page 94: Concepts review

Compiling

Page 95: Concepts review

The common name for an integrated circuit is a computer

______.

Page 96: Concepts review

chip

Page 97: Concepts review

Using ______ around words in a search makes the search

engine look for an exact match.

Page 98: Concepts review

Quotation marks “”

Page 99: Concepts review

______ refers to whether a number is odd or even.

Page 100: Concepts review

Parity

Page 101: Concepts review

A file with a .txt extension probably contains ______.

Page 102: Concepts review

text

Page 103: Concepts review

Hex is short for ______.

Page 104: Concepts review

Hexadecimal

Page 105: Concepts review

______ is information describing other information.

Page 106: Concepts review

Metadata

Page 107: Concepts review

A ______ is the common name for the repetition of a block of

programming code.

Page 108: Concepts review

loop

Page 109: Concepts review
Page 110: Concepts review

Next week

• At Mid-Hudson Library System• Be prepared to give presentation AND

hand-in technology report• Order of presentations will be

determined via a drawing of “lots”

Page 111: Concepts review

Next week, continued

• Take-home final will be distributed• Final is due MAY 14 at Marlboro Library• If you want to mail the final so it arrives

to me prior to May 14, see me after class

• If you plan on mailing the final and want your technology plan back, see me after class

Page 112: Concepts review
Page 113: Concepts review

Goodbye