Neo Coding Round 1 Set 2

Neo Coding Round 1 Set 2

University

25 Qs

quiz-placeholder

Similar activities

System Development Life Cycle - 12CompSci

System Development Life Cycle - 12CompSci

10th Grade - University

25 Qs

Programming2

Programming2

University

20 Qs

The Internet

The Internet

University

22 Qs

PT101 - QUIZ 2

PT101 - QUIZ 2

University

20 Qs

LINKEDLIST- DSA -2-3

LINKEDLIST- DSA -2-3

University

20 Qs

Distributed Systems -Tapestry and Memory Consistency models

Distributed Systems -Tapestry and Memory Consistency models

University

21 Qs

Basics of Data Structure

Basics of Data Structure

University

20 Qs

Queue

Queue

University

20 Qs

Neo Coding Round 1 Set 2

Neo Coding Round 1 Set 2

Assessment

Quiz

Computers

University

Medium

Created by

ZION DYPIT

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the OOP feature that is used to reduce the use of nested classes
Polymorphism
Inheritace
Abstraction
Encapsulation

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following properties does a simple graph not hold?
Must be connected
Must be unweighted
Must have no loops
Must have no multiple edges

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python supports the creation of anonymous functions at runtime, using a construct called
lambda
anonymous
pi
none of the above mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data structure that allows extremely fast exact-match search, is known to be
Arrays
Stacks
Pointers
Hash tables

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A normal queue, if implemented using an array of size N-1, gets full when
Front = (rear + 1)mod N
Front = rear + 1
Rear = front.
Rear = N – 1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the operator cannot be overloaded
>=
&
<=
: :

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A pointer is
Address of a variable
a variable for sorting address
data type of an address variable
indication of the variable to be accessed next

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?