Questions

Q:

Which of the statements given below are correct?

 

A) Valentino Rossi won the Motorcycle race 2017 Dutch TT MotoGP.

B) Germany hosted the 2017 AIBA World Boxing Championships.

C) In 2017 Pro Kabaddi League, Surjeet Singh played for Bengal Warriors.

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

0 20054
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 20037
Q:

Cobalt - 60 is commonly used in radiation therapy because it emits

A) alpha - rays B) beta rays
C) gamma rays D) X - rays
 
Answer & Explanation Answer: C) gamma rays

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

94 20023
Q:

Which of the statements given below are correct?

 

A) Belgium hosted the Table Tennis 2017 ITTF Men's World Cup.

 

B) In 2017, Giannis Antetokounmpo played for the NBA team Milwaukee Bucks.

 

C) United Arab Emirates hosted the 2017 Indoor Cricket World Cup.

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

0 20002
Q:

Which of the statements given below are correct?

 

A) Lewis Hamilton won the Formula One 2017 Chinese Grand Prix.

B) Belgium hosted the Tennis 2017 Davis Cup Final.

C) Sebastian Vettel won the Formula One 2017 Brazilian Grand Prix.

 

A) Both A and C B) Both B and C
C) A, B and C D) None of these
 
Answer & Explanation Answer: A) Both A and C

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

3 19975
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

26 19970
Q:

What will be output when you will execute following c code?

#include <stdio.h>
enum actor

{
    SeanPenn=5,
    AlPacino=-2,
    GaryOldman,
    EdNorton
};
void main()

{
     enum actor a=0;
     switch(a)

      {
         case SeanPenn:  printf("Kevin Spacey");
                         break;
         case AlPacino:  printf("Paul Giamatti");
                         break;
         case GaryOldman:printf("Donald Shuterland");
                         break;
         case EdNorton:  printf("Johnny Depp");
      } 
}

A) Kevin Spacey B) Paul Giamatti
C) Donald Shuterland D) Johnny Depp
 
Answer & Explanation Answer: D) Johnny Depp

Explanation:

Default value of enum constant
GaryOldman = -2 +1 = -1
And default value of enum constant
EdNorton = -1 + 1 = 0
Note: Case expression can be enum constant.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 19966
Q:

Which of the statements given below are correct?

 

A) In 2017, David Warner captained the IPL team Sunrisers Hyderabad.

B) In 2017, Romelu Lukaku played for the Premier League team Manchester City.

C) Canada hosted the Table Tennis 2017 ITTF Men's World Cup.

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

1 19946