Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1)HTML5 videos depends on the browser and will differently in each browser. Wher

ID: 3841400 • Letter: 1

Question

1)HTML5 videos depends on the browser and will differently in each browser. Whereas Flash video will play the same in browsers.

True

False

2)The following allows formatting of text in websites

XHTML format

HTML format

Tags

Tables

3)A program executes instructions to computers non-sequentially

True

False

4)For web pages to be accessed by others, it must be stored in

A central location

on a server on the internet

on a local computer

5) The type of data in variables is called a(n) ______.

variable

function or procedure

argument

statement

data type

XHTML format

HTML format

Tags

Tables

3)A program executes instructions to computers non-sequentially

True

False

4)For web pages to be accessed by others, it must be stored in

A central location

on a server on the internet

on a local computer

5) The type of data in variables is called a(n) ______.

variable

function or procedure

argument

statement

data type

Explanation / Answer

Answer1) True

Explanation:
In HTML 5, videos depends on the browser and will differently in each browser.
unlike HTML 5, Flash offers a way to develop applications that work across platforms.

Answer2) Tags allows formatting of text in websites

Answer3) False

Default flow of execution of a program is sequential
• After executing one instruction, the next instruction inmemory is executed sequentially by incrementing the program counter (PC).

Answer4) on a server on the internet

Answer5) data type