ISCP 04 Tuesday slot 1 (09:00 - 11:00) CSE A&C

ISCP 04 Tuesday slot 1 (09:00 - 11:00) CSE A&C

Professional Development

20 Qs

quiz-placeholder

Similar activities

Humor and culture in international business

Humor and culture in international business

Professional Development

18 Qs

Elementary Present Simple and Continuous

Elementary Present Simple and Continuous

6th Grade - Professional Development

18 Qs

OPPO A15

OPPO A15

Professional Development

15 Qs

L.A Vocab

L.A Vocab

KG - Professional Development

25 Qs

Digestive system & Diabetes

Digestive system & Diabetes

Professional Development

15 Qs

LISTENING SKILL

LISTENING SKILL

Professional Development

15 Qs

COMPARATIVES ADJECTIVES

COMPARATIVES ADJECTIVES

Professional Development

20 Qs

SASI -1st year -DAY6-AN (23.12.23)

SASI -1st year -DAY6-AN (23.12.23)

Professional Development

15 Qs

ISCP 04 Tuesday slot 1 (09:00 - 11:00) CSE A&C

ISCP 04 Tuesday slot 1 (09:00 - 11:00) CSE A&C

Assessment

Quiz

English

Professional Development

Easy

Created by

CCC info@ccc.training

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In dynamic programming, the technique of storing the previously calculated values is called ___________
Saving value property
Storing value property
Memoization
Mapping

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The following sequence is a fibonacci sequence: 0, 1, 1, 2, 3, 5, 8, 13, 21,….. Which technique can be used to get the nth fibonacci term?
Recursion
Dynamic programming
single for loop
Recursion, Dynamic Programming, For loops

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Find the length of the longest increasing subsequence for the given sequence: {-10, 24, -9, 35, -21, 55, -41, 76, 84}
5
4
3
6

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the worst case for linear search?
O(nlogn)
O(logn)
O(n)
O(1)

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Longest increasing subsequence problem can be optimally solved by
Greedy method
Divide & conquer
Dynamic programming
None of these

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Given items as {value, weight} pairs {{60,20},{50,25},{20,5}}. The capacity of the knapsack=40. Find the maximum value output assuming items to be divisible and non-divisible respectively.
100, 80
110, 80
130, 110
110, 70

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Consider the below table for Jobs given with profit and deadline. Job J1 J2 J3 J4 J5 J6 J7 J8 J9 Profit 20 25 35 23 23 15 28 21 30 Deadline 7 2 5 3 4 5 2 7 3 Find the maximum profit earned?
185
182
170
None

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?