ログイン

ITEC50

ITEC50
67問 • 1年前
  • Patrick Jay Dizon
  • 通報

    問題一覧

  • 1

    is a broad term for the work involved in developing a website for the Internet (World Wide Web) or an intranet (a private network).

    Web development

  • 2

    typically refers to the stuff that you actually see on the website in the browser.

    front end

  • 3

    typically refers to the guts of the application which live on the server.

    back end

  • 4

    comfortably speak both database and browser.

    full stack

  • 5

    a computer that sends (serves) requested Web pages.

    web server

  • 6

    URL

    Uniform Resource Locator

  • 7

    http:/

    hypertext transfer protocol

  • 8

    ftp:/

    file transfer protoco

  • 9

    mailto:

    links to an e-mail address

  • 10

    telnet:/

    telnet site

  • 11

    .com

    commercial site

  • 12

    .edu

    educational institution

  • 13

    .gov

    government agencies

  • 14

    .mil

    military entity

  • 15

    .org

    organizations other than government agencies

  • 16

    .net

    network services provider or resource

  • 17

    directory and name of the file

    document name

  • 18

    may be multiple in many cases, defines where the web server may find the file needed.

    directory

  • 19

    generally have .htm or .html extension.

    name of the file

  • 20

    (a two – letter abbreviation for a particular country)

    country codes (ex. .ph, .jp, .de, .ch, .

  • 21

    is the act of looking through a set of information quickly, without a specific sense of purpose.

    browsing

  • 22

    is a software application for accessing information on the World Wide Web.

    web browser

  • 23

    may be defined by the principal data routes between large, strategically interconnected computer networks and core routers of the Internet. These data routes are hosted by commercial, government, academic and other high-capacity network centers,

    internet backbone

  • 24

    who invented world wide web in 1989?

    tim berners lee

  • 25

    is the collection of web pages,

    website

  • 26

    two types of website

    static website, dynamic website

  • 27

    Web pages are returned by the server which are prebuilt sourcecodefilesbuiltusing simple languages such as HTML, CSS, or JS

    static website

  • 28

    Web pages are returned by the server which are processedduringruntime.They are not prebuilt web pages, they are built during runtime with the helpof scriptinglanguages such as PHP, ASP.NET, etc.

    dynamic

  • 29

    It means that the action takes place on the web server. It is about managingdata.

    server side

  • 30

    action takes place on the user’s computer or webbrowser.

    client side

  • 31

    new type of web application that combinesthebest features of web and native apps

    progressive web applications

  • 32

    they are designed to work offline and deliver anative-likeexperience to users.

    progressive web applications

  • 33

    (web app or website) loads only a single page.

    single page application

  • 34

    It ensures that no page reloads when the user navigates thewebsite.

    single page application

  • 35

    A developer can combine all the features present in different web applicationtypesinasingle project

    hybrid

  • 36

    is the standard markup language for creating Web pages.

    html

  • 37

    html stands for?

    hyper text markup language

  • 38

    html backbone

    <!DOCTYPE html> <html> <head> <title></title> </head> <body> <h1></h1> <p></p> </body> </html>

  • 39

    defines this document to be HTML5

    <!DOCTYPE html>

  • 40

    is the root element of an HTML page

    <html>

  • 41

    contains meta information about the document

    <head>

  • 42

    element specifies a title for the document

    <title>

  • 43

    element contains the visible page content

    <body>

  • 44

    element defines a large heading

    <h1>

  • 45

    element defines a paragraph

    <p>

  • 46

    HTML markup tags are usually called

    html tags

  • 47

    are keywords surrounded by angle brackets like

    html tags

  • 48

    read HTML documents and display them.

    web browsers

  • 49

    Tim Berners-Lee invents HTML 1.0

    1991

  • 50

    HTML 1.0 is released.

    1993

  • 51

    HTML 2.0 is published.

    1995

  • 52

    1997- HTML 3.0 was invented by

    Dave Raggett

  • 53

    The widely-used HTML 4.0

    1999

  • 54

    HTML 4.01 was published.

    2012

  • 55

    - HTML 5.0 is released and used worldwide

    2014

  • 56

    describe web pages

    html documents

  • 57

    contain HTML tags and plain text are also called web pages

    html documents

  • 58

    usually consists of a start tag and end tag, with the content inserted in between

    html element

  • 59

    HTML elements with no content are called

    empty elements

  • 60

    provide additional information about HTML elements.

    html attributes

  • 61

    a thematic break in an HTML page

    Html horizontal rules <hr>

  • 62

    is used to add styles to an element, such as color, font, size, and more.

    html style attribute

  • 63

    HTML contains several elements for defining text with a special meaning

    html text formatting

  • 64

    can be used to hide content.

    html comments

  • 65

    are also great for debugging HTML, because you can comment out HTML lines of code, one at a time, to search for errors.

    html comments

  • 66

    element defines preformatted text.

    <pre>

  • 67

    used to add new line

    <br>

  • INTRO TO COM

    INTRO TO COM

    Patrick Jay Dizon · 63問 · 2年前

    INTRO TO COM

    INTRO TO COM

    63問 • 2年前
    Patrick Jay Dizon

    ETHICS - FINALS

    ETHICS - FINALS

    Patrick Jay Dizon · 87問 · 2年前

    ETHICS - FINALS

    ETHICS - FINALS

    87問 • 2年前
    Patrick Jay Dizon

    KWS

    KWS

    Patrick Jay Dizon · 31問 · 2年前

    KWS

    KWS

    31問 • 2年前
    Patrick Jay Dizon

    GNED 06

    GNED 06

    Patrick Jay Dizon · 44問 · 1年前

    GNED 06

    GNED 06

    44問 • 1年前
    Patrick Jay Dizon

    GNED01

    GNED01

    Patrick Jay Dizon · 34問 · 1年前

    GNED01

    GNED01

    34問 • 1年前
    Patrick Jay Dizon

    DALUMAT

    DALUMAT

    Patrick Jay Dizon · 58問 · 1年前

    DALUMAT

    DALUMAT

    58問 • 1年前
    Patrick Jay Dizon

    STS

    STS

    Patrick Jay Dizon · 100問 · 1年前

    STS

    STS

    100問 • 1年前
    Patrick Jay Dizon

    DCIT23

    DCIT23

    Patrick Jay Dizon · 51問 · 1年前

    DCIT23

    DCIT23

    51問 • 1年前
    Patrick Jay Dizon

    問題一覧

  • 1

    is a broad term for the work involved in developing a website for the Internet (World Wide Web) or an intranet (a private network).

    Web development

  • 2

    typically refers to the stuff that you actually see on the website in the browser.

    front end

  • 3

    typically refers to the guts of the application which live on the server.

    back end

  • 4

    comfortably speak both database and browser.

    full stack

  • 5

    a computer that sends (serves) requested Web pages.

    web server

  • 6

    URL

    Uniform Resource Locator

  • 7

    http:/

    hypertext transfer protocol

  • 8

    ftp:/

    file transfer protoco

  • 9

    mailto:

    links to an e-mail address

  • 10

    telnet:/

    telnet site

  • 11

    .com

    commercial site

  • 12

    .edu

    educational institution

  • 13

    .gov

    government agencies

  • 14

    .mil

    military entity

  • 15

    .org

    organizations other than government agencies

  • 16

    .net

    network services provider or resource

  • 17

    directory and name of the file

    document name

  • 18

    may be multiple in many cases, defines where the web server may find the file needed.

    directory

  • 19

    generally have .htm or .html extension.

    name of the file

  • 20

    (a two – letter abbreviation for a particular country)

    country codes (ex. .ph, .jp, .de, .ch, .

  • 21

    is the act of looking through a set of information quickly, without a specific sense of purpose.

    browsing

  • 22

    is a software application for accessing information on the World Wide Web.

    web browser

  • 23

    may be defined by the principal data routes between large, strategically interconnected computer networks and core routers of the Internet. These data routes are hosted by commercial, government, academic and other high-capacity network centers,

    internet backbone

  • 24

    who invented world wide web in 1989?

    tim berners lee

  • 25

    is the collection of web pages,

    website

  • 26

    two types of website

    static website, dynamic website

  • 27

    Web pages are returned by the server which are prebuilt sourcecodefilesbuiltusing simple languages such as HTML, CSS, or JS

    static website

  • 28

    Web pages are returned by the server which are processedduringruntime.They are not prebuilt web pages, they are built during runtime with the helpof scriptinglanguages such as PHP, ASP.NET, etc.

    dynamic

  • 29

    It means that the action takes place on the web server. It is about managingdata.

    server side

  • 30

    action takes place on the user’s computer or webbrowser.

    client side

  • 31

    new type of web application that combinesthebest features of web and native apps

    progressive web applications

  • 32

    they are designed to work offline and deliver anative-likeexperience to users.

    progressive web applications

  • 33

    (web app or website) loads only a single page.

    single page application

  • 34

    It ensures that no page reloads when the user navigates thewebsite.

    single page application

  • 35

    A developer can combine all the features present in different web applicationtypesinasingle project

    hybrid

  • 36

    is the standard markup language for creating Web pages.

    html

  • 37

    html stands for?

    hyper text markup language

  • 38

    html backbone

    <!DOCTYPE html> <html> <head> <title></title> </head> <body> <h1></h1> <p></p> </body> </html>

  • 39

    defines this document to be HTML5

    <!DOCTYPE html>

  • 40

    is the root element of an HTML page

    <html>

  • 41

    contains meta information about the document

    <head>

  • 42

    element specifies a title for the document

    <title>

  • 43

    element contains the visible page content

    <body>

  • 44

    element defines a large heading

    <h1>

  • 45

    element defines a paragraph

    <p>

  • 46

    HTML markup tags are usually called

    html tags

  • 47

    are keywords surrounded by angle brackets like

    html tags

  • 48

    read HTML documents and display them.

    web browsers

  • 49

    Tim Berners-Lee invents HTML 1.0

    1991

  • 50

    HTML 1.0 is released.

    1993

  • 51

    HTML 2.0 is published.

    1995

  • 52

    1997- HTML 3.0 was invented by

    Dave Raggett

  • 53

    The widely-used HTML 4.0

    1999

  • 54

    HTML 4.01 was published.

    2012

  • 55

    - HTML 5.0 is released and used worldwide

    2014

  • 56

    describe web pages

    html documents

  • 57

    contain HTML tags and plain text are also called web pages

    html documents

  • 58

    usually consists of a start tag and end tag, with the content inserted in between

    html element

  • 59

    HTML elements with no content are called

    empty elements

  • 60

    provide additional information about HTML elements.

    html attributes

  • 61

    a thematic break in an HTML page

    Html horizontal rules <hr>

  • 62

    is used to add styles to an element, such as color, font, size, and more.

    html style attribute

  • 63

    HTML contains several elements for defining text with a special meaning

    html text formatting

  • 64

    can be used to hide content.

    html comments

  • 65

    are also great for debugging HTML, because you can comment out HTML lines of code, one at a time, to search for errors.

    html comments

  • 66

    element defines preformatted text.

    <pre>

  • 67

    used to add new line

    <br>