Вы находитесь на странице: 1из 9

S P SHARMA CLASSES NVS 2017 Question Paper www.spsharmag.

com

1. Which of the following symbol is used to create a link A. Names can start with a number or punctuation
to a named anchor in HTML? character.
A. & B. Names can contain letters, numbers, hyphens,
B. @ underscores and periods.
C. # C. Names cannot contain spaces
D. $ D. Names must not start with the letters.

2. Which of the following CSS tag is best suited to 6. Choose the compulsory attribute of the XML
change the appearnce of an entire section of the web declaration statement from th followingattributes :
page? A. Version
A. <H1> B. Encoding
B. <DIV> C. Standalone
C. <SPAN> D. Doctype
D. <P>
7. The element content model of a DTD uses the '+'
3. Observe the HTML code given below and indentify symbol to indicate that the element.
the line that will be ignored and not displayed by the A. Occurs one or multiple times
browers: B. Occurs zero or multiple times
<HTML> C. Occurs one or not at all
<TITLE>Browers Test</TITLE> D. Occurs only once
<BODY>
<I>Test</I> 8. Observe the given DTD:
<!--testing --> <?XML version ="1.0"?>
<B>Website</B> <!DOCTPYE SITES[
</BODY> <!ELEMENT SITES (SITES +)>
</HTML> <!ELEMENT SITE (ADDRESS UTILITY)>
<!ELEMENT ADDRESS (#PCDATA)>
A. <TITLE>Browers Test</TITLE> ]>
B. <B>Website</B> Chosse the statement that is true about the above DTD.
C. <!--testing --> A. The SITE element is optional.
D. <I>Test</I> B. Element ADDRESS and UTILITY both are to be present
in specified order.
4. An element in an XML DTD having no content is C. Root element is SITE which in turn contains two sub-
known as. elements.
A. unrestricted element D. ADDRESS AND UTILITY elements are empty element.
B. Container element
C. Empty element 9. Identify which of the following is not a predefined
D. Null element internal entity in XML specification :
A. &apos; (to display the 'symbol)
5. Pick out the invalid element naming rule for an XML B. &amp; (to display the & symbol)
element from the following rules : C. &nbsp; (to display the 'symbol)
D. &quot; (to display the "symbol)

1 7048972696 www.ptech.net.in
S P SHARMA CLASSES NVS 2017 Question Paper www.spsharmag.com

D. Both statements are different as they declare arrays


10. IPv6 has _______ bit address. of different sizes.
A. 32
B. 64 15. Shreya is adding links to her school website. She
C. 128 wants that the link colour should change as soon as the
4. Variable visitor's mouse pointer is over the link and then the
orginal colour of the link should be restored when the
11. Identify the incorrect statement about XML parser : mouse points anywhere else on the page. which of the
A. A parser is a software program that checks the syntax followingtwo event handlers will be required for the
used in an XML file. script to achieve thi effect ?
B. A validating passer ensures that the XML document is A. onMouseDown and onMouseUp
well formed but not valid. B. onMouseIn and onMouseOut
C. Validating passer checks syntax as well as compares C. onMouseOver and onMouseOut
the structure of the XML document . D. onMouseOver and onMouseUp
D. Non-validating passer only checks for structure
problems with the XML code. 16. Study the following three statements carefully :
Statement 1 : JavaScript support 3 primitive data types -
12. In the _____ method, after the station finds the idle, integer, string and boolean.
it sends or refrains from sending based on probability. Statement 2 : JavaScript support 2 composite data types
A. None-persistent - arrays and objects.
B. One-persistent Statement 3 : JavaScript support 2 special datatypes -
C. P-persistent null and underfined.
D. Non-validating
Choose the option below that is absolutely correct
13. What is the main function of transport layer? about the above three statements.
A. Node to node delivery A. Only statement 2 and statement 3 are true.
B. Synchronization B. Only statement 1 and statement 3 are true.
C. Updating and maintenance of routing tables. C. Only statement 1 and statement 3 are true.
D. Process to process meassage delivery. D. All the statementare true.

14. Observe the two statement given below and then 17. Study the code given below:
answer the following question : <HTML>
ItemName=new Array (" Chromebook", IPad", <HEAD>
"Mobile";) <SCRIPT LANGUAGE = "JavaScript">
Which of the following statement is true about the two function start ()
given statements? {
A. Both statements have exactly the same effect. alert ("Event Occured")
B. Both statements are different as they declare }
different types of variables. </SCRIPT></HEAD>
C. Both statements are different as one is only declaring </BODY onLoad = "Start()">
while other is declaring and initializing . <h1> Guess the event </H1>
</BODY></HTML>

2 7048972696 www.ptech.net.in
S P SHARMA CLASSES NVS 2017 Question Paper www.spsharmag.com

How many times will the function Start () be callled ?


A. Once every time the system start. 22. The part of RAM in a computer to hold the graphics
B. Once every time the webpage is refreshed. information for one frame consisting of colour values
C. Only once when the window is opened. for every pixel on the screen is known as.
D. Will not be called as the event handler is wrong. A. Pixel buffer
B. image buffer
18. identify the statementthat is equivalent to the C. Frame buffer
given statement : document. white ("Hello! Welcome to D. Video buffer
JavaScript")
A. window .document.white ("Hello! Welcome to 23. identify and frame the photoshop feature that is a
JavaScript") set of instructions biult into the program to apply
B. body.document.white. ("Hello! Welcome to special effects to pictures with options such as.
JavaScript") COMEIMAGE
C. location .document.white ("Hello! Welcome to A. Feathering
JavaScript") B. Filters
D. document.writeln ("Hello! Welcome to JavaScript") C. Channels
D. Layers
19. Sankjukta created a simley face in flash and then
converted it into a symbol to be stored in the flash 24. Which of the following is not a valid layer mode in
library. which of the following statement is false about flash ?
this graphi symbol named "Smiley" ? A. Hidden mode.
A. Simley is a stage level object. B. Outline mode
B. Simley is a overley level object. C. Current mode
C. Many instances of this graphic can be created and D. Stack mode
used on stage.
D. This object will operate in sync with the timeline of 25. Idenitfy the feature/panel of flash interface which is
the main movie. the lower portion of the interface and has two views :
graphical view and list view.
20. What will be the output of the following script A. Property inspector
command ? B. Tools panel
document.write (2+5+"8"); C. Scene Panel
A. 258 D. Layers Panel
B. Error
C. 78 26. From the following statements pick out the
D. 7 incorrect statementwith respect to shape tweening in
flash:
21. To delete unwanted parts of an image which are not A. Upto 26 shape hints can be added to the objects in a
required in the final output, one has to : shape tween.
A. Blur unwanted parts B. To shape tween a whole word, put each letter on a
B. Change the canvas size to exclude parts separate layer and create each tween separately.
C. Use the crop tools
D. Use the sponge tool

3 7048972696 www.ptech.net.in
S P SHARMA CLASSES NVS 2017 Question Paper www.spsharmag.com

C. In shape tweening, a blank key frame is inserted in 32. Error detecting at datalink layer is achieved by.
last frame because content is completely different from A. Equalization
previous key frame. B. Bit stuffing
D. Shape hints create uneven and rough morphs. C. Hamming codes
D. Cyclic Redundancy code.
27. Which of the following is N_O_T an advantage of
star topology compare to other standard topology ? 33. Which data communication method is used to
A. Easy to connect new nodes or devices transmit the data over a serial communication link in
B. Require less cable length both directions at same time ?'
C. All nodes are directly connected to the server. A. Simplex
D. Isolation of faulty node is easy. B. Half-duplex
C. Full -duplex
28. Distribution of flash movies may either be through D. Four fire circuit
_________ for viewing on the internet or it may be
_______ into another fike format. 34. A Firewall is
A. Publishing, Exporting A. Only a software
B. Exporting, Publishing B. only a hardware
C. Previewing, Exporting C. necessarily both software and hardware
D. Exporting, Previewing D. a software with or without hardware

29. In this switching technique entire data is sent as a 35. 1. It bas much greater bandwidth' than other
complete unit from the sender Ni=ode and delievered transmission media.
to the recipient Node via a number of intermediate 2. It allows for longer transmission distance.
Nodes: 3. It is immune to electromagnetic interference.
A. Message switching 4. It is much thinner and lighter than the other cable
B. Packet switching media.
C. Circuit switching All above characteristics are attached to
D. Data switching A. Optical fiber .
B. Twisted pair cable
30. Referential integrity controls relationship between C. Co-axial cable
A. Operations indatabase D. CAT 5/CAT 6 cable
B. Instances of a class
C. tables in database 36. Binary Equivalent of (BAD)16 is
D Attributes in a table. A. 1111 1010 1101
B. 1011 1010 1101
31. An electronic device used to connect different types C. 1011 1010 1111
of topologies having same protocol. D. 1011 1110 1101
A. Repeater
B. Router 37. Which of the following is used to execute CPU
C. Bridge instruction ?
D. Switch A. Personal Computer
B. Program Counter

4 7048972696 www.ptech.net.in
S P SHARMA CLASSES NVS 2017 Question Paper www.spsharmag.com

C. Protection Check 43. This system software provides an interface to a


D. Parameter Combination hardware device, enabling the operating system to
access that hardware.
38. Which of the following bus of a computer system is A. Control Panel
responsible for carrying information? B. Device Drive
A. Databus C. Program installer
B. Address bus D. Program installer
C. Logical bus
D. Control bus 44. Following is an example of Operating System
developed in India.
39. This is a smaller, faster memory which stores copies A. BeOS
of the data from frequently used main memory B. BOSS
locations. C. Haiku
A. Main memory D. Open BSD
B. Cache memory
C. Semiconductor based memory 45. Which of the following is NOT an example of
D. DRAM scheduling algorithms ?
A. First Come First Serve [FCFS] scheduling
40. In computers, this is the processing of program B. Shortest Job First [SJF] Scheduling
instructions by dividing them among multiple C. Priority Scheduling
processors with the objective of running a program in D. Random
less time
A. Multiprogramming 46. Which of the following is non-linear data structure.
B. Parallel processing A. Stack
C. Time sharing B. Queue
D. Batch processing C. String
41. A binary search tree whose,left subtree and right D. Tree
subtree differ in height by atmost one is called.
A. Strictly binary tree 47. Which data structure is used in breadth-first search
B. Red-black tree of a graph to store nodes ?
C. AVL tree A. Array
D. Complete binary tree B. Stack
C. Queue
42. Which cycle refers to the process where one D. Tree
insuuction is fetched and executed?
A. Fetch cycle 48. A thread in Operating System is a
B. Instruction cycle A. Task
C. Decode cycle B. Program
D. Execute cycle C. Process
D. light weight proces

5 7048972696 www.ptech.net.in
S P SHARMA CLASSES NVS 2017 Question Paper www.spsharmag.com

49. Which of the following Boolean Expression is 53. Given two sorted lists of size m and n respectively.
illustrated in the truth table's column F? The number, of comparisons needed in the worst case
X Y F by the merge algorithm will be.
0 0 1 A. min (m, n)
0 1 0 B. max (m, n)
1 0 0 C. m+n-1
1 1 1
D. mn

A. X Y'+X
54. Out Of the following, which cannot be used as an
B. X' Y+X Y'
identifier in C++ ?
C. X Y+X Y'
A. Name2
D. X Y+X'Y'
B. Total
C. Class
50. Find missing term in the following Boolean
D. Derived
Expression
X Ѳ ____= 1
55. The operator used to access member function of a
A. 1
class from its object is
B. X
A. *
C. X'
B. : :
D. 0
C. :
D. '
51. Observe the following circuit and find which
operation interprets it appropriately.
56. In this programming methodology, common
functionalities are grouped together into separate
independent units. The whole program is divided into
several units which interact through procedure calls.
A. Random Programming
B. Mudular Programming
A. XOR C. .NET Programming
B. NOR D. Object Oriented Programming
C. XNOR
D. NAND 57. The following is computing industry standard for the
consistent encoding, representation and handling of
52. Which Boolean law is represented below? text.
P + Q R = (P + Q) (P + R) A. EBCDIC
A. De Morgan's law B. Unicode
B. Associative law C. ASCII
C. Commutative law D. QRcode
D. Distributive law
58. The following is the correct interpretation of
Hierarchical Inheritance
A. one base class with one derived class

6 7048972696 www.ptech.net.in
S P SHARMA CLASSES NVS 2017 Question Paper www.spsharmag.com

B. more than one generations of classes processes should be prevented from doing so until the
C. one base class with more than one derived classes completion of the critical section This is known as•
D. more than one base classes with one derived class A. Interprocess communiclltion
B. Semaphore
59. The postfix expression for * + ab - cd is C. D,adlook
A. abed+-* D. Mutual lusion
B. ab +-cd *
C. ab +cd *- 65. We can also call a table as in a relational database.
D. ab +cd-* A. Record
B. Attribute
60. Which of the following is 11Q1 a type of inheritance C. Tuple
in C++ ? D. Relation
A. Parallel Inheritance
B. Single Level Inheritance 66. Find the output of the following : C++code:
C. Multilevel Inheritance int *P, A[ ]=(20, 90, 70, 10};
D. Multiple lnheritanc P=A; A[2]+=10; P+=2;
cout«*P«endl;
61. Which of the following is the default sibility mode A. 70
while defining a class in C++ ? B. 80
A. private C. 90
B. personal D. 10
C. protected
D. public 67. A table has more than one attributes each of which
identify a tuple uniquely. All such keys are known as :
62. Select the correct output of the following code : A. Primary keys
char * = "AMAZING" B. Alternate keys
s+=3; C. Candidate keys
cout-xsecendl; D. Foreign keys
A. DMAZING
B. D 68. Belady's anomaly occurs in_______ page
C. ZING replacement algorithm.
D. Z A. LRU
B. Optimal
63. A complete binary tree with leaf nodes can have C. Circular FIFO
______.nodes of degree 2. D. FIFO
A. log2n
B. n-1 69. Which of the following cannot be used as a front-
C. n end software alongwith a database ?
D. 2n A. Visual basic
B. Visual C++
64. Only the process executing the critical section C. Power Builder
is allowed to access die shared variable and all other D. MS PowerPoint

7 7048972696 www.ptech.net.in
S P SHARMA CLASSES NVS 2017 Question Paper www.spsharmag.com

D. SELECT MIN(DOJ), MAX(DOJ), TYPE GROUP BY TYPE


70. DROP TABLE statement FROM CLUB;
A. deletes only the structure of table.
B. deletes all constraints in a table 72. Based on table CLUB, find out the most appropriate
C. deletes data of table SQL statement from the following to display the total
D. deletes data as well as structure of table. amount of FEE collected from monthly members till
date :
Question 71 – 75 A. SELECT SUM (MONTIIS_BETWEEN
CLUB (SYSDATE, DOJ) * FEE)
MN NAME FEE TYPE DOJ FROM CLUB WHERE TYPE
O = "MONTHLY''
1001 15000 LIFE 30/JAN/0 B. SELECT SUM
ARUNA 0 8 (MON1H_BETWEEN (DOI,
ZAIDI SYSDATE) * FEE)
1010 KANIK 5000 MONTHL 12/JUN/0
A SEN Y 5 FROM CLUB ;WHERE TYPE
1015 TARIK 30000 ANNUAL 23/MAR/1 = "MONTHLY"
AZAAD 5
C. SELECT SUM
1003 RAVI 5500 MONTHL 14/APR/1
(MONTHBETWEEN (DOJ, SYSDATE) * FEE)
THAKU Y 2
R
FROM CLUB WHERE TYPE
1002 MANAV 30000 ANNUAL 15/OCT/1
2 = ''MONTHLY"
SINGH
1012 GARGI 30000 ANNUAL 05/DEC/0 D. SELECT
JHA 5 MONTHS_BETWEEN
1009 TANIK 12000 LIFE 01/JAN/0 (SYSDATB, DOJ) • FEE
BHOLA 0 5
1008 BANTA 1000 GUEST 16/SEP/16 FROM CLUB WHERE TYPE
GEORG = "MONTHLY''
E
1014 ALIYA 5000 MONTHL 15/SEP/10 73. Based on table CLUB, which of the following SQL
DAGA Y statement will delete the information of those
members, who are either ANNUAL members or those
who are having DOJ on or after "01-JAN-2010".
71. Based on table CLUB, which of the following SQL A. DELETE FROM CLUB WHERE TYPE= "ANNUAL" AND
query will display earliest and latest DOJ under each DOJ > = "Ol-JAN-10";
TYPE? B. DELETE FROM CLUB WHERE TYPE= "ANNUAL" OR
A. SELECT MIN(DOJ), MAX(DOJ) FROM CLUB; DOJ > "Ol-JAN-10";
B. SELECT MIN(DOJ), MAX(DOJ) FROM CLUB GROUP BY C. DELETE * FROM CLUB WHERE TYPE= "ANNUAL" OR
TYPE; DOJ > "Ol-JAN-10";
C. SELECT MIN(DOJ), MAX(DOJ),TYPE FROM CLUB D. DELETE FROM CLUB WHERE TYPE= "ANNUAL" OR
GROUP BY TYPE; DOJ > = "Ol-JAN-10";

8 7048972696 www.ptech.net.in
S P SHARMA CLASSES NVS 2017 Question Paper www.spsharmag.com

74. Based on table "CLUB", which SQL query will help us A. yes
to know the number of "MONTHLY" members, who B. No
joined club after "Ol-JAN-07" C. Auto
A. SELECT*, COUNT () FROM CLUB WHERE TYPE = D. None
"MONTHLY'' AND DOJ > = "Ol-JAN-07'';
78. Which is not the state of the process in OS?
B. SELECT FROM CLUB COUNT (*) WHERE TYPE = A. vileged
"MONTHLY" AND DOJ "Ol-JAN-07"; B. Running
C. Ready
C. SELECT COUNT (*) FROM CLUB WHERE TYPE = D. Blocked
"MONTHLY" OR DOJ = "O 1- JAN-07"•;
79. Which of the following is mandatory attribute of
D. SELEqr COUNT (*) FROM CLUB WHERE TYPE = <IMG> tag and <EMBED> tag ?
"MONTHLY" AND DOJ > "Ol-JAN-0. 7"•; A. Border
B. HEIGHT
75. Based on table CLUB, which of the following SQL c. WIDTH
command will display the output as given in the out D. SRC
putbox?
Images 80. ROWSPAN attribute cannot be used with which of
A. SELECT SUBSTR (NAME, 2,3) FROM CLUB WHERE the following tag ?
TYPE = "MONTHLY" OR TYPE= "ANNUAL"; A. <TR>
B. SELECT SUBSTR (NAME, 2,3) FROM CLUB WHERE FEE B. <'ID>
> 5000 AND DOJ > = "Ol• JAN-10"; C. <TH>
C. SELECT SUBSTR (NAME, 2,3) FROM CLUB WHERE D. <TABLE>
TYPE = "MONTIIl.,Y" AND TYPE= ''ANNUAL'';
D. SELECT SUBSTR (NAME, 2,3) FROM CLUB WHERE
FEE.> 5000 OR DOJ > = "Ol-JAN-10";

76. To add sound and music on your webpage, you can


either create a link to the sound file or you can embed
the sound directly into the page. Keeping these facts in
mind which of the following statement is false ?
A. The link method uses the <A> tag to link the current
web page to the page where the sound file resides.
B. The embed method uses the <Embed> tag.
C. <Embed> method is more popular as it places the
file on the page right where the tag is placed
D. The link method opens a small new window to start
playing the file automatically without downloading.

77. Which of the following is not a valid value of the


SCROLLING attribute of the <FRAME> tag ?

9 7048972696 www.ptech.net.in

Вам также может понравиться