Questions

Q:

What value should come in place of the question mark (?) in the following question?

?2% of 650 = 202 + 42

A) 8 B) 64
C) 8 D) 642
 
Answer & Explanation Answer: A) 8

Explanation:

?2=400+16650x100?= 8

Report Error

View Answer Report Error Discuss

0 19851
Q:

Arrange the following words according to the dictionary order

a. Approach

b. Appropriate

c. Approval

d. Approve

A) acdb B) abdc
C) cdab D) abcd
 
Answer & Explanation Answer: D) abcd

Explanation:
Report Error

View Answer Report Error Discuss

1 19845
Q:

As per Indian Protocol, who among the following ranks highest in the order of precedence?

A) Deputy Prime Minister B) Former President
C) Governor of a State within his state D) Speaker of Lok Sabha
 
Answer & Explanation Answer: C) Governor of a State within his state

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

49 19826
Q:

The output of the code below is

       #include <stdio.h>
        void main()
        {
            int i = 0, k;
            if ( i == 0 )
                goto label;
                for ( k = 0;k < 3; k++ )
                {
                    printf( "hin" );
                    label: k = printf( "%03d", i );
                }
         }

A) 0 B) hi hi hi 0 0 0
C) 0 hi hi hi 0 0 0 D) 0 0 0
 
Answer & Explanation Answer: A) 0

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 19767
Q:

 __________ networks are connected by telephones, underwater cables and satellites.

 

A) Typewriter B) DVD
C) Computers D) Washing Machine
 
Answer & Explanation Answer: C) Computers

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

9 19755
Q:

What are the typical elements of a process image?

Answer

User data: Modifiable part of user space. May include program data, user stack area, and programs that may be modified.


User program: The instructions to be executed.


System Stack: Each process has one or more LIFO stacks associated with it. Used to store parameters and calling addresses for procedure and system calls.


Process control Block (PCB): Info needed by the OS to control processes.

Report Error

View answer Workspace Report Error Discuss

14 19751
Q:

Which of the statements given below are correct?

A) Julio Granda won the Chess 2017 Women's World Chess Championship.

B) Australia hosted the Tennis 2017 Hopman Cup.

C) Max Verstappen won the Formula One 2017 Malaysian Grand Prix.

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

0 19747
Q:

Who is known as the father of Pentium Chip?

 

A) Vinod Krishnan B) Seymour I. Rubinstein
C) Sanjay Mokashi D) Vinod Dham
 
Answer & Explanation Answer: D) Vinod Dham

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: Bank Exams

0 19747