NOSCH Intro Session

NOSCH Intro Session

9th - 12th Grade

21 Qs

quiz-placeholder

Similar activities

Python Syntax

Python Syntax

10th Grade

16 Qs

Lenguajes de Programación

Lenguajes de Programación

10th Grade

16 Qs

Python Basics

Python Basics

7th - 9th Grade

23 Qs

Programming Languages

Programming Languages

8th - 11th Grade

24 Qs

Round-1 Technical Aptitude

Round-1 Technical Aptitude

11th Grade - Professional Development

20 Qs

Javascript 2

Javascript 2

10th Grade

20 Qs

Creative Coding Test Review

Creative Coding Test Review

9th - 11th Grade

20 Qs

Mobile app development principles

Mobile app development principles

10th Grade

17 Qs

NOSCH Intro Session

NOSCH Intro Session

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Alexander Kharkhota

Used 3+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Python

Logtalk

Scala

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

class Hello

{

static Main () : void

{

System.Console.WriteLine ("Hello, world!");

}

}

Python

C

Nemerle

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does PHP stand for?

Private Home Page

Personal Hypertext Processor

Hypertext Preprocessor

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the `bind()` method in JavaScript?

To add handlers for loading HTML pages.

To create a new function that, when called, has its `this` keyword set to a specific value 

To attach event handlers to elements

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the difference between null and undefined in JavaScript?


They are synonymous and can be used interchangeably


null represents the intentional absence of any object value, while undefined represents a variable that has been declared but not assigned a value

null is used for primitive types such as int, while undefined is used for non-primitive types like objects and functions.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following JS code?

var x = 1;

console.log(x++ + ++x);

3

4

5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the `this` keyword refer to in JavaScript?

It refers to the parent object

It refers to an object that is executing the current piece of code

It refers to the global object

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?