SS2425 WMAD S6+L17 Quiz Time

SS2425 WMAD S6+L17 Quiz Time

University

10 Qs

quiz-placeholder

Similar activities

Quizzizz 5 - Responsive Design

Quizzizz 5 - Responsive Design

University

10 Qs

Pretest Visual Basic 6.0

Pretest Visual Basic 6.0

University

10 Qs

HTML

HTML

University

13 Qs

Teste python- Unesp-Jaboticabal

Teste python- Unesp-Jaboticabal

University

10 Qs

TES AWAL MODUL 2

TES AWAL MODUL 2

University

10 Qs

PENGENALAN UNITY

PENGENALAN UNITY

University

10 Qs

Third Year Placement Training Revision Test

Third Year Placement Training Revision Test

University

10 Qs

Career Path in IT

Career Path in IT

University

10 Qs

SS2425 WMAD S6+L17 Quiz Time

SS2425 WMAD S6+L17 Quiz Time

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Hemalatha Chennai

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following HTML element is used for creating an unordered list?

<ui>

<i>

<em>

<ul>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an element that does not have a closing tag called?

Tag

Empty element

Closed element

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write "Hello World" in an alert box?

msg("Hello World");

alertBox("Hello World");

alert("Hello World");

msgBox("Hello World");

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we destructure this object and get the age, name & height as separate variables from the following object?

const obj = {age: 25, name: "John Doe", height: "5.7"};

const {age, name, height} = obj;

const [age, name, height] = obj;

const age, name, height = obj;

const age = obj.age;

const name = obj.name;

const height = obj.height;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used for concatenation in PHP?

+ (plus)

*(Asterisk)

. (dot)

append()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to create an array in PHP?

$season = array["summer" , "winter" , "spring" , "autumn"];

$season = array("summer" , "winter" , "spring" , "autumn");

$season = "summer" , "winter" , "spring" , "autumn";

All of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the feature of TypeScript?

TypeScript is just JavaScript

TypeScript supports other JS libraries

TypeScript is portable

All of the above

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?