Questions

Q:

What is the name of the law for the storage and use of data in the UK?

Answer

Data Protection Act

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 3535
Q:

The first animal to go into space was

Answer

Dog

Report Error

View answer Workspace Report Error Discuss

17 3534
Q:

 Which of the following improves a query's processing time?

A) Write complex queries. B) Combine a table with itself.
C) Query one query within another. D) Use compatible data types.
 
Answer & Explanation Answer: D) Use compatible data types.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

0 3534
Q:

When did East African Development Bank come into force

A) 1967 B) 1980
C) 1982 D) 1983
 
Answer & Explanation Answer: A) 1967

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

7 3533
Q:

Which is not a topography produced by volcanocity

A) Cones B) Crater
C) Caldera D) Cirque
 
Answer & Explanation Answer: D) Cirque

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

0 3533
Q:

How would you dynamically allocate a 2-D array of integers?

Answer

#include "alloc.h"


#define MAXROW 3


#define MAXcol 4


main()


{


        int *p, i, J;


        p = (int *) malloc (MAXROW * MAXCOL * sizeof (int));


         for ( i=0; i < MaxROW ; i++)


         {


                for (j=0; j < MAXCOL ; j++)


                { 


                      p [ i * MAXCOL + j] = i;


                       printf ( "%d", p [i * MAXCOL + j] );


                 }


                  printf ("\n");


          }


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3532
Q:

Name the player who became the first Indian javelin thrower to claim a gold medal at the Commonwealth Games 2018.

A) Neeraj Chopra B) Ankur Mittal
C) Seema Antil D) Annu Rani
 
Answer & Explanation Answer: A) Neeraj Chopra

Explanation:

Neeraj Chopra became the first Indian javelin thrower to claim a gold medal at the Commonwealth Games, with a season’s best effort of 86.47m in the final. The 20-year-old junior world champion had made the final after achieving the qualifying mark in his very first throw.

Report Error

View Answer Report Error Discuss

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

1 3530
Q:

You can see me in water, but I never get wet.

Answer

A reflection.

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: TOEFL , CAT , Bank Exams
Job Role: Bank Clerk , Bank PO

18 3530