Question
If '+' means '÷', '÷' means '–', '–' means '×',
'×' means '+', then ' 30 + 10 ÷ 6 – 5 × 6 ' = (?)Solution
= 30 + 10 ÷ 6 – 5 × 6 = 30 ÷ 10 – 6 × 5 + 6 = 3 – 30 + 6 = 9 – 30 = -21 According to BODMAS, the correct answer is -21.
Which command is used to create a new file in a Unix/Linux system?
State true or false.
Is it possible that the assignment of observations to clusters does not change between successive iterations in K-Means?
Which is the level of implementation of data structure
In C programming, which header file is commonly used to work with DMA?
The SI unit for measuring time is:
In Stop-and-Wait flow control, what happens if the sender does not receive an acknowledgment for a transmitted frame?
What is the main purpose of abstraction?
What is the main characteristic of a greedy algorithm?
Which protocol is used for secure data transmission over the internet?
Predict the correct output for python code