Prepare Well For your test 2018

Beschreibung

Higher diploma Information Technology Quiz am Prepare Well For your test 2018, erstellt von itso Lucypay am 23/01/2018.
itso Lucypay
Quiz von itso Lucypay, aktualisiert more than 1 year ago
itso Lucypay
Erstellt von itso Lucypay vor mehr als 6 Jahre
697
0

Zusammenfassung der Ressource

Frage 1

Frage
HTML is a Programming Language
Antworten
  • True
  • False

Frage 2

Frage
Are you ready for the test?

Frage 3

Frage
Write a complete HTML file Global Structure <html> [blank_start]<head>[blank_end] [blank_start]<title></title>[blank_end] [blank_start]</head>[blank_end] [blank_start]<body>[blank_end] [blank_start]</body>[blank_end] [blank_start]</html>[blank_end]
Antworten
  • </html>
  • <htm>
  • <body>
  • <Nobody but you>
  • </body>
  • </nobody but you>
  • <title></title>
  • <topic></topic>
  • <title/>
  • <table></table>
  • <head>
  • </head>

Frage 4

Frage
Which of following tag able to display the below result?
Antworten
  • -&gt;<b><u>Click Here</u></b>&lt;-
  • -><b><u>Click Here</u></b><-
  • -><a>Click Here</a><-
  • -&lt;<b><u>Click Here</u></b>&gt;-

Frage 5

Frage
We can use <bold></bold> to let the text become thicker
Antworten
  • True
  • False

Frage 6

Frage
Choose all valid tag
Antworten
  • <p></p>
  • <span></span>
  • <br />
  • <hr />
  • <okay></okay>
  • <WhoCaremode></WhoCaremode>
  • <Seed />

Frage 7

Frage
Which of following code able to generate the below result?

Frage 8

Frage
We must design our content of webpage within <body> tag.
Antworten
  • True
  • False

Frage 9

Frage
Choose all Valid Colour Value
Antworten
  • Reserved Colour Name
  • Hexadecimal colour code
  • RGB colour Code
  • True Colour
  • Myriad Colors Phantom World
  • Unlimited Blade Works
  • Fate Stay Night

Frage 10

