Safcode | Code Your Ideas by Sir Safder
+923132835245
safcode3@gmail.com
SAFCODE
Online Quiz
10000+ Questions!
Students Works
Ideas & Topics!
Live Coding
HTML & CSS
Safcode
Home
(current)
About
Courses
CIT
Web Designing
Office Automation
Graphics Designing
Web Development
Software Development
Digital Marketing
App Development
Tutorials
Softwares
Programming Notes
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 directives can be written in HTML element as:
Tag
Class Name
All of them
Attribute
View Answer
2. Which of the following valid AngularJS expression?
{{ 2 + 2 }}
{ 2 + 2}
All of them
((2 + 2))
View Answer
3. A form is a collection of related individual __________ grouped together.
items
variables
controls
values
View Answer
4. AngularJS applications depend on __________ to control the flow of data.
Models
Directives
Controller
Modules
View Answer
5. A role of a filter is to ________ the value.
Format
Change
Update
Delete
View Answer
6. AngularJS is written in _______.
JavaScript
PHP
C++
Java
View Answer
7. In AngularJS, ________ are the containers used to hold other parts of an application
Views
Models
controllers
Modules
View Answer
8. What is the full form of MVC?
Module Virtual Controller
Model View Controller
Model View Components
Multiple view controller
View Answer
9. What is $scope?
It transfer data between model to view
It transfer data between a controller to view
None of these.
It transfer data between model to controller
View Answer
10. Which module routes our application to different pages?
ngForm
ngGo
ngPath
ngRoute
View Answer
11. Which of the following is true about ng-hide directive?
ng-hide directive can show a given control
Both are Incorrect.
Both are Correct.
ng-hide directive can hide a given control
View Answer
12. Which symbol is used to prefix an inbuilt service?
$
#
|
%
View Answer