Question
Find difference between the LCM and HCF of 14, 42 and
77.Solution
LCM of (14, 42 and 77) = (2 × 3 × 7 × 11) = 462HCF of (14, 42 and 77) = 7Required difference = 462 – 7 = 455
What is the primary function of cache memory in a computer system?
Which is best fit for blank space 15?
Consider the following C code:
#include
#include
int main() {
  char* text = "The quick brown fox j...
What are the different modes of fiber optic communication?
Which of the following is a default connector for Shielded twisted pair?
In threat modeling, what does STRIDE stand for (one of the categories)? Pick the item that is NOT part of STRIDE.
Consider the following C code:
#include
#include
int main() {
  char str1[] = "Hello";
  ...
Which AI technique is used for uncertain reasoning?
The _____________ deals with the coordination of the data transfer between end systems and hosts.
Which of the following statements accurately describes the use of the SQL CREATE statement?