• 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/46

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;

46 Cards in this Set

  • Front
  • Back

What are 3 types of bar codes?

- 1-D Bar code


- QR Code (2D)


- Microsoft Tag (2D)

What does NFC stand for?

Near Field Communication

To reduce errors in your QR code, you should include what?

Redundancy

Redundancy in your QR code will allow you to insert an ____ in the code, but it will increase the physical ____ of the QR code.

image, size

What is the difference between an active and a passive NFC?

A Passive NFC can read info but can not send info, and an Active NFC can read and send info.

What kind of NFC did we use in our assignment? Active or Passive?

Passive

How does Edge Detection work in Layar?

The Layar app strips the trigger image of all content and turns it into just edges, and then it searches its database for the links included in the AR.

How many register marks does a QR code have?

3

What does QR stand for?

Quick Response

Should a QR code take you to a full website or a mobile website?

Mobile

Do you need a line of sight for NFC?

No

An active NFC needs what to send out radio waves?

Power source

Pokemon Go is an example of what type of technology we discussed in lecture?

AR

What is happening during the "analyzing" phase of scanning a Layar page?

The app is searching its database for actions and links.

True of False? Adobe Preview is available for both iOS and Android.

False, It is only available for iOS.

True of False. Mobile for Photoshop is a feature on the new Adobe Creative Cloud.

True

What type of devices can you design for with Mobile for Photoshop tools?

Mobile phone, tablet, iPhone, iPad, etc.

In 3D printing, the larger the physical size of the file is, the ______ it will take to print.

Longer

A PDF is to print, which a ___ is to 3D printing.

STL

What does STL stand for?

Stereo Lithography

What is a Primitive in 3D printing?

Pre-existing shapes you can use to start off your design.

What is Z-direction in 3D printing?

The height/extrusion

What does FTP stand for?

File Transfer Protocol

What kind of account is STW?

Unix

In Filezilla, what do you have to set the file permissions to to make your website public?

755

Do you need to use index.html as the name of the file of your website?

No

What does JDF stand for?

Job Definition Format

Can you track your eco-footprint in Web2Print

Yes, when you make a purchase it gives you your eco-footprint.

Web2Print is an example of what kind of service?

Software as a Service.

What does B2B and B2C stand for?

Business to Business, and Business to Client

What are 6 examples of things that Send My Ad will check for?

1. RGB images


2. small fonts


3. hairlines


4. spot colours


5. resolution


6. bleeds

What will Send My Ad NOT check for?

Spelling Mistakes

What is TAC?

Total Area Coverage

FileZilla is an example of what?

FTP

Does Remote Director support annotations?

Yes

What are the four SWOP certified soft proofing solutions?

1. ICS Remote Director


2. Kodak MVP Matchprint Virtual Proofing


3. CGS Publishing Tech. Oris Soft Proof/Hybrid


4. DALiM DIALOGUE, TWIST

Will Remote Director check for TAC?

Yes

What are the 3 types of systems used for proofing and at what percentage are they used?

1. Ink Jet Proofing - 69%


2. Soft Proofing - 19%


3. Traditional Proofing - 12%

Xcode is an IDE, which stands for ______.

Intuitive Development Environment

How should variables be named in Xcode, according to Apple Syntax?

lowercaseUppercase




ex. iPhone, iPad, payRate, etc.

What is the code we used for a new line in our Xcode projects?

\n

What code did we use to start a comment line in our Xcode projects?

\\

What is Terminal?

It is the program that will run the codes that we made in Xcode.

Why does Apple dictate how a code should be written for Apple products?

To ensure quality and consistency.

What is the difference between an int and a float in Xcode?

An int is a whole number and a float is a number with a decimal.

What is the difference between a 1D and a 2D barcode?

1D Barcodes: Linear and only hold a few characters on it. Commonly found in packaging.




2D Barcodes: More complex and can do more. Can be different geometric shapes (the design can be customzed). They are smaller but hold more data, and can contain links, images. etc.