AD-Q005

AD-Q005

University

30 Qs

quiz-placeholder

Similar activities

ITB 100

ITB 100

University

32 Qs

My 1% Club Questions

My 1% Club Questions

5th Grade - University

26 Qs

Quiz1_Drone Hacking

Quiz1_Drone Hacking

University

25 Qs

QuizTech

QuizTech

University

30 Qs

PRE201: Prelude Administration

PRE201: Prelude Administration

University

30 Qs

Computer Systems Quiz

Computer Systems Quiz

University

35 Qs

IT Infrastructure

IT Infrastructure

University

25 Qs

Quiz 2on ICT Policies and Issues

Quiz 2on ICT Policies and Issues

University

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

Discover more resources for Instructional Technology