Question Bank
98 approved questions from the community
What are the three essential parts of an Angular component?
What is a major architectural difference between Angular and its predecessor, AngularJS?
What is the purpose of the Scaffold widget?
Which file is used to manage project dependencies and metadata in Flutter?
What is 'Hot Reload' in Flutter?
In Flutter, everything on the screen is represented as a widget.
Which programming language is used to develop Flutter apps?
What is Flutter?
Which method can be used to merge two lists into a dictionary mapping keys to values?
Which of these is an example of an immutable data type in Python?
PEP 8 is the official style guide for Python code that recommends using 4 spaces per indentation level.
What are the key features of Python?
All browser events bubble up from the target element to the root of the document.
What is a higher-order function?
In JavaScript, the expression `typeof null` returns 'object'.
Which browser storage mechanism is sent to the server with every HTTP request?
What is the primary difference between `==` and `===`?
Which statement about `var`, `let`, and `const` is correct regarding their scope?
What is hoisting in JavaScript?
What is the difference between block, inline, and inline-block elements?