Tag: British Columbia
-
CSS Questions & Answers – CSS3 Transitions for UI Elements
CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS3 Transitions for UI Elements”. Q 1. Which of the following method increases or decreases the size of an element using tranform?A. scale()B. rotate()C. translate()D. matrix() Show Answer Answer:-A. scale() Q 2. Which of the following selector is used to select and style when you place…
-
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…
-
Python Quizs Question and Answers – Core Data Types
Q 1. Which of these in not a core data type?A. ListsB. DictionaryC. TuplesD. Class Show Answer Answer:-D. Class Explanation Explanation:- Class is a user defined data type. Q 2. Given a function that does not return any value, What value is thrown by default when executed in shell.A. intB. boolC. voidD. None Show Answer…