Question
In a certain code language, 'SUBWAY' is written as
'TFCXZZ' and ' BOTHER ' is written as ' CLUIVS'. How will ' NEWTON' be written in that language?Solution
The logic followed here is: Immediate succeeding letter is written for all the consonants and opposite letter is written for all the vowels as per the English alphabetical series. SUBWAY = TFCXZZ BOTHER = CLUIVS NEWTON = OVXULM
Python is an example of which type of programming language?
The SI unit for measuring temperature is:
Predict the output for below code in python
Count =10
Def function1() :
Global Count
for i in(1,2,3) :
Count=Count...
The boolean function f(x, y, z) = (x AND y) OR (x AND NOT(z)) is equivalent to which of the following boolean expressions?
What does cardinality represent in the context of an ER model?
Which one of the following statements is FALSE?
What is the primary strategy of a divide-and-conquer algorithm?
Which type of data refers to information that is generated by users while interacting with digital systems, such as web clicks and social media interac...
The CPU control unit typically generates control signals for various components within the CPU, including the:
Which command is used to sort the lines of a file in a Unix/Linux system?