IFSD Quiz 03&04

IFSD Quiz 03&04

University

40 Qs

quiz-placeholder

Similar activities

Cyber Security

Cyber Security

University

36 Qs

PHP Quiz

PHP Quiz

University

35 Qs

CC103 - Week 14

CC103 - Week 14

University

40 Qs

JavaScript & ES6 Quiz

JavaScript & ES6 Quiz

University

40 Qs

Techno Excellent

Techno Excellent

University

40 Qs

ICT 150-200

ICT 150-200

University

38 Qs

Web Designing Quiz

Web Designing Quiz

University

35 Qs

UTS Sistem Pengaturan TRK

UTS Sistem Pengaturan TRK

University

43 Qs

IFSD Quiz 03&04

IFSD Quiz 03&04

Assessment

Quiz

Computers

University

Hard

Created by

Sudhakar N

Used 1+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you create a new array in JavaScript?
const myArray = [];
var myArray = [];
const myArray = new Array();
myArray[] = [];

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you create a new element in the DOM using JavaScript?
createNode()
createElement()
newElement()
makeElement()

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you declare a constant variable in JavaScript?
const myVar = 10;
let myVar = 10;
var myVar = 10;
constant myVar = 10;

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you declare a variable with block scope in JavaScript?
var
let
const
block

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In CSS, what property is used to change the text color of an element?
font-style
color
text-color
text-style

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In CSS, what property is used to set the background image of an element?
background-image
image-background
background-style
image-style

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In CSS, what property is used to set the font family of an element?
font-family
font-style
font-size
font-weight

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?