Question
Which of the following is a prime
number?Solution
527 = 31Â
17 So it is not a prime number. 867 = 51Â
17 So it is not a prime number. 884 = 52Â
17 So it is not a prime number. 733 is a prime number because it is not divisible by any number except 1 & itself. 391 = 17Â
23 So it is not a prime number.
Fill in the correct option for 25 blank space.
Which of the following is a property of an admissible heuristic in A* search?
The number of significant figures for 5.1250 and 0.06900 respectively are____Â
What does the Hamming distance measure in the context of information theory and coding?
Consider the following Python code:
class Vehicle:
  def __init__(self, brand):
    self.brand = brand
  def...
In the Software Development Lifecycle, which phase is primarily responsible for identifying and documenting the needs of the stakeholders to create a bl...
A Java method attempts to extract a substring.
public class StringProcessor {
  public String extractPart(String text, int start, int ...
Which backup strategy involves creating copies of data that allow for point-in-time recovery and typically includes both full and incremental backups? ...
What is the primary use of the printf function in C/C++ programming?
Which of the following statements accurately describes the role of system calls in an operating system?Â