Questions

Q:

What is the output of this C code?

        #include <stdio.h>
        void main()
        {
            int y = 3;
            int x = 5 % 2 * 3 / 2;
            printf("Value of x is %d", x);
        }

A) Value of x is 1 B) Value of x is 2
C) Value of x is 3 D) Compile time error
 
Answer & Explanation Answer: A) Value of x is 1

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

2 18801
Q:

What is page cannibalizing?

Answer

Page swapping or page replacements are called page cannibalizing.

Report Error

View answer Workspace Report Error Discuss

37 18792
Q:

How many times did Geet Sethi win the IBSF World Billiards title?

A) 2 B) 3
C) 4 D) 5
 
Answer & Explanation Answer: B) 3

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

66 18759
Q:

Define latency, transfer and seek time with respect to disk I/O.

Answer

Seek time is the time required to move the disk arm to the required track. Rotational delay or latency is the time it takes for the beginning of the required sector to reach the head. Sum of seek time (if any) and latency is the access time. Time taken to actually transfer a span of data is transfer time.

Report Error

View answer Workspace Report Error Discuss

27 18752
Q:

Who among the following is not a recipient of Dada Saheb Phalke Award

A) V.Shantaram B) Raj Kapoor
C) Ramanand Sagar D) Ashok Kumar
 
Answer & Explanation Answer: C) Ramanand Sagar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

21 18747
Q:

Which of the statements given below are correct?

 

A) In 2018 IPL auctions, Sunrisers Hyderabad retained David Warner.

B) In 2017 Pro Kabaddi League, Rohit Kumar played for Bengaluru Bulls.

C) Lewis Hamilton won the Formula One 2017 Azerbaijan Grand Prix.

 

A) Only A B) Only B
C) Both A and B D) A, B and C
 
Answer & Explanation Answer: C) Both A and B

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

0 18721
Q:

The Indus Valley houses were built of

A) Pucca bricks B) Stone
C) Wood D) all of these
 
Answer & Explanation Answer: A) Pucca bricks

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

63 18706
Q:

Crack the Logical Password of the Mobile ?

logical_password1510123219.jpg image

Answer

65292


1st digit is 3 x 2 = 6


3rd digit is 5-3 = 2


4th digit is 5+4 = 9 


6+5 = 2+9 = 9+2 = 11

Report Error

View answer Workspace Report Error Discuss

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

72 18681