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