Which of the following is a mechanism by which object acquires the properties of another object?
Choose the correct option for the given C code-
void main()
{
int i = 0, j = 0;
for (i = 0; i < 5; i++)
{
for (j = 0; j < 1;)
{
break;
}
printf("Gradeup \n");
}
}
The characteristic equation of an SR flip-flop is given by
The difference between half adder and full adder is __________
A logic circuit has the following logical inputs and output:
Inputs: A, B, C
Output: Y
The output is high only when a majority of the inputs is high. Which one of the following is the correct relation between inputs and output?
The octal number (651.124)8 is equivalent to ______
Which of the following Converts binary information from n-input lines to a maximum of 2n unique output lines?
_____ addressing mode is most suitable to change the normal sequence of execution of instructions.
The example of implied addressing is:
Which of the following is not a form of main memory?
Which among the following can’t be used for polymorphism?
Pipelining improves CPU performance due to the?
What is the output of this C code?
#include <stdio.h>
int main()
{
j= 10;
printf("%d\n", j++);
return 0;
}
Merge sort uses :
Which of the following methods is the most effective for picking the pivot element?
What is the complexity of Merge Sort?
Complement of (a + b)* will be?
Which of the following is true?
Which of the following statement is true?
Which one of the following is correct order for different parsers on the basis of their power of acceptance of languages?
Which of the following are Lexemes?
Which of the following is used in Syntax analysis?
SDT is implemented using:
Select * from employee where salary>10000 and dept_id=101;
Which of the following fields are displayed as output-
“CREATE TABLE ...” command is used to create which type of table in Mysql?
Which of the following has “all-or-none” property?
Consider the following action:
TRANSACTION.....
Commit;
ROLLBACK;
What does Rollback do?
What is the other name for a LAN Card?
Three or more devices share a link in _______ connection.
Why these 4 elements (confidentiality, integrity, authenticity & availability) are considered fundamental?