Question
(4096)1/3 × 10.11 × 11.97
÷ 24.32 = ? + 15.022 What approximate value will come in place of the question mark (?) in the following question? (Note: You are not expected to calculate the exact value.)Solution
(4096)1/3 × 10 × 12 ÷ 24 =? + 15 16 x 10 x 12 ÷ 24 =? + 15 ?= 80 - 15 ? = 65
First layer of TCP/IP Suite name
Which approach does BERT use for pre-training?
Consider the following Python code:
import re
text = "apple, banana, cherry. apple pie, banana split."
pattern = r"\bapple\b|\bbana...
Which of the following statements is true regarding user-level threads compared to kernel-level threads?
A binary search function is returning -1 (not found) even when the target element is present in the array. The array is sorted. Which of the following i...
The Divide and Conquer paradigm involves three main steps. What are they?
Consider the following Python code:
text = "banana"
char_to_find = 'a'
count = 0
for i in range(len(text)):
  if ...
What is edge computing in IoT?
What is the worst-case time complexity for searching an element in a general (unbalanced) binary tree?
The following Java code attempts to demonstrate method overloading, but it has a compilation error. How should it be corrected?
public class Calc...