AD-Q005

AD-Q005

University

30 Qs

quiz-placeholder

Similar activities

MEC 404

MEC 404

University

25 Qs

Java Quiz I- B

Java Quiz I- B

University

31 Qs

Web Accessibility Quiz

Web Accessibility Quiz

University

30 Qs

LIT_ QUIZ HM - A

LIT_ QUIZ HM - A

University

26 Qs

BSCS 2-2 - DAA - Midterm Examination - 2nd Sem 2022-2023

BSCS 2-2 - DAA - Midterm Examination - 2nd Sem 2022-2023

University

35 Qs

Learn technical English words with me!

Learn technical English words with me!

11th Grade - University

25 Qs

tik 2 lare

tik 2 lare

University

25 Qs

ADS Time and agree

ADS Time and agree

University

30 Qs

AD-Q005

AD-Q005

Assessment

Quiz

Instructional Technology

University

Hard

Created by

Sabari Kameswaran

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The traveling salesman problem involves n cities with paths connecting the cities. The time taken for traversing through all the cities, without knowing in advance the length of a minimum tour is____

O(n)  

O(n2)

O(n!) 

O(n/2)

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is a component of Artificial Intelligence?

Learning

Training

Designing

 Puzzling

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is not a stage in the Investigative Cycle?

Investigate

Analysis

Conclusion

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

First Generation computers used ______ for Circuitry and________ for memory

Transistor and Magnetic Core 

IC and Magnetic Memory

Vacuum tubes and Magnetic drum

IC and Magnetic Core

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

First level of prototype is evaluated by

Developer

Tester

User

System Analyst

6.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

What will be the value of ‘result’ in following Python program?

list1 = [1,2,3,4]

list2 = [2,4,5,6]

list3 = [2,6,7,8]

result = list()

result.extend(i for i in list1 if i not in (list2+list3) and i not in result)

result.extend(i for i in list2 if i not in (list1+list3) and i not in result)

result.extend(i for i in list3 if i not in (list1+list2) and i not in result)

[1, 3, 5, 7, 8]

[1, 7, 8] 

[1, 2, 4, 7, 8]

error

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The ability of an object to respond differently to different message is called

Object

Inheritance

 Polymorphism

Encapsulation

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?