• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/41

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

41 Cards in this Set

  • Front
  • Back

Presented below is an if/else scenario. Given the terms of the scenario what message would be received if a user accesses the system at 16:00?


If time is < 12:00 create a "Good Morning" greeting.


If time is > 12:00 but < 18:00 create a "Good Afternoon" greeting.


Otherwise create a "Good Evening" greeting.

Good Afternoon

What does JDF stand for?

Job Definition Format

True or False




< ?xml version = 1.0 encoding = UTF -8 standalone = no ?> is a valid xml declaration

False

True or False

XML schema allows for multiple vocabularies (defined elements and attributes) and namespaces

True

True or False




A JDF document can support 1 or more schemas

True

In the sample xml, the xml namespace is _____________ .

In the sample xml, the xml namespace is _____________ .

bananas

What two key traits are used to define a successful workflow?

Reliable and Repeatable

True or False




JDF is an application used for defining print jobs

False

True or False




XML elements are predefined and the list of useable elements can be found on the XML website.

False

In the sample code, what is the attribute?

In the sample code, what is the attribute?

length

In the sample code, what is the root element?

In the sample code, what is the root element?

catalog

You can't automate without _______________ .

structure

Hot folders are also known as ___________ folders

watched

What does CIP4 stand for?

Cooperation for the Integration of Processes inPrepress, Press and Postpress

What does SGML stand for?

Standard GeneralizedMarkup Language (SGML)

True or False




HTML is non-propriety.

False

XML was created to structure, store and __________ information.

transport

What does DTD stand for?

Document Type Definitio

True or False




An internal DTD is referenced through the tag

False

___________ is the act of splitting up info intocomponent parts.

Parsing

XML Schemas allows you to use multiple ____________and namespaces

vocabularies

What does XSD stand for?

XML Schema Definition (XSD)

XML ___________ are defined by “xmins” attributes.

namespaces

What are the 2 steps to attaching a schema to your document?

1) Declare a namespace in instance document
2) Indicate location of schema file

A workflow can be illustrated using a Business _________ _________ diagram.

Business Process Modeling diagram

True or False



In a database, data fields reside within records.

True

What does CIM stand for?

Computer Integrated Manufacturing

In a ________ workflow framework, actions are staggered in a step by step format and only done when the previous is complete.

series

A parallel workflow framework struggles when _________________ changes.

information

In code what is the "encoding =" default?

encoding= “UTF 8”

True or False




Both declarations and elements are case sensitive.

True

A ____ is a collection of rules that define the content and structure of an XML document.

DTD

A ____ is a mechanism that permits elements from one vocabulary to be distinguished from elements in another.

namespace

One SGML application used to create Web pages is ____.

HTML

An XML design must be compatible with ________

SGML

Ideally, the number of applications features inXML document would be ____ (#)

0

______________ in XML markup is least important.

Terseness

XML documents should be clear and easyto understand by _________________.

non-­‐programmers

The steps to viewing code in Firefox are as follows:


Tools> _______________>PageSource

WebDeveloper

True or False




The steps to viewing code in Safari are as follows:


Preferences>Advanced>ShowDevelop

True

Presented below is an if/else scenario. Given the terms of the scenario what message would be received if a user accesses the system at 10:00? If time is < 12:00 create a "Good Morning" greeting.


If time is > 12:00 but < 18:00 create a "Good Afternoon" greeting.


Otherwise create a "Good Evening" greeting.

Good Morning