Font size
Worksheetsfinal revision 9
Total questions: 116
Worksheet time: 1hrs 1mins
JPEG
DOC
GIF
WAV
What goes in the <head> section?
A brain
the title
hair
the body
In a <table>, what does the <th> tag do?
it defines the table row
It displays the data for that cell on screen
It doesn't do anything
Makes the data in that cell bold like a heading
How do you add a blank line to a web page?
<hr>
<blank>
<br>
<break>
In a <table>, what does the <tr> tag do?
it defines the table row
It displays the data for that cell on screen
It doesn't do anything
Makes the data in that cell bold like a heading
Some of you managed to work with CSS style statements. What does the following statement do: color:blue;
It turns the page blue
It turns the text blue
It turns the page anything but blue
It makes a blue box around an image
What is the difference between a <h1> and a <h3> tag?
<h1> is bigger than <h3>
<h3> is bigger than <h1>
<h1> cannot be used for titles
<h3> cannot be used for titles
What is this tag <head> used for ?
Used for declaring the title
Name of the document
Which of the following element is responsible for making the text italic in HTML?
A. <i>
B. <italic>
C. <it>
D. <pre>
Which tag would be used to give a new line
np
br
ul
nl
____________ tag is used to make the text bold.
<BOLD>
<B>
Which logic gate represented by this symbol?
AND
OR
NOR
NAND
Which logic gate represented by this symbol?
AND
NOR
OR
NAND
Which logic gate represented by this symbol?
AND
NOR
OR
NAND
Which logic gate represented by this symbol?
AND
OR
XOR
NOT
Which logic gate represented by this symbol?
OR
NOR
NAND
NOT
Which logic gate is represented by this truth table?
Which logic gate is represented by this truth table?
What kind of gate does this Truth Table represent?
OR
AND
NAND
NOT
What kind of gate does this Truth Table represent?
NOR
NOT
OR
NAND
What kind of gate does this Truth Table represent?
NAND
AND
NOR
OR
True or False:
NOT gates can only have one input
True
False
What type of logic gate is this table showing?
AND
OR
NOT
What type of logic gate is this table showing?
AND
OR
NOT
Which logic gate is this?
AND
OR
NOT
Which logic gate is this?
AND
OR
NOT
Which logic gate is this?
AND
NOT
OR
What will this gate's output be?
0
1
What will this gate's output be?
0
1
What will this gate's output be?
0
1
What will this gate's output be?
0
1
How many different combinations of 1 and 0 are possible with 2 bits?
2
4
6
8
What is the Logic Expression for this circuit?
Z = NOT (A AND B)
Z = NOT (A OR B)
Z = (NOT A) AND B
Z = (NOT A) OR B
True or False:
NOT gates output the opposite of the input
True
False
Which of these are binary digits?
0
1
2
3
Which of these are hexadecimal digits?
F
G
6
0
H
How many different values can be represented using 8 bits?
128
255
256
999
What is the largest integer that can be represented using 7 bits?
127
128
125
999
What is the binary equivalent of the hexadecimal digit E?
1110
1111
0110
0111
Computers store all data using...
Binary
Hexadecimal
Decimal
Octal
Hexadecimal is used because...
It takes up less space
It is easier for computers to process
It is easier for people to read
It is quicker to write data in
What is the decimal equivalent of the binary number 00100111?
39
57
228
7
What is the decimal equivalent of the hexadecimal number 4B?
75
180
31
255
What is the binary equivalent of the decimal number 101?
01100101
01100011
11110101
00001101
What is the largest 2-digit hexadecimal value?
FF
99
9F
F9
What is the decimal equivalent of the hexadecimal digit B?
10
11
12
13
