Worksheetsquiz competition
Total questions: 15
Worksheet time: 3mins
I can hold data in a sorted way and help you search fast. I am not a linear structure.
What am I?
I always find the shortest path with the help of a heuristic.
Who am I?
What is the time complexity of accessing an element in an array by index?
Which data structure uses FIFO (First In First Out) principle?
What is the role of the Operating System?
There are 3 processes A, B, and C with burst times of 5 ms, 10 ms, and 15 ms, respectively.
Using FCFS Scheduling, what will be the waiting time for process C?
What is the main goal of Contrastive Learning in AI?
What is the 2's complement of the binary number 1010?
Which of the following is considered the birth year of Artificial Intelligence as a field?
What type of AI is designed to perform a specific task (like face recognition) but cannot do anything outside its designed function?
What is the correct sequence of process states in a typical OS?
You roll a fair die 3 times. What is the probability that the sum is exactly 10?
What’s wrong with this code?
print "Hello, World!"
print('Hello, World!') is correct for Python 3.
What happens when you run this code?
arr = [1, 2, 3]
print(arr[3])
Who is celebrated on Indian National Engineers’ Day?
