AWP Question Bank
AWP Question Bank
CE & IT Department
14 Create a function that returns the given argument, but by using an arrow function.
15 Create a function that returns true when num1 is equal to num2; otherwise return
false.
16 Create a function that takes a boolean variable flag and returns it as a string.
17 JavaScript has a logical operator &&. The && operator takes two boolean values, and
returns true if both values are true.
18 Write a function that determines if the year is a leap year or not.
19 Write a function to reverse an array.
20 Write a function that converts an object into an array, where each element represents a
key-value pair in the form of an array.
21 Create a function that takes an object and returns the keys and values as separate
arrays. Return the keys sorted alphabetically, and their corresponding values in the
same order.
22 Write a function that converts an object into an array of keys and values.
23 Create a function that takes an array of strings and returns an array with only the
strings that have numbers in them. If there are no strings containing numbers, return
an empty array.
24 The .length property on an array will return the number of elements in the array. For
example, the array below contains 2 elements:
25 Create a function that takes two dates and returns the number of days between the first
and second date.
Let padding and border not affect available width and height
Set style for link hover active and visited states of hyperlink
Type selector
Descendant selector
Prepared by: Prof. Sweety Patel AWP(3161611) Page 3
Child selectors
30 Write a CSS style specification rule that would make all unordered lists (
tags) have square bullets and a purple background.
31 Write three style rules.
32 Write a rule that would make this and all other paragraphs appear in 12-point font
33 Write a rule that would make this and other paragraphs in the same class as this
example appear in italic type.
34 Write a rule that would make this particular paragraph only appear in bold type
35 Give a complete HTML document that would create a set of frames as follows: the right
half of the browser window is a single frame named fright showing the file right.html.
The left half of the browser window is divided into an upper portion 135 pixels tall, and
two lower portions taking up one third and two thirds of the remainder of the window,
respectively. These three frames should display the files logo.jpg, toc.html, and
help.html, respectively, and should be named flogo, ftoc, and fhelp.
36 Consider an HTML document with a table in it called table1, and a particular cell in the
table called cell23.
37 Describe Java script inbuilt objects
TOPIC 2.
1 Create simple website Using Responsive design
TOPIC 3.
1 Bootstrap Examples
2 Explain Bootstrap Grids with example
TOPIC 4.
1 Explain Error handling and event handling
2 Explain DOM With Example
3 Explain Asynchronous Programming with example
CHAPTER NO - 2 : Introduction to Angular JS :
TOPIC 1.
1 Explain features of Angular JS
2 Explain Advantages of angularjs
3 Application Structure Of AngularJS
4 Explain routes and navigation in angularJS
5 Explain MVC in Angular JS
6 Explain Services in Angular JS with Example
CHAPTER NO - 3: Angular JS in Details :
Prepared by: Prof. Sweety Patel AWP(3161611) Page 4
TOPIC 1.
1 Explain Modules in Angular JS with Example
2 Explain Directives in Angular JS with Example
3 Explain Routes in Angular JS with Example
4 Explain Angular JS Forms with Example
5 Explain Angular JS Forms with Example
6 Apply Validations in AngularJS Forms
7 Explain Data binding in Angular JS with Example
8 Creating single page website using Angular JS
CHAPTER NO - 4 : Introduction to Node JS :
TOPIC 1.
1 What is Node JS
2 Package Manage in nodejs ,
3 Explain features of nodejs
4 Explain Console Object in nodejs with a suitable example?
5 Explain Concept of Callbacks with a suitable example?
6 Explain Advantages of Node JS
CHAPTER NO - 5 : Node JS in details :
TOPIC 1.
7 Explain Events and Event Loop, timers with a suitable example?
8 Explain Error Handling with a suitable example?
9 Explain Buffers, Streams in node js with a suitable example?
10 Explain Work with File System in node js with a suitable example?
11 Explain Networking with Node (TCP, UDP and HTTP clients
and servers)with a suitable example?
12 Explain Web Module, Debugging with a suitable example?
13 Explain Node JS REST API with a suitable example?
14 Explain Sessions andCookies with a suitable example?
15 Explain Design patterns, caching, scalability with a suitable example?
CHAPTER NO - 6 :Database Programming with Node JS and
MongoDB :
TOPIC 1.
1 Explain Node JS and MongoDB with suitable examples?
2 Explain Basics of MongoDB, Data types
3 Connect Node JS with MongoDB
4 Operations on data (Insert, Find, Query, Sort, Delete, Update) using Node
JS