Start learning 50% faster. Sign in now
Consumers do not produce their own food. Decomposers convert organic matter into inorganic matter.
The symbol for a NAND gate is an AND gate followed by a:
An XML document is a string of ____.
Which complexity class represents problems that can be solved in polynomial time?
Predict the output for below code in python
X=true
Y=false
Z=false
if not X or Y :
print(“first case”)
COBOL is used in
Consider the following statements.
S1: The sequence of procedure calls corresponds to a postorder traversal of the activation tree.
S...
Which of the following is NOT a factor considered in the COCOMO model?
Write a query to fetch department-wise count of employees sorted by department’s count in ascending order. EmployeeInfo is the table name.
...What is the concept of "paging" in memory management?
Which keyword is used to throw an exception explicitly?