Advertisement

cs201 fall 2009 latest paper

Midterm of cs201 latest

Question No: 1 ( Marks: 1 ) - Please choose one

In C/C++ the string constant is enclosed

► In curly braces

► In small braces

► In single quotes

► In double quotes

Question No: 2 ( Marks: 1 ) - Please choose one

The size of int data type is

► 1 bytes

► 2 bytes

► 3 bytes

► 4 bytes

Question No: 3 ( Marks: 1 ) - Please choose one

In Flow chart process is represented by

► Rectangle

► Arrow symbol

► Oval

► Circle

Question No: 4 ( Marks: 1 ) - Please choose one

If the break statement is missed in switch statement then,

► The compiler will give error

► This may cause a logical error

► No effect on program

► Program stops its execution

Question No: 5 ( Marks: 1 ) - Please choose one

When we are using const keyword with a variable x then initializing it at the time of declaration is,

► Must

► Optional

► Not necessary

► A syntax error

Question No: 6 ( Marks: 1 ) - Please choose one

Which of the following is the correct way to assign an integer value 5 to element of a matrix say ‘m’ at second row and third column?

m[2][3] = 5 ;

m[3][2] = 5 ;

m[1][2] = 5 ;

m[2][3] = ‘5’;

Question No: 7 ( Marks: 1 ) - Please choose one

How many total elements must be in two-dimensional array of 3 rows and 2 columns?

► 4

► 5

► 6

► 7

Question No: 8 ( Marks: 1 ) - Please choose one

Which of the following is the correct statement for the following declaration?

const int *ptr.

ptr is a constant pointer

►ptr is constant integer pointer

►ptr is a constant pointer to int

►ptr is a pointer to const int

Question No: 9 ( Marks: 1 ) - Please choose one

Consider the following code segment. What will be the output of this code segment?

int arr[6] = {2, 3, 7, 4, 5, 6} ;

int *ptr1 =&arr[1] ;

int *ptr2 = &arr[4] ;

cout << (ptr2-ptr1) ;

► 3

► 9

► 12

► 2

Question No: 10 ( Marks: 1 ) - Please choose one

What will be the correct syntax to assign an array named arr of 5 elements to a pointer ptr?

*ptr = arr ;

►ptr = arr ;

►*ptr = arr[5] ;

►ptr = arr[5] ;

Question No: 11 ( Marks: 1 ) - Please choose one

C is a/an ______ language

►low level

►object based

►object oriented

►function oriented

Question No: 12 ( Marks: 1 ) - Please choose one

►.exe

►.txt

►.h

►.c

Question No: 13 ( Marks: 1 ) - Please choose one

The variables having a name, type and size are just like empty boxes.

►False

►True

Question No: 14 ( Marks: 1 ) - Please choose one

What's wrong with this for loop?

for (int k = 2, k <=12, k++)

► the increment should always be ++k

► the variable must always be the letter i when using a for loop

► there should be a semicolon at the end of the statement

► the commas should be semicolons

Question No: 15 ( Marks: 1 ) - Please choose one

Most efficient method of dealing with structure variables is to define the structure globally

True

►False

Question No: 16 ( Marks: 1 ) - Please choose one

Syntax of union is identical to ______

Structure

Class

Function

None of the given options

Question No: 17 ( Marks: 1 )

Suppose ‘z’ is a variable of type int. What will be the result of x = 27/4:

Question No: 18 ( Marks: 1 )

Give the general syntax of definition of structure.

Question No: 19 ( Marks: 2 )

Consider the structure

struct Customer

{

int custnum;

int salary;

float commission;

};

A programmer wants to assign 2000 for the structure member salary in the above example of structure Customer with structure variable cust1 What line of code should he write

Question No: 20 ( Marks: 3 )

What is compiler?

Question No: 21 ( Marks: 5 )

What is the difference between while and for loop?

Question No: 22 ( Marks: 10 )

Write a void function( ); that takes integer numbers from the user and then displays the sum of odd and even numbers entered by the user. Your program should terminate if user enters a negative number

MGT501- Human Resource Management Fall 2009 Mid Term MGT501- Human Resource Managemen

Question No: 1 ( Marks: 1 ) - Please choose one

Organizational Behavior is a study of investigating the impact of:

