18CS3070 OT 9/8/23

18CS3070 OT 9/8/23

University

5 Qs

quiz-placeholder

Similar activities

science day competition(AI)

science day competition(AI)

University

10 Qs

Data type in PL/SQL

Data type in PL/SQL

University

10 Qs

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

Plotting Graphs

Plotting Graphs

6th Grade - University

7 Qs

Multiple Regression Analysis

Multiple Regression Analysis

University - Professional Development

10 Qs

Les variables et  boucles

Les variables et boucles

University

10 Qs

Program Design Method Review Session 1

Program Design Method Review Session 1

University

10 Qs

C++ - Introduction

C++ - Introduction

University

10 Qs

18CS3070 OT 9/8/23

18CS3070 OT 9/8/23

Assessment

Quiz

Computers

University

Hard

Created by

Dr. 2397

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Q1. A farmer has 2400 m of fencing off a rectangular field that borders a straight river. He needs no fence along the river. Predict the dimensions of the field that has the largest area.

x=1200, y=600

x=2200, y=100

x=1600, y=400

x=1200, y=1200

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Q2. Thumb rule for designing variables in an optimization problem is.   

To choose only one design variables

 

To choose only two design variables

 

To choose a few design variables

To choose more design variables

 

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Q3. Define surplus variable.

It is a variable which is added to a constraint to turn the equality constraint into an equation

It is a variable which is subtracted from a constraint to turn the equality constraint into an equation

It is a variable which is added to a constraint to turn the inequality into an equation

It is a variable which is subtracted from a constraint to turn the inequality into an equation

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Q4. Identify the types of constraints in Linear Programming model

4

2

1

3

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Q5. Convert the following inequality constraint into an equal constraint

10x+30y≤4000

10x+30y+s1 = 4000, where s1 is slack variable

10x+30y-s1 = 4000, where s1 is slack variable

10x+30y+s1 = 4000, where s1 is surplus variable

10x+30y+s1 = 4000, where s1 is decision variable