Short Questions (60*1=60 Marks)
1. Decibel relation for power gain is:
2. Maximum power that can be transferred from source to load is:
25%
75%
50%
100%
3. Power factor has maximum value of:
0.0
0.5
1.0
1.5
4. EEPROM has a drain and floating gate gap of:
5 nm
10 nm
12 nm
15 nm
5. Heisenberg principle of uncertainty says:
Signal of 10Hz can be generated.
Signal of 10MHz can be generated.
Signal of 100MHz can be generated.
Signal of band 100MHz-105MHz can be generated.
6. UHF frequency signal can be amplified using:
Class A amplifier
Class AB amplifier
Class C amplifier
Class B amplifier
7. Two’s complement of 00011011 is:
11100100
11100101
11000101
11110001
8. Elementary building block of combinational circuit is:
Logic gate
Flip-flop
Both logic gate and flip-flop
Memory
9. Synchronous circuit that changes its state at specific clock signal is:
Event driven
Clock driven
Pulse driven
Frequency driven
10. Bandwidth of microprocessor represents:
Clock speed
Width of internal bus
Number of bits processed per instruction
Number of bits processed per second
11. PPI 8255 has internal bus of size:
4 bit
8 bit
16 bit
32 bit
12. Interrupt Service Route (ISR) executes:
Before execution of current instructions
With pause of current instructions
After execution of current instructions
With execution of no instruction
13. What is the purpose of the "printf()
" function in C programming?
printf()
" function in C programming?To print output to the console
To read input from the console
To perform arithmetic operations
To declare variables
14. What is the purpose of the "rewind()
" function in C programming?
rewind()
" function in C programming?To move the file pointer to the end of the file
To move the file pointer to the beginning of the file
To read data from a file
To write data to a file
15. Which of the following access specifiers in C++ allows access to class members only within the class?
Public
Private
Protected
Friend
16. What is the purpose of a constructor in C++?
To create data members of a class
To overload operators in a class
To initialize data members of a class
To free memory used by an object
17. Which of the following is true about pure virtual functions in C++?
They have a function body
They can be called directly
They can only be declared in the derived class
They can only be declared in the base class
18. What is the purpose of the try block in C++ exception handling?
To catch exceptions that are thrown by the program
To declare the variables that are used in the catch block
To handle errors that are caught by the program
To define the exceptions that are thrown by the program
19. Which of the following is not an addressing mode?
Direct addressing mode
Indirect addressing mode
Inverted addressing mode
Indexed addressing mode
20. Which of the following is a fundamental principle of cache memory design?
Increasing the cache size always improves performance
A direct mapping function is always better than an associative mapping function
The least recently used replacement algorithm is always the best choice
The cache should store frequently used data to reduce memory access time
21. Which of the following is not a characteristic of multiprocessors?
Enhanced reliability
Reduced complexity
Sharing of resources
Increased throughput
22. What is an application-specific instruction-set processor (ASIP)?
A processor that is optimized for a specific application
A processor that can run any application
A processor that is designed for general-purpose computing
A processor that can be programmed by the user
23. What is the purpose of a watchdog timer in an RTOS?
To control the execution of tasks
To synchronize I/O operations
To monitor the system and detect faults
To schedule tasks based on their priority
24. What does VHDL stand for?
Very High Definition Logic
Very High-level Design Language
Virtual Hardware Description Language
Vector High-level Design Logic
25. Which networking device operates at the data link layer of the OSI model and filters traffic based on MAC addresses?
Hub
Router
Switch
Bridge
26. Which error detection and correction technique involves adding redundant bits to the data being transmitted?
Parity check
Checksum
Hamming code
CRC
27. Which routing algorithm is used by the Open Shortest Path First (OSPF) protocol?
Distance vector
Link state
Path vector
Hierarchical
28. Which protocol at the transport layer provides reliable, connection-oriented data transfer?
UDP
FTP
TCP
ICMP
29. Which protocol is used for email transfer?
HTTP
FTP
SNMP
SMTP
30. Which type of network security device is used to monitor and filter incoming and outgoing network traffic?
Antivirus software
Intrusion detection system (IDS)
Firewall
Virtual private network (VPN)
31. What is the value of tangential component of electric field in a dielectric-conductor boundary (interface)?
Zero
Infinite
One
Three
32. Which of the following statements are true regarding Bio-Savart’s Law?
Magnetic field directly proportional to cross-sectional area of conductor.
Bio-Savart’s Law deals with electric field.
Magnetic field directly proportional to current through the conductor.
Electric field directly proportional to current through the conductor.
33. For a plane wave propagation in an unbound medium (free space), the minimum angle between electric field and magnetic field vector is …..
0°
30°
90°
180°
34. What is the radiation pattern of an isotropic radiator?
Doughnut
Sphere
Hemisphere
Circular
35. Which of the following is not true with respect to antenna?
Lower Frequencies are radiated near the end of the transmission line.
Horn antennas are used to feed parabolic disk Antenna.
Yagi-Uda antennas have high bandwidth and low gain.
Higher frequencies are radiated near the feed point.
36. The path loss in free space propagation is proportional to ………..
Square of the distance
Inverse of the distance
Logarithm of the distance
Proportional to the distance
37. ……………….. level is where the model becomes compatible and executable code
Abstract level
Application level
Implementation level
All of the above
38. What is the hash function used in the division method?
h(k) = k/m
h(k) = k mod m
h(k) = m/k
h(k) = m mod k
39. Redundancy is reduced in a database table by using the ------------ form.
Abnormal
Normal
Special
Exactly
40. It is advisable, to store the -------- before applying the actual transaction to the database.
Data
Logs
Receive
Record
41. To enforce ………………….. two functions are provided enter-critical and exit-critical, where each function takes as an argument the name of the resource that is the subject of competition.
Mutual Exclusion
Synchronization
Deadlock
Starvation
42. If you wanted to require that a user enter an Administrator password to perform administrative tasks, what type of user account should you create for the user?
Administrator User account
Standard User account
Power User account
Authenticated User account
43. The process to gather the software requirements from client, analyze and document them is known as ___________________.
Feasibility Study
Requirement Gathering
Requirement Engineering
System Requirements Specification
44. What is reference architecture?
It is a reference model mapped onto software components
It provided data flow with comments
It provides data flow with pieces
It is a reference model mapped onto software components & data flow with comments
45. Which access specifier is used to make the members of a class accessible only within the same class?
public
private
protected
public and protected
46. What is operator overloading in C++?
Defining a new operator.
Overriding an existing operator.
Changing the behaviour of an existing operator.
Changing the behaviour of new operator.
47. What is the difference between ifstream and ofstream in C++?
ifstream is used for input, while ofstream is used for output.
ofstream is used for input, while ifstream is used for output.
both are used as input.
both are used as output.
48. What is a class template in C++?
A class that can be used to create objects of different types.
A function that can be used to create objects of different types.
A variable that can be used to create objects of different types.
A character that can be used to create objects of different types.
49. Which of the following is not a medium of transmission?
Microwave system
Wire
Free space
Fiber optic cable
50. Actual radio coverage of a cell is called __________
Fingerprint
Footprint
Imprint
Matrix
51. Rake Receiver does….
Forward Error Correction
Backward Error Correction
Resembles equalizer
Resembles equalizer and Counter effects multipath fading
52. The bit rate of personal communication is __________
300 to 9600 bits/sec
300 to 3400 bits/sec
400 to 9600 bits/sec
400 to 3500 bits/sec
53. The ATM is an example for _____________ circuit network.
Datagram subnet
Virtual circuit subnet
Packet subnet
Volume subnet
54. Which agency sets the standards for telecommunications internationally?
International Telecommunication Union (ITU)
International Centre for Telecommunication Science (ICTS)
International Telecommunication Protocol (ITP)
Integrated Telecommunication of the United Nations (ITUN)
55. Standard dimensions (mm x mm) of A3 drawing sheet is
11.69 × 16.54
29.7 × 42
297 × 420
420 × 280
56. Which of the following methods of charging depreciation of an asset has increased amount of depreciation as the age of asset increases
Sum-of-year digit
Sinking fund
Diminishing balance
Straight line
57. The process of optimizing the project’s limited resources without extending the project duration is known as
Project crashing
Resource levelling
Resource smoothing
Networking
58. The process of composing/raising the required fund from different sources such as equity, preferred stock, bond and debenture is known as
Capital structure planning
Project financing
Capital budgeting decision
Deducing earning per share
59. In which of the following society, people used to seek their existence on growing plants for their cattle and domestic animals
Pastoral society
Tribal society
Horticultural society
Agricultural society
60. According to Nepal Engineering Council Act, 2055 (Revised, 2079), all engineering academic institutions shall be …………………….. in the Council.
Affiliated
United
Recognized
Associated
Last updated