Questions

Q:

Who is the new president and CEO of Nokia?

Answer

Rajeev Suri

Report Error

View answer Workspace Report Error Discuss

2 2670
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 2669
Q:

'agdrne' correct word is

 

A) Redgan B) Dengar
C) Garden D) Regdan
 
Answer & Explanation Answer: C) Garden

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Missing letters puzzles
Exam Prep: Bank Exams

11 2669
Q:

Which option is an example of expository writing?

A) A novel about a young girl caught up in the Civil War B) A nonfiction book about the history of the Civil War
C) A poem written about the soldiers who fought in the Civil War D) A movie review of a dramatic film about the Civil War
 
Answer & Explanation Answer: B) A nonfiction book about the history of the Civil War

Explanation:
Report Error

View Answer Report Error Discuss

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

0 2669
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

4 2668
Q:

Project Time Management - Processes

Describe the Inputs, Tools and Techniques, Outputs of Activity Definition ?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Project scope statement

  • Work breakdown structure

  • WBS dictionary

  • Project management plan


II. Tools and Techniques



  • Decomposition

  • Templates

  • Rolling wave planning

  • Expert judgment

  • Planning component


III. Outputs



  • Activity list

  • Activity attributes

  • Milestone list

  • Requested changes

Report Error

View answer Workspace Report Error Discuss

0 2665
Q:

which of the following represents a set of properties that guarantee that database transactions are processed reliably in computer science ?

A) Buffer Cache B) ACID
C) Foreign Key D) None
 
Answer & Explanation Answer: B) ACID

Explanation:

ACID means (Atomicity, Consistency, Isolation, Durability) is a set of properties of database transactions intended to guarantee validity even in the event of errors, power failures, etc.

In the context of databases, a sequence of database operations that satisfies the ACID properties and, thus, can be perceived as single logical operation on the data, is called a transaction. For example, a transfer of funds from one bank account to another, even involving multiple changes such as debiting one account and crediting another, is a single transaction.

Report Error

View Answer Report Error Discuss

Filed Under: IBM Certification
Job Role: Analyst , IT Trainer

6 2665
Q:

Munda is a folk dance of _____.

A) Arunachal Pradesh B) Jharkhand
C) Chhattisgarh D) Haryana
 
Answer & Explanation Answer: B) Jharkhand

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

1 2664