Client Server... One Shot One Kill

What is the difference between jQuery.validation.min.js and jQuery.validation.js
JQuery.validation.js allows mobile devices to connect
JQuery.validation.min.js allows minimising of the modal.
JQuery.validation.min.js is compressed and is about half the size as jQuery.validation.js
None of these answers.
What does the validate method accept as input?
JQuery validation
A JSON file
JQuery.validation.min.js
A Boolean
Where did we reset the form?
In the main button click, before we went to the server to get a new person
On page load, that’s why we put it in the main jQuery function
In the Button Action click event handler
None of these answers.
When does the validate method fire?
In the main button click, before we went to the server to get a new person
On page load, that’s why we put it in the main jQuery function
JQuery.validation.min.js
JQuery validation
What does the property .valid() return?
An Int
A Double
A Boolean
A Char
Where did we use the property .valid() and why did we use it there?
Button Action click event handler, stop it from going to the server if something is incorrect
On page load, to put it back to what’s called a “pristine state"
Main button click, stop it from going to the server if something is incorrect
JQuery validation, because I cannot think of anymore wrong answers.
What the difference between .then() and .done() (choose 2)
.then() has both success and fail callbacks
.done() has both success and fail callbacks
.done()is when you get a successful call back
.then() is when you get a successful call back
Where did we load Qunit from?
Content Delivery Network (CDN)
All other answers are incorrect other then CDN...
IMongoDatabase Client
Google
T/F Qunit is dependent on jQuery?
True
False
What 2 libraries did we load for Qunit? (choose 2)
Qunit-2.0.1.css
Qunit-2.0.1.js
Qunit-git.js
Qunit-git.css
T/F all the tests we performed were asynchronous?
True
False
Define Asynchronous (from question before):
Going on at the same rate and exactly together;
Having each operation started only after the preceding operation is completed
What syntax did we use to indicate how many asynchronous tests are to be performed?
Assert.async(#oftests)
Assert.asynchronous (#oftests)
Assert.Ok
Assert.Equal
What term is used to ensure an asynchronous test completes before another test that is dependent on the result is executed?
Promise Chain
Queue
Progression
Echelon
What does the “64” in StaffPicture64 stand for?
Base64 Encoding
Nintendo 64
Version 64 of jQuerry
6 4, the two most popular numbers in the world
What is Base64 encoding?
Binary to string encoding
Binary to int encoding
String to Boolean encoding
None of these answers
    In Html
      I included this because it was on the study sheet...
      What two asserts did we use in our tests?(choose 2)
      Assert.Ok
      Assert.Equal
      Assert.Delete
      Assert.Include
      What did the “src” attribute look like in the element StaffPicture64?
      Src=”data:image/png;base64, ‘encodedstring goes here’”
      How did we get all of the employee pictures into HelpdeskDB2?
      We utilized a new DALUtilsV2 class
      We directly added the HelpdeskDB2 using MongoChef
      Reader.readAsBinaryString()
      By using
      What JavaScript object do we use to obtain the data from the element
      FileReader
      Btoa
      Qunit-2.0.1.css
      Qunit-2.0.1.js
      What method did we execute on the object in the above question to grab the binary data?
      Reader.readAsBinaryString()
      Reader.toString()
      Reader.convertString()
      Reader.notRealFunction()
      What event is fired when reader.readAsBinaryString() method executes?
      Reader.onload
      Reader.convert
      Reader.string
      Reader.oneshot
      What javascript function do we execute to get the binary data into an encoded 64 string?
      .bota()
      .encodedString()
      .oneShot()
      .onload
       
       
      {"name":"Client Server... One Shot One Kill", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"What is the difference between jQuery.validation.min.js and jQuery.validation.js, What does the validate method accept as input?, Where did we reset the form?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
      Powered by: Quiz Maker