Question
A number when divided by 19 leaves a remainder of 14. What
will be the remainder when four times that number is divided by 19?Solution
ATQ,
Let the number be:
Number = 19B + 14, where B is an integer.
Four times the number = 4 × (19B + 14) = 76B + 56
Now divide by 19:
(76B + 56) = (76B + 38 + 18)
⇒ Remainder = 18
What is the term for malicious software designed to damage or disrupt computer systems?
Combination of two or more networks are called
What is the output of the following code?
print(0.3 + 0.5 == 0.8)
What data structure is commonly used to represent the parse tree in parsing?
Which of the following is an ethical consideration related to the use of AI?
__________ is capable of taking decisions on its own.
Python is an example of which type of programming language?
Which boolean function returns true if and only if all input variables are true?
How many possible boolean functions can be defined on n variables?
What is the first phase in the software development process?