Sponsored Links

Interview Questions



Advertisements CIW Associate Design Specialist Certification Exam Interview Questions
COOLINTERVIEW.COM CIW CERTIFICATION EXAMS INTERVIEW QUESTIONS CIW ASSOCIATE DESIGN SPECIALIST CERTIFICATION EXAM INTERVIEW QUESTIONS QUESTIONS LISTING

CIW Associate Design Specialist Certification Exam Interview Questions & Answers

Below we have listed all the CIW Associate Design Specialist Certification Exam Interview Questions and answers. Feel free to comment on any CIW Associate Design Specialist Certification Exam Interview Questions or answer by the comment feature available on the page.

To buy an eBook containing 30,000 Interview Questions, with Answers, Click Here.
View All CIW Associate Design Specialist Certification Exam Interview Questions & Answers - Exam Mode / Learning Mode

CIW Associate Design Specialist Certification Exam Interview Questions & Answers

CIW Associate Design Specialist Certification is a perfect fit for academic and training organizations that want to deliver vendor-neutral Web design instruction and industry certification. Students will learn the basics of Web design along with today's most current information such as XHTML coding, image editing, validation, CSS, GUI editors, server-side and client-side languages, e-commerce models and much more! This program is retired, effective June 30th, 2011. Certifications previously awarded in this program will remain valid. No further credentials will be issued.

1 2 3 4 5 6 7 Next

Sort By : Latest First | Oldest First | By Rating

Question
Rating
View Answer
What is a database?
A. A database stores information for a Web server.
B. A database stores numerically formatted information about users.
C. A database analyzes stored data.
D. A database stores information for retrieval.

0.2 Rating
View Answer
n programming languages, which term is used to describe object behaviors?
A. Attributes
B. Properties
C. Methods
D. Classes

0.3 Rating
View Answer
You are creating a database of contact information for all the employees at your company. Which
term describes the rows in your database table, each of which contains a complete set of
information (name, phone number and e-mail address) for one person?
A. Field
B. Schema
C. File
D. Record

0.2 Rating
View Answer
Why is the model that drives the Web not considered a procedural model?
A. The nature of the procedural model is represented extensively, but only in specific event-driven
environments.
B. There is a lack of sequential interaction in most daily interactions on the Web.
C. There are no methods on the Web to enforce the procedural model's rules.
D. The Web is not mature enough to support the structure of the procedural model, so it must
support the event-driven model.

0.2 Rating
View Answer
Which technology was created to provide a manner of describing both structure and content in
Web pages?
A. Hypertext Markup Language (HTML) 4.01
B. Dynamic HTML (DHTML)
C. Extensible Markup Language (XML)
D. Cascading Style Sheets (CSS)

0.2 Rating
View Answer
Which term is defined as the structure of a database system?
A. Row generation
B. Schematic manipulation
C. Integrational relation
D. Schema
0.2 Rating
View Answer
Which of the following products provides HTTP services?
A. Sun Microsystems Java 1.2
B. Verisign Certificate Authority
C. Microsoft Internet Information Server (IIS)
D. Netscape Server-Side JavaScript
0.3 Rating
View Answer
Which statement accurately describes a characteristic or function of cookies?
A. Cookies contain viruses and should always be rejected, or at least scanned for viruses.
B. Cookies can read files from your hard drive and e-mail, unless they are session cookies.
C. Once set, cookies are sent to the server rather than retrieved by the server.
D. Cookies cannot be deleted from your computer once you accept them, and they never expire.
0.2 Rating
View Answer
What is the term for a drop-down menu on a Web page that automatically links to a specific URL
when the user makes a selection?
A. Site menu
B. CGI menu
C. Hyperlink menu
D. Jump menu
0.3 Rating
View Answer
Which of the following choices best describes the features of an object-oriented programming
language?
A. Methods, properties, and inheritance
B. Top-down, event-driven code that may inherit properties from the main program or another
event
C. Methods, portability, and top-down code refinement
D. Run-time interpretation and threaded execution
0.3 Rating
View Answer
Consider the following HTML code example:
<B>Title</B>
<H1>Heading>/H1>
<UL><LI>1st Item
<LI>2nd Item
</UL>
Which of the following choices best explains the difference between XML and HTML?
A. XML does not allow uppercase letter usage.
B. XML does not allow multiple tagged items on the same line.
C. XML does not allow multiple nested closing tags to follow on the next line.
D. XML does not allow the inference of tags.
0.2 Rating
View Answer
Consider the following XML code example:
<xml version="1.0">
What error in the code will prevent this page from rendering in the browser?
A. Missing <META> tag
B. Missing double dashes for comments
C. Missing closing tag
D. Missing question marks
0.3 Rating
View Answer
Which two pieces of information do you need to insert an applet into your Web page?
A. The class file and any required parameters
B. The applet name and the file name extension
C. The HTML file location and the applet name
D. The Java version in which the applet was developed and the appropriate embedding tag for
that version
0.2 Rating
View Answer
Which two pieces of information do you need to insert an applet into your Web page?
A. The class file and any required parameters
B. The applet name and the file name extension
C. The HTML file location and the applet name
D. The Java version in which the applet was developed and the appropriate embedding tag for
that version

