Short Questions (60*1=60 Marks)
1. What is the formula for no-load voltage gain in a common emitter configuration?
2. What are the types of perspective projection?
One-point and two-point perspective
Two-point and three-point perspective
One-point, two-point, and three-point perspective
Only one-point perspective
3. In a semaphore problem, what does "18P, xV, ..." represent?
18 signal operations and x wait operations
18 wait operations and x signal operations
18 processes and x variables
18 producers and x consumers
4. What is the latest amendment to the Labor Act?
2072
2073
2074
2075
5. How many parallel TCP connections does FTP typically use?
1
2
3
4
6. Which of the following is based on the principle of conservation of charge?
KCL
KVL
Ohm's Law
Coulomb's Law
7. What is the primary purpose of a Project Charter?
To outline the project scope and objectives
To define the project schedule
To identify project risks
To allocate project resources
8. How many transistors are used in Class A amplifiers?
1
2
3
4
9. What is the purpose of Gradient Descent?
To maximize a function
To minimize a function by iteratively moving in the direction of steepest descent
To find the global maximum of a function
To solve linear equations
10. The Waterfall model is the oldest approach for what purpose?
Software engineering
Software planning
Hardware design
Project management
11. What is the IEEE standard for wireless networks?
801.11
802.11
803.11
804.11
12. What is Fan-out in digital circuits?
Number of inputs connected without degrading voltage
Number of standard loads that the output of a logic gate can drive
The speed at which a logic gate can operate
The power consumption of a logic gate
13. What is the total number of registered professional engineers in NEC?
51
61
71
81
14. What is a viewport?
A virtual machine
A type of computer monitor
Visible area of a web page in a browser window
A graphics card component
15. What is a feature of the 8086 microprocessor's internal architecture?
8-bit data bus
16-bit data bus
32-bit data bus
64-bit data bus
16. What does GUI stand for?
General User Interface
Graphical User Interface
Global User Interaction
Guided User Input
17. What does an IP address contain?
Only network portion
Only host portion
Network and host portions
MAC address
18. What type of value is a 230V rating on a heater?
Peak value
Average value
RMS (Root Mean Square) value
Instantaneous value
19. Which function is typically used to classify into 3 or more classes?
Sigmoid function
ReLU function
Softmax function
Tanh function
20. What is a contingent project?
A project with uncertain funding
A project that depends on the outcome of another project
A project with high risk
A project with multiple stakeholders
21. In dimensionality, what does the symbol typically refer to?
Rational numbers
Real numbers
Relative numbers
Random numbers
22. Which is considered the fastest line drawing algorithm?
DDA algorithm
Bresenham's algorithm
Midpoint algorithm
Xiaolin Wu's algorithm
23. What shape does a unit square become after shearing?
Rectangle
Parallelogram
Rhombus
Trapezoid
24. What is the worst-case time complexity of Shell sort?
25. What is the tenure of the registrar of NEC (Nepal Engineering Council)?
2 years
3 years
4 years
5 years
26. What is the objective of NEA?
To regulate engineering practices in Nepal
To promote development of engineering science and technology in Nepal
To provide engineering education in Nepal
To certify engineering projects in Nepal
27. Which of the following is not an application layer protocol?
FTP
SMTP
HTTP
TCP
28. How many resonance frequencies does a crystal typically have?
1
2
3
4
29. How many flip-flops are required for representing flags of 8085?
5
6
8
10
30. Warshall algorithm gives:
Transitive closure
Shortest distance
Minimum spanning tree
Topological sorting
31. Which bias configuration is most stable?
Voltage Divider
CE
CB
CC
32. SR flip-flop is called:
Monostable
Bistable multivibrator
Astable multivibrator
Schmitt trigger
33. Iterative Deepening DFS space complexity is:
34. ANN doesn't have:
Explanation of results
Learning capability
Parallel processing
Fault tolerance
35. What is a key property of bilateral circuits?
They only allow current to flow in one direction
They have different impedances for different directions of current flow
They have the same impedance regardless of the direction of current flow
They require AC power sources to function
36. Signed int are present in which C++ library?
std_1164
std_arth
cstdint
iostream
37. C++ program for loop syntax is:
for (initialization; condition; increment/decrement)
for (condition; initialization; increment/decrement)
for (increment/decrement; condition; initialization)
for (condition; increment/decrement; initialization)
38. In a program, int *p = NULL means:
is a null pointer
Invalid assignment
is an integer
is a void pointer
39. If a derived class has a constructor, which of the following is true?
Constructor of derived is called first and then that of base class
Constructor of base class is called first and then that of derived class
Only the derived class constructor is called
Only the base class constructor is called
40. Pumping Lemma is used to detect:
Regular language
Non-regular language
CFG
Recursively enumerable language
41. Non-maskable interrupt is:
TRAP
INTR
RST 7.5
HOLD
42. In a Sequence diagram, vertical line indicates:
Time
Message
Object
Class
43. 8085 register connected to data bus:
IR
MBR
PC
MAR
44. IPSec mode for privacy, integrity, and authenticity:
Tunnel mode
Transport mode
Hybrid mode
Encapsulation mode
45. If an SMTP server sends mail to another server, it is:
SMTP client
SMTP server
POP3 client
IMAP client
46. Connection-less protocol:
UDP
TCP
HTTP
FTP
47. Finite state machine has how many tuples?
4
5
6
7
48. Representation of composition of two TM languages:
49. 2D transformations require:
1D plane
2D plane
3D plane
4D plane
50. Binary tree of height has at most ... nodes:
51. Direct Access is seen in:
disk
RAM
cache
register
52. Incremental model is:
linear + waterfall
linear + RAD
iterative + waterfall
iterative + RAD
53. Optimization algorithms use:
heuristics
statistics
deterministic methods
brute force
Question 54: Process of developing modules from sub systems:
modular decomposition
modular composition
functional decomposition
structural composition
Question 55: Which UML diagram is used to model the flow of control or data in a system?
UML Diagram
Activity Diagram
Sequence Diagram
Class Diagram
Question 56: What does the association represent in UML?
Relationship between classes
Inheritance between classes
Dependency between objects
Encapsulation of data
Question 57: How many tuples does a Turing machine have?
5
6
7
8
Question 58: To whom does the registrar submit annual plans and programs of council?
Government
PM
NEC
President
Question 59: Port used for HTML:
80
443
21
25
Question 60: What is taken for repetitive analysis?
LCM
HCF
Mean
Mode
Last updated