IWP Digital Assignment 3

IWP Digital Assignment 3

University

15 Qs

quiz-placeholder

Similar activities

Banco de Dados

Banco de Dados

University - Professional Development

20 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

Multimedia Video & Animation

Multimedia Video & Animation

University

20 Qs

Django-quiz

Django-quiz

5th Grade - University

20 Qs

Uji Pengetahuan Jaringan Komputer

Uji Pengetahuan Jaringan Komputer

9th Grade - University

20 Qs

DreamWeaver CS6

DreamWeaver CS6

University

20 Qs

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

CHAPTER 1: COMPUTER SECURITY REVIEW

CHAPTER 1: COMPUTER SECURITY REVIEW

University

10 Qs

IWP Digital Assignment 3

IWP Digital Assignment 3

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Vijayaprabakaran k

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about JavaScript DOM (Document Object Model) is correct?

The DOM provides a hierarchical representation of the HTML document, allowing JavaScript to manipulate its structure, content, and style dynamically.

The DOM only supports manipulation of text content within HTML elements; it cannot alter the structure or style of the document.

JavaScript can directly modify the HTML file on the server-side using DOM without needing client-side interaction.

DOM manipulation is limited to static web pages and cannot be used to create dynamic web applications.

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following statements about AJAX (Asynchronous JavaScript and XML) is correct?

AJAX is a programming language used for server-side scripting in web development.

AJAX allows web pages to be refreshed or reloaded completely when new data is requested.

AJAX requests are always synchronous, meaning the browser waits for the response before continuing to execute other scripts.

AJAX enables asynchronous communication between a web browser and a server, allowing parts of a web page to be updated without a full page reload.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about PHP sessions is MOST ACCURATE?

Sessions are a client-side mechanism for storing user information using cookies.

Sessions are a server-side mechanism for storing user information across multiple page requests.

Sessions automatically expire after a set period of inactivity, requiring users to re-login.

Sessions require complex database interaction to store user data.

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

The given JavaScript code snippet aims to add a click event listener to a button element with the ID "myButton". The listener should display an alert message when the button is clicked. Analyze the code and choose the best option:

option 1

option 2

option 3

All the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about Internet Protocol (IP) is correct?

IP is responsible for ensuring secure communication between a web browser and a web server.

IP addresses uniquely identify devices on a network and facilitate the routing of data packets between them.

IP is primarily concerned with the presentation and formatting of web content for display in a browser.

IP is a protocol used exclusively for sending emails over the internet.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following file formats are commonly supported for embedding videos in HTML web pages? (Select all that apply)

MP3

MP4

WebM

SVG

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main difference between inline, inline-block, and block elements in CSS?

Inline elements flow within the content and cannot have set widths or heights, while inline-block elements behave like inline elements but can have set widths and heights. Block elements, on the other hand, start on a new line and stretch to fill the entire width of their container by default.

Inline elements are displayed horizontally in the same line as other elements, inline-block elements start on a new line like block-level elements but allow other elements to sit alongside them, and block elements are displayed vertically, each on a new line.

Inline elements can only contain text or other inline elements, inline-block elements can contain block-level elements as well, and block elements cannot contain other elements.

Inline elements are used exclusively for text styling, inline-block elements are used for inline content that requires layout, and block elements are used for structural elements such as headings and paragraphs.

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?