0.2 Rating
View Answer
Question: 14
Which set of cookie parameters is required to generate a cookie?
A. path=path
B. name=value
C. domain=domain
D. expires=date
0.3 Rating
View Answer
What is the primary role of an HTTP server?
A. To provide access to port 21
B. To keep a stateful session with the client browser
C. To deliver Web pages and other media to a client browser
D. To deliver Web pages and e-mail services to the client browser
0.3 Rating
View Answer
You want to include new or non-traditional file formats on your Web site.
You decide to offer a plug-in that requires offline installation for your users who want to view
these new files. Which choice describes the offline plug-in installation process?
A. The plug-in comes already installed in the browser by the browser manufacturer; the user must
simply select a preference to view the new file format.
B. The plug-in installation file is downloaded from the Web and run by the user, after which the
new file formats may be used.
C. The plug-in is downloaded along with the associated new file format, and both are run from the
user's desktop offline.
D. The plug-in is installed in a single browser session and can run without restarting the browser
or computer.
0.2 Rating
View Answer
Which one of the following choices describes an example of multithreading?
A. Running Excel while running a Java applet in a browser
B. Opening three applications in separate windows
C. Handling user interaction and computation with one applet at the same time
D. Calling a process with VBScript and then invoking a Java applet
0.2 Rating
View Answer
Which technique is referred to as inline scripting?
A. The physical justification of the script (major routines on the left, and lesser routines indented
and on the right)
B. The use of <SCRIPT> tags in line with the <HEAD> and <BODY> tags
C. The addition of the <INLINE> tag within the controlling HTML
D. The embedding of scripting instructions within certain HTML tags
0.2 Rating
View Answer
While browsing the Web, Ling downloads a page that takes a long time. She notices that the
images appear progressively throughout the download, but the applets do not. The status bar
shows the remaining percentage for the applet to complete. Why is Ling unable to see the applet
while it downloads?
A. Java applets must register parameters with the JVM.
B. Java applets cannot instantiate without a class file.
C. Java applets have no streaming capability.
D. Java applets are memory-intensive throughout downloading.
0.2 Rating
View Answer

1 2 3 4 5 6 7 Next




User Options
India News Network

