+923132835245
safcodeinstitute@gmail.com
Online Quiz
10000+ Questions!
Students Works
Ideas & Topics!
Live Coding
HTML & CSS
Home
(current)
About
Courses
CIT
Web Designing
Graphic Designing
Web Development
Digital Marketing
WordPress + SEO
Artificial Intelligence (AI)
Shopify + WordPress Development
Tutorials
Feedback
Programming Notes
Softwares
Contact
Test Your Programming Skills with Safcode!
Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"
Quiz Start
1. AngularJS is written in _______.
C++
JavaScript
PHP
Java
View Answer
2. In AngularJS, ________ are the containers used to hold other parts of an application
Views
Modules
Models
controllers
View Answer
3. A form is a collection of related individual __________ grouped together.
controls
variables
items
values
View Answer
4. Which symbol is used to prefix an inbuilt service?
$
|
%
#
View Answer
5. Which of the following is true about ng-hide directive?
Both are Correct.
ng-hide directive can hide a given control
ng-hide directive can show a given control
Both are Incorrect.
View Answer
6. AngularJS applications depend on __________ to control the flow of data.
Modules
Models
Controller
Directives
View Answer
7. Which of the following valid AngularJS expression?
{ 2 + 2}
{{ 2 + 2 }}
((2 + 2))
All of them
View Answer
8. Which module routes our application to different pages?
ngPath
ngRoute
ngForm
ngGo
View Answer
9. What is $scope?
None of these.
It transfer data between model to controller
It transfer data between a controller to view
It transfer data between model to view
View Answer
10. AngularJS directives can be written in HTML element as:
Tag
Attribute
Class Name
All of them
View Answer