DTJSQuiz

DTJSQuiz

11th Grade

10 Qs

quiz-placeholder

Similar activities

Unit 6 Computer Science Arrays

Unit 6 Computer Science Arrays

10th - 12th Grade

14 Qs

JRDL - JS Arrays and Objects

JRDL - JS Arrays and Objects

6th Grade - Professional Development

12 Qs

Soal Informatika Kelas XI Bab 2

Soal Informatika Kelas XI Bab 2

11th Grade

12 Qs

Pemrograman Dasar C: Scanf dan Printf

Pemrograman Dasar C: Scanf dan Printf

11th Grade

15 Qs

Python Data types

Python Data types

5th - 12th Grade

10 Qs

C++ Arrays

C++ Arrays

8th - 12th Grade

12 Qs

Unit 1 Jan 2017 Question 4 preparation

Unit 1 Jan 2017 Question 4 preparation

11th Grade

10 Qs

ArrayList

ArrayList

10th - 12th Grade

11 Qs

DTJSQuiz

DTJSQuiz

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Richard Zabala

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is a good example of data type string value?

123string

 ‘string123’

string

Iam + ‘String’

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is NOT considered as javascript number data type

456.0

456e7

1223456n

789f

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of this statement?

console.log('Boolean(10) is ' + Boolean(10));

true

false

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var motorcyle =["honda,"" kawasaki"," yamaha"];

this line of statement is an example of data type

string

object

array

undefined

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

let student;

console.log(student);

the variable student is an example of data type

string

object

array

undefined

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This data type value is treated as special which represents empty or unknown. Which keyword is being used to characterize this variable?

variable

null

void

zero

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

let mobilePhone = {

name: 'iphone',

model: '15',

price: 'Php 56,990' };

This js code is an example of data type

array

string

object

number

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?