Latest 20 Questions
Payment of time- barred debt is: (a) Valid (b) Void (c) Illegal (d) Voidable
Consideration is defined in the Indian Contract Act,1872 in: (a) Section 2(f) (b) Section 2(e) (c) Section 2(g) (d) Section 2(d)
Which of the following is not an exception to the rule, "No consideration, No contract": (a) Natural love and affection (b) Compensation for involuntary services (c) Completed gift (d) Agency
Consideration must move at the desire of: (a) The promisor (b) The promisee (c) The promisor or any other party (d) Both the promisor and the promisee
An offer which is open for acceptance over a period of time is: (a) Cross Offer (b) Counter Offer (c) Standing Offer (d) Implied Offer
Specific offer can be communicated to__________ (a) All the parties of contract (b) General public in universe (c) Specific person (d) None of the above
_________ amounts to rejection of the original offer. (a) Cross offer (b) Special offer (c) Standing offer (d) Counter offer
A advertises to sell his old car by advertising in a newspaper. This offer is caleed: (a) General Offer (b) Special Offer (c) Continuing Offer (d) None of the above
In case a counter offer is made, the original offer stands: (a) Rejected (b) Accepted automatically (c) Accepted subject to certain modifications and variations (d) None of the above
In case of unenforceable contract having some technical defect, parties (a) Can sue upon it (b) Cannot sue upon it (c) Should consider it to be illegal (d) None of the above
If entire specified goods is perished before entering into contract of sale, the contract is (a) Valid (b) Void (c) Voidable (d) Cancelled
______________ contracts are also caled contracts with executed consideration. (a) Unilateral (b) Completed (c) Bilateral (d) Executory
A offers B to supply books @ Rs 100 each but B accepts the same with condition of 10% discount. This is a case of (a) Counter Offer (b) Cross Offer (c) Specific Offer (d) General Offer
_____________ is a game of chance. (a) Conditional Contract (b) Contingent Contract (c) Wagering Contract (d) Quasi Contract
There is no binding contract in case of _______ as one's offer cannot be constructed as acceptance (a) Cross Offer (b) Standing Offer (c) Counter Offer (d) Special Offer
An offer is made with an intention to have negotiation from other party. This type of offer is: (a) Invitation to offer (b) Valid offer (c) Voidable (d) None of the above
When an offer is made to the world at large, it is ____________ offer. (a) Counter (b) Special (c) General (d) None of the above
Implied contract even if not in writing or express words is perfectly _______________ if all the conditions are satisfied:- (a) Void (b) Voidable (c) Valid (d) Illegal
A specific offer can be accepted by ___________. (a) Any person (b) Any friend to offeror (c) The person to whom it is made (d) Any friend of offeree
An agreement toput a fire on a person's car is a ______: (a) Legal (b) Voidable (c) Valid (d) Illegal



Fresher Jobs | Experienced Jobs | Government Jobs | Walkin Jobs | Company Profiles | Interview Questions | Placement Papers | Companies In India | Consultants In India | Colleges In India | Exams In India | Latest Results | Notifications In India | Call Centers In India | Training Institutes In India | Job Communities In India | Courses In India | Jobs by Keyskills | Jobs by Functional Areas

Testing Articles | Testing Books | Testing Certifications | Testing FAQs | Testing Downloads | Testing Interview Questions | Testing Jobs | Testing Training Institutes

Gate Articles | Gate Books | Gate Colleges | Gate Downloads | Gate Faqs | Gate Jobs | Gate News | Gate Sample Papers | Gate Training Institutes

MBA Articles | MBA Books | MBA Case Studies | MBA Business Schools | MBA Current Affairs | MBA Downloads | MBA Events | MBA Notifications | MBA FAQs | MBA Jobs
MBA Job Consultants | MBA News | MBA Results | MBA Courses | MBA Sample Papers | MBA Interview Questions | MBA Training Institutes

GRE Articles | GRE Books | GRE Colleges | GRE Downloads | GRE Events | GRE FAQs | GRE News | GRE Training Institutes | GRE Sample Papers

IAS Articles | IAS Books | IAS Current Affairs | IAS Downloads | IAS Events | IAS FAQs | IAS News | IAS Notifications | IAS UPSC Jobs | IAS Previous Question Papers
IAS Results | IAS Sample Papers | IAS Interview Questions | IAS Training Institutes | IAS Toppers Interview

SAP Articles | SAP Books | SAP Certifications | SAP Companies | SAP Study Materials | SAP Events | SAP FAQs | SAP Jobs | SAP Job Consultants
SAP Links | SAP News | SAP Sample Papers | SAP Interview Questions | SAP Training Institutes |




Copyright ©2003-2024 CoolInterview.com, All Rights Reserved.
Privacy Policy | Terms and Conditions