Start learning 50% faster. Sign in now
The discovery of the proton is credited to Ernest Rutherford, who proved that the nucleus of the hydrogen atom (i.e. a proton) is present in the nuclei of all other atoms in the year 1917.
In a three-phase system, each phase has a voltage of 400V. Calculate the line voltage (phase-to-phase voltage) in the system.
___ mapping is used in cache organization which is the quickest and most supple organization.
Which of the following brackets are used in python to create a list?
Which one of the following statements is FALSE?
Given a 16-bit instruction format with 4 bits for the opcode and 12 bits for the address, calculate the maximum number of different opcodes that can be...
Which scheduling policy aims to minimize the average waiting time?
What is the output of the following Python code snippet?
x = [1, 2, 3]
y = x
x.append(4)
print(y)
What are the three main components of a bipolar junction transistor (BJT)?
Which part of the RDBMS architecture is responsible for maintaining a physical copy of the database on disk?
What is a key benefit of using the MVC architecture in software development?