Question
If ‘DOG’ = 78, then ‘BARK’ = (?)
Solution
(A to Z) Sum of rank marks of letters × (number of letters in the word) DOG = (4 + 15 + 7) × 3 = 26 × 3 = 78 BARK = (2 + 1 + 18 + 11) × 4 = 32 × 4 = 128
The truth table for a boolean function with two variables, A and B, has four rows. How many different boolean functions can be defined with two variables?
Which command is used to display the contents of a file in a Unix/Linux system?
- State true or false Implicit type casting in C is used to convert the data type of any variable without using the actual value that the variable holds.
- What is a hybrid cloud?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
C++ follows ___.
What does PHP stand for?
What is the purpose of a diode in a circuit?
Function to copy one memory location to other in C++
Concatenate two strings by using which function?