IFSD Quiz 03&04

IFSD Quiz 03&04

University

40 Qs

quiz-placeholder

Similar activities

Web System Midterm Exam

Web System Midterm Exam

University

43 Qs

Web Programming (Midterm)

Web Programming (Midterm)

University

40 Qs

JS Lesson 31-72

JS Lesson 31-72

12th Grade - University

40 Qs

Quiz-3 Sec-E-27-9-2022

Quiz-3 Sec-E-27-9-2022

University

42 Qs

[Sun*_Internship] Web Backend Quizzes

[Sun*_Internship] Web Backend Quizzes

University

35 Qs

Easy LEVEL

Easy LEVEL

9th Grade - University

40 Qs

Mongo DB NoSQL

Mongo DB NoSQL

University

44 Qs

G9-JavaScript

G9-JavaScript

9th Grade - University

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