Employees' behavior in an organization

Societal behavior on an organization

Country's culture on an organization

Country's economy on an organization

Question No: 2 ( Marks: 1 ) - Please choose one

Which of the following term is used to identify, "what the job holder does"? "how it is done"? & "why it is done"?

Job specification

Job evaluation

Job description

Job title

Question No: 3 ( Marks: 1 ) - Please choose one

Which of the following term is used to identify the physical & mental skills, required to perform by an individual within a particular position in an organization?

Job title

Job specification

Job description

Job evaluation

Question No: 4 ( Marks: 1 ) - Please choose one

Jobs are compensated on the basis of:

Job analysis

Job specification

Job worth

Job description

Question No: 5 ( Marks: 1 ) - Please choose one

_______________ is the main source of innovations.

Upgraded technology

Human mind

Competitors' pressure

Research & Development

Question No: 6 ( Marks: 1 ) - Please choose one

Which of the following HR function is the basic element of recruitment?

► Attract the job applicants for the particular post

► Select the best one among all applicants

► Train the people as per organizational requirements

► Fire the non-performing employees

Question No: 7 ( Marks: 1 ) - Please choose one

“A person is known by the company he/she keeps”; is well described by which of the term?

Prejudice

Stereotype

Introversion

Extroversion

Question No: 8 ( Marks: 1 ) - Please choose one

Terms "Interpersonal skills" and "Human skills" are used for:

Two different skills

Different managerial skills

Operational skills

Same managerial skills

Question No: 9 ( Marks: 1 ) - Please choose one

Which of the following abilities are categorized as the Technical skill of an individual?

Judgment & creativity

Analysis & communication

Knowledge & proficiency

Innovation & advancement

Question No: 10 ( Marks: 1 ) - Please choose one

The intellectual & mechanical process used by an organization to transform inputs into outputs is termed as:

Task

People

Structure

Technology

Question No: 11 ( Marks: 1 ) - Please choose one

Under which of the following authority, an HR manager took the decision to provide training to its employees regarding the operations of newly installed machine?

Staff

Functional

Line

Implied

Question No: 12 ( Marks: 1 ) - Please choose one

Which one of the following is NOT the benefit of making teams?

Every member is mutually accountable within a team

Teams enable organizations to better utilize employees' talents

Teams create trust and a collaborative culture

Teams always perform better than individuals in all situations

Question No: 13 ( Marks: 1 ) - Please choose one

Which one of the following is NOT the characteristic of a Virtual Team?

Lack of nonverbal signals

Limited social contact

Increased social relationship

Ability to overcome time and space constraints

Question No: 14 ( Marks: 1 ) - Please choose one

Which of the following functions of HRM deals with 'Collective Bargaining'?

Staffing

Forcasting

Employee-assistance management

Employee-relations management

Question No: 15 ( Marks: 1 ) - Please choose one

'There is no need to make any new appointment'; therefore, the organization has transfered Mr. Azam to another branch. This step of the organization is taken to:

Increase the labor supply than demand

Maintain the balance of labor supply and demand

Decrease the labor supply than demand

Devastate the balance of labor supply and demand

Question No: 16 ( Marks: 1 ) - Please choose one

A test conducted to ensure the biological fitness of an individual by identifying the presence of any inherited diseases like diabetese, heart diseases, neurological disorders etc, is termed as:

Hereditary testing

► Gene testing

► Instinct testing

► Genetic testing

Question No: 17 ( Marks: 1 ) - Please choose one

Which of the given employment testing approach requires individuals to perform activities similar to those they might encounter in an actual job?

► In-basket technique

► Role playing

► Interview simulations

► Case study

Question No: 18 ( Marks: 1 ) - Please choose one

According to which of the following interview type, several applicants are being interviewed by one or more company representatives?

► One-to-one interview

► Panel interview

► Group interview

► Stress interview

Question No: 19 ( Marks: 1 ) - Please choose one

'Material wastage has increased to greater extent due to using outdated machinery'. This issue can be resolved by:

Train machine operators regarding its operations

Replacing the existing machinery with the new one

Using new raw material in production

No action is required as it is not a noticeable issue

Question No: 20 ( Marks: 1 ) - Please choose one

Previous company records & customer satisfaction surveys may serve as a source for:

