Question Bank
1085 approved questions from the community
What is the purpose of the @Injectable() decorator?
What is Angular CLI?
What does the `*ngIf` directive do?
AngularJS and Angular are the same framework.
Which of the following are examples of assistive technologies (AT)?
Skeuomorphic design (design that mimics real-world objects) is always better for accessibility than flat design.
What is the primary difference between inclusive design and universal design?
How can using plain language benefit the accessibility of a project?
What is the difference between a toggle button and a checkbox?
Headings should be used primarily for styling text to look bigger or bolder on a page.
Which keyword is used to define the entry point of a C# console application?
Which of the following are aggregate functions in SQL? (Select all that apply)
Which of the following are access modifiers in C#? (Select all that apply)
In C#, the 'finally' block in a try-catch-finally statement executes even if no exception is thrown.
What does MVC stand for in ASP.NET?
What does the DELETE command do in SQL?
In C#, strings are reference types even though they behave like value types in many scenarios.
Partial classes in C# allow the definition of a class to be split across multiple files.
In C#, Reference Types store a reference to the actual data which is allocated on the heap.
Generic classes in C# allow you to define classes with placeholders for the type of data they operate on.