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

CTECH-02.02.2024-FN

CTECH-02.02.2024-FN

Professional Development

15 Qs

Python Advantages

Python Advantages

Professional Development

16 Qs

Final Review

Final Review

Professional Development

18 Qs

TEST 8      SASI AN

TEST 8 SASI AN

Professional Development

15 Qs

KTR-CTECH-AN -18.04.2024

KTR-CTECH-AN -18.04.2024

Professional Development

15 Qs

varieties of english  MR

varieties of english MR

Professional Development

17 Qs

SASI -1st year -DAY1-AN(27.11.23)

SASI -1st year -DAY1-AN(27.11.23)

Professional Development

15 Qs

Parts of Speech

Parts of Speech

11th Grade - Professional Development

18 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?