Cultivating learning culture within the organization

Determining deficiencies that require training

Developing career development plans for employees

Identifying training outcomes through evaluation

Question No: 21 ( Marks: 1 ) - Please choose one

Evaluation of training program is conducted:

At the initial stage while design a training

Prior to need assessment phase

Parallel to design a training content

At the last stage of training

Question No: 22 ( Marks: 1 ) - Please choose one

HR managers play vital role in:

Setting production targets

Formulating strategies

Publishing financial statements

Preparing reports for shareholders

Question No: 23 ( Marks: 1 ) - Please choose one

Which of the following are the groups of social nature that are formed around friendship and common interests?

Formal

Structured

Informal

Unstructured

Question No: 24 ( Marks: 1 ) - Please choose one

Initially the personnel department was only involved in:

Recruitment & selection

Compensation & benefits

Training & development

Scheduling vacations

Question No: 25 ( Marks: 1 ) - Please choose one

'Career counseling' is part of which of the following functions of HRM?

Compensation & benefits

Planning & selection

Training & development

Maintainence of HRIS

Question No: 26 ( Marks: 1 ) - Please choose one

'Fair employment legislation' is applicable to which of the following?

Collective bargaining

Planning & selection

Training & development

Grapevine network

Question No: 27 ( Marks: 1 ) - Please choose one

Which one of the following is NOT included in 'Training and Development'?

Orientation

Career development

Employee education

Recruitment

Question No: 28 ( Marks: 1 ) - Please choose one

Jamal Enterprises' top management refused to consider its female marketing manager for the post of Vice President. This action of the company is representing which of the following?

Gender discrimination

Legal consideration

Reverse discrimination

Glass ceiling effect

Question No: 29 ( Marks: 1 ) - Please choose one

The process of discovering potential candidates for actual or anticipated organizational vacancies is known as:

HR planning

Job analysis

Recruitment

Selection

Question No: 30 ( Marks: 1 ) - Please choose one

The hiring process comprises which of the following steps?

Selection, Recruitment & performance appraisals

Recruitment, Selection & Socialization

Selection, Orientation & Development

Job analysis, Selection & Training

Question No: 31 ( Marks: 1 ) - Please choose one

Which of the following defines the process of 'Recruitment'?

Forecasting the demand of human resources

Forecasting the supply of human resources

Discovering potential job candidates for a particular position

Making a “hire” or “no hire” decisions

Question No: 32 ( Marks: 1 ) - Please choose one

The number of people hired for a particular job compared to the number of individuals in the applicant pool is often expressed as:

► Application ratio

► Recruitment ratio

► Selection ratio

► Employment ratio

Question No: 33 ( Marks: 1 ) - Please choose one

The extent to which an employment selection test provides consistent results is known as:

► Reliability

► Dependability

► Consistency

► Trustworthiness

Question No: 34 ( Marks: 1 ) - Please choose one

Which of the following test indicates the person’s inclination towards a particular occupation that provides satisfaction to that individual?

Vocational interest test

Cognitive aptitude test

Personality test

Psychomotor abilities test

Question No: 35 ( Marks: 1 ) - Please choose one

All of the following areas are covered in an employee orientation program, EXCEPT:

Organizational history

Employee benefits

Organizational issues

Organizational politics

Question No: 36 ( Marks: 1 ) - Please choose one

Which of the following term reflects the process of preparing organizational people according to the future needs?

Learning

Training

Development

Need analysis

Question No: 37 ( Marks: 1 ) - Please choose one

Which of the following term best represents the individuals who have interests in an organization and are influenced by it?

Workforce

Stakeholders

Customers

Stockholders

Question No: 38 ( Marks: 1 ) - Please choose one

Mr. Ahmed was working as a computer operator, but he was unable to work in Ms Excel with the required speed. Due to this reason management has forcefully retired him & appointed a new person to replace him, the company is said to be indulged in:

Rightsizing

Affirmative action

Downsizing

Discrimination

Question No: 39 ( Marks: 1 ) - Please choose one

“Self-motivated & result oriented individuals with sound knowledge of combined cycle gas turbine power plant operations and practical experience of mechanical, electrical and I&C maintenance of plant.”

This section of job advertisement represents which of the given term?

