PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , January 2022 | NIELIT O Level
Q. 1 : Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the "OMR" answer sheet supplied with the question paper, following instructions therein.
(1x10)
1.1 : Which of the following is used to read a HTML page and render it ?
(A) Web browser
(B) Web server
(C) Web matrix
(D) Web network
Answer : (A)
1.2 : DNS translates _.
(A) domain name into IP
(B) IP into domain name
(C) both (A) & (B)
(D) domain name into physical address
Answer : (B)
1.3 : Once the email is sent, the message is broken into pieces called .
(A) Packets
(B) Process
(C) Digits
(D) Bytes
Answer : (A)
1.4 : The __________ attribute adds space within each cell.
(A) Cell Spacing
(B) Cell Padding
(C) Width
(D) Align
Answer : (B)
1.5 : What is the correct HTML for referring to an external style sheet ?
(A) <link rel="stylesheet" type="text/ css" href="mystyle.css">
(B) <stylesheet> mystyle.css</ stylesheet>
(C) <style src="mystyle.css">
(D) <style link="mystyle.css">
Answer : (A)
1.6 : Where in an HTML document is the correct place to refer to an external style sheet ?
(A) In the <body> section
(B) In the <head> section
(C) At the end of the document
(D) Anywhere in the document
Answer : (B)
1.7 : Choose the correct HTML element for the largest heading :
(A) <h6>
(B) <head>
(C) <h1>
(D) <heading>
Answer : (C)
1.8 : What is the correct syntax for referring to an external script called "xxx.js" ?
(A) <script href="xxx.js">
(B) <script src="xxx.js">
(C) <script name="xxx.js">
(D) <script id="xxx.js">
Answer : (B)
1.9 : How do you write "Hello World" in an alert box ?
(A) alert("Hello World")
(B) alertBox("Hello World")
(C) msgBox("Hello World")
(D) msg("Hello World")
Answer : (A)
1.10 : Which of the following is a filter in Angular Js ?
(A) Currency
(B) Date
(C) Uppercase
(D) All of the above
Answer : (B)
Q2. : Each statement below is either TRUE or FALSE. Choose the most appropriate one and enter your choice in the "OMR" answer sheet supplied with the question paper, following instructions therein. (1x10)
2.1 It is faster to render HTML and CSS than to interpret and execute JavaScript. (T)
2.2 Padding property is allowed using negative values. (F)
2.3 The external JavaScript file must contain the <script> tag. (T)
2.4 JavaScript is the same as Java. (F)
2.5 Angular JS is entirely based on HTML and JavaScript. (F)
2.6 TELNET protocol is working on port 24. (F)
2.7 JavaScript is case-sensitive. (T)
2.8 We can create custom directive in Angular JS. (T)
2.9 We can use SVG tags directly in HTML5 without any plugin. (T)
2.10 In HTML5 six new semantic attributes were introduced. (T)
Q. 3 : Match words and phrases in column X with the closest related meaning/ word(s)/phrase(s) in column Y. Enter your selection in the "OMR" answer sheet attached to the question
paper, following the instructions therein. (1x10)
|
X
|
|
Y
|
|
3.1 (C)
|
Web
search engines stores information about many
web pages by a
|
A.
|
<div>
|
|
3.2 (A)
|
Tag used to provide
sections in HTML
document
|
B.
|
<a href="url" target="new">
|
|
3.3 (E)
|
Attribute of <Marquee> tag
|
C.
|
Web Crawler
|
|
3.4 (G)
|
To open a link in a new browser
window
|
D.
|
An interpreted
|
|
3.5 (F)
|
HTML attribute used to define inline styles
|
E.
|
scroll
|
|
3.6 (I)
|
CSS property
is used for controlling the layout
|
F.
|
style
|
|
3.7 (H)
|
Abbreviation of XHTML
|
G.
|
<a href="url" target="_blank">
|
|
3.8 (K)
|
Application to create, edit update files
|
H.
|
Extensible HyperText Markup Language
|
|
3.9 (D)
|
JavaScript is________ language.
|
I.
|
display
|
|
3.10 (M)
|
Machine
that places the request to access the data is generally called as
|
J.
|
Extensible HighText
Markup Language
|
|
|
|
K.
|
Notepad++
|
|
|
|
L.
|
a compiled
|
|
|
|
M.
|
Client
|
Q. 4 : Each statement below has a blank space to fit one of the word(s) or phrase(s) in the list below. Choose the most appropriate option, enter your choice in the "OMR" answer sheet supplied with the question paper, following instructions therein. (1x10)
|
A.
|
Internet
Service Provider
|
B.
|
Client side
|
C.
|
<dl> tag
|
D.
|
Integrated Development Environment
|
|
E.
|
Data transfer
|
F.
|
w3-color
|
G.
|
Client-server
|
H.
|
Local-server
|
|
I.
|
font-variant
|
J.
|
font-weight
|
K.
|
generic
|
L.
|
country
|
|
M.
|
Key Phrase
|
|
|
|
|
|
|
4.1 IDE for ___D___ .
4.2 JavaScript is a __B____ scripting language.
4.3 From __C____ tag descriptive list starts.
4.4 ISP stands for ___A___ .
4.5 ___F___ class is used to color any HTML element in W3.CSS framework.
4.6 A TCP connection normally consists of three phases : connection establishment ___E___ , and connection termination.
4.7 www is based on ___G___ model.
4.8 __I____ selects a normal, or small-caps face from a font family in CSS.
4.9 The domain xxxx@yyyy.com is a(n) ___K___ domain.
4.10 We get list of sites after typing a word in search bar called ___M___ .
PART TWO
(Answer any FOUR Questions)
Q. 5 :
(a) Discuss various Photo Editing Tools commonly used in application development.
(b) Explain the CSS box properties in detail.
(8+7)
Q. 6 :
(a) Explain W3.CSS responsive fluid grid to specify different columns on small, medium and large screens.
(b) Write a HTML code to create a page which accepts Name, Male/Female (Radio Button), Address, City (drop down), Hobby (Check box), and having Submit and Reset buttons.
(c) Explain HTML5 form validation in detail.
(5+5+5)
Q. 7 :
(a) Explain what is Angular Expression ? Explain what is key difference between angular expressions and JavaScript expressions ?
(b) What is JavaScript ? Write a JavaScript program to find the factorial a number entered by user in html textbox.
(c) Explain the URL with its structure in detail.
(5+5+5)
Q.8 :
(a) What is the difference between a meta search engine and a web search engine ?
(b) Explain principles of good web page design.
(c) What is web hosting and web publishing ?
(5+5+5)
Q. 9 :
(a) What is the Internet ? How it differs from the World Wide Web ?
(b) Differentiate between static and dynamic web site.
(c) Explain HTML table tag with its any five attributes
No comments:
Post a Comment