Time:
20:00
1.
What is a Model in MVC ?
Represents data stored in a database
Represents server-side data
The lowest level of the pattern responsible for maintaining data
None of the mentioned
2.
Which type of CSS is used in the code below ?
<p style = “border:2px solid red;”>
External CSS
Inline CSS
Internal CSS
None of these
3.
Which one of the following is not considered as an error ?
Division by zero
Missing of semicolons
Missing of Bracket
Syntax error
4.
Which of the following is a correct CSS Syntax ?
{body; color:orange;}
body{color:orange;}
{body: color=orange;}
body:color=orange;
5.
What is the file extension for a Photoshop file ?
.psd
.phsd
.pds
.photo
6.
For generalized color correction, which command adjusts the overall combination of colors in an image ?
The Color Balance
Curves
Variations
None of the above
7.
Ctrl + + P is the shortcut key to open__________ in sublime text editor.
Toggle sidebar
Web Browser
Command Prompt
Quick-open files by name
8.
What is the standard resolution of images on the web ?
256 PPI
172 PPI
300 PPI
72 PPI
9.
Which CSS property specifies how a video, or an image is resized to fit its content box ?
Position
Object-fit
Object-position
None of these
10.
What is the output of the following JavaScript code ?
<script>
var a;
document.getElementById(“demo”).inner
HTML=a+1;
</script>
0
undefined
1
NaN
11.
Which of the following is the correct option for the requirement of web publishing ?
Internet Connection
Web development software
Web Server
All of the above
12.
When working with a Mask Layer, for an erasing effect, what tool is used to “take away” and “add” to the picture ?
Lasso Tool90
Selection Tool
Paint Brush
Paint Bucket
13.
How to read and render an HTML page ?
Through Web matrix
Through Web server
Through Web browser
Through Web network
14.
Which of the following options is incorrect with reference to status codes ?
301 Moved Permanently
200 OK
400 Bad Request
304 Not Found
15.
W3.CSS does not provides the following border class
w3-border-top
w3-border-gutter
w3-border-bottom
w3-border-right
16.
From the below mentioned CSS properties,which of the following is used to make the text bold ?
Text-align: bold;
Font-style: bold;
Text-decoration: bold;
Font-weight: bold;
17.
What will happen in the following case ? h1 {color: red text-decoration: underline; font style: italic;}
color: red, text-decoration: underline and font-style: italic all works;
color: red, text-decoration: underline works;
text-decoration: underline and fontstyle: italic works;
only font-style: italic works;
18.
HTML Tags are enclosed in _________.
# And #
? And!
{And}
< And>
19.
What is a module in AngularJS ?
Expression
Element
Application
None of the above
20.
How can one change the font of an element ?
Font:b;
Font-family:
Font:
f:
Submit