Questions

Q:

Where does a computer add and compare data?

A) CPU chip B) Hard disk drive
C) Memeory chip D) Disc drive
 
Answer & Explanation Answer: A) CPU chip

Explanation:

Central Processing Unit is the main part of the computer.

 

where_does_a_computer_add_and_compare_data1553491569.jpg image

 

CPU chip or main processor is that part in the computer which performs or executes all the instructions or programs.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

5 8379
Q:

19 C in a CB

Answer

19 C in a CB means 19 Coins in a Carrom Board.


We have 9 white coins, 9 black coins and one red coin in a carrom board.

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO

19 8376
Q:

The Constitution of India was completed on

A) Feb 11,1948 B) Nov 26, 1949
C) Jan 26, 1950 D) None of these
 
Answer & Explanation Answer: B) Nov 26, 1949

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

14 8375
Q:

In which one of the following cities can one never have the sunshine directly overhead at noon ?

A) Bangaluru B) Mumbai
C) Vishakhapatnam D) Delhi
 
Answer & Explanation Answer: D) Delhi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

20 8375
Q:

Who owns the rights for Pizza Hut, Cream Bell and Costa Coffee in India?

A) Ashok Chauhan B) Anu Agha
C) Ravi Jaipuria D) Nikhil Meswani
 
Answer & Explanation Answer: C) Ravi Jaipuria

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

26 8374
Q:

Who termed the Indian Constitution as  "Quasi Federal" ?

A) D.D. Basu B) K.C. Wheare
C) Ivor Jennings D) M.V. Paylee
 
Answer & Explanation Answer: B) K.C. Wheare

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

31 8373
Q:

What mathematical symbol can be placed between 5 and 9, to get a number greater than 5 and smaller than 9?

Answer

decimal point [i.e, 5.9]

Report Error

View answer Workspace Report Error Discuss

Subject: Number Puzzles

48 8372
Q:

Which dml command is used in conjunction with @@identity?

A) INSERT and UPDATE B) UPDATE and DELETE
C) SCOPE_IDENTITY and IDENT_CURRENT D) Commit and rollback
 
Answer & Explanation Answer: C) SCOPE_IDENTITY and IDENT_CURRENT

Explanation:

Using automatically incrementing IDENTITY columns is very popular with database developers. You don’t need to explicitly calculate unique surrogate keys when inserting new data, the IDENTITY column functionality does that for you. The IDENTITY feature also allows you to specify useful Seed and Increment properties. When you use an INSERT statement to insert data into a table with an IDENTITY column defined, SQL Server will generate a new IDENTITY value.

 

You can use the @@IDENTITY variable and the SCOPE_IDENTITY and IDENT_CURRENT functions to return the last IDENTITY value that has been generated by SQL Server. This is very useful when you need to return the key for the row that has just been inserted, back to the caller.

Report Error

View Answer Report Error Discuss

20 8360