BSCS Cheat Sheet 2026
The 30 highest-yield BSCS facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
100 questions
180 min time limit
50.00% to pass
- What components are encompassed within the DBMS subsystem? → All of the above
- The concept of 'copy-on-write' (COW) after fork() means that: → Child and parent share pages until one of them writes, triggering a private copy
- In the context of disk scheduling, what does LOOK differ from SCAN? → LOOK reverses direction at the last request rather than at the disk end
- When is it necessary for a computer to possess an IP address? → Connecting to a Wi-Fi hotspot
- Which concurrency control technique uses timestamps to order transactions? → Timestamp ordering protocol
- Which search algorithm uses a heuristic function h(n) to estimate the cost from node n to the goal and expands the node with the lowest f(n) = g(n) + h(n)? → A* search
- What is another term that can refer to a home computer network → LAN
- Networks facilitate the sharing of files among computers. → TRUE
- In computer vision, what is the purpose of a convolutional layer in a CNN? → To apply learned filters across the input to detect local spatial patterns
- both a) and b) are always true When a separate-chaining hash table possesses a load factor λ of 5, what value does the average chain length assume? → 5
- What does ARP (Address Resolution Protocol) map? → IP addresses to MAC addresses
- Which topology connects every node directly to every other node, providing the highest redundancy? → Full-mesh
- What is the difference between a permutation and a combination? → Permutations count ordered arrangements; combinations count unordered selections
- Which page replacement algorithm suffers from Belady's anomaly, where adding more frames can increase page faults? → FIFO (First-In, First-Out)
- What is a phantom read in database transactions? → A new row appearing in repeated queries due to another transaction's insert
- What is the purpose of the program counter (PC) register? → Holds the memory address of the next instruction
- What does IEEE 754 define? → Floating-point arithmetic and number representation
- A network forms when a single device is linked to another. → FALSE
- What are the drawbacks of networks? → Viruses
- Which dimensionality reduction technique finds principal components by maximizing variance in the projected data? → Principal Component Analysis (PCA)
- Which division of machine learning draws inspiration from the intricate network of neurons in the human brain? → Deep Learning
- What capability does the operating system offer as a platform? → Applications
- What problem can arise if a low-priority process holds a resource needed by a high-priority process? → Priority inversion
- In a multi-level feedback queue (MLFQ) scheduler, a process that uses its entire time quantum is typically: → Moved to a lower-priority queue
- Which scheduling metric measures the total time from process submission to completion? → Turnaround time
- In the context of Ethernet, what is the maximum length of a standard UTP Cat5e cable segment before signal degradation requires a repeater? → 100 meters
- In the context of AI, what is the main emphasis of Cognitive Science? → Studying the human mind using AI techniques
- In support vector machines (SVM), what is the role of the kernel function? → To map data into a higher-dimensional feature space where it becomes linearly separable
- What does the 'exploration vs. exploitation' dilemma refer to in reinforcement learning? → Balancing trying new actions to gather information versus using known high-reward actions
- Which design pattern ensures only one instance of a class exists? → Singleton
Turn these facts into recall:
Was this helpful?