Which of the following is not a logical operator ? (1) ADD (2) AND (3) NOT (4) OR

1 Answer

Answer :

ADD

Related questions

Description : The basic operation performed by a computer are: a) Arithmatic Operator b) Logical c) Storation d) All of above e) None of These

Last Answer : d) All of above

Description : What error will be generated if a space is given between the logical AND operator (&&)? Will it be a compile-time or a run-time error?

Last Answer : Example: if(5>2 & & 6

Description : Implement a program to demonstrate logical AND operator.

Last Answer : #include #include void main() { int i; int j; clrscr(); printf("Enter the values of i and j"); scanf("%d%d",&i,&j); if(i==5 && j==5) { printf("Both i and j are equal to 5"); } else { printf("Both the values are different and either or both are not equal to 5"); } getch(); }

Description : Explain any two logical operator in java with example.

Last Answer : Logical Operators: Logical operators are used when we want to form compound conditions by combining two or more relations. Java has three logical operators as shown in table: Program demonstrating logical Operators public class ... & b = false a || b = true !(a && b) = true

Description : Personnel who design, program, operates and maintains computer equipment refers to A) Console-operator B) Programmer C) Peopleware D) System Analyst

Last Answer : Answer : C

Description : What is the name of the display feature that highlights are of the screen which requires operator attention? A) Pixel B) Reverse video C) Touch screen D) Cursor

Last Answer : Answer : B

Description : The work done by a computer operator is displayed in which part of computer? A. CPU B. VDU C. ALU D. None of the Above

Last Answer : B. VDU

Description : What does the && operator do in a program code?

Last Answer : The && is also referred to as AND operator. When using this operator, all conditions specified must be TRUE before the next action can be performed. If you have 10 conditions and all but 1 fails to evaluate as TRUE, the entire condition statement is already evaluated as FALSE.

Description : What is the modulus operator?

Last Answer : The modulus operator outputs the remainder of a division. It makes use of the percentage (%) symbol. For example: 10 % 3 = 1, meaning when you divide 10 by 3, the remainder is 1.

Description : BIOS stands for _______: a)Basic Integrated Output System b) Basic Integrated Operator System c) Basic Input Output Software d) Basic Input Output System e) None of The Above

Last Answer : d) Basic Input Output System

Description : The unit of hardware, which an operator uses to monitor computer processing, is the 1) Card Reader 2) CPU 3) Line Printer 4) Console

Last Answer : 4) Console

Description : The individual within the operations group who ordinarily uses a variety of keyboard devices, is the 1) Data Clerk 2) Keypunch Operator 3) Data Entry Clerk 4) Computer Operator

Last Answer : 3) Data Entry Clerk

Description : Write one difference between / and % operator.

Last Answer : Ans. / is division operator while % is modulus operator which gives the remainder on dividing two numbers.

Description : Write a difference between Unary and Binary Operator

Last Answer : Ans. Operators that acts on one operand are referred to as Unary Operators while Binary Operators acts upon two operand Unary + or Unary – , increment/decrement are the example of Unary operator While binary operator +,-,*,/ and % are the example of binary operators , (+) adds values of its operands

Description : What is a scope resolution operator?

Last Answer : A scope resolution operator (::), can be used to define the member functions of a class outside the class.

Description : What is function overloading and operator overloading?

Last Answer : Function overloading: C++ enables several functions of the same name to be defined, as long as these functions have different sets of parameters (at least as far as their types are ... add anything fundamental to the language (but they can improve understandability and reduce maintenance costs).

Description : A _____ contains specific rules and words that express the logical steps of an algorithm. 1) Syntax 2) Programming structure 3) Programming language 4) Logic chart 5) None of these

Last Answer : Answer :3

Description : Pick the one that is used for logical operations or comparisons such as less than equal to or greater than. A) Arithmetic and Logic Unit B) Control Unit C) Both of above D) None of above

Last Answer : Answer : A

Description : The first machine to successfully perform a long series of arithmetic and logical operations was: A) ENIAC B) Mark-I C) Analytic Engine D) UNIVAC-1

Last Answer : Answer : B

Description : What is the responsibility of the logical unit in the CPU of a computer? A) To produce result B) To compare numbers C) To control flow of information D) To do math’s works

Last Answer : Answer : B

Description : The arranging of data in a logical sequence is called A) Sorting B) Classifying C) Reproducing D) Summarizing

