NOSCH Intro Session

NOSCH Intro Session

9th - 12th Grade

21 Qs

quiz-placeholder

Similar activities

M1.Introducción a Phyton

M1.Introducción a Phyton

12th Grade

20 Qs

Python Code with Mosh review

Python Code with Mosh review

9th Grade

18 Qs

Computer Science Unit 1 Basics

Computer Science Unit 1 Basics

9th Grade

22 Qs

Bahasa Pemrograman dan Analisis Data

Bahasa Pemrograman dan Analisis Data

10th Grade

19 Qs

Quiz#1 ICT 10

Quiz#1 ICT 10

10th Grade

19 Qs

Pemrograman Web

Pemrograman Web

11th Grade

20 Qs

Dec 9 ICS Test Units 0-2.3

Dec 9 ICS Test Units 0-2.3

9th - 12th Grade

20 Qs

WEB PASII-XI2023

WEB PASII-XI2023

11th Grade

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