Day-15

Day-15

Professional Development

11 Qs

quiz-placeholder

Similar activities

Quiz 8 Practical Cost Centre Budgets Scenarios

Quiz 8 Practical Cost Centre Budgets Scenarios

Professional Development

10 Qs

Java Quiz

Java Quiz

KG - Professional Development

8 Qs

TalentNext Test Day-13-Core Java Topics

TalentNext Test Day-13-Core Java Topics

Professional Development

10 Qs

PreTrainingClassesObjectsMethods

PreTrainingClassesObjectsMethods

Professional Development

10 Qs

Data Types and Variables

Data Types and Variables

Professional Development

10 Qs

Day-2 IOAC - ML  Python Assessment_5th-Feb-2023

Day-2 IOAC - ML Python Assessment_5th-Feb-2023

Professional Development

10 Qs

python strings

python strings

Professional Development

15 Qs

Hotel Reservation

Hotel Reservation

Professional Development

10 Qs

Day-15

Day-15

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

T- SIG

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

11 questions

Show all answers

1.

OPEN ENDED QUESTION

20 sec • Ungraded

Name

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

JavaScript strings are for ________ text.
storing
manipulating
both a and b
none of the above

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

To find the length of a string, use the built-in _______ property.
size
length
area
strlen

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you round the number 7.25, to the nearest integer?
math.round(7.25)
round(7.25)
rnd(7.25)
math.rnd(7.25)

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In Javascript, Which of the following method is used to find out the character at a position in a string?
charAt()
CharacterAt()
CharPos()
characAt()

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

String object returns the character in the string starting at the specified position via the specified number of characters?
slice()
split()
substr()
search()

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How to insert a comment that has more than one line in js?
//This comment has more than one line//
/*This comment has more than one line*/
//This comment has more than one line