Last Answer : Answer : A

Description : The basic operations performed by a computer are A) Arithmetic operation B) Logical operation C) Storage and relative D) All the above

Last Answer : Answer : D

Description : The computer performs all mathematical and logical operations inside its _______ A. Visual Display Unit B. Memory Unit C. Output Unit D. Central Processing Unit

Last Answer : D. Central Processing Unit

Description : What are logical errors and how does it differ from syntax errors?

Last Answer : Program that contains logical errors tend to pass the compilation process, but the resulting output may not be the expected one. This happens when a wrong formula was inserted into the code, or ... the other hand, deal with incorrect commands that are misspelled or not recognized by the compiler.

Description : Which of the following characters is correct regarding network topologies: a) Network Topologies describe the ways in which the elements of a network are mapped. b) Network Topologies describe the physical and logical arrangement of the network nodes. c) Both of Above d) None of These

Last Answer : c) Both of Above

Description : A mistake in an algorithm that causes incorrect results is called: a) Logical Error b) Syntax Error c) Procedural Error d) None of These

Last Answer : a) Logical Error

Description : The main function of the ALU is: a) Store Data and Information for Future Use b) Perform arithmetic and logical operations c) Control Computer Output, such as Printing d) None of These

Last Answer : b) Perform arithmetic and logical operations

Description : A ____ is a namespace for organizing classes and interfaces in a logical manner. Placing your code into ______makes large software projects easier to manage. This section explains why this is useful and ... provided by the Java Platform: a) Inheritance b) Object c) Package d) None of These

Last Answer : c) Package

Description : Which among the following definitions are correct: a) Object - Any entity that has state and behavior is known as an object. b) Class - Collection of objects is called class. It is logical entity. c) ... re-usability and is used to achieve run time polymorphism. d) All of the above e) None of These

Last Answer : d) All of the above

Description : The main function of the ALU is to a) perform arithmetic and logical operations b) store data and information for future use c) control computer output, such as printing d) monitor all computer activities e) None of these

Last Answer : a) perform arithmetic and logical operations

Description : A ______ contains specific rules and words t hat express the logical steps of an algorithm a) Programming language b) Syntax error c) Programming structure d) Logic chart e) None of these

Last Answer : a) Programming language

Description : A mistake in an algorithm that causes incorrect results is called a a) logical error b) syntax error c) procedural error d) compiler error e) None of these

Last Answer : b) syntax error

Description : The errors that can be pointed out by the compiler are 1) Syntax error 2) Symantic error 3) Logical error 4) Internal error

Last Answer : 1) Syntax error

Description : A ...... contains specific rules and words that express the logical steps of an algorithm. 1) Programming Language 2) Programming Structure 3) Syntax 4) Logic chart

Last Answer : 3) Syntax

Description : The basic operations performed by a computers are- 1) Arithmetic Operation 2) Logical Opertaion 3) Storage and Relative 4) All the above

Last Answer : 4) All the above

Description : The basic operations performed by a computers are 1 Arithmetic Operation 2 Logical Opertaion 3 Storage and Relative 4 All the above

Last Answer : 4 All the above

Description : Which of the following is the logical topology? A) Bus B) Tree C) Star D) Both A and B

Last Answer : C) Star

Description : Which is the first AI program? a) The Logical Brain b) AlphaSense c) The Jarvis d) The Logic Theorist

Last Answer : d) The Logic Theorist

Description : Which is the first AI program? a) The Logical Brain b) AlphaSense c) The Jarvis d) The Logic Theorist

Last Answer : d) The Logic Theorist

Description : A digital investigator pursuing a line of investigation in a case because that line of Investigation proved successful in two previous cases is an example of: a. Logical reasoning b. Common sense c. Preconceived theory d. Investigator’s intuition

Last Answer : c. Preconceived theory

Description : .Which one is used for compute the logical inference algorithm? a. Validity b.Satisfiability c. Logical equivalence d.All of these

Last Answer : d.All of these

Description : C. P. U. consists of (1) Arithmetic and Logical unit and Register (2) Arithmetic and Logical unit, Register and Control unit (3) System unit and Memory (4) Hard disk and Control unit

Last Answer : Arithmetic and Logical unit, Register and Control unit

Description : The process of arranging data in logical sequence is called (1) Classifying (2) Reproducing (3) Summarizing (4) Sorting

Last Answer : Sorting