Accounting
Anthropology
Archaeology
Art History
Banking
Biology & Life Science
Business
Business Communication
Business Development
Business Ethics
Business Law
Chemistry
Communication
Computer Science
Counseling
Criminal Law
Curriculum & Instruction
Design
Earth Science
Economic
Education
Engineering
Finance
History & Theory
Humanities
Human Resource
International Business
Investments & Securities
Journalism
Law
Management
Marketing
Medicine
Medicine & Health Science
Nursing
Philosophy
Physic
Psychology
Real Estate
Science
Social Science
Sociology
Special Education
Speech
Visual Arts
Question
DSL stands for:A) dialup service link
B) digital subscriber line
C) direct service link
D) digital subscriber link
Answer
This answer is hidden. It contains 121 characters.
Related questions
Q:
To learn about and apply upcoming advances in IT requires skepticism and ________.
Q:
________ can be solved by no algorithm better than a "brute force" approach trying every possibility and then picking the best solution.
Q:
IBMs semantic analysis system that competed on and won during a special edition of Jeopardy!:
A) included access to the Internet
B) featured a huge database
C) lacked the ability to parse English
D) all of the above
Q:
A conceptualization of the possible future configurations of a game is called a:
A) game tree
B) future move diagram
C) schematic answer tree
D) reachable point diagram
Q:
When Turing developed his test, researchers believed that "natural language" was beyond the abilities of computers.
Q:
The ________ task is to recognize when the user has "met the test."
Q:
The first step in solving any problem is ________.
Q:
For the Smooth Motion application, the final JavaScript function animate does two things: it updates the animation images, and
A) recomputes the amount of time needed before the next call to animate.
B) moves the key images to new locations on the web page.
C) checks if the mouse is moving smoothly or not.
D) computes the exact amount of time since the mouse crossed any key image.
Q:
When the Smooth Motion application animates the motion of the columns across the page, document.images[i] is replaced by
A) document.images[i-1]
B) document.images[2*i]
C) document.images[i+1]
D) document.images[0]
Q:
When using images in HTML, it is recommended that they be placed in a separate folder.
Q:
If an arr is an array of length 10, the largest subscript is ________ .
Q:
The event handler is specified by using the ________ attribute of the image tag.
Q:
A(n) ________ is a single still image in a series of rapidly moving still images.
Q:
i++ is an example of ________ notation, and it means the same as i = i + 1.
Q:
A(n) ________ is an indexed base name.
Q:
A nested loop structure where the outside loop runs five times and the inside loops runs seven times would execute the statements of the inside loop:
A) 5 times
B) 7 times
C) 12 times
D) 35 times
Q:
Iteration variables must be only single-letter identifiers.
Q:
The step size of a for loop is always 1.
Q:
The control specification of the for loop includes three operations: <initialization>, <continuation>, and <next iteration>.
Q:
________ creates a JavaScript object which represents a date and time.
Q:
A function is declared by writing its function ________.
Q:
Functions that are written so they can be reused in other ________ are considered building blocks.
Q:
The ________ is the algorithm written in a programming language.
Q:
After running the JavaScript:
var d = new Date();
var t = d.getTime();
the variable t contains
A) the number of milliseconds since the current web page was downloaded.
B) the number of days since the beginning of 1990, US Pacific time zone.
C) a string giving the current date and time, with the seconds given to three decimal places.
D) the number of milliseconds since the beginning of 1970 in Greenwich, England.
Q:
When referring to file hierarchy trees, ________ in the hierarchy means into subfolders; that is, toward the leaves.
Q:
Points on a Web page that allow you to jump to other pages are called ________.
Q:
Folders contain:
A) files
B) folders
C) both files and folders
D) neither files nor folders
Q:
Each client request to a server is discrete.
Q:
The term "www" must be included when typing all Web addresses.
Q:
URLs are always case sensitive.