Questions

Q:

I always run but never walk, often murmur, never talk, have a bed but never sleep, have a mouth but never eat. Who am I?

I_always_run_but_never_walk,_often_murmur,_never_talk,_have_a_bed_but_never_sleep,_have_a_mouth_but_never_eat1551358331.jpg image

A) Forest B) Fire
C) River D) Mountain
 
Answer & Explanation Answer: C) River

Explanation:

River.

It always runs  or flows but never walks.

It will sound like murmuring but never talks.

It has bed but never sleeps.

It has mouth but never eats.

Report Error

View Answer Report Error Discuss

6 3503
Q:

The popular Access Method for computer network is

A) Ethernet B) Token Ring
C) Bus Token D) None
 
Answer & Explanation Answer: B) Token Ring

Explanation:
Report Error

View Answer Report Error Discuss

14 3503
Q:

Would a resume writing service help?

Answer

With the resume guides and free advice there's you don't need to visit a resume service. Resume services vary from excellent to horrible and picking one can be challenging. So be cautious and do your homework before you decide to spend your hard earned money.


 It is not easy to truthfully mask deficiencies in specified experience on the resume since many companies use trained professionals or software to screen resumes and programs. They often search for key phrases. The secret is by using the important thing words without coldly laying. Should you did lab work included in college training you might have the ability to portray it a way to enable you to get beyond the rater.


For instance you most likely had classes in which you increased cultures and processed the outcomes. I'm not counseling you to definitely fabricate experience, but to condition individuals processes that you simply really carried out within the lab in school. When you are the job interview, you'll have to convince them that you could carry out the needed responsibilities with minimal training, so do your homework and obtain advice from experienced people. Join some groups on the internet that debate the kind of work you're searching for so you are aware of may use the abbreviations and buzzwords properly.During these occasions of high unemployment you're competing with many different experienced employees Possibly you'll find an internship or volunteer in the hospital or clinic to improve your experience when you are using for jobs. Even when it's washing test tubes, you'd be presently working in a lab.


Finally although it is not easy to request for feedbackcontact the HR department or send an e-mail and request for feedback regarding how to enhance your resume, and then any other tips they can provide you with. I remember when i was employing graduate engineers and many in one college listed exactly the same professor for any reference. The professor was bad reference, however the students never understood it. When they requested me for feedback All I possibly could let them know ended up being to check their references. Furthermore, I'd request someone with HR experience to examine your resume and provide you with honest feedback. (Possibly your college includes a research lab, or visit one which does) Also using for income in this tight economy is one thing like roulette, the greater resumes you signal the improve your chances to obtain an interview. Or you may choose resume writing service here:  https://sites.google.com/site/top5resumewritingservices/

Report Error

View answer Workspace Report Error Discuss

26 3502
Q:

The project life cycle can be broken into five phases that tend to overlap with each other frm one phase to another;however ,the control phase does not overlap with a specific phase. why?

A) Change control management is seperate from the other phases B) Change control management has a plan that can be usede throughout the initiation, planning, execution, and closeout of the project
C) Because the project sponsor is responsible for change control management , the project manager is not involved with that phase of the project D) Change control extends throughout the entire project from initiation to closeout
 
Answer & Explanation Answer: D) Change control extends throughout the entire project from initiation to closeout

Explanation:

Change control management is utilized from the begining to the end of the project in order to keep it focused with an emphasis on the time and budget. Answer A is incorrect because change control management is not seperate from the other phases. Answer B is incorrect because the control plan must be throughout the other phases of a project. Its usage is not optional, and consistent utilization is imperative to managing scope creep and other scope expansions. Answer C is incorrect because the project sponsors is generally not responsible for the change control documentation, although it should be involved in the buy-in and approval process.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

0 3502
Q:

What will be output of following c code?

void main()
{
struct bitfield
{
unsigned a:5;
unsigned c:5;
unsigned b:6;

}bit;
char *p;
struct bitfield *ptr,bit1={1,3,3};
p=&bit1;
p++;
clrscr();
printf("%d",*p);
getch();
}

Answer

Output: 12

Explanation:
Binary value of a=1 is 00001 (in 5 bit)
Binary value of b=3 is 00011 (in 5 bit)
Binary value of c=3 is 000011 (in 6 bit)

In memory it is represented as:
Let address of bit1 is 500 which initialize to char pointer p. Since can is one byte data type so p++ will be 501. *p means content of memory location 501 which is (00001100) and its binary equivalent is 12. Hence output is 12.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3502
Q:

Who is now the World’s Second Richest Person ?

A) Amancio Ortega B) Warren Buffett
C) Jeff Bezos D) Bill Gates
 
Answer & Explanation Answer: C) Jeff Bezos

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

5 3501
Q:

Which tennis player has won the Grand Slam title in men's singles 2019?

A) Rafael Nadal B) Roger Federer
C) Novak DJokovic D) Daniil Medvedev
 
Answer & Explanation Answer: A) Rafael Nadal

Explanation:

Rafael Nadal defeated Daniil Medvedev in the men's singles title at the 2019 US Open. It was Nadal's 19th Grand Slam singles title, and fourth US Open title.

Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

38 3499
Q:

When is International Talk Like a Pirate Day is observed?

A) December 11 B) September 16
C) March 8 D) September 19
 
Answer & Explanation Answer: D) September 19

Explanation:
Report Error

View Answer Report Error Discuss

37 3498