IFSD Quiz 03&04

IFSD Quiz 03&04

University

40 Qs

quiz-placeholder

Similar activities

Cyber Security

Cyber Security

University

36 Qs

Unit 7 to 10

Unit 7 to 10

University

40 Qs

Test dot: Programowania

Test dot: Programowania

KG - University

40 Qs

Extreme scratches

Extreme scratches

3rd Grade - University

36 Qs

JavaScript Control Flow and Loops.

JavaScript Control Flow and Loops.

10th Grade - University

35 Qs

Quiz sobre MongoDB e NoSQL

Quiz sobre MongoDB e NoSQL

12th Grade - University

39 Qs

[Sun*_Internship] Web Backend Quizzes

[Sun*_Internship] Web Backend Quizzes

University

35 Qs

Easy LEVEL

Easy LEVEL

9th Grade - University

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