Frage
Which following Tag is able to make comment in a HTML document?
Antworten
  • <-- Comment Here-->
  • <!-- This is not a Comment tag-->
  • <comment>Je vous remercie. </comment>
  • (; ・`д・´> Comment tag </*ˇωˇ*人)
  • <!----> Choose Me!<-----!>

Frage 11

Frage
Which is valid tag structure for displaying a photo?
Antworten
  • <img source="jed.jpeg" alt="This is photo" Width="500" Height="700" />
  • <img src="jed.jpeg" alt="This is photo" Width="500" Height="700"/>
  • <image src="jed.jpeg" alt="This is photo" Width="500" Height="700"/>
  • <a href src="jed.jpeg">This is photo</a>

Frage 12

Frage
Which of following result can be generated by the below tag structure

Frage 13

Frage
How many columns can be generated by this tag?
Antworten
  • Don't fake me, This is not a tag for making table
  • 3
  • 1
  • 0

Frage 14

Frage
How many rows can generated by this tag?
Antworten
  • 0
  • 1
  • 2
  • Don't Fake me, This is not a tag for making table

Frage 15

Frage
What is the result of below tag structure?

Frage 16

Frage
Consider the following Webpage layout, guess which tag is utilized for packing these plaintext
Antworten
  • <h6></h6>
  • <heading level=6></heading>
  • <h1></h1>
  • <h2></h2>
  • <p>
  • <font></font>
  • <div></div>
  • No tag applied

Frage 17

Frage
.mp3 is a valid video file format.
Antworten
  • True
  • False

Frage 18

Frage
Select all invalid audio file
Antworten
  • This.avi
  • Youdonhavecare.jpg
  • Kakegurui.mp3
  • Kancolle.midi
  • Excalibur.wav

Frage 19

Frage
Select all valid video file
Antworten
  • ThisaVideo.mp4
  • Sakura_2018.avi
  • photo.flv
  • Kallcolle.png
  • Warspite.mp3
  • ThisisAnswer.docx

Frage 20

Frage
How many frame generated by this tag?
Antworten
  • 4
  • 3
  • 1
  • 7

Frage 21

Frage
Which of following tag structure able to generate the below result?
Antworten
  • <body bgcolor="yellow"></body>
  • <font color="yellow"><body></body></font>
  • <color value="yellow"><body></body></color>
  • <body><yellow></yellow></body>

Frage 22

Frage
Which tag(s) able to conduct following result?
Antworten
  • <ol> tag
  • <li> tag
  • <ol> with <li> tags
  • <ol> with <ul> tags

Frage 23

Frage
Which of following tag structure able to generate the below result?

Frage 24

Frage
Which is valid Webpage Filename Extension?
Antworten
  • .htm
  • ,webpage
  • .htm1
  • none of above

Frage 25

Frage
Which of following tag able to change text color?
Antworten
  • <font></font>
  • <color></color>
  • <body/>
  • none of above

Frage 26

Frage
Which attribute in font tag able to change text font style?
Antworten
  • face
  • style
  • font-family
  • family

Frage 27

Frage
Consider the following result and complete the HTML file. [blank_start]<table>[blank_end] [blank_start]<tr>[blank_end] [blank_start]<td>[blank_end] [blank_start]<ol type="A">[blank_end]Guess who is she! <li>Warspite</li> <li>Kongo</li> <li>Musashi</li> <li>Yamato</li> [blank_start]</ol>[blank_end] </td> <td> <img [blank_start]src="Warspite.jpg"[blank_end] alt="Pixiv ID:60362206"/> [blank_start]</td>[blank_end] [blank_start]</tr>[blank_end] [blank_start]</table>[blank_end]
Antworten
  • <table>
  • </table>
  • <tr>
  • </tr>
  • <td>
  • </td>
  • <ol type="A">
  • <ol type="a">
  • </ol>
  • src="Warspite.jpg"
  • href="Warspite.jpg"
  • photo="Warspite.jpg"

Frage 28

Frage
Which of following is invalid CSS syntax?
Antworten
  • Bold { color:#000000; }
  • #correctsyntax { color: Red;}
  • .SkipThis { text-align: right; }
  • .Thisisinvalid{ font-family:monospace;}

Frage 29

Frage
Select all CSS necessary property for the Text " Enemy ship is in sight! Open fire! "
Antworten
  • text-align
  • font-family
  • color
  • font-size
  • size
  • align
  • font-style
  • colour

Frage 30

Frage
consider the below result and complete the HTML document. <head> [blank_start]<style type="text/css">[blank_end] .change{ [blank_start]text-align:[blank_end]right; [blank_start]font-size:50px;[blank_end] } #Test { text-align:[blank_start]center[blank_end]; [blank_start]font-family:[blank_end]monospace; [blank_start]color:[blank_end]darkmagenta; [blank_start]font-size:30px;[blank_end] } [blank_start]</style>[blank_end] </head> <body> <div [blank_start]class=[blank_end]"change">Спасибо</div> <div [blank_start]id=[blank_end]"Test">Enemy ship is in sight! Open fire!</div> </body>
Antworten
  • <style type="text/css">
  • <style type="css/javascript">
  • </style>
  • class=
  • id=
  • name=
  • font-size:50px;
  • font-size:30px;
  • color:
  • color=
  • color
  • font-family:
  • font-style:
  • center
  • text-align:

Frage 31

Frage
HTML selector is one of CSS selector.
Antworten
  • True
  • False

Frage 32

Frage
XML selector is one of CSS selector
Antworten
  • True
  • False

Frage 33

Frage
Which of following attribute able to activate the CSS with class selector?
Antworten
  • class=
  • class!=
  • value=
  • name=

Frage 34

Frage
Which of following attribute able to activate the CSS with ID selector?
Antworten
  • Id=
  • name=
  • class=
  • none of above

Frage 35

Frage
Consider the following CSS and guess the result

Frage 36

Frage
What is the filename extentsion for external CSS files?
Antworten
  • .CSS
  • .CS
  • no such feature for CSS
  • .CSV

Frage 37

Frage
Consider the following result, which of tag structure able to show the result ?
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

CCNA Security 210-260 IINS - Exam 3
Mike M
Application of technology in learning
Jeff Wall
Innovative Uses of Technology
John Marttila
Ch1 - The nature of IT Projects
mauricio5509
The Internet
Gee_0599
SQL Quiz
R M
CCNA Answers – CCNA Exam
Abdul Demir
Professional, Legal, and Ethical Issues in Information Security
mfundo.falteni
System Analysis
R A
Flash Cards Networks
JJ Pro Wrestler
EDUC260- Multimodal Literacies for a Digital Age
angelwoo2002