Tag: Austin
-
CSS Questions & Answers – Suppressing Element Display & Visibility, Image Rep…
CSS Multiple Choice Questions & Answers (MCQs) focuses on “Suppressing Element Display & Visibility, Image Replacement”. Q 1. Which of the following will represent browsers in their normal states?A. CSS OFF/Images ONB. CSS ON/Images OFFC. CSS ON/Images OND. CSS OFF/Images OFF Show Answer Answer:-C. CSS ON/Images ON Explanation There are five major categories for image…
-
CSS Questions & Answers – Inheritance and Cascade
CSS Multiple Choice Questions & Answers (MCQs) focuses on “Inheritance and Cascade”. Q 1. Which of the following Cascading order has the highest precedence?A . user normal declarationsB. user agent declarationsC. author normal declarationsD. author important declarations Show Answer Answer:-B. user agent declarations Q 2. Which of the following property is a shorthand that resets…
-
JavaScript MCQ
Q 1. Which type of JavaScript language is ___ A. Object-Based B. Object-Oriented C. Assembly-language D. High-level Show Answer Answer:-A. Object-Based Explanation JavaScript is not a pure OOP’s (object oriented programming) based languages such as PHP, java or many other languages, although it is an object-based language. It is not OOP’s based language, because it…
-
jQuery MCQ (Multiple Choice Questions) II
Q 1. The jQuery method used for parsing the JSON text is – A. parseHTML() method B. parseJSON() method C. noConflict() method D. each() method Show Answer Answer:-B. parseJSON() method Explanation The jQuery parseJSON() method takes a JSON string and returns a JavaScript object. The specified JSON string must follow the strict JSON format. Passing…
-
CSS Quizs Question & Answers – CSS Text
Q1 . Which of the following CSS property determines how overflowed content that is not displayed is signaled to the users?A. text-flowB. text-underflowC. text-overflowD. none of the mentioned Show Answer Answer:-C. text-overflow Q 2. Which of the following sets the mode for the overline text decoration, determining whether the text decoration affects the space characters…
-
CSS Quizs Question & Answers – Specifying sizes, colors and files
Q 1 . Which of the following is not a attribute of the audio element?A. controlsB. srcC. checkD. loop Show Answer Answer:-C. check Explanation Self-explainatory. Q 2. Which of the following element is used to specify multiple media resources for media elements like audio and video? A. <source> B. <link> C. <script> D. <src> Show…
-
C Programming
Q 1. Who is the father of C language?A. Steve JobsB. Dennis RitchieC. James GoslingD. Rasmus Lerdorf Show Answer Answer:-B. Dennis Ritchie Explanation Dennis Ritchie is the father of C Programming Language. C programming language was developed in 1972 at American Telephone & Telegraph Bell Laboratories of USA. Q 2. Which of the following is…