Neo Coding Round 1 Set 3

Neo Coding Round 1 Set 3

University

25 Qs

quiz-placeholder

Similar activities

Introduction to computer

Introduction to computer

University

20 Qs

Data Structures

Data Structures

University

20 Qs

Computer Hardware

Computer Hardware

University

20 Qs

Unit1-CD

Unit1-CD

University

30 Qs

Data Structure Basics

Data Structure Basics

University

20 Qs

Compiler Design

Compiler Design

University

20 Qs

Python Text Files

Python Text Files

University

20 Qs

Quiz PBO SIA

Quiz PBO SIA

University

20 Qs

Neo Coding Round 1 Set 3

Neo Coding Round 1 Set 3

Assessment

Quiz

Computers

University

Hard

Created by

ZION DYPIT

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the following which shows the correct constructor.
()class_name
-class_name
class_name()
~class_name()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct identifier in C++?
VAR_1234
7var_name
7VARNAME
$var_name

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a graph if e=[u,v], then u and v are called
endpoints of e
adjacent nodes
neighbours
all

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Asymptotic complexity of linear search with array in average case is
O(1)
O(n)
O(n/2)
log n

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Shell sort is also known as
diminishing decrement sort
diminishing increment sort
partition exchange sort
diminishing insertion sort

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods can be used to stop method overriding?
final
static
default
None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used for function in Python language?
Function
def
Fun
Define

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?