Questions

Q:

The Indus valley people traded with the

A) Chinese B) Mesopotamians
C) Parthians D) Romans
 
Answer & Explanation Answer: B) Mesopotamians

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

12 8917
Q:

India is the seventh largest country in the world and it covers a total area of approximately________

A) 2700000 sq.km B) 3000000 sq.km
C) 3200000 sq.km D) 3600000 sq.km
 
Answer & Explanation Answer: C) 3200000 sq.km

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

11 8916
Q:

What symbol is used to enter number as text?

A) = B) "
C) ' D) _
 
Answer & Explanation Answer: C) '

Explanation:

Apostrophe(‘) symbol is used before a number to make it a text or label.

Report Error

View Answer Report Error Discuss

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

26 8913
Q:

How do you stay up to date with fashion?

Answer

Designers stay current by reading magazines, browsing the internet, attending fashion shows, and studying technical manuals. They study the history of fashion to better understand its development and current tendencies.

Report Error

View answer Workspace Report Error Discuss

8 8912
Q:

Are you computer literate in relation to fashion design? Would you be able to use software to produce designs?

Answer

Be frank. Some established designers use no or little computer software in their work. Others rely heavily on technology (CAD). Simply explain how you work. If you are an efficient designer, your use of computer software will not be relevant.

Report Error

View answer Workspace Report Error Discuss

7 8911
Q:

Undefined reference to 'pthread_create'

How to Fix this error?

Answer

This is a common error while compiling C program in Linux. This error occurs when you are using pthread_create function to create threads in your programs.


To fix this problem ensure following points:
Include header file pthread.h in your program.
Add –lpthread linker flag with compilation command.
1- Include Header file
#include <stdio.h>
#include <pthread.h>
...
...
2- Compile command
gcc main.c -o main -lpthread

Report Error

View answer Workspace Report Error Discuss

24 8911
Q:

The main element used in the vulcanisation of rubber is

A) nickel B) copper
C) sulphur D) graphite
 
Answer & Explanation Answer: C) sulphur

Explanation:

In vulcanization, cruder rubber is heated with 3% sulphur at about for 1200C for 2-3 hours.

Vulcanised rubber is a vastly improved product.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , GATE

9 8908
Q:

Puzzle : Identical Balls

There are 8 identical balls. In that one of the ball is overweight. There are only two chances to weigh in the weighing machine. How to find the overweight ball?

Answer

First weigh 3 against 3 balls. If the ball contains among these six balls, then take the three balls which weighed over, and weigh the ball 1 against 1. If the balls are not equal and any one of the ball weighs more, that is the overweight ball, else the one among the three which is not weighed is the ball. If the 3 against 3 balls were equal, then weigh the 2 balls, then the overweight ball will be found.

Report Error

View answer Workspace Report Error Discuss

Subject: Math Puzzles

36 8901