+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
Enroll Now
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. What is the full form of MVC?
Multiple view controller
Model View Components
Model View Controller
Module Virtual Controller
View Answer
2. Which module routes our application to different pages?
ngGo
ngForm
ngRoute
ngPath
View Answer
3. A form is a collection of related individual __________ grouped together.
controls
items
variables
values
View Answer
4. A role of a filter is to ________ the value.
Change
Delete
Format
Update
View Answer
5. AngularJS is written in _______.
JavaScript
C++
PHP
Java
View Answer
6. AngularJS directives can be written in HTML element as:
Class Name
All of them
Tag
Attribute
View Answer
7. What is $scope?
It transfer data between a controller to view
It transfer data between model to view
It transfer data between model to controller
None of these.
View Answer
8. Which of the following valid AngularJS expression?
All of them
((2 + 2))
{{ 2 + 2 }}
{ 2 + 2}
View Answer
9. AngularJS applications depend on __________ to control the flow of data.
Controller
Models
Directives
Modules
View Answer
10. Which of the following is true about ng-hide directive?
Both are Incorrect.
ng-hide directive can hide a given control
ng-hide directive can show a given control
Both are Correct.
View Answer