Question
In a certain code, FINE is written as HMTM and TERM is
written as VIXU. How is SILK written in that code?Solution
The logic followed here is: The first letter moves ahead by 2 places, the second letter by 4 places, the third letter by 6 places, and so on. Therefore, the code for SILK is UMRS. Hence, the correct answer is (C).
For the system showm below calculate the transfer function.
In AJAX (Asynchronous JavaScript and XML), which of the following properties must be set to true to prevent the browser from waiting for the response be...
Which protocol is used to dynamically assign IP addresses to devices on a network?Â
What is the best case time complexity of merge sort?
Which algorithm is commonly used for Part-of-Speech tagging?
Simplify the Boolean expression.
Y= AB+A(B+C)+B(B+C)
Consider the following Java code:
class Animal {
  String type = "Generic Animal";
  void eat() {
    System...
A C function print_matrix(int rows, int cols, int matrix[rows][cols]) is designed to print a matrix.
#include
void print_matrix(...
Which statement is FALSE regarding Programmable Logic Controller?
 Which of the attributes shown below is a simple attribute?