Question
In a certain code language, ‘ACCENT’ is coded as
‘CCATNE’. What is the code for ‘ VENDOR ’ in the code language?Solution
Logic used in the word ACCENT : (i) First the word is divided in two equal halves. (ii) Then they are arranged in the reversed order in respective halves. Using the same logic for ' VENDOR ', the correct answer will be ' NEVROD' .
In a blockchain network, what are "nodes"?
In the context of the OWASP Top 10, what does "A3: Sensitive Data Exposure" refer to?
What is a top-down parser?
In Variational Autoencoders (VAEs), what is the purpose of the "encoder" network?
What is the concept of "paging" in memory management?
A firewall that monitors the state of active connections and makes decisions based on the context of those connections is known as a:
Which concurrency control technique allows multiple transactions to access the database simultaneously?
Which SQL keyword is used to remove rows from a table?
Consider the following three functions.
f1 = 100n
f2 = nlogn
f3 = n√n
Which one of the fo...
Which unit fetches instructions from memory?