NVS PGT CS 2019 Part-B
Question 1 |
JavaScipt is a/an____language
Machine | |
Interpreted | |
System | |
Compiled |
Question 2 |
Which of the following are universal gates that can be used to realise the function of any combinational circuit?
NAND and NOR | |
AND and OR | |
AND and XOR | |
OR and XNOR |
Question 3 |
In order to subtract an integer value B from another integer value A, take the 2’s complement of _____ and add it to____
A,A | |
B,B | |
B,A | |
A,B |
Question 4 |
Which of the following C++ operators CANNOT be overloaded?
Equal(==) | |
Multiplication(*) | |
Scope resolution(::) | |
Logical AND(&&) |
Question 5 |
Which of the following statements about semiconductor memory cells is FALSE?
They can never be damaged due to a power failure or other malfunctions. | |
They exhibit two stable states, which can be used to represent binary 1 and 0. | |
They are capable of being written into to set the state | |
They are capable of being read to sense the state. |
Question 6 |
What will be the size (number of cells) of the K-map to simplify a Boolean function of five variables?
8 | |
16 | |
32 | |
64 |
Question 7 |
The Quine-McCluskey algorithm is a tabular method that simplifies Boolean functions based on the concept of:
Odd numbers | |
Even numbers | |
Prime implicants | |
Prime numbers |
Question 8 |
Which of the following is NOT a valid feature of JAVA programs?
Object-oriented | |
Architecture-neutral | |
Multi-threaded | |
Non-portable |
Question 9 |
Which of the following is a sequential organisation of data in which an element is always inserted at the last position and taken out from the first position?
Tree | |
Queue | |
Stack | |
Array |
Question 10 |
What is the hexadecimal equivalent of the decimal number 491.25?
IEF.4 | |
IEB.4 | |
IEB.1 | |
2EB.1 |
Question 11 |
Which of the following is NOT a valid characteristic of a data warehouse?
Volatile | |
Time-variant | |
Subject-oriented | |
Integrated |
Question 12 |
State Whether the following sentences are TRUE or FALSE.
(i). In JavaScript forms, automatic form validation is enabled using the “required” attribute.
(ii). JavaScript cannot manipulate HTML styles.
(i). In JavaScript forms, automatic form validation is enabled using the “required” attribute.
(ii). JavaScript cannot manipulate HTML styles.
(i)-TRUE (ii)-FALSE | |
(i)-FALSE (ii)-TRUE | |
(i)-FALSE (ii)-FALSE | |
(i)-TRUE (ii)-TRUE |
Question 13 |
HTML is a/an ______language.
Markup | |
Procedural | |
Object-Oriented | |
Assembly |
Question 14 |
In animation, the process of creating intermediate frames between the start and the end position of two keyframes is called:
Framing | |
Tweening | |
Betweening | |
Creeping |
Question 15 |
Which of the following relationship categories of UML describes the inheritance relationship of the object-oriented world?
Association | |
Dependency | |
Extensibility | |
Generalisation |