>
CPET
>
Computer Science
List of top Computer Science Questions asked in CPET
Which software process model involves small, iterative cycles with continuous customer feedback?
CPET - 2025
CPET
Computer Science
Software Engineering - Risk Management
Which JavaScript function is used to change the style of an HTML element dynamically?
CPET - 2025
CPET
Computer Science
Web Technology - PHP Arrays
Which function is used to fetch a single row from a MySQL query result as an associative array?
CPET - 2025
CPET
Computer Science
Web Technology - PHP Arrays
What does document.querySelector(".class") do?
CPET - 2025
CPET
Computer Science
Web Technology - PHP Arrays
How do you loop through a multidimensional array in PHP?
CPET - 2025
CPET
Computer Science
Web Technology - PHP Arrays
Which tag is used to create a hyperlink in an HTML document?
CPET - 2025
CPET
Computer Science
Web Technology - PHP Arrays
Which of the following clipping algorithms uses a region code system to classify line segments?
CPET - 2025
CPET
Computer Science
Computer Graphics - Line Clipping
What does the z-index property in CSS control?
CPET - 2025
CPET
Computer Science
Web Technology - PHP Arrays
In the 2D viewing pipeline, what is the purpose of the clipping stage?
CPET - 2025
CPET
Computer Science
Computer Graphics - Line Clipping
Which of the following is the correct way to apply an external CSS file?
CPET - 2025
CPET
Computer Science
Web Technology - PHP Arrays
Which transformation moves an object without changing its shape, size, or orientation?
CPET - 2025
CPET
Computer Science
Computer Graphics - 3D Transformations
In 3D transformations, what is the purpose of homogeneous coordinates?
CPET - 2025
CPET
Computer Science
Computer Graphics - 3D Transformations
Which type of fragmentation occurs when allocated memory blocks are larger than the requested memory size?
CPET - 2025
CPET
Computer Science
Operating Systems - Virtual Memory
What is the average waiting time for the following CPU workload using Round Robin method with a time slice of 4 ms (assuming that all jobs arrived at the same time)?
Process No.
Next CPU burst time in ms
A
5
B
7
C
4
D
9
CPET - 2025
CPET
Computer Science
Operating Systems - Process Synchronization
Which of the following is not a valid file allocation method?
CPET - 2025
CPET
Computer Science
Operating Systems - Virtual Memory
Which of the following synchronization mechanisms allows multiple processes to safely access a shared resource?
CPET - 2025
CPET
Computer Science
Operating Systems - Process Synchronization
What happens during a context switch?
CPET - 2025
CPET
Computer Science
Operating Systems - Virtual Memory
What is thrashing in virtual memory?
CPET - 2025
CPET
Computer Science
Operating Systems - Virtual Memory
The time complexity to perform an Enqueue operation on a Queue data structure is:
CPET - 2025
CPET
Computer Science
Data Structures - Binary Search Tree
The Postorder traversal of a Binary Search tree which is created by presenting the values in the order 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 will be:
CPET - 2025
CPET
Computer Science
Data Structures - Binary Search Tree
What is the postfix form of the infix expression A + B * C − D / E?
CPET - 2025
CPET
Computer Science
Data Structures - Expression Conversion
Which one of the following is the correct way to increment the rear end of a circular queue represented as an array of size M?
CPET - 2025
CPET
Computer Science
Data Structures - Binary Search Tree
Which sorting algorithm performs best for nearly sorted data?
CPET - 2025
CPET
Computer Science
Algorithms - Sorting
An M-way search tree is a generalization of which data structure?
CPET - 2025
CPET
Computer Science
Data Structures - Binary Search Tree
What can the Bellman-Ford algorithm detect that Dijkstra's algorithm cannot?
CPET - 2025
CPET
Computer Science
Algorithms - Sorting
Prev
1
2
3
4
Next