Question Bank
1085 approved questions from the community
Which tag is used for the main content area of an HTML5 document?
Which attribute of the `<link>` tag specifies the relationship between the current document and the linked file?
Which tag creates a simple line break in HTML?
What does the `<mark>` tag do in HTML5?
What percentage of code can typically be shared across platforms in a Flutter application?
What property is used to hide password text in a TextField?
Which property in ThemeData is used to implement light and dark modes?
Material and Cupertino libraries in Flutter provide ready-to-use components consistent with Google's Material Design and Apple's iOS design respectively.
What is the main entry point for a Flutter application?
MaterialApp is the root widget typically used to set up Material Design for a Flutter application.
The pubspec.yaml file must include a unique package name for registration on pub.dev.
Dart supports both object-oriented and functional programming paradigms.
What is the primary purpose of a database index?
What is the main characteristic of a FULL OUTER JOIN compared to an INNER JOIN?
ROW_NUMBER() function can be used with PARTITION BY to identify and track duplicate records along with their unique row numbers.
The HAVING clause can only be used in conjunction with the GROUP BY clause.
Which of the following are valid text-align values? (Select all that apply)
Which property is used to control the order of flex items?
Which of the following are valid ways to apply CSS to a web page? (Select all that apply)
Which of the following are relative length units in CSS? (Select all that apply)