Job analysis

Job description

Job specification

Job evaluation

Question No: 40 ( Marks: 1 ) - Please choose one

Which of the following statement represents "effectiveness"?

Achieve most output in less time

Achieve mass production

Achieve most output with least input

Achieve organizational goals

Question No: 41 ( Marks: 10 )

How hesitation among newly hired employees can be eliminated through socialization within an organization?

Socialization: In order to reduce the anxiety that new employees may experience, attempts should be made

to integrate the person into the informal organization.

HRM department can conduct the orientation in order to socialize

the newly hired employees with the working environment of the organization. HRM plays

a major role in new employee orientation-the role of coordination, which ensures that the

appropriate components are in place. In addition HRM also serves as a participant in

program. As job offers are made and accepted, HRM should instruct the new employee

when to report to work. However, before the employee formally arrives, HRM must be

prepared to handle some of the more routine needs of these individuals.

MIDTERM EXAMINATION Spring 2009 MGT602- Entrepreneurship

Question No: 1 ( Marks: 1 ) - Please choose one

Which of the following has not yet been empirically established as a distinguishing characteristic of entrepreneurs?



► Locus of control

► Feeling about independence

► Need for achievement

► Risk taking



Question No: 2 ( Marks: 1 ) - Please choose one

The level at which an individual is viewed by society is called:



► Financial status

► Qualification

► Social status

► Achievement



Question No: 3 ( Marks: 1 ) - Please choose one

Which one of the following is a business arrangement in which someone else is allowed to use something of the company?



► Patent

► Trade mark

► Copy right

► Licensing



Question No: 4 ( Marks: 1 ) - Please choose one

Which of the following method entrepreneur can use to do international business with least risk?

► Turnkey projects

► Joint venture

► Merger

► Synergy



Question No: 5 ( Marks: 1 ) - Please choose one

A company dealing in beer has a merger with cigarettes manufacturing firm. This merger is called:



► Horizontal merger

► Product extension merger

► Market extension merger

► Vertical merger



Question No: 6 ( Marks: 1 ) - Please choose one

Which one of the following is an important source of idea generation due to their familiarity with the needs of market?



► Existing products and services

► Distribution channels

► Federal government

► Consumers



Question No: 7 ( Marks: 1 ) - Please choose one

Members of distribution channels are excellent sources for new ideas because:



► They are familiar with the needs of the market

► They earn a handsome profit from new business

► They do not bother if entrepreneur bears a loss

► They have well-developed sales force



Question No: 8 ( Marks: 1 ) - Please choose one

Which one of the following is the most important characteristic of a successful business websit?



► Speed

► Innovation

► Graphics

► Products



Question No: 9 ( Marks: 1 ) - Please choose one

Which one of the following is the next stage to the Concept Stage of Product Planning and Development Process?



► Idea Stage

► Product Planning Stage

► Product Development Stage

► Test Marketing Stage



Question No: 10 ( Marks: 1 ) - Please choose one

According to the governing bodies of common laws, the life of trade secret is:



► 12 years

► 17 years

► 20 years

► As long as it remains confidential



Question No: 11 ( Marks: 1 ) - Please choose one

SBA stands for:



► Small business accountants

► Small business administration

► Small business adequacy

► Small business advisors



Question No: 12 ( Marks: 1 ) - Please choose one

Why should an entrepreneur do a feasibility study for starting a new venture?



► To see if there are possible barriers to success

► To identify possible sources of funds

► To estimate the expected sales

► To explore potential customers



Question No: 13 ( Marks: 1 ) - Please choose one

Information regarding all of the following is related to operations, EXCEPT:



► Location

► Promotion

► Raw materials

► Labor skills



Question No: 14 ( Marks: 1 ) - Please choose one

Which one of the following guide the firm through the long term decision making?



► Mission statement

► Product forecast

► Industry analysis

► None of the given options



Question No: 15 ( Marks: 1 ) - Please choose one

Which of the following is included in the description of the business?



► Location

► Products offered

► History

► All of the given options



Question No: 16 ( Marks: 1 ) - Please choose one

For which of the following copy right acquisition is desirable?



► Songs

► Poems

► Models

► All of the given options



Question No: 17 ( Marks: 1 ) - Please choose one

