Midterm 1 with sample answers:
1. (2) Explain
how TCP/IP sends information.
Breaks information into set-sized packets. Includes destination and
sequence number. Packets are sent by
all available routes and re-assembled by destination computer.
2. (5) True or
False? Circle one option for each line.
T F 128.24.90.112 is a physical IP address.
T F dante.u.washington.edu is a logical
Internet address
T F A byte consists of 10 bits
T F In the fetch/execute cycle, the processor
first fetches the needed data,
then decodes the instruction
T F
The computer's memory is used to
store both program instructions
and data
3. (2)
When
you do a search in Google, the search engine, are you searching the entire
web?
Explain.
No, you search the indexes
(databases) that Google has created by sending crawlers out to grab terms from
pages on the web.
A.
The WWW uses the TCP/IP protocol, the Internet does not
B. The WWW is web servers and the files on them that are
connected to the Internet
C. People on client computers use web browsers to request
information from web servers
D. The Internet is a subset of the WWW
<html>
<body>
Read |
FIT 10 |
for Monday |
Only |
50 days |
left! |
<table border="1">
<tr>
<td>Read</td>
<td>FIT 10</td>
</tr>
<tr>
<td>for Monday</td>
<td>Only </td>
</tr>
<tr>
<td>50 days</td>
<td>left!</td>
</tr>
</table>
</body>
</html>
A. Instruction fetch
B. Storage
D.
Retrieval
c:\fit100\webstuff\default.html
Absent.” Give 2 examples of other names that can be used
and explain why.
Yin and
Yang
Yes and
No
4 and
dog
Doesn’t matter what you use for the two discrete patterns as long as there is agreement among all encoding agents on which is which.
A.
a protocol based
on Unicode
B.
a nationwide
military and research network that preceded the Internet
C.
a technique for local area networking
D.
a method for
routing data on the Internet backbone
E. a protocol for wireless communication
All computers on the Internet
have a physical and logical address. To
find the physical (IP address) name when only the logical (domain name) name is
known, all domain requests are first sent to the nearest Domain Name Service
(DNS) server. The DNS resolves the
domain name to the IP address that computers understand. The request is then sent on using the proper
IP.
+”Michael
Jordan” +”Chicago Bulls” –Wizards
What am I asking
the search engine to do?
Bring back all pages from
the index with both the phrases “Michael Jordan” and ”Chicago Bulls” but
not the term Wizards
A.
What is a protocol?
A set
of agreements/rules (a common language) that allow
interoperability/communication between things/people/applications
B. Why are they necessary in IT?
To assure that information passed from one machine or application can be read/used/processed on another.
2
Dante is a UW subnet
consisting of many computer servers.
These various servers are storage for student Web pages, Email and other
Files. It is helpful to be able to
access files/email from multiple locations on the network. Users access their personal storage space by
providing a username and password for authentication.
A.
Works that lack originality
B.
U.S. Government works
C.
Works in the public domain
D.
Facts
identify 4!
<html>
<head><title> My Web Page</titl> Misspelled end tag for title,
missing end head tag
<body> <h1 Welcome to my hobby site!</h1> H1 tag not properly finished
<p>Here is an image of my house: <br>
<img scr=“my house.doc”>
<br> should be src and image has wrong file extension
and a link to my favorite web page:
<a href= “nba.com/chicago”>About MJ<a/></p> missing protocol id: http://
<body> tag not properly closed:
</body>
<html> tag not properly closed: </html>
credibility.
Currency, show of expertise, authority, evidence of
a real person, professionalism, no commercialism, trustworthiness, no typos,
always available, proper TLD, ….
on 0’s and 1’s can be formed? Show your work in getting the answer.
Each bit has 2 patterns, 4 sequences of a bit would allow for 2x2x2x2
possible
patterns, or 16.
A. The computers in lab
B. Any computer that requests a service
C. Any computer that provides a service
E. A and C only
that will stand in place of something else
patterns
Also
accepted: 1s and 0s
P and A
symbols
https://www.washington.edu/computing/rules/guidelines.shtml
From this URL, circle the various parts of it that satisfy the description. It is possible you might circle a portion more than once, or not at all.
Scheme (Protocol):
https://www.washington.edu/computing/rules/guidelines.shtml
Path:
https://www.washington.edu/computing/rules/guidelines.shtml
9
TLD:
https://www.washington.edu/computing/rules/guidelines.shtml
Extension:
https://www.washington.edu/computing/rules/guidelines.shtml
24.
(1)
__________________ are a rational way to organize information.
Hierarchies.
Also accepted: categories
25.
(1) Using the ASCII code chart supplied: what does
this message say?
01000011 01010011
01000101 CSE
00110001 00110000
00110000 100
01000110 01001001 01010100 FIT
00110001 00110000 00110000 100
EXTRA CREDIT: 2 POINTS
Suppose the
diagram below represents the directories in your Dante
account.
Assume you have logged into Dante and are in the Unix shell, where you can
enter commands at the Unix prompt. Assume that currently you are in the
directory named "Assign_1".
Projects
What single UNIX
command would you type to create a folder called Part1 inside of
Project2?
mkdir ~root/FIT100/Projects/Project2/Part1
OR
mkdir ~/FIT100/Projects/Project2/Part1