Question
Assume ‘x’ is the total count of prime numbers between
1 and 60, and ‘y’ is the number of primes from 61 to 90. Find x × y.Solution
ATQ,
Number of prime numbers from 1 to 60 = x = 17
Prime numbers between 61 and 90 are: 61, 67, 71, 73, 79, 83, 89 → Total = 7
So, y = 7
x × y = 17 × 7 = 119
Which of these is a distributional representation for words?
Which algorithm is used for constraint satisfaction problems?
What is the primary goal of the Matrix Chain Multiplication problem in dynamic programming?
Which of the following is a key characteristic of OLAP systems?
Which of the following network topologies is most resilient to node failures?
Which of the following is an example of unsupervised learning in AI?
Which heuristic function property ensures A* algorithm finds an optimal path?
For which layer TCP IP suite does not provide any Protocol
In datawarehouse , a fact table consist of
In pipelining, the CPU executes each instruction in a series of following stages: Instruction Fetching (IF) —–> Instruction Decoding (ID) —–> In...