Questions

Q:

The FROM SQL clause is used to 

A) specify what table we are selecting or deleting data FROM B) specify search condition  
C) specify range for search condition   D) None of these
 
Answer & Explanation Answer: A) specify what table we are selecting or deleting data FROM

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

40 2724
Q:

Which of the following is an instance of informative speaking?

A) a student sharing ideas about leadership based on a book she has read B) a student on stage telling jokes during the intermission of a play
C) a student urging an instructor to reconsider the due date for an assignment D) All of the above
 
Answer & Explanation Answer: A) a student sharing ideas about leadership based on a book she has read

Explanation:

Informative Speaking is a 10-minute presentation written and performed by the student. Informative requires students to balance that content with delivery and style.

Here in the given options, option A) a student sharing ideas about leadership based on a book she has read, is an instance of informative speaking.

 

Students in Informative must be articulate, engaging, and smooth with their delivery at both a vocal and physical level.

Report Error

View Answer Report Error Discuss

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

2 2724
Q:

Which statement best describes the electronegativity of an element?

A) Electronegativity of an atom is it's ability to produce energy while losing an electron. B) Electronegativity of an atom is it's ability to attract electrons during bond formation.
C) Electronegativity of an atom is it's ability to lose electrons during cation formation. D) Electronegativity of an atom is it's ability to share electrons during a covalent bond formation.
 
Answer & Explanation Answer: B) Electronegativity of an atom is it's ability to attract electrons during bond formation.

Explanation:

Electronegativity, is a chemical property that describes the tendency of an atom to attract a shared pair of electrons (or electron density) towards itself.

Report Error

View Answer Report Error Discuss

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

1 2724
Q:

Correct word of ahmpabja?

Answer

ABP Majha is the correct word of the given jumbled word.

Report Error

View answer Workspace Report Error Discuss

Subject: English Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

0 2723
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 2723
Q:

To evaluate a piece of media means to

A) disseminate the contents to a wide audience B) communicate the information to a group of people
C) express the main idea in a clear and specific way D) judge the purpose and message in a thoughtful way
 
Answer & Explanation Answer: D) judge the purpose and message in a thoughtful way

Explanation:
Report Error

View Answer Report Error Discuss

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

3 2723
Q:

A conception of right and wrong is

Answer

A conception of right and wrong is the definition of Ethics.


ethics1532426546.jpg image


Ethics are societal norms adopted by a group which deals with the fundamental human relation ships.

Report Error

View answer Workspace Report Error Discuss

Subject: General Awareness Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 2723
Q:

What is virtual path?

Answer

Along any transmission path from a given source to a given destination, a group of virtual circuits can be grouped together into what is called path.

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

0 2722