Which of the following is TRUE for Disclosure Document?



► It gives recognition that he was the inventor of the idea in past

► It gives recognition that he is the first the inventor of the idea

► It gives recognition that he will be the invent an idea in future

► It gives recognition that he wants to copy the idea



Question No: 18 ( Marks: 1 ) - Please choose one

Which of the following is aidea generation method that focuses on parameters?





► Brainstorming

► Reverse brainstorming

► Creative problem solving

► Synectics



Question No: 19 ( Marks: 1 ) - Please choose one

The transitional disturbance and lack of reform has led to a booming black market in:



► China

► Hungary

► Singapore

► Poland



Question No: 20 ( Marks: 1 ) - Please choose one

Which of the following geographical area is of least interest to U.S entrepreneurs?



► Europe

► The Far East

► Central Asia

► Transition economies



Question No: 21 ( Marks: 1 ) - Please choose one

Which one of the following gives suggestions for new product and also help to market new products?



► Existing products and services

► Distribution channels (Doubted)

► Federal government

► Consumers



Question No: 22 ( Marks: 1 ) - Please choose one

Which of the following is used by entrepreneurs to acquire experience in an international market before making a major commitment?



► Merger

► Joint venture

► Minority interest

► Majority interest



Question No: 23 ( Marks: 1 ) - Please choose one

GATT is established in 1947, under:



► German leadership

► French leadership

► U.S. leadership

► U.K. leadership



Question No: 24 ( Marks: 1 ) - Please choose one

The entrepreneur was distinguished from capital provider in:



► Middle ages

► 18th century

► 17th century

► 19th and 20th century



Question No: 25 ( Marks: 1 ) - Please choose one

A person who managed large project was termed as the entrepreneur in the _________.



► Earliest period

► Middle ages

► 17th century

► 19th and 20th century



Question No: 26 ( Marks: 1 ) - Please choose one

Which of the following factor is most important in forming a new business?



► Finance (doubted)

► Marketing

► Government support

► Family support



Question No: 27 ( Marks: 1 ) - Please choose one

What is the process by which individuals pursue opportunities without regard to resources they currently control?



► Startup management

► Entrepreneurship

► Financial analysis

► Feasibility planning



Question No: 28 ( Marks: 1 ) - Please choose one

Which one of the following is the process of entrepreneurs developing new products that over time make current products obsolete?



► New business model

► Anatomization

► Creative destruction

► None of the given options



Question No: 29 ( Marks: 1 ) - Please choose one

Which of the following shows the process of creating something new?





► Business model

► Modeling

► Innovation

► Creative flexibility



Question No: 30 ( Marks: 1 ) - Please choose one

Which of the following factors is the most important in forcing U.S companies to focus on new product development and increased productivity?



► Entrepreneurship

► Hyper competition

► Governmental laws

► Organizational culture



Question No: 31 ( Marks: 1 ) - Please choose one

In the administrative domain, the commitment of resources is for which of the following?

► Periodic intervals

► Total amount needed

► For certain tasks

► For long time



Question No: 32 ( Marks: 1 ) - Please choose one

Which of the following is alternatively called corporate venturing?



► Entrepreneurship

► Intrapreneurship

► Act of stating a new venture

► Offering new products by an existing company



Question No: 33 ( Marks: 1 ) - Please choose one

Which is the most common cause of business failure?



► Insufficient capital

► Unstable market

► Insufficient experience

► Poor entrepreneurship


Answer Requested



Question No: 34 ( Marks: 1 ) - Please choose one

Which of the following areas are preferred by women entrepreneurs?





► Administration

► Utilities

► Manufacturing

► None of the above



Question No: 35 ( Marks: 1 ) - Please choose one

Degree of influence and control on other people is called:





► Locus of control

► Locomotion of control

► Locust of control

► Loss of control



Question No: 36 ( Marks: 1 ) - Please choose one

Individuals influencing an entrepreneur’s career choice and style are known as which of the following?



► Role model

► Moral-support network

► Professional support network

► Support system



Question No: 37 ( Marks: 1 ) - Please choose one

The activity which occurs when the new venture is started is called:



► Motivation

► Business skills

► Departure point

► Goal orientation



Question No: 38 ( Marks: 1 ) - Please choose one