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