Questions

Q:

In the expansion phase of a business cycle

A) economy moves from peak to trough B) economy moves from contraction to peak
C) economy moves from trough to peak D) economy moves from trough to trough
 
Answer & Explanation Answer: C) economy moves from trough to peak

Explanation:

Business cycles are identified as having four distinct phases:

1. Expansion,

2. Peak,

3. Contraction, and

4. Trough.

Expansion is the phase of the business cycle when the economy moves from a trough to a peak. It is a period when the level of business activity surges and gross domestic product (GDP) expands until it reaches a peak. A period of expansion is also known as an economic recovery.

An expansion is characterized by increasing employment, economic growth, and upward pressure on prices.

Report Error

View Answer Report Error Discuss

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

1 2675
Q:

What are the different types of SQL statements ?

Answer

SQL statements are broadly classified into three. They are


1. DDL – Data Definition Language


DDL is used to define the structure that holds the data. For example, Create, Alter, Drop and Truncate table.


2. DML – Data Manipulation Language


DML is used for manipulation of the data itself. Typical operations are Insert, Delete, Update and retrieving the data from the table. The Select statement is considered as a limited version of the DML, since it can't change the data in the database. But it can perform operations on data retrieved from the DBMS, before the results are returned to the calling function.


3. DCL – Data Control Language


DCL is used to control the visibility of data like granting database access and set privileges to create tables, etc. Example - Grant, Revoke access permission to the user to access data in the database.

Report Error

View answer Workspace Report Error Discuss

4 2675
Q:

what are the hardware interrupts?

Answer

TRAP, RST7.5, RST6.5, RST5.5, INTR.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2675
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 2674
Q:

Important component that helps in clotting of the blood is called ____.

A) Haemoglobin B) Platelets
C) Serum D) Plasma
 
Answer & Explanation Answer: B) Platelets

Explanation:

Blood Platelets are the components of the blood that are helpful in clotting of the blood.

Report Error

View Answer Report Error Discuss

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

14 2674
Q:

Which is not a basic function of a cell?

A) stopping homeostasis from happening B) obtaining and storing energy
C) removing waste D) transferring genetic information
 
Answer & Explanation Answer: A) stopping homeostasis from happening

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

2 2674
Q:

Which is first city in the world to get its own Microsoft font in 2017 ?

A) India B) Iran
C) Dubai D) Iraq
 
Answer & Explanation Answer: C) Dubai

Explanation:

Dubai has become the first city in the world to get its own Microsoft font.

ii. Sheikh Hamdan bin Mohammed bin Rashid Al Maktoum, Dubai's Crown Prince and Chairman of the Executive Council, launched the Dubai Font recently.

iii. The font, available in three styles as 'Dubai', 'Dubai Medium' and 'Dubai Light', can be in italics, underlined and bold.

Report Error

View Answer Report Error Discuss

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

2 2674
Q:

What words are similar in meaning to Run?

A) Race B) Amble
C) Lope D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

All of the options given are synonyms of RUN.

 

Hence, Race, Amble, Lope are similar in meaning to the word Run.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

2 2673