Questions

Q:

Which of the following does NOT describe a musical motive?

A) A melodic or rhythmic fragment. B) The reason for playing softly.
C) A short musical idea. D) The basis for development in a musical piece.
 
Answer & Explanation Answer: B) The reason for playing softly.

Explanation:

"The reason for playing softly" is not a motive. Motives are the building blocks for large forms composed during the common practice period and, for some, beyond. Composers who used motives would include Beethoven, Mozart, Schubert, Mendelssohn and Brahms.

Report Error

View Answer Report Error Discuss

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

1 2889
Q:

Select the synonym of
troll

A) spruce B) suave
C) gnome D) dapper
 
Answer & Explanation Answer: C) gnome

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams , CAT

2 2889
Q:

The constitution of India describes India as

A) Unitary B) A quasi - federal
C) Union of States D) A Federation
 
Answer & Explanation Answer: C) Union of States

Explanation:

The Article - I of the constitution of India describes India as Union of States.

Report Error

View Answer Report Error Discuss

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

4 2888
Q:

Answer the following Program

#define CHARSIZE 8

#define MASK(y) (1 << y % CHARSIZE)

#define BITSLOT (y) (y / CHARSIZE)

#define SET(x,y) ( x[BITSLOT(y)] = MASK(y) )

#define TEST(x,y) ( x[BITSLOT(y)] & MASK(y) )

#define NUMSLOTS(n) ((n + CHARSIZE - 1) / CHARSIZE)

 

Give the above macros how would you

1. declare an array arr of 50 bits

2. put the 20th bit on

3. test whether the 40th bit is on or off

Answer

1. char arr[NUMSLOTS(50)];


2. SET (arr, 20);


3. if (TEST (arr, 40))

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2887
Q:

Which of the following is a feature of leptin?

A) It acts primarily on the brain B) It is secreted by the brain and acts on fat cells
C) It is an enzyme D) It is usually deficient in thin people
 
Answer & Explanation Answer: B) It is secreted by the brain and acts on fat cells

Explanation:
Report Error

View Answer Report Error Discuss

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

1 2886
Q:

If there is a lock on an adjacent key, an insert will fail if the isolation level is set to what?

A) committed read B) repeatable read
C) share read D) indexed read
 
Answer & Explanation Answer: B) repeatable read

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: IBM Certification

1 2886
Q:

Tertali is a folk dance of _____.

A) Chhattisgarh B) Madhya Pradesh
C) Manipur D) Karnataka
 
Answer & Explanation Answer: B) Madhya Pradesh

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Culture
Exam Prep: Bank Exams

5 2885
Q:

Who has become the first ever Indian shuttler to enter a badminton final at the Asian Games?

A) Saina Nehwal B) PV Sindhu
C) Hima Das D) None of the above
 
Answer & Explanation Answer: B) PV Sindhu

Explanation:
Report Error

View Answer Report Error Discuss

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

2 2885