Short Questions (60*1=60 Marks)
1. Which type of contract is not a "cost plus" contract?
Cost plus fixed fee
Cost plus incentive fee
Cost and fixed assets
Cost plus percentage of cost
2. In which year was the first expert system developed?
1960
1965
1970
1975
3. What is the correct symbol for first angle projection?
⊥
∠
⊿
⊤
4. What is another name for a simple SR flip-flop?
A monostable multivibrator
A bistable multivibrator
An astable multivibrator
A Schmitt trigger
5. What is an alternative name for pipelining?
Assembly line operation
Parallel processing
Sequential execution
Batch processing
6. How many interrupts are there in the 8085 microprocessor?
5
8
10
13
7. Which of the following is not a non-maskable interrupt?
TRAP
RST 7.5
RST 6.5
RST 5.5
8. What is the relationship between terminal voltage and emf?
Terminal voltage is equal to emf
Terminal voltage is greater than emf
Terminal voltage is less than emf
There is no relationship between terminal voltage and emf
9. If a delta connection has 3 ohms resistance, what is the equivalent resistance in star connection?
1 ohm
3 ohms
9 ohms
27 ohms
10. What type of learning algorithm is Naive Bayes?
Unsupervised
Supervised
Reinforcement
Semi-supervised
11. What are the input and output types for a 4:16 code converter decoder?
Input is binary and output is decimal
Input is binary and output is hexadecimal
Input is hexadecimal and output is binary
Input is decimal and output is binary
12. Which logic gate is the building block for an encoder?
AND
OR
NOT
XOR
13. Given the following code:
int *p, u; float *y, x;
Which of the following is the correct next line of code?
p = &u
p = u
y = &x
y = x
14. Which of the following is not a format specifier in C?
%d
%f
%s
%t
15. In project management, what comes after the project idea in product design?
Development
Testing
Implementation
Design
16. Which of the following is a stable filter?
RC filter
LC filter
Crystal oscillator
Op-amp filter
17. How is frequency defined in AC?
Number of waves per second
Time period of one wave
Amplitude of the wave
Phase difference between voltage and current
18. Who appoints the auditor of NEC?
NEC Executives
Shareholders
CEO
Government
19. Which OSI layer is responsible for binary transmission?
Data Link layer
Network layer
Physical layer
Transport layer
20. What type of grammar is a PDA (Pushdown Automaton) associated with?
Type 0 grammar
Type 1 grammar
Type 2 grammar
Type 3 grammar
21. What is a key characteristic of a Universal Turing Machine?
Programmable
Fixed function
Analog
Quantum
22. Which test is used to determine machine intelligence?
Turing test
IQ test
A/B test
Unit test
23. What component primarily uses BIOS?
CPU
RAM
Hard Drive
Operating system
24. Real-time operation depends on what two factors?
Speed and accuracy
Time and memory
Input and output
Hardware and software
25. What does distance vector routing depend on?
Hop counts
Bandwidth
Latency
IP addresses
26. What causes propagation delay?
Network congestion
Router processing time
Distance between routers
Packet size
27. What is the maximum number of nodes a binary tree can have based on height ( h )?
28. What is a requirement of a binary tree?
Must be balanced
Must be complete
Must be sorted
Must have at least one child for each node
29. Which transformation resizes an object?
Translation
Rotation
Scaling
Shearing
30. Which process runs after the Kernel bootstrap is executed?
/sbin/init
/etc/init.d
/boot/grub
/proc/kmsg
31. What is an encrypted message called?
Plaintext
Ciphertext
Keytext
Hashtext
32. What is the function of the application layer in networking?
Data transmission
Routing
User to system application
Error checking
33. On which plane does 2D rotation occur?
3D plane
2D plane
XY plane
XZ plane
34. Which of the following statements about functions and templates is incorrect?
Overloaded functions can be redefined
Templates can be redefined
Macros are efficient than templates
All statements are correct
35. Which interrupt has the highest priority in 8086?
INTR
NMI (Non-Maskable Interrupt)
INT 0
INT 3
36. How many 16-bit registers are there in the 8085 microprocessor?
1
2
3
4
37. What is the purpose of a Wait-for graph?
Process scheduling
Memory allocation
Deadlock detection
File management
38. What is the primary purpose of a special processor?
General computation
Special function
Data storage
Network communication
39. In networking, what term is used to describe excessive load?
Overload
Congestion
Saturation
Bottleneck
40. What is a key feature of a bus in computer architecture?
Data transfer
Priority handling
Memory access
Interrupt handling
41. Which of the following is not a combinational circuit?
Multiplexer
Decoder
Adder
Counter
42. How many categories of memory storage are there?
2
3
1
5
43. What is the term for multiple processes executing concurrently in a single-user system?
Multiprocessing
Multitasking
Multithreading
Time-sharing
44. What configuration option does the PPP (Point-to-Point Protocol) system have?
Encryption
Compression
Authentication
Multiplexing
45. How many articles are in the NEC code of conduct?
5
8
10
12
46. What is a key function of CMOS technology?
High speed
Low power consumption
High storage capacity
High heat dissipation
47. What is single-level inheritance?
A class inherited from multiple base classes
A class inherited from a base class
A base class inherited from multiple derived classes
A class that cannot be inherited
48. What software model represents behavior and interaction?
Class diagram
Sequence diagram
Use case
Activity diagram
49. In which software development model is risk management prominently featured?
Agile
Iterative
Spiral
Waterfall
50. Which software development model is difficult to maintain?
Agile
Iterative
Spiral
Waterfall
51. What type of image format uses a map of bits?
Vector
Bitmap
JPEG
GIF
52. What technique is used to check if a language is regular?
Turing test
Pumping lemma
Halting problem
Church-Turing thesis
53. Which C function is used to find the current position in a file?
fseek()
ftell()
fgetpos()
rewind()
54. Which SQL command removes content without altering the table structure?
DROP
TRUNCATE
DELETE
REMOVE
55. What does software quality management consist of?
SQA and SQC
SQA and SQM
SQM and SQC
SQP and SQA
56. In a project network diagram, what is a dummy activity?
Critical activity
Non-critical activity
Theoretical or logical
Resource-intensive activity
57. What is a limitation of Artificial Neural Networks?
Cannot learn from data
Cannot handle complex problems
Cannot explain results
Cannot be trained
58. Which of the following is not a physical input device?
Keyboard
Mouse
Touch panel
Microphone
59. Which of the following is not a property of knowledge representation?
Representational adequacy
Inferential adequacy
Inferential efficiency
Representational verification
60. Which of the following is considered an Essential Implicant in Boolean algebra?
Prime implicant
Essential prime implicant
Complement
Last updated