B CompE Bachelor of Computer Engineering Cheat Sheet 2026

The 30 highest-yield B CompE Bachelor of Computer Engineering facts, distilled from real exam questions. Print it, save it as a PDF, or study it here โ€” free, no sign-up.

100 questions
120 min time limit
70.00% to pass
  1. Which layer of the OSI model is responsible for end-to-end communication and error recovery? โ†’ Transport Layer
  2. In a full adder, how many inputs does it have? โ†’ 3
  3. What is the IPv6 equivalent of an IPv4 broadcast address? โ†’ IPv6 does not support broadcast
  4. According to the Nyquist sampling theorem, a band-limited signal with maximum frequency f_max must be sampled at a minimum rate of: โ†’ 2 ร— f_max
  5. When a parent process terminates, all child processes also end, which is known as cascading termination. โ†’ Normally or abnormally
  6. How long does it take to insert at the end of a dynamic array? โ†’ Either O(1) or O(n)
  7. How many words can an 8-bit CPU process? โ†’ 8-bits โ€“ 64 bits
  8. Which type of network topology connects every node directly to every other node? โ†’ Mesh
  9. Regarding polymorphism, which of the following is false? โ†’ Increases overhead of function definition always
  10. What kind of computer architecture is the following? โ†’ All of the above
  11. Which Boolean expression represents De Morgan's first theorem? โ†’ (AยทB)' = A'+B'
  12. What is the purpose of a database view? โ†’ Provide a virtual table based on the result of a stored query
  13. What exactly is an operating system? โ†’ All of the above
  14. The processor is considered to have _____ if an exception is thrown and the subsequent instructions are fully executed. โ†’ Imprecise exceptions
  15. Which of the following is not an operating system that runs in real time? โ†’ Palm OS
  16. Which programming language was the first to focus solely on objects? โ†’ SmallTalk
  17. Interrupt latency for real-time operating systems should be โ†’ minimal
  18. How can an array be initialized in C? โ†’ int arr[3] = {1,2,3};
  19. When a process is waiting for an I/O service and is in the "Blocked" state. โ†’ Ready state
  20. What is the primary function of the ARP protocol? โ†’ Resolve IP addresses to MAC addresses
  21. What is the Boolean identity of A + A'? โ†’ 1
  22. What type of database model does MongoDB use? โ†’ Document-oriented
  23. Which SQL command removes all rows from a table without deleting the table structure? โ†’ TRUNCATE
  24. In order to decrease the Costs, both the CISC and RISC architectures have been developed. โ†’ Semantic gap
  25. The Power Spectral Density (PSD) of a signal describes: โ†’ How signal power is distributed across different frequencies
  26. In Agile development, what is a 'sprint'? โ†’ A fixed time-boxed iteration typically lasting 1-4 weeks
  27. Which of the following statements about the use of an array is false? โ†’ Accessing elements at specified positions
  28. What port number does HTTPS use by default? โ†’ 443
  29. What is the output of an AND gate when both inputs are 1? โ†’ 1
  30. What is the 2's complement representation of -5 in an 8-bit system? โ†’ 11111011